@charset "utf-8";
/* CSS Document */

/* //////////////////////////////////////////////////////// Global Styles */

html {
overflow-y: scroll;
}

body {
	margin:0;
	padding:0;
	background:#00a6e1 url(../images/body-bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
}

#body-bg-bottom {
	position:relative;
	width:100%;
	height:113px;
	background:url(../images/body-bg-bottom.jpg) repeat-x bottom left;
	bottom:0px;
}

#wrapper {
	margin: 0 auto;
	position:relative;
	width:985px;
	min-height:200px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:32px;
	font-weight:normal;
	margin:0;
	padding:0 0 10px 0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
}

#content-right #breadcrumbs {
	font-size:12px;
	color:#FFFFFF;
}

.breadcrumbs-on {
	color:#c8d929;
}

#content-right #breadcrumbs a, #content-right #breadcrumbs a:LINK, #content-right #breadcrumbs a:VISITED {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

#content-right #breadcrumbs a:HOVER {
	font-size:12px;
	color:#c8d929;
	text-decoration:none;
}

/* //////////////////////////////////////////////////////// Navigation Styles */


#navigation {
	width:683px;
	height:43px;
	margin-left:22px;
}

#navigation ul#nav {
	margin:0px;
	padding:0px;
	list-style:none;
	z-index: 5000;
}
#navigation ul#nav li {
	display:inline;
	float:left;
	font-size:15px;
	color:#ffffff;
	font-weight:normal;
	position:relative;
}
#navigation ul#nav li a {
	display: block;
	color: #fff;
	float:left;
	text-decoration: none;
}
#navigation ul#nav li ul {
    position: absolute; /* hidding submenus */
	display:none;
	left:0px;
	padding:0px;
	margin:0px;
	
	z-index:9999;
}
#navigation ul#nav li:hover ul,
#navigation ul#nav li.over ul /* This is for Internet Explorer 6  */ {
    display: block;
    top: 100%;
    position: absolute;
    z-index: 4000;
}

#navigation ul#nav  li ul li {
	left:0px;
	float:left;
	font-size:12px;
	margin:0px;
	width:200px;

}

#navigation ul#nav  li:hover ul li a,
#navigation ul#nav  li.over ul li a {
    display: block;
	width:180px;
	margin:0px;
	background:#2e3192;
    text-decoration: none;
	padding:5px 0px 5px 10px;
	color:#fff;
	font-weight:normal;
	font-size:13px;
	line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #4f52ad;
}

#navigation ul#nav li ul li a:hover {
	color:#FFFFFF;
	display:block;
	line-height:17px;
	left:0px;
	background: #0073bd;
}

#navigation ul#nav li.active a,
#navigation ul#nav li a:hover,
#navigation ul#nav li:hover a,
#navigation ul#nav li.over a {
	background:#1b3f59 url(../images/nav-bg.jpg) no-repeat top;
	color:#fff;
}

ul.navigation {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.navigation li {
	float:left;
}
ul.navigation li a {
	color:#ffffff;
}
ul.navigation li a:hover, ul.navigation li a.selected {
	color:#FFBE41;
}

/* //////////////////////////////////////////////////////// Content Area Styles */

.clear {
	position: relative;
	clear: both;
}

#header {
	width:985px;
	height:128px;
	min-height:128px;
}

#header-left {
	float:left;
	width:302px;
	height:128px;
	min-height:128px;
}

#header-right {
	float:right;
	padding:0 0 0 0;
	width:683px;
	height:128px;
}

#header-right-top {
	padding:29px 14px 0 0;
	width:669px;
	height:56px;
	text-align:right;
}


#content {
	width:985px;
	min-height:500px;
}

#content-left {
	float:left;
	padding:135px 0 0 0;
	width:323px;
}

#content-right {
	float:right;
	padding:55px 55px 20px 15px;
	width:592px;
}

#content-right p {
	line-height:18px;	
}

#content-right ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:14px 0 0 35px;
	list-style:none;
}
#content-right li {
	list-style-type:disc;
	padding:0 0 5px 5px;
}

#content-right a, #content-right a:LINK, #content-right a:VISITED {
	font-size:14px;
	color:#c8d929;
	text-decoration:none;
}

#content-right a:HOVER {
	font-size:14px;
	color:#c8d929;
	text-decoration:underline;
}

.gallery-image-horiz {
border:0 none;
margin-bottom:10px;
margin-right:10px;
}

/* //////////////////////////////////////////////////////// Footer Styles */

#footer {
	background:url(../images/footer-bg.png) no-repeat top;
	margin: 0 auto;
	width:985px;
	min-height:113px;
}


/* //////////////////////////////////////////////////////// Reset CSS */

html, body, div, span, applet, object, iframe, 
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	/*padding: 0;*/
	border: 0;
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
