@charset "utf-8";
/* CSS Document */

html, body {
height: 100%;
}

body {
	padding:0px;
	margin:0px;
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #666 url(../img/bg_grad.jpg) repeat-x;
}

h1{
	margin: 0;
	font-size: 2.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h2{
	margin: 0;
	padding-top: 20px;
	font-size: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h3{
	margin: 0;
	padding-top: 20px;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
}

p {
	margin: 0;
	padding-top:15px;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.8em;
}
a img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}


#main_wrapper {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #FFF url(../img/content_bg.jpg) no-repeat left 285px;
	padding-bottom:40px;
}

#outside_wrapper {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(../img/bg_dropShadow.png);
	background-repeat: repeat-y;
}


#header_wrapper {
	position: relative;
}

#flash_header {
	position: relative;
}


#logo {
	position:absolute;
	padding:15px 0 0 25px;
	z-index:10;
	top: 0px;
	left: 0px;
}

#content_wrapper {
	margin-right: auto;
	margin-left: auto;
}

/* CSS FOR THE NAV */

#nav_wrapper {
	width:960px;
	float: left;
	border-top:solid 6px #FFF;
	background: url(../img/drop_shad.png) repeat-x;
}

#nav {
	float: right;
	background-image: none;
	background-repeat: no-repeat;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li {
	display: inline;
	float: left;
	padding: 0px 10px 0px 0px;
	background: url(../img/nav_list_right.png) no-repeat right bottom;
	margin: 0px 25px 0px 0px;
}
	
#nav a {
	display: block;
	padding: 5px 5px 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	background: url(../img/nav_normal.png) no-repeat left bottom;
}
	
#nav a:hover {
	background: url(../img/nav_over.png) no-repeat left bottom;
}





#nav_sub {
	text-align: left;
	font-size: 1em;
	width:550px;
}

#nav_sub ul {
	padding-left: 0px!important;
}

#nav_sub li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	padding:0px;
}

#nav_sub a {
	text-transform: uppercase;
	font-weight:normal;
	color:#2f6dbd;
	text-decoration:underline;
}

#nav_sub a.active {
	color: #f3a611;
}

#nav_sub a:hover {
	color: #f3a611;
}
	
#content_left {
	float:left;
	text-align: right;
	margin: 40px 0 0;
	padding:0 20px 0 40px;
	width:299px;
}

#content_left a {
	color:#2f6dbd;
	text-decoration:underline;
}

#content_left a:hover {
	color:#F1B43F;
}

#content_right {
	border-left:1px solid #666;
	float:right;
	text-align: left;
	margin: 40px 0 0;
	padding:0 75px 0 20px;
	width:505px;
	
}

#spacer {
	float:right;
	height:60px;
}

#spacer2 {
	float:right;
	clear:both;
	height:100px;
}

#spacer3 {
	float:right;
	clear:both;
	height:30px;
}

#spacer4 {
	float:right;
	clear:both;
	height:135px;
}

#content_right ul {
	font-weight:bold;
	line-height:1.8em;
	margin:0;
	padding:15px 0 10px 35px;
}

#content_right li {
	padding:1em 0 0;
}

.insert_image {
	float:left;
	border:none;
	padding:20px 20px 0 0;
}
.clearer {
	clear: both;
}

#submit_wrapper {
	border-style: none;
	padding-left: 0px;	/*clear: both;*/
	padding-bottom: 10px;
	padding-top: 10px;
}

#contact {
	padding: 0px 25px 20px 20px;
}

#commentForm p {
	padding-top:0px;
	padding-bottom:10px;
}

#commentForm label.error {
	color: #900;
	font-style: italic;
	width: auto;
	clear: left;
}

form {
	height:415px;
}

#alert {
	height:415px;
}


label {
	display: block;
	/*float: left;*/
	width: 250px;
	/*margin-right: 10px;*/
	/*text-align: right;*/
	font-weight: bold;
	padding-top:0px;
}

p input {
	width: 380px;
}
p textarea {
	height: 100px;
	width: 380px;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
