/* @group reset */

html, body, div, span, applet, object, iframe,
h1, 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

/* @end */

html {
	background: #f4f8fb url("../img/backgrounds/gradient.png") repeat-x;
}

body {
	background: url("../img/backgrounds/glow.png") no-repeat center top;
	color: #011e36;
	font:13px/20px "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	text-align: center;
}

a {
	color: #005ba6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 18px 0;
}

ul {
	list-style: disc;
	margin: 0 0 20px 20px;
}

h1 {
	color: #b30134;
	font-size: 24px;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
	color: #005ba6;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

hr {
	border: none;
	background: #fff;
	color: #fff;
	height: 1px;
	margin-bottom: 20px;
}

#logo,
.box, 
.box-btn, 
#navigation,
#navigation li.divider,
.rounded-top,
.rounded-bottom,
#footer ul {
	background: url("../img/backgrounds/elements.png") no-repeat;
}

.box-title,
#footer ul li.phone,
#footer ul li.fax,
#footer ul li.email,
#main ul li.phone,
#main ul li.fax,
#main ul li.email {
	background: url("../img/icons/icons.png") no-repeat;
}

/* @group layout */

#wrap {
	margin: 0 auto;
	width: 958px;
	text-align: left;
}

#header {
	margin: 0 0 48px 0;
}

#footer {
	margin: 0 0 60px 0;
}


/* @end */

/* @group =header */

/* @group -logo */

#logo {
	background-position: -638px -56px;
	display: block;
	float: left;
	height: 112px;
	width: 218px;
	text-indent: -9999px;
}

/* @end */

/* @group -navigation */

#navigation {
	background-position: 0 -56px;
	float: right;
	height: 56px;
	margin: 56px 0 0 0;
	width: 631px;
	padding: 0 0 0 5px;
	list-style: none;
}

#navigation li {
	float: left;
}

#navigation li.divider {
	background-position: -856px -60px;
	height: 56px;
	width: 2px;
} 

#navigation li a {
	display: block;
	float: left;
	height: 46px;
	color: #002c52;
	font-weight: bold;
	padding: 0 12px;
	line-height: 46px;
	margin: 5px 0 0 0;
}

#navigation li a:hover,
#navigation li.current a,
.anythingSlider .wrapper span {
	background: url("../img/backgrounds/nav.png") repeat-x;	
}

.anythingSlider .wrapper span {  }

#navigation li a:hover,
#navigation li.current a {
	color: #b30134;
	text-decoration: none;
}

#navigation li.active a {
	background-position: 0 -46px;
}

/* @end */

/* @group -sec-navigation */

#sec-navigation {
	clear: left;
}

#sec-navigation a {
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: #9dbfdc 0 1px 0;
}

#sec-navigation a:hover {
	text-decoration: none;
}

/* @end */



/* @end */

/* @group =content */

/* @group -sidebar */

#sidebar {
	width: 320px;
	float: left;
}

#subnav {
	margin: 0 0 20px 0;
	list-style: none;
}

#subnav a {
	border-bottom: 1px dotted #fff;
	display: block;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	width: 290px;
	padding: 0 0 0 20px;
}

#subnav a:hover, #subnav li.current a {
	background: url("../img/backgrounds/sub.png");
	color: #b30134;
	text-decoration: none;
}


/* @end */

.rounded-top {
	background-position: 0 -463px;
	height: 10px;
}

.content-box {
	background: url("../img/backgrounds/content-box.png") no-repeat bottom;
	margin: 0 4px;
	padding: 20px 0;
}

.rounded-bottom {
	background-position: 0 -473px;
	height: 10px;
	margin: 0 0 16px 0;
}

/* @group -main */

#main {
	margin: 0 0 0 320px;
	padding: 4px 20px 20px 20px;
}

img.right {
	background: url("../img/backgrounds/sub.png");
	margin: 0 0 20px 20px;
	padding: 10px;
}

.contact {
	list-style: none;
	margin: 0;
}

#main ul li.phone {
	background-position: 0 -34px;
	margin: 20px 0 0 0;
}

#main ul li.fax {
	background-position: 0 -58px;
}

#main ul li.email {
	background-position: 0 -82px;	
}

.map {
	background: url("../img/backgrounds/sub.png");
	margin: 20px 0 0 0;
	padding: 10px;	
}

/* @end */

/* @group -boxes */

.box {
	background-position: 0 -148px;
	display: block;
	float:  left;
	height: 287px;
	padding: 14px;
	width: 290px;
	margin: 0 2px 0 0
}

.sidebar-box {
	background: url("../img/backgrounds/sidebar-box.png");
	display: block;
	height: 287px;
    padding: 10px;
	width: 290px;
	margin: 44px 0 0 0;
}

.box:hover {
	background-position: -318px -148px;
	text-decoration: none;
}

.sidebar-box:hover {
	background-position: 0 -307px;	
	text-decoration: none;
}

.box-title {
	color: #b30134;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin: 7px 0 0 10px;
	padding: 0 0 0 30px;
}

.box img,
.sidebar-box img {
	margin: 24px 0 0 0;
}

.box-text {
	color: #333;
	display: block;
	margin: 18px 10px;
}

.box-btn {
	background-position: 0 -112px;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	margin: 0 10px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #001a3e 0 1px 0;
	letter-spacing: 1px;
}

.box:hover .box-btn,
.sidebar-box:hover .box-btn {
	background-position: -270px -112px;
}

/* @end */

/* @group -form */

.form {
	list-style: none;
	margin: 0;
}

.form li {
	background: url("../img/backgrounds/sub.png");
	margin: 0 0 10px 0;
	padding: 10px;
}

.form li label {
	color: #5485ae;
	display: block;
	float: left;
	font-weight: bold;
	width: 240px;
	line-height: 34px
}

.form li label.radio-label {
	width: auto;
	float: none;
	display: inline;
	font-weight: normal;
	color: #011e36;
	margin-right: 20px;
}

.form li input, 
.form textarea {
	border: 3px solid #abc7df;
	padding: 4px;
	font:13px/20px "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	width: 316px;
}

.form li input {
	height: 20px;
}

.form textarea {
	height: 140px;
	overflow: auto;
	resize: none;
}

.form li input:focus, 
textarea:focus {
	border: 3px solid #87afd2;
}

.form li input.submit {
	background: #abc7df;
	border: none;
	color: #fff;
	width: auto;
	height: auto;
	float: right;
	font-weight: bold;
	padding: 10px 20px;
}

.form li input.submit:hover {
	background: #87afd2;
	cursor: pointer;
}

.form li .radio, .form li .radio:focus  {
	background: none;
	border: none;
	width: auto;
	height: auto;
	margin-right: 5px;
}

/* @end */



/* @end */

/* @group footer */

#footer ul {
	color: #002c52;
	height: 56px;
	margin: 12px 0 0 0;
	padding: 0 20px;
	width: 918px;
	list-style: none;
}

#footer ul li {
	display: inline;
	line-height: 56px;
	margin: 0 10px 0 0;
}

#footer ul li.company,
#main ul li.company {
	font-weight: bold;
}

#footer ul li.credits {
	float: right;
	font-size: 11px;
	margin: 1px 0 0 0;
}

#footer ul li.phone {
	background-position: 0 -35px;
}

#footer ul li.fax {
	background-position: 0 -59px;
}

#footer ul li.email {
	background-position: 0 -83px;	
}

#footer ul li.phone,
#footer ul li.fax,
#footer ul li.email,
#main ul li.phone,
#main ul li.fax,
#main ul li.email {
	padding:  0 0 0 18px;
}

/* @end */

/* @group misc */

.group:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden
}

.last {
	margin: 0;
}

.right {
	float: right;
}


/* @end */


