/********HTML TAGS********/
html {
min-height: 100%;
margin-bottom: 1px;
}
body {
margin:0;
padding:0;
font-family:Arial, sans-serif;
background-color:#CCCCCC;
/*text-align:justify;*/
}
p {
font-size:.8em;
color:#000033;
margin:0 0 10px 0;
/*text-align:justify;*/
}
.header {
margin:0 0 10px 0;
font-size:1.3em;
color:#A61C16;
text-transform:uppercase;
font-weight:bold;
}
.subh1{
margin-left:2px;
font-weight:200;
text-transform:uppercase;
/*position:absolute;*/
}
h2 {
margin: 0 0 10px 0;
font-size:.93em;
color:#244989;
text-align:center;
font-style:italic;
/*letter-spacing:1px;*/
}
a {
color: #a61c16;
font-weight:bold;
text-decoration:none;
}
a:hover {
color: #000033;
text-decoration:underline;
}
ul {
margin:2px;
padding:0;
}
.indent {
text-indent:13px;
}
li {
list-style:disc;
list-style-position:inside;
font-size:.8em;
color:#000033;
margin-left:30px;
}
.right {
text-align:right;
color:#a61c16;
font-size:.8em;
}
.center {
text-align:center;
color:#000033;
font-size:.9em;
}


/********CONTENT********/


#wrap_content {
margin:30px 20px 0 20px;
width: 480px;
padding-bottom:60px;
}
#sub_content {
width:420px;
height:1000px;
padding:10px;
background-color:#faf2e2;
}
#sub_content2 {
width:480px;
height:1000px;
padding:10px;
background-color:#fff;
}
#sub_content_wrap {
	margin-left:120px;
	position:absolute;
	width:280px;
	left: 289px;
	top: 557px;
}
#sub_content .pic_container {
width: 100px;
height: 100px;
margin-top: 3px;
position: absolute;
}
.p_subcontent {
font-size:.8em;
color:#244989;
/*margin-bottom:15px;*/
}
.sub_content_header {
font-size:0.8em;
color:#244989;
text-transform:capitalize;
font-weight:bold;
margin-bottom:15px;
}

/*******SIDEBAR*********/


#wrap_sidebar {
margin-top:32px;
margin-left:12px;
width: 160px;
}
.sidebar_header {
font-size:.8em;
color:#a61c16;
text-transform:uppercase;
font-weight:bold;
margin-bottom:5px;
text-align:right;
}
.sidebar_subnav {
text-transform:uppercase;
text-align:right;
}
.subnav {
color:#000033;
font-size:.7em;
font-weight:normal;
}
.sitemap_header {
font-size:.8em;
color:#a61c16;
text-transform:uppercase;
font-weight:bold;
margin-bottom:5px;

}
.sitemap_subnav {
text-transform:uppercase;

}
.smsubnav {
color:#000033;
font-size:.7em;
font-weight:normal;
}

/********SITEMAP NAV********/
#sitemap {
width:480px;
margin-left:20px;
margin-top:100px;
margin-bottom:20px;
padding-top:5px;
font-size:.7em;
color:#000033;
text-align:center;

}
/*********THE PROS***********/
.title {
color:#A61C16;
font-size:1.2em;
}
.subtitle {
color:#A61C16;
font-size:.9em;
padding-bottom:3px;
border-bottom:solid 1px #a61c16;
}
.imgfloat {
float:left;
margin-right:15px;
margin-bottom: 15px;
}

.container {
font-size:.8em;
color:#000033;
margin:0 0 10px 0;
text-align:justify;
}

#navtest {
position:fixed; 
left:250px; 
top:0px;
}

#bgtest {
background-image:url('images/cpbg.jpg');
position:static;
z-index:1;
}
