/*##########   SET BASE STYLES  & NORMALIZE BROWSER MARGINS  ############*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #e5edef url(../images/background.jpg) repeat-x;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
	text-align: center; 
}

ul {
	list-style: square;
	margin: 10px 20px 40px 55px;
}


li {
	padding:0px 0px 0px 1px;
	margin: 0px 0px 12px 0px;
}

li img {
	padding:0px;
	margin: 0px 1px 0px 0px;
	display: inline;
}


img {
	margin: 0px 2px 0px 2px;
	padding: 0px;
}


h1 {
	margin: 20px 2px 10px 10px;
	font-size: 12pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #333;
	clear: both;
}

h1.displaytitle {
	margin: 35px 0px 20px 20px;
	font-size: 14pt;
	line-height: 17pt;
	font-style: normal;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #3677b4;
	clear: both;
}

h2 {
	font: normal normal bold 10pt/12pt verdana, arial, sans-serif;
	color: #6a8378;
	text-align: left;
	margin: 0px 5px 20px 35px;
	padding: 4px;
}

h2.container {
	background-color: #6a8378;
	font: normal normal bold 10pt/12pt verdana, arial, sans-serif;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding: 4px;
}

h3 {
	margin: 12px 5px 10px 0px;
	font-size: 9pt;
	line-height: 11pt;
	font-style: normal;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #333;
	border-bottom: 1px solid #333;
	clear: both;
}

h4 {
	margin: 2px 5px 10px 0px;
	font-size: 9pt;
	line-height: 11pt;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	color: #95a6b1;
	border-bottom: 1px solid #95a6b1;
	clear: both;
}

p {
	margin: 20px 15px 25px 40px;
	color: #2d2d2d;
	font-family: verdana, sans-serif;
	font-weight: normal;
}


a {
	text-decoration: none;
	color: #cf572d;
	font-family: verdana, sans-serif;
	font-weight: normal;
}

a:hover {
	background: #cde8fb;
}

a img {
	border: 0;
	vertical-align: middle;
}


em {
	font-weight: bold;
	font-style: italic;
}

ul li p {
	display: inline;
}

/*##########   NAVIGATION  ############*/

#mainnavsub {
	display: none;
	}
	
#partnerlinks {
	display: none;
	}



/*##########   PAGE CONTENT AREA  ############*/


#wrap {
	margin: 0px;
	width: 100%;
	height: auto;
	float: none !important;
}

#content {
	background: #fff;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 998px;
	height: auto;
	text-align: left; /* Important - to left align content due to centering in the body style */
	overflow: visible;
	float: none !important;
}

/*##########   PAGE HEADER  ############*/

#header {
	display: none;
	background: url(../images/header.jpg) left 2px no-repeat;
	width: 998px;
	height: 220px;
	float: left;
	}
	
#print_only {
	display: block;
}

/*##########   GOOGLESEARCH  ############*/

#googlesearch {
	display: none;
	float: right;
	width:  360px;
	height: 40px;
	margin: 5px 0px;
	padding: 0px;
}

/*##########   PAGE NAV  ############*/

#pagedetailnav {
	display: none;
	float: left;
	width:  100%;
	height: 40px;
	margin: -10px 5px 20px 5px;
	padding: 0px;
}

/*##########   MAINCONTENT COLUMN  ############*/

#maincontent {
	background-color: #fff;
	margin: 6px 0px 0px 0px;
	padding: 20px;
	width: 980px;
	height: auto;
	float: none !important;
}

/*##########   COLUMN 1   ############*/

#column1 {
	display: none;
	background-color: #e5efe9;
	margin: 5px 30px 20px 20px;
	padding: 0px;
	width: 340px;
	height: auto;
	min-height: 200px;
	float: left;
	clear: left;
	
}

/*##########   COLUMN 2   ############*/

#column2 {
	display: none;
	background-color: #fff;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	width: 540px;
	height: auto;
	min-height: 400px;
	float: left;
}

/*#######   PAGE FOOTER  #######*/

#footer {
	background-color: #8ac7e4;
	margin: 0px;
	padding: 5px;
	width: 998px;
	height: 25px;
	float: left;
	clear: left;
	border-top: 1px solid #5f90b8;
}

#footer p {
	font-size: 8pt;
	line-height: 10pt;
	margin: 3px 3px 3px 15px;
	padding: 3px 3px 20px 3px;
}

#footer a {
	color: #4c4b4c;
}

