/****************************************/
/*               v.2.4                  */
/****************************************/

/*########################################
              GENERAL
########################################*/
/* General */
html {
	background:#00122a;
	width: 100%;
	color:#ffffff;
	text-align:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
body { width: 100%; margin:0; border:none; }
img { border:none; }


/* General Titles */
h1, h2, h3, h4 { margin-top:0; color:#95B4D1; }
h1 {
	font-size:1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #95B4D1;
}
h2 {
	font-size:1.4em;
	padding-top: 10px;
}
h3 { font-size:1.2em; }
h4 { font-size:1em; }


/* General Links */
a { color:#ffffff; text-decoration:underline; }
a:hover { text-decoration:none; }
a:visited { color:#95B4D1; }


/* Height Light */
.light{ color:#c7b69b; font-weight:bold; }


/* Clear */
.clear { clear:both; overflow:hidden; height:0px; }


/* Float & Alignment*/
.float-left { float:left; }
.float-right { float:right; }
.align-left { text-align:left; }
.align-right { text-align:right; }
.align-center { text-align:center; }

/*########################################
              MAIN LAYOUT
########################################*/
#container {
  width:990px;
  margin: 0 auto;
}
#body-bg {
  background: url("../images/body-bg.jpg") repeat-y center top;
}
#body {
  background: url("../images/body.jpg") no-repeat center bottom;
  min-height:647px; 
  height:auto !important; 
  height:647px;
}
/*########################################
              HEADER LAYOUT
########################################*/
#header {  background: url("../images/header.jpg") no-repeat;  height:407px; }
#header .logo { position:relative; top:13px; left:28px; float:left; }

/*########################################
              NAV LAYOUT
########################################*/
#nav { font-size:12px; float:left; height:45px;  width:643px; text-align:center; position:relative; top:246px; left:14px; line-height:47px; overflow:hidden; }
#nav img { border:none; float:left; }
#nav a { text-decoration:none; color:#000000; display:block; float:left; height:47px; width:126px; text-align:center; margin-right:1px; }
#nav a:hover { color:#002c68; }
#nav li{ display:inline; padding:0px; margin:0; border:none; }
#nav ul{ padding:0; margin:0 auto; border:none; }

/*########################################
              LEFT LAYOUT
########################################*/
#left {  width:565px;  margin-left:50px;  float:left; }
#left p { margin:0 0 10px 0; }
#left li {
	list-style-image: url(../images/arrow_white.png);
}

/*########################################
              RIGHT LAYOUT
########################################*/
#right {  color:#000000;  width:300px;  margin-right:40px;  float:right; }
#right h2 { background: url("../images/title.png") no-repeat; display:block; width:169px; height:30px; color:#002c68; text-align:left; padding:1px 0 0 70px;}
#right .content { margin-left:70px; }
#right ul { margin:0; padding:0; margin-left:10px; }
#right li {list-style-image: url("../images/arrow.png"); margin-top:2px;}
a.contact-link  {  color:#002c68; text-decoration:none; }
a.contact-link:hover {  color:#FFFFFF; text-decoration:none; }

/*########################################
              FOOTER LAYOUT
########################################*/
#footer {
	background: url("../images/footer.jpg");
	height:122px;
	text-align:center;
	line-height:20px;
	color:#ffffff;
	padding-top:20px;
	font-weight: normal;
}
#footer a {
	margin:0 10px 0 10px;
	text-decoration:none;
	color:#ffffff;
	font-weight: normal;
	letter-spacing: 1px;
}
#footer a:hover {
	text-decoration:underline;
	color: #FFFF99;
	font-weight: normal;
	letter-spacing: 1px;
}
#footer li{  display:inline; padding:0px; margin:0px; border:none; }
#footer ul{ padding:0px; margin:0 auto; }

 
.small  {
	font-size: 0.7em;
	font-weight: normal;
	letter-spacing: normal;
}
/*########################################
               CONTACT PAGE
########################################*/

.textbox{ background:#ffffff; border:1px solid #dadada; color: #333333; width:260px; float:left; height:18px; }
.textarea{ background:#ffffff; border:1px solid #dadada; color: #333333; width:260px; float:left; height:100px; }
#form .submit-holder{ width:360px; text-align:left; float:left; }
#form .submit{ border:1px solid #dadada; background:#ffffff;  color: #00bbf2; width:100px; height:30px; font-weight:bold; cursor:pointer; font-size:11px;}
.form-error{ color:#ff0000; font-weight:bold; }
.form-correct{	color:#4973A3; font-weight:bold; font-size: 120%;}

.label-holder {
	height: 30px;
	width: 220px;
	float: left;
}
fieldset		{

!important;

	padding-left: 10px;

	padding-bottom: 10px;

	width: 100%;
	border: 1px solid #002f6d;
}

/*fieldset.active		{border:2px solid #999}*/



label {

	color: #8da1bb;

	display:block;

	float:left;

	font-family:Arial, Helvetica, sans-serif;

	font-size:90%;

	font-weight:bold;

	height:17px;

	letter-spacing:2px;

	line-height:1.1;

	width: 220px;
	margin-top: 3px;
	margin-right: 2px;
}

.buttons {

	background:#EEF7FB none repeat scroll 0%;

	color:#333333;

	font-size:12px;

	font-weight:bold;

	padding:6px 14px;

	text-decoration:none;

	text-transform:uppercase;
	border-color: #8298b0;
	border-style: solid;
}



.info_messages		{
	color: #333333;
	background-attachment: scroll;
	background-color: #D5DDFF;
	background-image: url(../images/information.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6699FF;
	border-bottom-color: #6699FF;
	
	width: 500px;
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 30px;
}
.required {
	color: #FFCC66;
	font: bold large "Courier New", Courier, monospace;
}

/*########################################
               BREADCRUMB
########################################*/
#breadcrumb { font-size:80%; height: 30px; margin-bottom: 5px; }
#breadcrumb a { text-decoration:none; color: #FFFFFF; font-weight: normal; }
#breadcrumb a:hover { text-decoration:underline; }
#breadcrumb img { vertical-align: -4px; }
#breadcrumb .active {font-weight:bold; }


/*   call to action */
.calltoaction {
	margin:0px;
	background-color: #002251;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #003A8B;
	padding: 10px;
}

.imgright {float:right; padding:15px 0 10px 10px;}
