﻿
/***********************************************/
/*      MASTER CSS FILE                        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body
{
	background-color: #C7CBC1;
	background-image: url('../images/bg.png');
	background-position: top center;
	background-repeat: no-repeat;	
	font-family: Verdana, Arial,sans-serif;	
	line-height: 1.166;	
	margin: 0;
	padding: 0;
}

p {
	font-size: .7em;
	line-height: 1.3;
	text-align: justify;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:focus{
	color: #003399;
	text-decoration: none;
}

a:hover{
	color: #003399;
	text-decoration: none;
}

h1{
 font-family: Georgia;
 font-size: 115%;
 text-align: left;
 color: #02436B;
 margin: 10px 0;
 padding: 0px;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 95%;
 color:#000000;
 margin: 10px 0;
 padding: 0px;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 85%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana,Arial,sans-serif;
 font-size: 85%;
 color: Maroon;
 margin: 0px;
 padding: 0px;
 text-align: center;
}

h5{
 font-family: Verdana;
 font-size: 90%;
 color: #868992;
 margin: 25px 0 10px 5px;
 padding: 0px;
 text-transform: uppercase;
}

h6
{
font-family: Verdana;
font-size: 80%;
color: #334d55;
margin: 5px 0;
padding: 0px;
}

ul, ol{
 list-style-type: disc;
 margin-right: 10px;
 font-size: 11px;
}

ul ul{
 list-style-type: circle;
 font-size: 11px; 
}

ul ul ul{
 list-style-type: square;
}

li
{
	line-height: 20px;
}

img{
	border:0px;
}

hr
{
	color: #11224A;
	height: .5px;
	margin: 5px;	
}

/* necessary classes for EasyMenu - Needed styles for the table cells (the head of the menus) */
.menu .gagf {width:5px;background-image:url('../../Themes/styles/gagf_new.gif');
background-repeat:no-repeat;background-position:0 0;
}
.menu .gagl {width:5px;background-image:url('../../Themes/styles/gagl_new.gif');
background-repeat:no-repeat;background-position:0 0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#headerFull
{
	background-image: url(../images/headerRpt.png);
	background-repeat: repeat-x;
	border-bottom: solid 1px #BDB7A7;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	height: 185px;
}

#topbar /* element containing clock */
{
	
	font-family: Tahoma;
	font-size: .6em;
	color: #000000;
	margin: 0;
	padding: 0;	
	text-align: right;
	width: 970px; 	 /*Total width - 10px */
}

#masthead /* container for logo graphic */
{
	background-image: url('../images/header1.png');
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;		
	width: 990px; 	 /*Total width */
	height: 185px;
}

#topLinks /* links overlaying logo graphic (inside masthead) */
{
	margin: 5px;
	padding: 10px;
	font-family: Arial;
	font-size: .7em;
	color: #0a0a0a;
	text-align: right;
}

#topLinks a
{	
	color: #0a0a0a;
}

#topLinks a:hover, a:focus
{
	text-decoration: underline;
}

#search /* wrapper for external links dropdown and welcome message */
{
	margin: 3px auto 5px auto;	
	font-family: Lucida Calligraphy;
	/*font-size: .9em;*/
	color: #ffffff;
	width: 990px; 	 /*Total width */
}

#welcome /* div containing welcome text (inside search div)*/
{
	float: left;
	font-size: .75em;
	/*font-weight: bold;*/
	color: black;
	width: 650px;
	height: 17px;
}

#relDropdown /*dropdown box for related links (inside search div) */
{
	float: right; 
	margin-bottom: 5px; 
	font-size: .7em; 
	font-family: Verdana; 
	width: 250px; 
	background-color: #F4EEE7;
}

#navBar /* container for EasyMenu (site navigation) */
{
	clear: both;
	margin: 0 auto 2px auto;
	padding: 0 5px;
	width: 990px; 	 /*Total width */
}

.container /* container class for content area */
/* incorporated in asp:Panel in order to use RoundedCornerExtender */
{
	background-color: #fafafa;
	margin: 0 auto 0 auto;
	padding-top: 3px;
	width: 990px; 	 /*Total width */
	border: solid 1px #D7D6D6;
}

#breadcrumb /* breadcrumb inside container class holding SiteMapPath */
{
	margin: 3px 0 3px 15px;
}

#footer
{
    clear: both;
    background-image: url(../images/footerRpt.png);
	background-repeat: repeat-x;
	border-top: solid 1px #BDB7A7;
	margin-top: 5px;
	padding: 0;
	width: 100%;
	height: 150px;
}

#siteInfo /* container for bottom bar (copyright, etc) */
{	
	width: 980px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	font-size: .7em;
	text-align: right;
	color: #f7f7f7;
}
