/* 
	IMPORTANT!!!!!
	!!!===== All css must begin with .Site with the exception of BODY and #mainTable =====!!!
	!!!===== This ensures no styling is applied to the AdminSystem =====!!!
*/

BODY
{
    background:#3ba0bc url(/images/layout/body_bg.jpg) no-repeat center top;
}

.Site /* same element as #mainTable */
{
	FONT-SIZE: 1em;
    FONT-FAMILY:Arial,Verdana,Helvetica,sans-serif;
    color:#fff;
    line-height: 1.7em;	
}

.Site A
{
    text-decoration:none;
    color:#9f2605;
}
.Site A:hover
{
    color:#b25503;
}

.Site DT{}
.Site dd{}

.Site H1, 
.Site H2, 
.Site H3, 
.Site H4, 
.Site H5, 
.Site H6
{
    
}
.Site H1
{
    FONT-SIZE: 2.6em;
    font-family:Rockwell,Georgia,Palatino Linotype,Palatino,Times New Roman,serif;
    margin-bottom:15px;
}
.Site H2
{
    FONT-SIZE: 2.2em;
    font-family:Rockwell,Georgia,Palatino Linotype,Palatino,Times New Roman,serif;
    margin-bottom:10px;
}
.Site H3
{
    FONT-SIZE: 1.8em;
    margin-bottom:10px;
}
.Site H4
{
    FONT-SIZE: 1.5em;
    line-height:1.2;
    margin-bottom:5px;
}
.Site H5
{
    FONT-SIZE: 1.2em;
    font-weight:bold;
    line-height:1.45;
    margin-bottom:10px;
}
.Site H6
{
    FONT-SIZE: 1.1em;
}
.Site IMG
{
	border:none;
}
.Site p
{
    padding-bottom:9px;
    margin-bottom:0;
}
.Site ul li
{
    list-style-type:disc;
}
.Site ol li
{
    list-style-type:decimal;
}

/* ################################### Site Classes ################################# */
.Site .box,
.Site .box h2.title a
{
    color:#000;
}
.Site .box h2.title
{
    background:transparent url(/images/layout/h2title_bg.png) repeat-x left bottom;
    font-weight:bold;
}
.Site .box h2.title a:hover
{
    color:#f2912f; 
}
.Site .box a
{
    color:#d56c03;    
}
.Site .box a:hover
{
    color:#f2912f;    
}

.Site .box .content{}
.Site .label
{
	font-weight:bold;
}

/* ################################### Site IDs ################################# */
#mainTable{}
.Site div.module
{
    margin-bottom:10px;
}
.Site #mainHeader
{
    background:transparent url(/images/layout/mainHeader_bg.png) repeat-x left top;
}
.Site #mainHeaderImage
{
    line-height:0;
    border-top:solid 5px #fff;
    background:#d66e2f url(/images/layout/mainImage_bg.gif) repeat-x left top;
    border-bottom:solid 4px #fff;
}
.Site .box
{
    background:transparent url(/images/layout/mainLayout_bg.png) repeat left top;
}
.Site #mainLayoutContainer
{
    background:transparent url(/images/layout/mainLayoutContainer_bg.png) repeat-x left top;
}
.Site #mainLayoutContainerBottom
{
    background:transparent url(/images/layout/mainLayoutContainerBottom_bg.png) repeat-x left bottom;
}
.Site #mainMenu a
{
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
}
.Site #mainMenu a.on,
.Site #mainMenu a.active
{
    background:transparent url(/images/layout/mainMenu_a.png) no-repeat left top;
}
.Site #mainMenu a:hover
{
    color:#b1e5e5;
}
.Site #mainMenu ul a.on span.navTab-tl,
.Site #mainMenu ul a.active span.navTab-tl
{
    background:transparent url(/images/layout/navTab-tl_bg.png) no-repeat right top;
}
.Site #mainFooter
{
    color:#fff;
    background:#f1902f url(/images/layout/mainFooter_bg.gif) repeat-x left top;
}
.Site #location{}
.Site #location a{}
.Site #location A:hover{}
.Site #mainLayoutContainer{}
.Site #mainTitle{}
.Site #mainTitle h1{}
.Site #mainLayout{}

.Site #mainFooterInner h2.title
{
    font-size:150%;
    margin-bottom:16px;
}
.Site #mainFooterInner h1,
.Site #mainFooterInner h2,
.Site #mainFooterInner h3,
.Site #mainFooterInner h4,
.Site #mainFooterInner h5,
.Site #mainFooterInner h6,
.Site #mainFooter #contactForm .button
{
    FONT-FAMILY:Trebuchet MS, Arial,Verdana,Helvetica,sans-serif;
    color:#000;
}
.Site #mainFooter #contactForm ol li
{
    list-style-type:none;
    margin-top:0;
}
.Site #mainFooter #contactForm input
{
    padding:0;
}
.Site #mainFooter #contactForm .button
{
    background-image:none;
    border:none;
    color:#fff;
    font-size:110%;
    padding-right:30px;
    background:transparent url(/images/layout/button.gif) no-repeat right 6px;
    font-weight:bold;
}
.Site #mainFooter #contactForm .button:hover
{
    color:#37a1bb;
    background-image:url(/images/layout/button_hover.gif);
}

.Site #mainFooter #contactForm label
{
    padding-bottom:1px;
}

.Site #subMenu h1
{
   FONT-FAMILY:Arial,Verdana,Helvetica,sans-serif;
   font-size:170%;
   background:#d66e2f url(/images/layout/submenu_h1_bg.gif) repeat-x left top;
   color:#fff;
   font-weight:bold;
}
.Site #subMenu ul
{
    background:transparent url(/images/layout/submenu_bg.png) repeat left top;
}
.Site #subMenu ul li
{
    list-style:none;   
}
.Site #subMenu ul a
{
    color:#8b3c0c;
    font-size:115%;
}
.Site #subMenu ul li a:hover
{
    color:#000;
}
.Site #subMenu ul li a.on,
.Site #subMenu ul li a.active
{
    background:transparent url(/images/layout/submenu_li_bg.png) no-repeat left center;
}



/* ======================== */
.Site #developerLink
{
    margin-top:10px;
}
.Site #developerLink a
{
	background:transparent url(/images/layout/developerLogo.png) left top no-repeat;
	font-size:80%;
	padding-top:30px;
	color:#f3b071;
	padding-left:4px;
	float:none;
	display:block;
	width:120px;
	
}

.Site #developerLink a:hover
{
    background-image:url(/images/layout/developerLogo_hover.png);
    color:#fbdfc4;
}

/* ======================== */

.Site .gmnoprint p
{color:#000;line-height:1.5;}

.Site #LinkList1,
.Site #LinkList2,
.Site #LinkList1 a,
.Site #LinkList2 a
{
    color:#fff;
}
.Site #LinkList1 h2.title,
.Site #LinkList2 h2.title
{
    padding-bottom:8px;
    margin-bottom:8px;
    color:#000;
}
.Site #LinkList1 h2.title a,
.Site #LinkList2 h2.title a
{
    color:#000;
}

.Site #LinkList1 h3.title,
.Site #LinkList2 h3.title
{
    font-size:120%;
    margin-bottom:5px;
}
.Site #LinkList1 a:hover,
.Site #LinkList2 a:hover
{
    color:#9F2605;
}
.Site #LinkList1 .listItem,
.Site #LinkList2 .listItem
{
    border-bottom:none;
    padding-bottom:6px;
    margin-bottom:6px;
}
.Site #LinkList1 .entryFooter .morelink a,
.Site #LinkList2 .entryFooter .morelink a
{
    font-size:140%;
}
.Site #LinkList1 .entryFooter,
.Site #LinkList2 .entryFooter
{
    display:none;
}
.Site #pageMenu li
{
    background:transparent url(/images/layout/FAQ_bg.gif) no-repeat left 5px;
    list-style-type:none;
    padding-left:15px;
}
.Site #pageMenu li a
{
    font-weight:bold;
}
.Site #pageMenu .infoTopics p
{
    line-height:1.3;
    padding-bottom:15px;
}
.Site .faqList .listItem
{
    background-color:#fff;
}
.Site .faqList .lIinner
{
    padding:23px 18px 12px 30px;
    line-height:1.3;
}
.Site .faqList .backTop
{
    text-align:right;
}
.Site .faqList h3
{
    font-size:1.7em;
    font-weight:bold;
    background:#d66e2f url(/images/layout/faqh3.gif) repeat left top;
    margin-bottom:0;
}
.Site .faqList h3 a
{
    background:transparent url(/images/layout/faq_open.gif) no-repeat 8px 8px;
    padding:6px 20px 7px 23px;
    color:#fff !important;
}
.Site .faqList .closed a
{
    background:transparent url(/images/layout/faq_closed.gif) no-repeat 8px 8px;
}
.Site .faqList h5,
.Site .faqList h6
{
    color:#D56C03;
    font-weight:bold;
    margin-top:5px;
}
