/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0 0; 
    padding: 0 0; 
    border: 0; 
}

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

/* html section - selectors for html code */
body {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
	background: url(../images/body_bg.jpg) top center no-repeat fixed black;
	text-align:center;
}

h1 {
	color: #1963ac;
	font-size: 20px;
	font-style:italic;
	padding: 25px 0px 0px 0px;
	margin: 0 0 0 0;
}

h2 {
	color: #1963ac;
	font-size:16px;
	padding: 15px 0 0 0;
	margin: 0;
}

h3 {
	color: black;
	font-size: 12px;
	padding: 4px 10px 0px 10px;
	margin: 0;
}

p {
	color: #000000;
	font-size: 12px;
	padding: 4px 10px 5px 10px;
	margin: 0 0;
}

hr {
	text-align:center;
	margin: 10px auto;
	padding: 0 0;
}

form {
	font-size: 12px;
}

blockquote {
	font-size:12px;
}



/*classes*/
.details {
	font-size:12px;
}

.heading {
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 10px 0 10px;
}

.image {
	padding: 0 0 0 0;
	margin: 0 10px 5px 10px;
}

.image2 {
	float: right;
	padding: 0 50px 1px 20px;
}

.image3 {
	float: right;
	padding: 0 10px 1px 0;
}

.image4 {
	float: right;
	padding: 0 0;
	margin: 0 0;
	border: 2px solid;
}

.conformul {
	font-size: 12px;
	padding: 10px 20px 5px 5px;
	list-style: disc;
	list-style-position:inside;
}

.clear {
	clear:both;
} 

.leftcolumn_text {
	font-style: italic;
	font-size: 10px;
	font-stretch: extra-condensed;
	font-weight: bold;
}

/*link section - for regular links not the navigation */
a:link {
	color: #1936ac;
	text-decoration: none;
}

a:visited {
	color: #1936ac;
	text-decoration: none;
}

a:hover {
	color: #ffc814;
	text-decoration: none;
}

a:active {
	color: #a63a06;
	text-decoration: none;
}

/*this effects the wrapper | subwrapper | shadow divs*/
#wrapper {
	margin: 0 auto 0 auto;
	padding: 0 0;
	width: 1022px;
	text-align: center;
	border: none;
}
/*
html>body #shadow_top {
	background: url(../images/shadow_top.png) bottom center no-repeat;
	height: 9px;
	width:950px;
	margin: 0 0;
	padding: 0 0 0 0;
}

html>body #shadow_main {
	background: url(../images/shadow_main.png) top center repeat-y;
	width: 950px;
	margin: 0 0;
	padding: 0 0 0 0;
}

html>body #shadow_bottom {
	background: url(../images/shadow_bottom.png) top center no-repeat;
	height: 9px;
	width: 950px;
	margin: 0 0;
	padding: 0 0 0 0;
}

#subwrapper {
	height: 100%;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
}*/

/*masthead elements*/
#masthead {
	background: url(../images/masthead_bg.png) top center no-repeat;
	height: 289px;
	margin: 0 0;
	padding: 0 0;
}

/* navigational elements */
#navigation {
	background:url(../images/navigation_bg.png) top center no-repeat;
	width:900px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

#mainlinks {
	margin: 0 0;
	padding: 0 0 0 0;
	text-align:center;
}

#mainlinks ul {
	margin: 0 0;
	list-style: none;
	font-size: 12px;
	color: black;
	padding: 4px 5px 5px 5px;
	font-weight: bold;
}

#mainlinks ul li {
	display: inline;
}

#mainlinks ul li a {
	color: #032453;
	text-decoration: none;
	padding: 0 6px 0 6px;
}

#mainlinks ul li a:hover, #mainlinks ul li a:focus {
	color: #a63a06;
	text-decoration: underline;
}

/* content section */

#content {
	width:900px;
	background: url(../images/content_bg.png) top center repeat-y;
	margin: 0 auto 0 auto;
	padding: 0 0;
	text-align:left;
}


#sub-content{
	width:800px;
	background: #fefefe url(../images/sub_content_bg.png) top center no-repeat;
	margin: 0 auto;
	padding: 0 0;
}

/*reserved for later*/
#contentcolumn{
margin: 0 30px 0 30px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

/*#maincontent {
	margin: 10px 160px 10px 160px;
}*/

#coloumn_left {
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	float:left;
	text-align:center;
}


#coloumn_right {
	width: 150px;
	height: auto;
	text-align:left;
	float: right;
	margin: 0 0 10px 15px;
	padding: 0 5px 0 0;

}

/*iframe*/
#dynamic_content {
	margin:0 0 0 0;
	padding: 0 0 0 0;
	border:none;
	text-align: center;
}

html>body #dynamic_content {
	margin:0 0 0 7px;
	padding: 0 0 0 0;
	border:none;
	text-align: center;
}

/* footer section */
#footer {
	background: url(../images/footer_bg.png) top center no-repeat ;
	min-height:222px;
	width:900px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: left;
}

#footer_text{
	width:600px;
	margin:130px auto 0 auto;
}

#footer p {
	margin: 0 0;
	padding: 0 0 0 10px;
	font-size: 10px;
	color: #CCCCCC;
}
