body {
	margin-top: 15px;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #181B20;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Myriad Pro;
	font-weight: normal;
	color: #07233d;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #07233d;
}

a:hover {
	text-decoration: underline;
}

img.border {
	margin-bottom: 20px;
	border: 6px solid #EEE7DF;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 50px;
}

#header {
	width: 800px;
	height: 50px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	color: #07233d;
}
#logo h1 {
	margin: 0px;
	letter-spacing: -1px;
	text-align: center;
	/*text-transform: uppercase;*/
	font-size: 40px;
	font-weight: regular;
	color: #07233d;
}

#logo h1 a{
	margin: 0px;
	letter-spacing: -1px;
	text-align: center;
	/*text-transform: uppercase;*/
	font-size: 40px;
	font-weight: regular;
	color: #0e4272;
}
#logo h1 a:hover {
	text-decoration: underline;
}

#logo p {
	margin-top: -5px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 15px;
	letter-spacing: 10px;
	font-weight: bold;
	color: #9ed1ff;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #07233d;
}

/* Menu */

#menu-wrapper {
	height: 32px;
}

#menu {
	width: 800px;
	height: 42px;
	margin: 0px auto;
	padding: 25px 0px 10px 0px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
	border-bottom: 1px solid #07233d;
}

#menu li {
	display: inline;
}

#menu a {
	height: 20px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	line-height: 26px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	border: none;
	/*background: #ffffff;*/
	opacity: 0.5;
	color: #08233e;
}

#menu .current_page_item a {
	/*background: #ffffff;*/
	opacity: 0.8;
	color: #08233e;
}

#menu a:hover {
	text-decoration: none;
	font-weight: normal;
	/*background: #ffffff;*/
	opacity: 0.9;
	color: #08233e;
}

/*drop down portion */

#menu li ul { display: none;}
#menu ul li a {
  display: inline;
  text-decoration: none;
  color: #08233e;
  border-top: 1px solid #ffffff;
  padding: 5px 13px 5px 13px;
  margin-left: 1px;
  white-space: nowrap;
}
#menu ul li a:hover { /*background: #ffffff; */
	opacity: 0.9;
}
#menu li:hover ul {
  display: block;
  position: absolute;
}
#menu li:hover li {
  float: none;
  font-size: 11px;
  padding-left: 251px;
  float:left;
}

/* hoverpopups */

/*#menu a span {
	display: none;
}

#menu a:hover span {
	display: block;
	position: absolute;
	top: 124px;
	left: 320px;
	width: 792px;
	height: 172px;
	color: #D8EDFE;
	font-weight: normal;
	background: #9ed1ff;
	text-align: center;
	border: 0px solid #666;
	margin: 0px auto;
  	border-top: 1px solid #07233d;
}*/

/* Page */

#page {
}

#page-bgtop {
}

#page-bgbtm {
	overflow: hidden;
}

#page-content {
	width: 1024px;
	margin: 0px auto;
}

/* Content */

#content {
	margin-top: 20px;
	float: left;
	width: 1024px;
	padding: 10px 0px 0px 0px;
}

.post {
	clear: both;
	padding-bottom: 5px;
}

.post .title {
	padding-top: 5px;
	letter-spacing: -2px;
}

.post .title a {
	color: #262626;
	border: none;
}

.post .meta {
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 5px;
	padding: 5px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 800px;
	height: 40px;
	margin: 0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #e5e5e5;
	padding-top: 200px;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
	color: #576475;
}

#footer a {
	color: #07233d;
}

/* Banner */
#bannerHome {
	margin-top: 20px;
	margin-bottom: 0px;
	height: 433px;
	text-align: center;
	margin-left: 112px;
	background-color: #ffffff; 
	position: absolute;
	border-bottom: 1px solid #07233d;
}
#banner {
	margin-top: 19px;
	margin-bottom: 0px;
	height: 337px;
	text-align: center;
	margin-left: 277px;
	background-color: #ffffff; 
	position: absolute;
	z-index: -1;
}
#bannerFront {
	margin-top: 20px;
	margin-bottom: 0px;
	height: 369px;
	text-align: center;
	margin-left: 112px;
	background-color: #ffffff; 
	position: absolute;
	border-bottom: 1px solid #07233d;
}


/* brands */

#brands {
	width: 800px;
	height: 60px;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#brands a {
	height: 60px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border: none;
	background: #ffffff;
	text-align: left;
}

/* Footermenu */

#footermenu .container {
	padding-right:50px;
	width:800px;
	margin:0 auto;
}
div#footermenu {
	padding: 0px 0px 0px 0px;
}

#footermenu h {
	font-family: Arial, Helvetica, sans-serif;
	color:#73b4ef;
	font-size:11px;
	font-weight: normal;
	letter-spacing: -1px;
}

#footermenu h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#07233d;
	font-size:11px;
	font-weight: bold;
}

#footermenu ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style:none;
	margin:0;
}

#footermenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: normal;
}

#footermenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#07233d;
	text-decoration:none;
}
div.span1{
	float:left;
	margin-right:0px;
	padding-top: 10px;
}

div.span1 ul li a:hover {
	border-bottom: 2px solid #07233d;
}
.span1{
	width:160px;
}

/* bodyText */

#bodyText {
	width: 800px;
	margin: 0px auto;
	padding: 150px 0px 0px 0px;
}

#bodyText h2 {
	text-align: left;
	/*text-transform: uppercase;*/
	font-family: 'Myriad Pro', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #9ed1ff;
	letter-spacing: 3px;
}

#bodyText h3 {
	text-align: left;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #07233d;
	letter-spacing: 3px;
}

#bodyText h4 {
	text-align: left;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

#bodyText p {
	margin-top: -5px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 15px;
	/*letter-spacing: 10px;*/
	font-weight: bold;
	color: #9ed1ff;
}

#bodyText p a{
	margin-top: -5px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 15px;
	/*letter-spacing: 10px;*/
	font-weight: bold;
	color: #9ed1ff;
}

#bodyText span {
	margin: 0px;
	text-align: left;
	/*text-transform: uppercase;*/
	font-size: 13px;
	font-weight: regular;
	color: #000000;
	line-spacing: 1px;
}

/* Link Image */

#link_image {
	margin-top: 20px;
	margin-bottom: 0px;
	height: 170px;
	text-align: center;
	/*margin-left: 112px;*/
	background-color: #9ed1ff; 
	/*position: absolute;*/
	z-index: -1;
	border-top: 1px solid #07233d;
	border-bottom: 1px solid #07233d;
}

/* columns */

#row_container { 
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;
} 

.basic_row { 
	clear: both; 
	background:#CEE8FF; 
} 

img.ykBordered {border: 1px solid #07233d;}

.col_left 
{ 
	float: left;
	width:260px; 
	height:202px;
	margin-top: 10px; 
	margin-left: 10px;
}

.col_right 
{ 
	float: left; 
	width:500px; 
	height:202px; 
	margin-top: 10px;  
	margin-left: 20px;
	margin-right: 10px; 
}

.clear_float { 
	font-size: 0px; 
	line-height: 0px; 
	clear: both; 
}

.col_left_video 
{ 
	float: left;
	width:560px; 
	height:325px;
	margin-top: 10px; 
	margin-left: 10px;
}

.col_right_video
{ 
	float: left; 
	width:190px; 
	height:325px; 
	margin-top: 10px;  
	margin-left: 20px;
	margin-right: 10px; 
} 