﻿
/***********************************************/
/*      MASTER CSS FILE                        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body
{
	background-color: #AEB089;
	/*background-color: #7D755F;
	background-color: #A49978;*/
	font-family: Verdana, Arial,sans-serif;	
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

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: 120%;
 text-align: center;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 105%;
 color:#000000;
 margin: 10px 0 8px 0;
 padding: 0px;
 color: #3F5827;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 85%;
 color: #3F5827;
 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: 10px 0;
padding: 0px;
}

ul, ol{
 list-style-type: disc;
 margin-right: 10px;
 font-size: .7em;
}

ul ul{
 list-style-type: circle; 
}

ul ul ul{
 list-style-type: square;
}

li
{
	line-height: 20px;
}

img
{
	border:0px;
}

hr
{
	border: solid 1px #CFCFCF;	
}

/* 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                                 */
/***********************************************/
#topbar /* element containing clock */
{
	margin: 10px auto 0 auto;
	font-family: Arial;
	font-size: .7em;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0 5px;
	text-align: right;
	width: 980px; 	 /*Total width - 10px */
}

#masthead /* container for logo graphic */
{
	background-image: url('../images/masthead.png');
	background-repeat: no-repeat;
	margin: 10px auto 0 auto;		
	width: 990px; 	 /*Total width */
	height: 155px;
}

#topDrop /* 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 topDrop div)*/
{
	float: left;
	font-size: .75em;
	/*font-weight: bold;*/
	color: #0a0a0a;
	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: 260px; 
	background-color: #F0F1DF;
}

#navBar /* container for EasyMenu (site navigation) */
{
	clear: both;
	margin: 5px auto 5px auto;
	padding: 0 5px;
	width: 990px; 	 /*Total width */
}

.container /* container class for content area */
/* incorporated in asp:Panel in order to use RoundedCornerExtender */
{
	position: relative;
	margin: 0 auto 0 auto;
	padding-top: 3px;
	width: 990px; 	 /*Total width */
	/*width: 90%; /* change this to a specific amount for a fixed design. E.g., 770px. */
	background-color: #f1f1f1;
}

#breadcrumb /* breadcrumb inside container class holding SiteMapPath */
{
	margin: 3px 0 3px 15px;
}

#siteInfo /* container for bottom bar (copyright, etc) */
{
	clear: both;
	margin: 10px auto 10px auto;
	padding: 5px;
	width: 985px;
	background-image: url('../images/siteinfo.png');
	background-repeat: repeat-x;
	border: 1px solid #707172;
	font-size: .7em;
	text-align: center;
	color: #091517;	
}
