@charset "utf-8";


/* search box */


#searchContainer {
	float:right;
	margin-right:15px;
}

#searchContainer .number {
	margin-left:90px;
	padding-bottom:5px;
}

#searchwrapper {
	width:227px; 
	height:36px;
	background-image:url(images/search-box.png);
	background-repeat:no-repeat; 
	padding:0px;
	margin:0px;
	position:relative; 
}
 
#searchwrapper form { 
	display:inline ; 
}
 
.searchbox {
	border:0px; 
	background-color:transparent; 
	position:absolute; 
	top:6px;
	left:9px;
	width:180px;
	height:25px;
	color:#FFF;
}
 
.searchbox_submit {
	border:0px; 
	background-color:transparent; 
	position:absolute; 
	top:8px;
	left:195px;
	width:27px;
	height:22px;
}


/* drop down menu */


#navContainer {
	font: normal 13px Arial, Helvetica, sans-serif;
	width: auto;
	position:absolute;
	z-index:700;
	top:85px;
	left:306px;
}

#nav {
	margin: 0;
	padding:8px;
	line-height: 100%;
	display:inline-block;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */


#nav a {
	font-size:13px;
	color:#353535;	
	text-decoration: none;
	display: block;
	padding:  5px 9px;
	margin-bottom:5px;
	border-right:solid thin #CCC;
}


/* main level link hover */


#nav .current a, #nav li:hover > a {
	color: #005400;
	font-weight:bold;
}


/* sub levels link hover */


#nav ul li:hover a, #nav li:hover li a {
	font-size:12px;
	border: none;
	border-bottom:thin solid #b6d0e7;
	padding:13px;
	margin-bottom:0;
}

#nav ul a:hover {
	color:#FFF;
	background-color:#005400;
	font-weight:normal;
}


/* level 2 list */


#nav ul {
	background:url(images/dropdown.png);
	display: none;
	margin: 0;
	padding: 0;
	width: 170px;
	position: absolute;
	top: 2.1em;
	border: solid 1px #b4b4b4;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}


/* dropdown */


#nav li:hover > ul {
	display: block;
}

#nav ul li {
	float: none;
	padding:0;
	margin:0;
}

#nav ul a {
	font-weight: normal;
}


/* level 3+ list */


#nav ul ul { 
	width:116px;
	left: 163px;
	top: -1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index:8000;
}

#nav ul ul li a:hover {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


/* rounded corners for first and last child */


#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
}

#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}


/* clearfix */


#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/* footer */


#footer {
	float:left;
	width:990px;
	position:relative;
	background-image:url(images/footer-gradient.png);
	background-repeat:inherit;
	border:thin solid #CCC;
	border-top:none;
	color:#FFF;
}

.footerWrapper {
    width: 990px;
    overflow: hidden;
	font-size:12px;
}

#footer .footerWrapper h2 {
    color:#FFF;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}

.footerWrapper div {
    float: left;
    text-align: left;
    width: 193px;
	margin:0px 0px 10px 43px;
}

.footerWrapper a {
    display: block;
    padding: 4px 0 4px 0;
    margin-bottom: 4px;
    color: #FFF;
	text-decoration:none;
}

.footerWrapper a:Hover {
    text-decoration:underline;
}

.footerWrapper .newsletter {
	float:left;
	margin:15px 0 0 0px;
}

.footerWrapper .form {
	margin-top:5px;
	margin-bottom:12px;
}

.footerWrapper .btn {
	position:relative;
	bottom:3px;
	left:7px;
}

.footerWrapper a.social {
	border-bottom:thin dashed #FFF;
	color: #00aaff;
	text-decoration:none;
}

.footerWrapper a.social * {
	margin-bottom:-3px;	
}

.footerWrapper a.social:Hover {
	color: #FFF;
}

#smallFooter {
	float:left;
	width:990px;
	text-align:center;
	font-size: 8pt;
	padding-bottom:10px;
	background-color:#FFF;
	border:thin solid #CCC;
	border-top:none;
}


/* terms & conditions */


#smallFooter a {
	color:#333;	
	text-decoration:underline;
}

.widget {
	padding:6px 0 4px 0;	
}