body {
	margin:0px;
}

/*** System Styles ***/
.editZone {
font-family:'Myraid Pro', MyriadPro, Tahoma;
font-size:10px;
font-weight:normal;
color:#231F20;
line-height:16px;
}
a.editZone, .editZone a {
color: #231F20;
}
a.editZone:hover, .editZone a:hover {
color: #E73E97;
}

div#galleryPaging {
float:right;
clear:both;
height:22px;
}
div#galleryTitle {
margin:0px 10px;
height:14px;
padding:4px 0px;
float:left;
font-family:'Century Gothic', 'Myraid Pro', MyriadPro, Tahoma;
font-size:13px;
font-weight:bold;
color:#E73E97;
line-height:13px;
}
div.galleryIndex {
margin:0px 10px;
width:21px;
height:14px;
padding:4px 0px;
float:left;
text-align:center;
background-image: url('../images/GalleryPage_Background.gif');
background-repeat:no-repeat;
font-family:'Century Gothic', 'Myraid Pro', MyriadPro, Tahoma;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
line-height:13px;
}

div.galleryIndex a {
color:#FFFFFF;
text-decoration:none;
}

div.galleryIndex a:hover {
color:#E73E97;
}

div#gallerySelected {
margin:0px 10px;
width:21px;
height:14px;
padding:4px 0px;
float:left;
text-align:center;
background-image:url('../images/GalleryPage_BackgroundSelected.gif');
background-repeat:no-repeat;
font-family:'Century Gothic', 'Myraid Pro', MyriadPro, Tahoma;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
line-height:13px;
}

/************************************************
Menu Styling	
*************************************************/

#main_menu{
height: 14px;
list-style: none;
margin: 0;
padding: 0;
margin-bottom: 0px;
margin-left: 0px;
}

.horizontal .has_submenu, .horizontal .no_submenu{
height: 14px;
line-height: 14px;
float: left;
position: relative;
margin: 0px;
}

.horizontal .has_submenu span, .horizontal .no_submenu a{
display: block;
cursor: pointer;
padding:1px 10px 4px 10px;
border-left:1px solid #ADADAC;
border-right:1px solid #ADADAC;
background-color:#FFFFFF;
text-align:center;
vertical-align:middle;
font-family:'Century Gothic', 'Myraid Pro', MyriadPro, Tahoma;
font-size: 11px;
font-weight:bold;
text-transform:uppercase;
color:#010101;
line-height:14px;
text-decoration:none;
}

.horizontal li .is_submenu{
position: absolute;
top: 19px;
left: -10px;
margin: 0;
list-style: none;
padding: 7px 0px 7px 0px;
background-color:#F6ABD2;
width: 180px;
text-align: left;
z-index: 999;
text-transform:uppercase;
}

.horizontal li .is_submenu li a{
display: block;
padding-left: 13px;
padding-right: 13px;
font-family:'Century Gothic', 'Myraid Pro', MyriadPro, Tahoma;
font-weight:bold;
font-size: 11px;
color:#010101;
text-decoration: none;
margin-bottom: 7px;
}

.has_submenu span:hover, .no_submenu a:hover, li .is_submenu li a:hover{
background-color:#F6ABD2;
cursor: pointer;
}

.horizontal li .is_submenu li a:hover{
color: white;
}

/**************/

table#stage td#topmenu a.menuItem {
display:block;
float:left;
margin:0px;
height:14px;
padding:1px 3px 4px 3px;
border-left:1px solid #ADADAC;
border-right:1px solid #ADADAC;
background-color:#FFFFFF;
text-align:center;
vertical-align:middle;
font-family:'Century Gothic', 'Myraid Pro', MyriadPro, Tahoma;
font-size: 11px;
font-weight:bold;
text-transform:uppercase;
color:#010101;
line-height:14px;
text-decoration:none;
}

table#stage td#topmenu a.menuItem:hover {
background-color:#F6ABD2;
}

table#stage td#topmenu a.active_page {
background-color:#E73E97;
color:#FFFFFF;
}

/*** Layout Styles ***/
table#stage {
margin:0px 10px;
width:834px;
border-collapse:collapse;
}
table#stage td#logo {
width:184px;
height:103px;
padding:0px 8px 5px 27px;
}
table#stage td#topmenu {
width:581px;
height:16px;
padding:73px 0px 19px 34px;
}
table#stage td#banner {
width:834px;
height:230px;
padding:0px;
}
table#stage td#quicknotes {
width:206px;
padding:20px 0px 0px 13px;
background-image:url('../images/quicknote_dashes.gif');
background-repeat:repeat-y;
background-position:top right;
vertical-align:top;
}
table#stage td#content {
width:579px;
padding:20px 16px 26px 20px;
vertical-align:top;
}
table#stage td#footer {
width:834px;
height:11px;
padding:11px 29px;
border-top:1px solid #868684;
text-align:right;
}


/*** Content Styles ***/
.header {
font-family:'Century Gothic', 'Myraid Pro', MyriadPro, Tahoma;
font-size:15px;
font-weight:bold;
color:#E73E97;
line-height:24px;
}
a.header, .header a {
color:#E73E97;
text-decoration:none;
}
a.header:hover, .header a:hover {
text-decoration:underline;
}

.title {
font-family:'Century Gothic', 'Myraid Pro', MyriadPro, Tahoma;
font-size:14px;
color:#000000;
font-weight:bold;
}
.subtitle {
font-family:'Century Gothic', 'Myraid Pro', MyriadPro, Tahoma;
font-size:14px;
color:#000000;
}

.bodytext {
font-family:'Century Gothic', 'Myraid Pro', MyriadPro, Tahoma;
font-size:12px;
color:#231F20;
line-height:16px;
text-align: justify;
}

a.bodytext, .bodytext a {
/*color:#231F20;*/
color:#E73E97;
text-decoration: none;
}

a.bodytext:hover, .bodytext a:hover {
text-decoration: underline;
}


.smalltext {
font-family:'Century Gothic', 'Myraid Pro', MyriadPro, Tahoma;
font-size:11px;
color:#231F20;
}

.quicknotes {
font-family:'Century Gothic', 'Myraid Pro', MyriadPro, Tahoma;
font-size:13px;
font-weight:normal;
color:#010101;
line-height:24px;
}

a.quicknotes, .quicknotes a {
color:#010101;
}
a.quicknotes:hover, .quicknotes a:hover {
color:#ADADAC;
text-decoration:none;
}

.footer {
font-family:Arial;
font-size:9px;
font-weight:normal;
color:#525151;
line-height:9px;
}

a.footer, .footer a {
color:#525151;
}

a.footer:hover, .footer a:hover {
text-decoration:none;
}
