@charset "utf-8";

/* Body / Background */

body {
    background-color: #005299;
    background-image: url(/images/bg_overlay.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
    padding: 0px;
    margin: 0px;
}


/* Font */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Droid Sans', arial, serif;
    -webkit-transform: rotate(-0.0000000001deg);
    /* A little antialias hack for chrome */
}

a {
    color: #e18700;
}

/* Secondary BACKGROUND */

#header #mainmenu ul,
#header #mainmenu ul li {
    background-color: #002444;
}

a {
    outline: none;
}

#page {
    width: 950px;
    margin: 0px auto;
    text-align: left;
    padding: 15px;
    padding-bottom: 0px;
    background: #FFF;
}


/* Header */

#header {
    margin-bottom: 20px;
}

#header img {
    float: left;
}

#header a,
#header a img {
    border: none;
}

#header #sitedescription {
    float: right;
    text-align: right;
    margin: 47px 7px 7px 7px;
}

#header #logoarea {
    margin-left: 200px;
}

#header #mainmenu {
    margin: 0px;
    padding: 0px;
}

#header .mainmenucorner {
    margin: 0px;
    padding: 0px;
    background: url(/images/mainmenu_corner.gif) top left no-repeat;
    height: 20px;
    clear: both;
    position: relative;
    top: -15px;
    left: -25px;
    width: 20px;
    margin-bottom: -40px;
}


/* Drop Downs */

#header #mainmenu ul {
    position: relative;
}

#header #mainmenu ul li ul {
    display: none;
    border: none;
    border-top: 0;
    height: auto !important;
    padding: 0;
    position: absolute;
    width: 125px;
    z-index: 299;
    margin: 0;
}

#header #mainmenu ul li ul li {
    height: auto;
    line-height: 40px;
    padding: 5px 15px;
    padding-left: 15px;
    width: 100%;
    margin: 0;
}

#header #mainmenu ul li ul li a {
    color: white;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 0px;
    text-transform: none;
    background: none;
    width: 100%;
}

#header #mainmenu ul li ul li a:hover {
    background: 0;
    padding: 0;
    height: auto;
}

#header #mainmenu ul li.drop:hover ul {
    display: block !important;
}


/* Nav */

#header #mainmenu ul {
    width: 995px;
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0px;
    margin-left: -25px;
}

#header #mainmenu ul li {
    list-style: none;
    background-image: url(/images/icons/mainmenu_itembg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    float: left;
    font-size: 12px;
}

#header #mainmenu ul li a {
    padding: 7px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    background: url(/images/mainmenu_item_bottomshadow.jpg) bottom left no-repeat;
    margin-bottom: -13px;
    padding-bottom: 21px;
}

#header #mainmenu ul li.current {
    background-color: #b2cbe0;
}

#header #mainmenu ul li.home a {
    background-image: url(/images/icons/home_dark.png);
    background-position: 13px 7px;
    background-repeat: no-repeat;
    padding-left: 35px;
}

#header #mainmenu ul li:hover {
    color: #fff;
    text-decoration: none;
    background-color: #b2cbe0;
}

#content {
    padding: 0px;
    color: #666;
    margin-top: 15px;
    min-height: 200px;
}

#content.frontPage {
	padding-top: 30px;
}

/* Special left column content */

#leftcontent {
    float: left;
    width: 550px;
    padding: 20px;
    background: url(/images/divider_left_top.jpg) top left no-repeat;
    margin-bottom: 20px;
}

#leftcontent p {
    text-align: justify;
}

#leftcontent img {
    float: left;
    padding: 0 24px 12px 0;
}

#leftcontent .but {
    float: right;
    padding-right: 10px;
}

#leftcontent h1 {
    font-weight: normal;
    font-size: 28px;
}

#leftcontent h2 {
    font-weight: normal;
    font-size: 22px;
}

#leftcontent h3 {
    font-weight: bold;
    font-size: 18px;
}

#leftcontent h4 {
    font-weight: bold;
    font-size: 16px;
}

#leftcontent h5 {
    font-weight: bold;
    font-size: 15px;
}

#leftcontent h6 {
    font-weight: bold;
    font-size: 14px;
}


/* Special right column content */

#rightcontent {
    float: right;
    width: 345px;
    min-height: 300px;
}

#rightcontent .hotspot {
    margin-bottom: 20px;
    padding: 20px;
    overflow: auto;
    background: url(/images/divider_right_top.jpg) top left no-repeat;
    font-size: 14px;
    color: #666;
}

#rightcontent img {
    padding-right: 10px;
}

#rightcontent h2 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

#rightcontent img {
    float: left;
    margin-right: 15px;
    margin-bottom: 60px;
    margin-top: 8px;
}

#rightcontent .hotspot li {
    padding-bottom: 5px;
    margin-left: 40px;
}

/* Footer */

#footer {
    clear: both;
    width: 99.1%;
    margin-left: -16px;
    font-size: 12px;
    color: #9c9d9f;
    background-color: #002444;
    padding: 20px;
    overflow: auto;
}

#footer_right {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    float: right;
    text-align: right;
}

#footer_left {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    float: left;
    clear: left;
    text-align: left;
    margin-bottom: 15px;
}

#footer a {
    font-size: 12px;
    color: #dd9e43;
    text-decoration: none;
}

#footer a:hover {
    color: #FFF;
}

#footer #footer-end {
    width: 100%;
    clear: both;
    border-top: 1px #04457d solid;
    padding-top: 15px;
}

/* Figures */

.figure {
	float: left;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 24px 15px 0;
}

.figure p {
	margin-top: 0;
}

.figcaption {
	display: block;
	line-height: 1.4em;
	font-size: .8em;
	font-weight: 600;
	text-align: center;
	margin: 1em 0 0 0;
	text-shadow: 0 1px 1px rgba(51,51,51,.2);	/* 80% opacity body text color */
}

.figure img {
	clear: both;
	width: 100%;
}

/* Search Results */

.gs-web-image-box img.gs-image,
.gs-promotion-image-box img.gs-promotion-image {
    border-color: transparent !important;
}
