/*---- MAIN PAGE LAYOUT ----*/

body {
	font-family: "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
	color: #333333;
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px;
}

/*---- HEADER + NAV SECTION ----*/

#header {
background-image:url(../images/header_banner.jpg); background-repeat:no-repeat;
	width:840px;
	height:155px;
	margin: 0px auto;
}

#head_left { 
	float:left;
	padding-top:25px;
	padding-left:25px;
}

#nav_bg { 
	background-image:url(../images/nav_bg.gif); background-repeat:repeat-x;
	height:51px;
}

#nav_area { 
	width:840px;
	height:51px;
	margin: 0px auto;
	margin-top:0px;
}

/*---- END HEADER + NAV SECTIONN ----*/



/*---- MAIN LAYOUT ----*/

#content_bg { 
	background-image:url(../images/content_bg.gif); background-repeat:repeat-x;
	background-color: #ffffff;
}

/*Intro Content*/

#intro_content {
	width: 750px;
	padding-left:45px;
	padding-right:45px;
	padding-top:10px;
	padding-bottom:10px;
	margin: 0px auto;
}

#intro_content p {
	font-size:90%;
	color: #333333;
	font-weight:normal;
	line-height: 1.4em;
	margin-bottom:18px;
}

#intro_content ul, #intro_content ol {
	color: #333333;
	font-size:90%; 
	line-height: 1.4em;
}

#intro_content li {
	color:#333333;
}

.imgBorderLeft {
	
	border: 2px solid #eeeeee;
	padding:2px;
	margin-left: 10px;
}


/*Sub Content*/

#sub_content {
	width: 750px;
	padding-left:45px;
	padding-right:45px;
	padding-top:10px;
	padding-bottom:10px;
	margin: 0px auto;
}

#sub_content p {
	font-size:80%;
	color: #333333;
	font-weight:normal;
	line-height: 1.4em;
	margin-bottom:18px;
}

#sub_content ul, #sub_content ol {
	color: #333333;
	font-size:80%; 
	line-height: 1.4em;
}

#sub_content li {
	color:#333333;
}

/*Footer Content*/


#footer {
	width: 750px;
	border: 2px solid #eeeeee;
	background-image:url(../images/footer_bg.gif); background-repeat:repeat-x;
	padding-left:45px;
	padding-right:45px;
	margin: 0px auto;
	margin-top:40px;
	margin-bottom:20px;
	/*background-color:#999999;*/
}

#footer  p {
	font-size:60%;
	color: #333333;
	font-weight:normal;
	line-height: 1.4em;
}

#footer span {
	font-size:100%;
	color: #ffcc00;
}


.noborder {
	border: 0px;
}

/*---- END MAIN LAYOUT ----*/





/*---- TEXT STYLE ----*/

h1 {
	font-size: 180%;
	font-weight: normal;
	color: #3366ff;
	margin:0px;
	padding-top:20px;
	padding-bottom:10px;
}

h2 {
	font-size: 130%;
	font-weight: normal;
	color: #3366ff;
	margin:0px;
	padding-top:20px;
	padding-bottom:10px;
}

h3 {
	font-size: 110%;
	font-weight: normal;
	color: #3366ff;
}

h4 {
	font-size: 80%;
	font-weight: bold;
	color: #333333;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	padding:0px;
}


/* NOT USED:

h5 {
	font-size: 90%;
	font-weight: bold;
	color: #3366ff;
}

h6 {
	font-size: 80%;
	font-weight: normal;
	color: #3366ff;
}

NOT USED: */

hr {
	color:#d1dae5;
	background-color: #d1dae5;
	height: 2px;
}

hr.bar {
	color:#d1dae5;
	background-color: #d1dae5;
	height: 5px;
}

a:link, a:visited {color:#3366ff; text-decoration: none;}
a:active, a:hover {color:#3366ff; text-decoration: underline;}

/*---- END TEXT STYLE ----*/
