/* Universal Styles */

* { 
	padding:0;
	margin:0;
	scrollbar-face-color: #b8b685; 
	scrollbar-highlight-color: #eff1ea; 
	scrollbar-3dlight-color: #b8b685;
	scrollbar-darkshadow-color: #b8b685;  
	scrollbar-arrow-color: #eff1ea;   
	scrollbar-shadow-color: #eff1ea;   
	scrollbar-track-color: #eff1ea;  
}

body { 
	background-image:url(../../images/bkgd.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#b8b685;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	text-align:justify;
}

a {	text-decoration: none; color:#0a466a; }

a:hover { text-decoration: underline; }

h1 { margin-bottom:15px; padding-bottom:10px; font-size:1.8em; border-bottom:#000 2px solid; color:#0a466a; }

h2 { padding-bottom:15px; font-size:1.4em; line-height:1.5; }
h6 { color:#0a466a; font-size:12px; }
p { padding-bottom:12px; line-height:1.4; }

b { color:#0a466a }

ul { margin-left:25px; padding-bottom:15px; }

/* End of Universal Styles */




/* Home Page Layout */

#main_image {
	width:300px;
	height:280px;
	background-color:#fff;
	float:right;
	border-left:#000 solid 1px;
    background-image:url(../../images/main_image_background.gif);
}

#main_image img {
	position: relative;
	top: 31px;
	left: 41px;
}

#below_nav {
	width:200px;
	height:228px;
	background-image:url(../../images/below_nav.gif);
	float:left;
	clear:left;
}

#below_nav .padding { padding:5px; font-size:.9em; }


#below_main_image {
	width:561px;
	height:278px;
	border-top: 2px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	/*background-image:url(../../images/below_main_image.gif);*/
	/*background-color: #d1d0b0;*/
	background-color: #d6d5b8;/*dad9bf,deddc6,e2e2cd,e6e6d4,eaeadc,efeee3,f3f2ea,f7f7f1,fbfbf8*/
	float:right;
	padding-left:9px;
	padding-right:9px;
}

#right_column {
	width:280px;
	height:280px;
	overflow:auto;
	float:right;
	background-image:url(../../images/right_column.gif);
}

.box { width:100px; height:128px; float:left; margin:25px 10px 25px 0; border:1px #000 solid; }

.box h2 { padding:10px; color:#fff; font-size:18px; text-align:center; background-color:#0a466a; font-weight:bold; }


/* End of Home Page Laydout*/





/* Sub Page Style */

#sub {
	width:580px;
	/* min-height:460px; all set explicitly now */
	float:right;
	background:url(../../images/sub_content.gif) repeat-x fixed top 561px;
	border-left:1px #000 solid;
	background-color:#f0f2ec;
}

#sub h1 { margin-bottom:15px; padding-bottom:10px; font-size:2em; border-bottom:#b8b685 2px solid; color:#0a466a; }

#sub h4 { padding-bottom:10px; font-size:1.2em; color:#0a466a; }

#sub ol { margin:10px 0 10px 25px; }

#sub ol li { list-style:decimal; font-size:12px; padding-bottom:15px; }

#sub ul li { list-style:square; padding-bottom:8px; font-size:1em; }

#sub .padding { padding:10px; }

#sub_below_nav {
	width:159px;
	padding-top:34px;
	padding-left:40px;
	border-left:1px solid black;
	float:left;
	clear:left;
	background:#f0f2ec url(../../images/sub_content.gif) repeat-x;
}

.img { border:#b8b685 3px solid; margin-bottom:20px; }

.left { float:left; width:230px; padding-right:25px; border-right:#b8b685 1px dotted; }

.right { float:left; width:230px; padding-left:25px; border:none; clear:right; }

.padding { padding:15px; }

/* End of Sub Page Style */




/* Universal Layout */

#wrapper {
	width:800px;
	margin:0 auto;
	background-image:url(../../images/repeat.png);

}

#container { width:781px; margin:0 auto; }

#header {
	width:781px;
	height:123px;
	margin:0 auto;
}

#nav {
	width:200px;
	height:229px;
	border-bottom:1px solid black;
	background-image:url(../../images/nav.gif);
	float:left;
}

#nav ul { margin:10px 20px 15px 20px; }

#nav li {
	border-top:#000 1px solid;
	list-style:none;
	padding:7px 0;
	font-weight:bold;
	font-size:14px;
}

#nav a { text-decoration: none; color: #000; }

#nav a:hover { color:#0a466a; }


#footer {
	width:781px;
	height:83px;
	margin:0 auto;
	background-image:url(../../images/footer.gif);
	clear:both;
	text-align:center;
	border-bottom:2px #000 solid;
}

#footer a { color:#000; }

#footer p { font-size:10px; }

#footer ul { padding:20px 0 10px 0; }

#footer li { display:inline; padding:0 10px; border-left:1px #000 solid; }


/* End of Universal Layout */




/* Form Styles */

fieldset { padding:5px 10px; margin:0 auto; width:250px; border:#b8b685 1px solid; font-size:.8em; }

input, textarea { 
	border:#b8b685 1px solid; 
	width:180px; 
}
.btn { 
	width:auto; 
	padding:5px;
}

input:hover, textarea:hover, input:focus, textarea:focus{ background-color:#eae9c1; }

.formError { color:#F00; }



.prevButton {
	margin: 20px, 20, 0, 0;
}

.nextButton {
	margin: 20px, 0, 0, 0;
}


/* End of Form Styles */

