/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h3 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0 0 0 37px;
	background: url('../i/arrow-blue.gif') no-repeat;
	height: 26px;
	line-height: 24px;
	word-spacing: 1px;
}

h3.red {
	background: url('../i/arrow-red.gif') no-repeat;
	color: #201e78;
	word-spacing: 2px;
}

/* Links */

a:link, a:visited, a:active {
	color: #b22c1a;
	text-decoration: underline;
}

a:hover {
	color: #b22c1a;
	text-decoration: none;
}

/* Paragraphs */
 
p {
	margin: 0 0 17px 0;
	line-height: 1.5em;
}

/* Lists */

ul li {
	background: url('../i/marker.gif') no-repeat 0 4px;
	padding: 0 0 0 15px;
	margin: 0 0 3px 0;
}

/* Clearfix */

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

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #4d4c4c;
	background: #C2C2C2;
}

.all {
	border-left: 1px solid #5a5959;
	border-right: 1px solid #5a5959;
	width: 975px;
	margin: 0 auto;
	overflow: visible;
	background: #FFF;
}

/* Header */

.header {
	margin: 3px 0 3px 1px;
	height: 238px;
	background: url('../i/header-bg.jpg') no-repeat 100% 100%;
	position: relative;
}

.top-menu {
	position: absolute;
	top: 3px;
	right: 2px;
}

.top-menu li {
	float: left;
	display: inline;
	margin: 0 0 0 2px;
	background: transparent;
	padding: 0;
}

.top-menu a:link, .top-menu a:visited {
	display: block;
	float: left;
	background: #4a4892 url('../i/top-menu-right.gif') no-repeat 100% 0;
	height: 23px;
	line-height: 23px;
	color: #FFF;
	text-decoration: none;
}

.top-menu a span {
	display: block;
	float: left;
	background: url('../i/top-menu-left.gif') no-repeat 0 0;
	height: 23px;
	width: 101px;
	text-align: center;
	cursor: pointer;
}

.top-menu a:hover {
	background: #171616 url('../i/top-menu-right.gif') no-repeat 100% -23px;
}

.top-menu a:hover span {
	background: url('../i/top-menu-left.gif') no-repeat 0 -23px;
}

.top-menu a.active {
	background: #171616 url('../i/top-menu-right.gif') no-repeat 100% -23px;
}

.top-menu a.active span {
	background: url('../i/top-menu-left.gif') no-repeat 0 -23px;
}

/* Columns */

.columns {
	margin: 0 0 0 1px;
}

.col-left {
	float: left;
	display: inline;
	width: 220px;
	overflow: hidden;
}

.col-right {
	float: left;
	display: inline;
	width: 752px;
	overflow: hidden;
	margin: 0 0 0 2px;
}

/* Menu */

.menu {
	overflow: hidden;
	margin: 0 0 5px 0;
}

.menu li {
	background: url('../i/menu-bg.gif') repeat-y;
	font-size: 14px;
	margin: 0 0 3px 0;
	padding: 0;
}

.menu li a.level-1:link, .menu li a.level-1:visited {
	display: block;
	color: #000;
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 45px;
	background: url('../i/menu-arrow.gif') no-repeat 9px 12px;
	text-decoration: none;
}

.menu li a.level-1:hover {
	display: block;
	color: #b22c18;
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 45px;
	background: url('../i/menu-arrow.gif') no-repeat 9px 12px;
	text-decoration: none;
}

.menu li a.current {
	display: block;
	color: #b22c18;
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 45px;
	background: url('../i/menu-arrow.gif') no-repeat 9px 12px;
	text-decoration: none;
}

/* Box */

.box {
	border: 1px solid #cacaca;
	overflow: hidden;
}

.box .inner {
	margin: 15px 8px 0 10px;
}

/* News */

.new {
	margin: 0 0 29px 2px;
}

.new-pic {
	float: left;
	display: inline;
	border: 2px solid #c7c0c1;
}

.new-info {
	float: left;
	display: inline;
	width: 110px;
	margin: 0 0 0 13px;
	line-height: 1.2em;
}

.date {
	font-size: 13px;
	color: #b22c1a;
	margin: 0 0 9px 0;
}

.date a:link, .date a:visited {
	color: #b22c1a;
}

.desc {
	color: #2c2b2b;
	margin: 0 0 0 2px;
}

#news-box {
	height: 365px;
}

#news-box h3 {
	margin: 0 0 17px 0;
}

/* Horizontal line */

.hr hr {
	display: none;
}

.hr {
	height: 1px;
	overflow: hidden;
	background: #666464;
	margin: 24px 0;
}

/* Right column */

.top-box {
	background: #efefef url('../i/horse-b.gif') no-repeat 95% 5px;
	border: 1px solid #cacaca;
	border-right: 0px solid transparent;
	overflow: hidden;
	height: 220px;
	margin: 0 0 7px 0;
}

.top-box h3.red {
	background: url('../i/arrow-red-b.gif') no-repeat;
	margin: 0 0 8px 0;
}

.top-box .inner {
	margin: 15px 0 0 18px;
}

.top-box-content {
	margin: 0 0 0 40px;
	width: 480px;
}

.top-box p {
	margin: 0 0 17px 0;
	line-height: 1.3em;
}

/* Button */

.button {
	background: #c8c7de url('../i/button-right.gif') no-repeat 100% 0;
	height: 30px;
	float: left;
	display: inline;
}

.button div {
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	float: left;
	display: inline;
	color: #1c1973;
	background: url('../i/button-left.gif') no-repeat;
}

.button a:link, .button a:visited {
	color: #1c1973;
	padding: 0 27px 0 10px;
	word-spacing: 2px;
	text-decoration: none;
}

.button input {
	color: #1c1973;
	_width: 1;
	overflow: visible;
	padding: 5px 25px 5px 8px;
	word-spacing: 2px;
	background: transparent;
	border: 0px solid transparent;
	cursor: pointer;
}

.top-box .button {
	float: right;
	margin: 0 3px 0 0;
	background: #c8c7de url('../i/button-right-b.gif') no-repeat 100% 0;
}

.top-box .button div {
	background: url('../i/button-left-b.gif') no-repeat 0 0;
}

/* Boxes */

.boxes {
	margin: 0 0 0 4px;
	overflow: hidden;
	position: relative;
}

.boxes .box {
	width: 360px;
	height: 177px;
	float: left;
	display: inline;
	margin: 0 7px 9px 0;
}

.boxes .wide {
	width: 378px;
	margin: 0 0 9px 0;
	border-right: 0px solid transparent;
}

.boxes .box .inner {
	margin: 15px 8px 0 15px;
}

.to-right {
	margin: 0 0 0 37px;
}

.fleft {
	float: left;
	display: inline;
}

.fright {
	float: left;
	display: inline;
	width: 160px;
	margin: 0 0 0 21px;
}

.fright-narrow {
	float: left;
	display: inline;
	width: 140px;
	margin: 0 0 0 19px;
}

p.box-text {
	width: 260px;
	line-height: 1.5em;
	margin: 0 0 11px 0;
}

/* Sign Up */

.signup label {
	float: left;
	display: inline;
	color: #060606;
	vertical-align: top;
	margin: 6px 7px 0 0;
}

.signup .text {
	float: left;
	display: inline;
	border: 1px solid #c8c7de;
	font: 12px Arial, Helvetica, sans-serif;
	color: #a1a1a1;
	text-align: center;
	vertical-align: top;
	padding: 3px 0;
	width: 155px;
	margin: 2px 10px 0 0;
}

.blue-box .signup .button {
	background: #c8c7de url('../i/button-right-small.gif') no-repeat 100% 0;
}

.blue-box .signup .button div {
	background: url('../i/button-left-small.gif') no-repeat 0 0;
}

/* Bottom menu */

.bottom-menu {
	height: 60px;
	background: #4a4892;
	color: #efefef;
	position: relative;
	width: 100%;
}

.bottom-menu:after {
	content: '';
	display: block;
	clear: both;
}

.bottom-menu .inner {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

.bottom-menu ul {
	position: relative;
	left: -50%;
	float: left;
	margin: 22px 0 0 0;
}

.bottom-menu a:link, .bottom-menu a:visited {
	color: #efefef;
}

.bottom-menu li {
	float: left;
	display: inline;
	margin: 0 30px 0 0;
	padding: 0;
	background: transparent;
	font-size: 11px;
}

.bottom-menu li.last {
	margin: 0;
}

/* Copyright */

.copyright {
	color: #6d6b6b;
	font-size: 11px;
	text-align: right;
	height: 35px;
	word-spacing: 1px;
	overflow: hidden;
	width: 975px;
	margin: 0 auto;
}

.copyright p {
	margin: 16px 0 0 0;
}

/* Interior page */

.submenu {
	margin: 10px 0 0 45px;
	padding: 0 0 11px 0;
	position: relative;
}

.submenu li {
	font-size: 12px;
	background: transparent;
	margin: 0 0 5px 0;
}

.submenu li a:link, .submenu li a:visited {
	padding: 0 0 0 10px;
}

.submenu li a:hover, .submenu li.current a:link, .submenu li.current a:visited {
	background: url('../i/submenu-arrow.gif') no-repeat 0 4px;
	color: #040404;
	text-decoration: underline;
}

/* Blue box */

.blue-box {
	background: #efefef;
	border: 1px solid #cbcbcb;
	overflow: hidden;
}

.blue-box .inner {
	margin: 17px 0 0 7px;
	padding: 0 0 20px 0;
}

.blue-box .inner-2 {
	margin: 0 0 0 8px;
}

.blue-box h3 {
	background: url('../i/arrow-blue-b.gif') no-repeat;
}

.features {
	margin: 0 0 9px 40px;
}

.features li {
	background: url('../i/marker-b.gif') no-repeat 0 4px;
	color: #4d4c4c;
}

.blue-box .signup label {
	margin: 6px 5px 0 0;
}

.blue-box .signup .text {
	width: 105px;
	margin: 2px 7px 0 0;
}

.blue-box .signup .button input {
	padding: 5px 15px 5px 3px;
}

/* Content */

#interior .col-right {
	border-top: 1px solid #cdcdcd;
	margin: 1px 0 0 2px;
	background: url('../i/horse.gif') no-repeat 100% 3px;
}

.col-right .wrapper {
	margin: 16px 0 0 18px;
}

.content {
	margin: 0 0 0 40px;
	width: 480px;
}

.content2 {
	margin: 0 0 0 40px;
	width: 600px;
}

.imgwborder {
	float: right;
	border: solid 1px #b22c1a;
}

.col-right .button-line {
	margin: 25px 0 0 0;
}

#interior .columns {
	margin: 0 0 10px 0;
	background: url('../i/columns-border.gif') repeat-x 0 100%;
}

.columns-wrapper {
	background: url('../i/columns-sep.gif') repeat-y 220px 0;
}
.subhead {
	color: #4A4892;
}
.red-subhead {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.warning {
	color: #b22c1a;
	font-weight: bold;
}

#website {
display: none;
}

#offline-box {
	width: 150px;
	height: 80px;
	border: 2px solid #c8c7de;
	padding: 15px;
	margin: 0 0 0 19px;
}
