/* =Structure
-------------------------------------------------------------- */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, mark, meter, nav, output, progress, rp, rt, ruby, section, source, summary, time, video {
display: block;
}

body {
margin:0;
padding:0;
background: #0d68a6 url(../images/bg.gif) repeat-x;
}

#mainWrapper {
width: 981px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: url(../images/bg-header.png) no-repeat right top;
}

#branding {
display: block;
width: 100$;
height: 623px;
margin: 0;
padding: 0;
background: url(../images/main-photo.jpg) no-repeat 0 119px;
}


#primary {
float: left;
width: 100%;
margin: 0 -522px 0 0;
padding: 0 0 20px 0;
background: #ffffff;
}

#content {
width: 425px;
margin: 0 0 0 30px;
}

#secondary {
float: right;
width: 520px;
text-align: right;
}

#footerWrapper {
clear: both;
display: block;
width: 100%;
height: 150px;
background: #6b99b9 url(../images/bg-footer.png) no-repeat;
background-position: center top;
border-bottom: solid 1px #6b99b9;
}

#colophon {
clear: left;
width: 980px;
margin: 0 auto;
padding: 4px 0;
}

#copyright {
margin: 35px 25px 35px 0;
float: right;
text-align: right;
}

#secondary aside {
margin: 10px 30px;
}



/* =Layout
-------------------------------------------------------------- */

.imgBox {
float: left;
width: 130px;
height: 100px;
margin: 0 5px 5px 0;
}

#logo {
display: block;
padding: 25px 0 0 0;
text-align: center;
}





/* =Font Declarations
-------------------------------------------------------------- */
@font-face {
    font-family: 'ComfortaaRegular';
    src: url('../fonts/comfortaa_regular-webfont.eot');
    src: url('../fonts/comfortaa_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/comfortaa_regular-webfont.woff') format('woff'),
         url('../fonts/comfortaa_regular-webfont.ttf') format('truetype'),
         url('../fonts/comfortaa_regular-webfont.svg#ComfortaaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* =Font Styles & Formatting
-------------------------------------------------------------- */

#primary, #secondary, footer {
font-family: Arial, Helvetica, sans-serif;
}

#primary, #secondary {
font-size: 13px;
color: #353738;
line-height: 1.3em;
}

#leftColumn {
color: #bbdcee;
}

#colophon {
font-size: 11px;
color: #ffffff;
line-height: 1.5em;
}

p {
margin: 5px 0 18px 0;
}

#secondary p {
margin: 15px 0 0 0;
text-align: center;
}

#colophon p {
margin: 0 0 8px 0;
}

.quoteWrapper {
background: url(../images/quote-top.png) no-repeat;
padding: 10px 0 0 0;
margin: 30px 0 0 10px;
}




/* Headers */

h1 {
display: inline-block;
font-family: 'ComfortaaRegular';
font-size: 36px;
font-weight: normal;
color: #ffffff;
line-height: 1em;
padding: 0;
margin: 32px 0 5px 0;
}


h2 {
font-family: 'ComfortaaRegular';
font-size: 24px;
font-weight: normal;
color: #025186;
line-height: 1.3em;
padding: 0;
margin: 0;
}

	#branding h2 {
	display: inline-block;
	color: #ffffff;
	line-height: 1em;
	padding: 0;
	margin: 0;
	}

h3 {
font-size: 18px;
font-weight: bold;
color: #000099;
line-height: 1.3em;
padding: 0;
margin: 25px 0 0 0;
}

h4 {
font-size: 16px;
font-weight: bold;
color: #009999;
line-height: 1.3em;
padding: 0;
margin: 25px 0 0 0;
}

h5 {
font-family: 'ComfortaaRegular';
font-size: 24px;
font-weight: normal;
text-transform: uppercase;
color: #a4cce9;
line-height: 1em;
padding: 1px 0 0 0;
margin: 0;
}

h6 {
font-size: 13px;
font-weight: bold;
color: #999999;
line-height: 1.3em;
padding: 0;
margin: 25px 0 0 0;
}



/* List Styles */

#primary ul {
margin: 0 0 15px 0;
padding: 0;
list-style-type: none;
line-height: 1.2em;
position: relative;
top: -5px;
}

#primary ul li {
margin: 0 0 5px 5px;
padding: 0 0 0 17px;
background: url(../images/bullet_blue.gif) no-repeat;
background-position: 7px 6px;
}


#primary ul li ul {
margin: 10px 0 15px 0;
padding: 0;
list-style-type: none;
}

#primary ul li ul li {
margin: 0 0 3px 5px;
padding: 0 0 0 17px;
background: url(../images/bullet_blue.gif) no-repeat;
background-position: 7px 7px;
}

#primary ol {

}

#primary ol li {
margin: 5px 0;
padding: 0;
}


/* Table Styles */

.even {
background: #f1f6fa;
}

.odd {
background: #ffffff;
}



/* Form Styles */

#cssform p {
clear: left;
margin: 0;
padding: 5px 0 8px 0;
height: 1%;
}

#cssform label {
float: left;
width: 165px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
text-align: right;
padding: 2px 5px 0 0;
}

#cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 165px;
}

#cssform textarea {
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix {
margin-left: 3px;
}




/* =Link Styles
-------------------------------------------------------------- */

a:link, a:visited {
color: #0152c5;
}

a:hover, a:active {
color: #0069ff;
}


#colophon a:link, #colophon a:visited {
color: #ffffff;
text-decoration: none;
}

#colophon a:hover, #colophon a:active {
color: #ffffff;
text-decoration: underline;
}





/* =Navigations
-------------------------------------------------------------- */


/* ----- Alt Nav ----- */

#altNav {
float: right;
overflow: hidden;
margin: 12px 80px;
}

#altNav ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#altNav li {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-transform: uppercase;
line-height: 1em;
display: inline;
margin: 0;
}

#altNav li a {
float: left;
display: block;
text-decoration: none;
margin: 0 0 0 20px;
padding: 5px 5px 5px 16px; /*padding inside each tab*/
}

#altNav li a:link, #altNav li a:visited {
color: #179acc;
background-position: 0 5px;
}

#altNav li a:hover, #altNav li a:active {
color: #ffffff;
}

#navHome a:link, #navHome a:visited {
background: url(../images/icon_home.png) no-repeat;
}

#navHome a:hover, #navHome a:active {
background: url(../images/icon_home_over.png) no-repeat;
}

#navContact a:link, #navContact a:visited {
background: url(../images/icon_contact.png) no-repeat;
}

#navContact a:hover, #navContact a:active {
background: url(../images/icon_contact_over.png) no-repeat;
}





/* ----- Left Nav ----- */

#leftColumn ul {
display: block;
margin: 10px 0 0 0;
padding: 0;
list-style-type: none;
}

#leftColumn ul li {
margin: 0;
}

#leftColumn ul li a {
display: block;
padding: 4px 8px;
text-decoration: none;
}

#leftColumn ul li a:link, #leftColumn ul li a:visited {
background: #dfe4eb;
}

#leftColumn ul li a:hover, #leftColumn ul li a:active {
color: #ffffff;
background: #007ac3;
}




/* ----- Main Nav ----- */

#navMain {
display: block;
clear: right;
margin: 0;
padding-top: 11px;
}

.jqueryslidemenu {
line-height: 1em;
margin: 0;
padding: 0;
}

.jqueryslidemenu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li {
position: relative;
display: inline;
float: left;
padding: 0;
margin: 0;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
display: block;
text-decoration: none;
}

* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
font-family: "Lucida Sans Unicode", Lucida Sans, Lucida Grande, sans-serif;
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
line-height: 1em;
color: #ffffff;
padding: 10px 20px;
margin: 0;
background: #025186;
border-bottom: solid 2px #025186;
}

.jqueryslidemenu ul li a:hover, .jqueryslidemenu ul li a:active, .jqueryslidemenu ul li:hover > a {
background: #025186;
border-bottom: solid 2px #ffffff;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
position: absolute;
left: 0;
margin: 0;
padding: 0;
border-top: none;
display: block;
visibility: hidden;
width: 220px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a:link, .jqueryslidemenu ul li ul li a:visited {
font-size: 13px;
font-weight: normal;
color: #b1c7d5;
text-transform: none;
padding: 9px 15px 11px 15px;
margin: 0;
background: #025186;
border-top: solid 1px #00447b;
border-bottom: none;
}

.jqueryslidemenu ul li ul li a:hover, .jqueryslidemenu ul li ul li a:active { /*sub menus hover style*/
background: #025186;
margin: 0;
color: #ffffff;
border-bottom: none;
}



/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass {
position: absolute;
top: 6px;
right: 5px;
}


/* = YoxView Styles
-------------------------------------------------------------- */

.thumbnails a
{
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}


