@charset "UTF-8";

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg2.jpg);
	background-attachment: fixed;
}

/* Top Navigation */

#box1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #EFEFEF;
	height: 20px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: #3365C8;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 2px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3365C8;
}

/* Header */

#box2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	height: 25px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: #3365C8;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 6px;
	background-image: url(../images/bg.jpg);
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3365C8;
}
#box2 li {
	float: left;
	margin-right: 20px;
	list-style-image: none;
	list-style-type: none;
}
#box2 li a {
	color: #3365C8;
	text-decoration: none;
}
#box2 li a:hover {
	color: #999999;
}
#box2 ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* Main Wrapper */

#box_main {
	background-color: #FFFFFF;
	width: 768px;
	border: 1px solid #3365C8;
	margin-left: 50%;
	left: -384px;
	position: relative;
}



/* Navigation */

#box3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 200px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	background-image: url(../images/header_image_small.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3365C8;
}

/* Content Area */

#box4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	height: 1100px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 2px;
}
#box4 a {
	font-weight: bold;
	color: #D60026;
}
#box4 a:hover {
	color: #999999;
}
#box4 p {
	padding-left: 10px;
	font-size: 11px;
	line-height: 18px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-left: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-left: 10px;
}
#box4 li {
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#box_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	float: right;
	height: 400px;
	width: 200px;
	border: 1px dashed #CCCCCC;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #F5F5F5;
}
#box_right a {
	color: #999999;
}

/* Content Area Short */

#box4_short {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	height: 700px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 2px;
}
#box4_short a {
	font-weight: bold;
	color: #D60026;
}
#box4_short a:hover {
	color: #999999;
}
#box4_short p {
	padding-left: 10px;
	font-size: 11px;
	line-height: 18px;
}

#box4_short li {
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#box_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	float: right;
	height: 400px;
	width: 200px;
	border: 1px dashed #CCCCCC;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #F5F5F5;
}
#box_right a {
	color: #999999;
}

/* Footer */

#box5 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #EFEFEF;
	height: 20px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: #3365C8;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 2px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3365C8;
}

/* Other */

.img_left {
	float: left;
	padding-right: 20px;
}

.text_light {
	font-size: 10px;
	color: #999999;
	font-family: Tahoma, Arial, sans-serif;
}
.text_light a {
	color: #666666;
	text-decoration: none;
}
.text_light a:hover {
	text-decoration: underline;
}


.bold_text_blue {
	font-weight: bold;
	color: #3266CC;
}
.images_center {
	text-align: center;
}
.img_right {
	float: right;
	padding-left: 20px;
}

.bold {
	font-weight: bold;
	color: #666666;
}

/* Contact Form */

p {
	margin-bottom: 15px;
}

#page-wrap {
	width: 760px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 700px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 500px;
	font-family: Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}#box3_extra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 100px;
	width: 770px;
	color: #FFFFFF;
	background-image: url(../images/subheader.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3365C8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3365C8;
	margin-left: -3px;
}
