@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul ,ol, dl, dt, dd, blockquote, pre, form, fieldset, p{
	margin: 0;
	padding: 0;
}

html{
	height:100%;
}

body {
	color:#000;
	font-family:Arial,Verdana,sans-serif;
	font-size:14px;
	height:100%;
}

img {
	border:0px;
}

a:link, a:active, a:visited{
	color:#3b4d7b;
	outline:none;
	text-decoration:none;
}

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

h1{
	color:#950006;
	font-size:28px;
	font-weight:normal;
	margin:0 0 30px 0;
}

h2{
	color:#3b4d7b;
	font-size:24px;
	font-weight:normal;
	margin:0 0 25px 0;
}

hr{
	color:#e7e7e7;
	background-color: #e7e7e7;
	height: 1px;
	border: 0;
	margin:20px 0;
}

p{padding:0 0 20px 0}

textarea{
	font-family:Arial,Verdana,sans-serif;
}

div#wrapper{
	height:100%;
	height: auto !important;
	min-height:100%;
	position:relative;
	width:100%;
	margin:0 auto -157px auto; /* the bottom margin is the negative value of the footer's height */

}

div#header{
	background:#699ac6 url(../images/banner.jpg) repeat-x center top;
	height:286px;
	position:relative;
	text-align:center;
}

div#header_logo{
	position:absolute;
	left:0px;
	bottom:60px;
}

div#navigation{
	height:56px;
	margin:auto auto;
	position:relative;
	width:1000px;
	font-size:20px;
	padding-top:230px;
}

div#navigation ul{
	list-style:none;
}

div#navigation li{
	float:left;
	padding:15px 17px;
	background:none;
	margin:0 0;
}

div#navigation li.current{
	float:left;
	background:#3b4d7b;
	padding:7px 9px;
	margin:8px 8px;
}

div#navigation a{
	color:#fff;
}

div#portrait{
	position:absolute;
	top: 3px;
	right:0px;
}

div#content{
	margin:auto auto;
	min-height:200px;
	padding:30px 0 0 0;
	position:relative;
	text-align:left;
	width:1000px;
}

div#content a{
	text-decoration:underline;
}

div#left_column{
	float:left;
	line-height:18px;
	position:relative;
	width:580px;
	padding:0 10px;
}

div#right_column{
	float:right;
	position:relative;
	width:345px;
	padding:0 20px;
}

div#left_column ul, div #right_column ul, div#left_column ol, div #right_column ol{
	list-style:outside;
	padding:20px;
}

div#featured_area{
	background:url(../images/user1bg.gif) repeat-x;
	min-height:100px;
	position:relative;
	padding:20px 0 0 0;
	font-size:12px;
	border:2px solid #d3d1d1;
}

div#featured_left_column{
	float:left;
	position:relative;
	width:540px;
	padding:0 10px;
}

div#featured_right_column{
	float:right;
	position:relative;
	width:345px;
	padding:0 20px;
}

div#footer{
	background:#3b4d7b url(../images/footer-bg.gif) repeat-x;
	height:157px;
	min-width:941px;
	position:relative;
	text-align:center;
	width:100%;
	color:#fff;
}

div#footer ul{
	list-style:none;
}

div#footer li{
	float:left;
	margin-right:14px;
}

div#footer a:link, div#footer a:active, div#footer a:visited{
	color:#fff;
	text-decoration:none;
}

div#footer a:hover{
	color:#e4eff9;
}

div#footer_links{
	margin:auto auto;
	padding-top:20px;
	position:relative;
	text-align:left;
	width:1000px;
}

div#footer_links a{
	font-size:12px;
}

div#footer_columns{
	clear:both;
	width:1000px;
	position:relative;
	margin:auto auto;
	text-align:left;
	padding-top:20px;
}

div#footer_columns a{
	text-decoration:underline !important;
}

div#footer_columns p{
	width:330px;
	float:left;
}

.push{
	height:157px;
}

.bluelink{
	background:#3d507d url(../images/link1-bg.gif) repeat-x;
	height:30px;
	display:inline-block;
	padding:10px 14px 0 14px;
	font-size:14px !important;
	color:#fff !important;
	text-decoration:none  !important;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	margin-bottom:20px;
}

.redlink{
	background:#9f0309 url(../images/link2-bg.gif) repeat-x;
	height:30px;
	display:inline-block;
	padding:10px 14px 0 14px;
	font-size:14px !important;
	color:#fff !important;
	text-decoration:none  !important;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	margin-bottom:20px;
	margin-left:10px;
}


.clear{
	clear:both;
}

.blue{
	color:#3b4d7b;
}

.bigger{
	font-size:16px;
}

.border_img{
	background:url(../images/gallery-list-bg.png) no-repeat center center;
	width:180px;
	height:141px;
	float:left;
	text-align:center;
}

.border_img img{
	margin-top:17px;
}

.imgleft_footer{
	float:left;
	margin-right:50px;
}

.tiny{
	font-size:10px;
}

.input_required {
background-color:#fff0df;
border:1px dotted #f4911d;
}

/* Form Styling */

form.cmxform fieldset
{
	border: 0px;
	width: 600px;
}

form.cmxform legend
{
	color:#000;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

form.cmxform label
{
	display: inline-block;
	line-height: 1.4;
	width: 120px; /* Width of labels */
	vertical-align: top;
}

form.cmxform fieldset ol
{
	margin: 0;
	padding: 0;
}

form.cmxform ol li
{
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform em
{
	font-weight: bold;
	color: #f00;
}

form.cmxform textarea
{
	height: 90px;
	width: 220px;
}

.img-right
{
	border:3px solid #999;
	float:right;
	margin:0 0 10px 10px;
}

.img-left
{
	border:3px solid #999;
	float:left;
	margin:0 10px 10px 0px;
}

div#footer_top {
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    text-align: center;
    width: 1000px;
}