/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", "MS Sans Serif", Arial, Tahoma;
	color: #003366;
}

h2 {
	padding-bottom: 4px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 1em;
	line-height: 1.3em;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}
a {
	text-decoration: none;
	color: #0099FF;
}

a:hover {
	text-decoration: underline;
}

img {
}
.story p, #main {
	_overflow:visible;
	_height:1px;
	overflow: hidden;
	height: auto;
}
/* ############################################### layout ######################################*/
/* Logo */
#header {
	width: 778px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 344px;
}
#logo {

	height: 150px;
	margin: 0 auto;
}

#logo h1 {
	padding-top: 95px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
}

#logo h1 a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
	color: #0099FF;
}

#logo h1 i {
	text-transform: uppercase;
	letter-spacing: -3px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#logo h3 a{
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#logo a {
}

/* Content */

#content {
	width: 778px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	width: 778px;
	padding-bottom: 20px;
	overflow: hidden;
}
#sidebar {
	width: 778px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #333333;
	height: 160px;
	background-image: url(images/up_dates_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
}
/* ############################################### layout ######################################*/

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

/* Content > Sidebar */



/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: 12px;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
	width: 778px;
	height: 44px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	color: #333333;
	padding-top: 15px;
	padding-right: 18px;
	padding-left: 18px;
	float: left;
	height: 33px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menu a:hover, #menu .active a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
}
#menu .active a {	text-decoration: none;
	color: #ccc;
	background-color: #252525;}

/* Content > Sidebar > Updates*/

#updates {
	overflow: hidden;
}
#updates a {
	float: left;
	height: 160px;
	width: 194px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
#updates a strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	height: 30px;
	background-color: #252525;
	display: block;
}
#updates a span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #999999;
	display: block;
	height: 95px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
#updates a:hover strong {
	color: #0099FF;
}
#updates a:hover span {
	color: #fff;
	background-color: #252525;
}
/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	background-image: url(images/up_dates_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

#footer p {
	margin: 0 auto;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
.answers h4 {
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	color: #006699;
}
.answers .top {
	display: block;
	clear: left;
	float: right;
	margin-bottom: 10px;
}
#contact {
	float:none;
	display:block;
	clear:left;
	margin-top:20px;
	padding-left:5px;
	padding-top:15px;
}

#contact form {
}

#contact fieldset {
	border: none;
}

#contact legend {
	display: none;
}

#contact label {
	font-size: x-small;
	font-weight: bold;
	float: none;
}

#contact .textfield{
	margin-bottom: 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 200px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #385B88;
}

#contact .button {
	margin-bottom: 5px;
	border: 1px solid #385B88;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #333333;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#vinfo {
	float:none;
	display:block;
	clear:left;
}
#vinfo .con_header {
	padding: 5px;
	clear: left;
	float: left;
	width: 150px;	
}
#vinfo .con_phone {
	padding: 5px;
	float: left;
	width: 150px;	
}
#vinfo .con_mail {
	padding: 5px;
	float: left;
	width: 150px;	
}

#hinfo {
	float:none;
	display:block;
	clear:left;
}
#hinfo .con_header {
	padding: 5px;
	clear: left;
	float: left;
	width: 200px;	
}
#hinfo .con_phone {
	padding: 5px;
	float: left;
	width: 200px;
	text-align:right;	
}

.clear {
	clear: both;
	padding-top: 10px;
}
#navcontainer {
	margin-bottom:20px;
	float: right;
	width: 250px;
	margin-left: 20px;
}
ul#navlist {
	display: block;list-style-type: none;
}

#navlist li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navlist a {
	margin:0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
	text-decoration: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	background-color: #FFFFFF;
	display: block;
	padding-left: 20px;
	padding-right: 10px;
	height: auto;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}

#navlist a:link, #navlist a:visited {
	/*color: #fff;
	background-color: #036;*/
	text-decoration: none;
}
#navlist a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#navlist .current {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.apply_table td {
	width:100%;
	border:1px solid #003366;
	padding: 3px;
	color:#666666;
}
.apply_table SELECT {
	width:150px;
}
.apply_table textarea {
	width:250px;
}
.story {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 360px;
}

.story p img {
	padding:2px;
	border: 1px solid #959595;
	margin-left: 15px;
	margin-bottom: 5px;
	float:right;
}
#main ul {
	list-style-type: square;
	line-height: 18px;
	margin-left: 3em;
	padding-top: 10px;
	padding-bottom: 10px;
}