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

/* ----------------------------------------------------*/
/* -------------------- RESET CSS ---------------------*/
/* ----------------------------------------------------*/

html
{
	background: #FFF;
	color: #000;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img
{
	border: 0;
}
address,caption,cite,code,dfn,th,var,optgroup
{
	font-style: inherit;
	font-weight: inherit;
}
del,ins
{
	text-decoration: none;
}
li
{
	list-style: none;
}
caption,th
{
	text-align: left;
}
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after
{
	content: '';
}
abbr,acronym
{
	border: 0;
	font-variant: normal;
}
sup
{
	vertical-align: baseline;
}
sub
{
	vertical-align: baseline;
}
legend
{
	color: #000;
}
input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input,button,textarea,select
{
	font-size: 100%;
}

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* ------------------- /RESET CSS ---------------------*/


/* ------------------------------------------------------*/
/* ------------------- TYPOGRAPGY CSS -------------------*/
/* ------------------------------------------------------*/
@font-face {
    font-family: 'titillium';
    src: url('/css/fonts/titilliumweb-regular-webfont.eot');
    src: url('/css/fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/titilliumweb-regular-webfont.woff') format('woff'),
         url('/css/fonts/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('/css/fonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_bold';
    src: url('/css/fonts/titilliumweb-bold-webfont.eot');
    src: url('/css/fonts/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/titilliumweb-bold-webfont.woff') format('woff'),
         url('/css/fonts/titilliumweb-bold-webfont.ttf') format('truetype'),
         url('/css/fonts/titilliumweb-bold-webfont.svg#titillium_webbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_italic';
    src: url('/css/fonts/titilliumweb-italic-webfont.eot');
    src: url('/css/fonts/titilliumweb-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/titilliumweb-italic-webfont.woff') format('woff'),
         url('/css/fonts/titilliumweb-italic-webfont.ttf') format('truetype'),
         url('/css/fonts/titilliumweb-italic-webfont.svg#titillium_webitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ------------------ /TYPOGRAPGY CSS -------------------*/


/* ----------------------------------------------------*/
/* ------------------- ELEMENTS CSS -------------------*/
/* ----------------------------------------------------*/

html {
	height: 100%;
	background: #000 url('/image/html_bg.jpg') center 0 repeat-x;
}

body {
	font-family: 'titillium', arial, helvetica, verdana;
	background: url('/image/body_bottom.png') center bottom repeat-x;
	min-height: 100%;
	height: auto;
}

*html body{
	height: 100%;
}

.clear {
	clear: both;
}

/* -- headings -- */
h1 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}

h2 {
	color: #fff;
	font-size: 18px;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	margin-bottom: 10px;
}

/* -- links -- */
a, a:link {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	outline:none;
	text-decoration: underline;
}

/* -- blockquotes -- */
blockquote {
}

input {
	border: none;
}

ul {
}

li {
}

/* ------------------ /ELEMENTS CSS -------------------*/


/* ----------------------------------------------------*/
/* -------------------- LAYOUT CSS --------------------*/
/* ----------------------------------------------------*/

#wrap {
	margin: 0 auto;
	width: 940px;
	height: auto;
}

#content {
	margin-bottom: 40px;
}

/* ----------------------------*/
/* ---------- HEADER ----------*/
/* ----------------------------*/
header {
	width: 940px;
	position: relative;
	height: 174px;
	margin-bottom: 5px;
}

#logo {
	position: absolute;
	top: 23px;
	left: 0px;
}

#header_phrase {
	position: absolute;
	top: 60px;
	right: 0px;
}

#main_nav {
	position: absolute;
	top: 136px;
	right: 0;
}

	#main_nav li {
		float: left;
		margin-left: 30px;
		font-size: 16px;
		padding-bottom: 11px;
		height: 24px;
	}
	
	#main_nav li.selected {
		background-image: url("/image/down_arrow_blue.png");
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	
		#main_nav li a,
		#main_nav li a:link,
		#main_nav li a:visited {
			color: #fff;
		}
		
		#main_nav li a:hover {
			text-decoration: none;
			border-bottom: 2px solid #2a8ebe;
			padding-bottom: 3px;
		}
		
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	/*top: 100%;*/
	top: 26px;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	/*box-shadow: 0px 5px 5px rgba(0,0,0,.2);*/
	min-width: 7em; /* allow long menu items to determine submenu width */
	max-width: 15em;
	background: #2a8ebe;
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	/*color: #13a;*/
}
.sf-menu li {
	/*background: #9bcb3a;*/
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	/*background: #9acb39;*/
	padding-bottom: 0px !important;
	text-align: center;
	margin-left: 0 !important;
	text-indent: -2px;
	height: auto !important;
	
}
.sf-menu ul ul li {
	/*background: #9acb39;*/
}
.sf-menu li:hover a,
.sf-menu li.sfHover a {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	
}

.sf-menu li li a {
	padding: 2px 0px 4px !important;
}

.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
	border-bottom: none;
}

.sf-menu li li a:hover {
	border-bottom: none !important;
	padding-bottom: 4px !important;
	background: #fff;
	color: #2a8ebe !important;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	/*padding-right: 2.5em;*/
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* ---------- /Header ---------*/


/* -----------------------------*/
/* ---------- CONTENT ----------*/
/* -----------------------------*/
#left_col {
	width: 280px;
	padding-right: 19px;
	border-right: 1px solid #2a8ebe;
	margin-right: 20px;
	float: left;
}

#right_col {
	width: 620px;
	float: left;
}

	#right_col ul li {
		list-style: disc outside none;
		list-style-position: inside;
		color: #fff;
		font-size: 14px;
		margin-bottom: 5px;
	}

#right_col a,
#right_col a:link {
	color: #fff;
	text-decoration: underline;
}
#right_col a:hover,
#right_col a:active,
#right_col a:focus {
	outline:none;
	text-decoration: none;
}
/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

.slider-wrapper { 
	/*width: 80%; */
	width: 940px;
	margin: 0 auto;
	position: relative;
	height: 362px;
	border-bottom: 3px solid #2a8ebe;
	margin-bottom: 20px;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(/image/nivo/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;*/
    /*-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;*/
    /*box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	position: absolute;
	bottom: 12px;
	left: 10px;
	z-index: 1000;
}
.theme-default .nivo-controlNav a {
	display:block;
	float: left;
	width: 16px;
	height: 16px;
	background: #2a8ebe;
	color: #fff;
	border:0;
	margin: 0 2px;
	font-size: 14px;
	line-height: 14px;
}
.theme-default .nivo-controlNav a:hover {
	text-decoration: none;
}
.theme-default .nivo-controlNav a.active {
	background: #fff;
	color: #2a8ebe;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/image/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
}

.homepage_text {
	width: 940px;
	margin-bottom: 40px;
	float: left
}

	.homepage_text img.text_img {
		float: left;
		margin: 0 20px 10px 0;
		width: 300px;
	}
	
	a.know_more {
		float: left;
		background: #2a8ebe;
		color: #fff;
		padding: 5px 20px;
	}
	
	a.know_more:hover,
	a.know_more:focus,
	a.know_more:active {
		text-decoration: none;
		background: #666;
	}

#highlights {
	width: 940px;
	float: left;
	padding-top: 20px;
	border-top: 1px solid #fff;
}

	.highlight {
		width: 300px;
		margin-right: 20px;
		float: left;
		background: url("/image/down_arrow_blue.png") center 40px no-repeat;
	}
	
	#highlights .last {
		margin-right: 0;
	}
	
		.highlight h2 {
			font-family: 'titillium_italic';
			background-color: #2a8ebe;
			text-align: center;
			padding: 0;
			color: #fff;
			margin-bottom: 20px;
			font-size: 21px;
		}
		
		.highlight p {
			text-align: center;
		}
		
		.highlight a,
		.highlight a:link,
		.highlight a:visited {
			text-align: center;
			color: #2a8ebe;
			font-size: 16px;
			display: block;
		}

/* ---------- jQuery alerts ----------*/
#popup_container {
	font-size: 14px;
	min-width: 200px; /* Dialog will be no smaller than this */
	max-width: 400px; /* Dialog will wrap after this width */
	background: #f3f1f1;
	border: solid 3px #fff;
	border /*\**/: solid 3px #999;
	*border: solid 3px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #666;
}

@media all and (min-width:0) {
    #popup_container { border: solid 3px #fff; }  /* IE9-IE10pp4 */
}


#popup_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #3b4094;
	background: #f3f1f1;
	border: solid 1px #FFF;
	*background: none;
	*border: none;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
}

#popup_content.confirm {
}

#popup_content.prompt {
}

#popup_ok {
	padding: 5px 10px;
	background: #3b4094;
	color: #fff;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
}

#popup_ok::-moz-focus-inner {
	outline: none;
	border: 0;
}

#popup_message {
	text-align: center;
	color: #666;
	line-height: 20px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
/* ---------- /jQuery alerts ----------*/


/* ---------- Form ----------*/
form.jquery_form {
	float: left;
	width: 500px;
}

	form.jquery_form .full_width {
		width: 500px;
		float: left;
		display: inline;
		margin-bottom: 10px;
	}

		form.jquery_form .full_width label {
			width: 100px;
			float: left;
		}
	
		form.jquery_form .full_width input,
		form.jquery_form .full_width textarea {
			width: 350px;
			border: 1px solid #000;
			padding: 3px;
		}

		form.jquery_form .full_width input:hover,
		form.jquery_form .full_width textarea:hover {
			width: 350px;
			border: 1px solid #f00;
		}

		form.jquery_form .full_width input:focus,
		form.jquery_form .full_width textarea:focus {
			width: 350px;
			border: 2px solid #f00;
			padding: 2px;
		}

		form.jquery_form .full_width label.error {
			margin-left: 100px;
			width: 500px;
			font-size: 11px;
			color: #f00;
		}
		
	form.jquery_form .btn {
		margin-left: 100px;
		padding: 3px 10px;
	}

/* ---------- /Content ---------*/


/* ------------------------------*/
/* ---------- SITEINFO ----------*/
/* ------------------------------*/
footer {
	width: 940px;
	border-top: 1px solid #fff;
	position: relative;
	height: 80px;
}

	footer p {
		margin-bottom: 0;
		
	}
	
	footer #copyright {
		position: absolute;
		left: 0;
		top: 30px;
	}
	
	footer #facebook {
		position: absolute;
		right: 0;
		top: 20px;
	}


/* --------- /Siteinfo ----------*/

/* -------------------- /LAYOUT CSS ---------------------*/
