/* GLOBAL
------------------------------*/
body {
	text-align: center;
	margin:0;
	padding:0;
	background: #fff;
	font-family: verdana, Arial, Helvetica, sans-serif;
}

a {color: #069;}

a:hover {color: #428cc1;}

a:visited {color: #669;}

.Clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	margin-top: -1px;
}

.Hidden {
	 position:absolute; 
	 left:-5000px; 
} 
 
h1, h2  {
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #363;
}

h1	{
	font-size: 1.6em;
	margin: 0 0 28px 0
}

h2 {
	margin: 36px 0 20px 0;
	font-size: 1.1em;
}

h3 {font-size: 0.8em;}


p, td  {
	font-size: 0.7em;
	line-height:  1.6em;
}

ul {margin-left: 0;padding-left: 12px;}

li {
	line-height:  1.6em;
	margin-left: 0;
}

.FloatLeft {
	float: left;
	margin: 5px 10px 10px 0;
}

.Caption, .PicWithCaption p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999;
}

.Caption a, .PicWithCaption p a {color: #666;}

.PicWithCaption p {
	width: 245px;
	line-height: normal;
	margin-top: 2px;
}

.PicTable td{
	padding-top: 11px;
}

.LinkWithBlueArrow {
	padding: 0 0 0 8px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	background: url('images/global/blue_arrow.gif') no-repeat 0px 5px;
	
}

.Void {/*lets IE5 recover from the hack*/}

.Top {margin-top: 0 !important;}

/* Hacks
----------------------------------------------- */
.IEVariousHack {
	position: relative;
}

.IEDoubleMarginHack, #Content, #SideBar {
	display: inline;
}


/* Hides from IE5-mac \*/
* html .HollyHack {height: 1%;}
/* End hide from IE5-mac */



/* NAV
------------------------------*/
/*----------- Top Nav -----------*/
#MainNav {
	padding-bottom: 0px;
	background: #6e8e74;
	margin: 1px 0 1px 0;
}

#MainNav ul {
	list-style: none;
	margin: 0;
	padding:0;
	height: 20px; /*note: specifying any height makes the ul pick up the height of it's contents, except NN6*/	
}

#MainNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: normal;
}

#MainNav ul li a, #MainNav ul li span  {
	float: left;
	padding: 3px 9px 4px 9px;
	text-decoration: none;
	color: #fff;
	background:  url(images/global/white_dot.gif) repeat-y left;
}


#MainNav ul li a:hover, #MainNav ul li span  {
	color: #030;
	/*the next two definitions make the nav element cover the border of the one on the left*/
	padding-right: 10px;
	margin-right: -1px;
	background: #d1e4d0;
	position: relative;
	
}
#MainNav ul li a:hover {
	background-color: #88a98e;
	color: #fff;
}


#MainNav ul li.First a, #MainNav ul li.First span  {background-image: none;}


/* LISTS
------------------------------*/
li {font-size: 0.8em;}

/* INPUT
------------------------------*/

/* CONTAINERS
------------------------------*/

/*------ page Container ------*/
#PageContainer {
	width: 763px;
	margin: 20px auto 0 auto;
	text-align: left;
	height: 100%;
	background: #fff;
	border: 1px #ccc solid;
	position: relative;
}

#Top {padding: 10px 10px 0 10px;}

#Logo {
	background-color: #adcfac;
	text-align: center;
	padding: 19px 0 15px 0;
}



#ColumnContainer {
	margin: 40px 87px 0 87px;
}

#TopPic {margin-left: 10px;}



/*----- Footer -----*/
#Footer {
	padding: 0 0 12px 0;
	margin: 15px 36px 25px 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#Footer,  #Footer a {color: #999;}

/* MISCELLANEOUS
------------------------------*/

/* PAGE SPECIFIC
------------------------------*/

#Home div img {vertical-align: bottom;}

.HomeLinks {
	background: url('images/home/home_mid.jpg') no-repeat top left; 
	text-align: center;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 9px 0;
}

.HomeLinks span {padding-left: 25px;}

.HomeLinks, .HomeLinks a {
	color: #363;
	text-decoration: none;
}

.HomeLinks a:hover {text-decoration: underline;}

#Home #MainPadding {padding: 10px;}
