/* CSS Document */

/* --------------------------------------- GENERAL --------------------------------------- */
body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	background-attachment: scroll;
	background-image: url(../images/global/diagonal-lines.gif);
	background-repeat: repeat-x;
	background-position: left 103px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#pageHolder {
	width:750px;
	height:auto;
	display:table;
}
#leftSideContainer {
	width:220px;
	margin:0px;
	padding:0px;
	float:left;
}
#mainContentHolder { /* Right side container */
	width:530px;
	height:auto;
	float:right;
	overflow:hidden;
	background-color:#FFFFFF;
	display:block;
}
#mainContentHolder p {
	font-size:12px;
	line-height:18px;
	margin-top:6px;
	margin-bottom:10px;
}
#mainContentHolder a {
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
#mainContentHolder a:hover {
	color:#81ca00;
	font-weight:bold;
	text-decoration:underline;
}
#mainContentHolder a.blueLinks {
	color:#1791D2;
	font-weight:bold;
	text-decoration:none;
}
#mainContentHolder a.blueLinks:hover {
	color:#1791D2;
	font-weight:bold;
	text-decoration:underline;
}
#mainContentHolder a.redlinks {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}
#mainContentHolder a.redlinks:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}
/* --------------------------------------- HEADER --------------------------------------- */
#headerContainer {
	background:#91d505 url(../images/global/header-tile.gif) left top repeat-x scroll;
	margin:0px;
	padding:0px;
	width:auto;
	height:101px;
}
#750pxContainer {
	width:750px;
	height:auto;
	overflow:hidden;
	margin:0px;
	padding:0px;
	background-color:#FFFF00;
}
#logoContainer {
	float:left;
	width:300px;
	height:101px;
	background:url(../images/global/header-raised.jpg) top left no-repeat scroll;
}
#logoContainer img {
	margin-top:3px;
	margin-left:30px;
}
#headerMenuContainer {
	float:right;
	width:auto;
	height:10px;
	margin-top:76px;
	background:#6abd00;
	padding-top:4px;
	padding-bottom:5px;
	padding-left:7px;
	padding-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#137300;
	line-height:10px;
	overflow:hidden;
}
#headerMenuContainer a {
	font-size:10px;
	font-weight:bold;
	color:#137300;
	text-decoration:none;
}
#headerMenuContainer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/* --------------------------------------- NAVIGATION --------------------------------------- */
#navContainer {
	width:220px;
	height:auto;
	background:#FFFFFF;
	overflow:hidden;
}
ul.navigation {
	margin:0px;
	padding:0px;
}
ul.navigation li {	
	list-style-type: none;
	padding:0px;
	margin-right:2px;
	margin-top:2px;
	margin-bottom:0px;
	float:left;
}
ul.navigation li a {
	width:218px;
	height:33px;
	overflow:hidden;
	display:block;	
	background:#dedede url(../images/global/nav-grey-bar.gif) left top no-repeat scroll;
	font-size:10px;
	line-height:10px;
	
}
ul.navigation li a:visited {
	margin-top:0px;
	margin-bottom:0px;
}
ul.navigation li a:hover {
	background:#e6e6e6 url(../images/global/nav-green-bar.gif) left top no-repeat scroll;
}
ul.navigation li a img {
	margin-top:12px;
}
/* --------------------------------------- FORMATTING --------------------------------------- */
h1 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:8px;
	padding-bottom:5px;
	font-size:36px;
	height:auto;
	display:block;
	color:#81ca00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h2 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:8px;
	padding-bottom:5px;
	font-size:24px;
	height:auto;
	display:block;
	color:#81ca00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h3 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:8px;
	padding-bottom:5px;
	font-size:18px;
	height:auto;
	display:block;
	color:#81ca00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
h4 {
	margin-top:8px;
	margin-botttom:0px;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* --------------------------------------- FOOTER --------------------------------------- */
#footerContainer {
	width:750px;
	height:80px;
	background:#84c408 url(../images/global/footer-raised.gif) bottom left no-repeat scroll;
}
#footerContent {
	width:530px;
	height:auto;
	float:right;
	text-align:center;
	font-size:10px;
	color:#137300;
	padding-top:26px;
}
#footerContent a {
	font-size:10px;
	font-weight:bold;
	color:#137300;
	text-decoration:none;
}
#footerContent a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer2 {
	width:750px;
	text-align:center;
	color:#ACACAC;
	font-size:10px;
	padding-top:10px;
}
#footer2 a {
	font-size:10px;
	font-weight:bold;
	color:#ACACAC;
	text-decoration:none;
}
#footer2 a:hover {
	color:#666666;
	text-decoration:underline;
}