/* CSS Document */

@font-face {
font-family: 'MyriadProRegular';
       src: url('myriadpro-regular-webfont.eot') format('embedded-opentype'),
	   url('myriadpro-regular-webfont.woff') format('woff'),
	   url('myriadpro-regular-webfont.ttf')  format('truetype'),
	   url('myriadpro-regular-webfont.svg#webfontksWQy60g') format('svg');
	   font-weight: 100;
}

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, 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: url('bg.jpg') top left;
	font-family: 'MyriadProRegular', Myriad Pro, Myriad, Arial;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#headerspan {
	width: 100%;
	height: 70px;
	border-bottom: solid #F8991C 2px;
	background-color: #FFFFFF;
}
#header {
	width: 800px;
	height: 70px;
	margin: auto auto;
	position: relative;
}
#number {
	position: absolute;
	right: 0px;
	top: 0px;
}
#container {
	width: 800px;
	margin: 20px auto 0px auto;
}


/* Sidebar Styles */
#sidebar {
	float: right;
	width: 250px;
}
#sidebar h2 {
	font-family: 'MyriadProRegular', Myriad Pro, Myriad, Arial !important;
	color: #80B3D9;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: normal !important;
	border-bottom: dotted #FFFFFF 3px;
	padding-bottom: 3px;
}
#sidebar form, #sidebar textarea {
	font-family: 'MyriadProRegular', Myriad Pro, Myriad, Arial;
	font-size: 11px;
	color: #333333;
}
.field {
	width: 245px;
	height: 31px;
	background: url('field_bg.png') no-repeat top left;
	border: none;
	background-color: transparent;
	margin-bottom: 12px;
	padding-left: 5px !important;
}
.field2 {
	width: 236px;
	height: 81px;
	background: url('field_bg2.png') no-repeat top left;
	border: none;
	background-color: transparent;
	margin-bottom: 12px;
	padding: 7px !important;
}


/*  Content Styles */
#left {
	float: left;
	width: 500px;
}
#content {
	margin-top: 20px;
	float: left;
	width: 500px;
}
#content a {
	color: #F9981C;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content li {
	margin-left: 25px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}
#content h1, #content h1 a, #left h1, #left h1 a, #left h1 a :visited, #left h1 a :hover, #left h1 a :active {
	font-family: 'MyriadProRegular', Myriad Pro, Myriad, Arial !important;
	color: #F8991C;
	font-size: 22px;
	margin: 0px 0px 25px 0px !important;
	border-bottom: dotted #FFFFFF 3px;
	font-weight: normal !important;
	padding-bottom: 5px;
	text-decoration: none;
}
#content p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px;
}
hr {
	margin-bottom: 20px;
}
#footerwrap {
	width: 100%;
	background-color: #7FB3D9;
	border-top: solid #F8991C 2px;
	margin-top: 30px;
	padding: 20px 0;
}
#footer {
	width: 800px;
	margin: 0px auto;
	font-family: 'MyriadProRegular', Myriad Pro, Myriad, Arial;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
	position: relative;
}
#inbound {
	position: absolute;
	top: -5px;
	right: 0px;
}



/*  Home Slider Styles  */
#slider {
	width: 500px;
	margin-top: 20px;
}
.sliderspan {
	display: block;
	width: 416px;
	height: 210px;
}
#boxes {
    display: none;
    width: 80px;
    float: left;
}
#boxes img {
    cursor: pointer;
    margin: 0px 10px 13px 0px;
}
#boxes a img {
	border: solid #FFFFFF 2px;
}
#boxes .active img {
	border: solid #F9981C 2px !important;
}
.display {
    border: solid #F9981C 2px;
    float: left;
    height: 210px;
    overflow: hidden;
    position: relative;
    width: 416px;
}
.image_reel {
    left: 0;
    position: absolute;
    top: 0;
}
.image_reel .sliderpage {
	 border: 0px none;
     float: left;
     height: 210px;
     position: relative;
     width: 416px;
}
#one {
	background-image: url('slider/encore.jpg');
}
#two {
	background-image: url('slider/chsaa.jpg');
}
#three {
	background-image: url('slider/borislow.jpg');
}
#four {
	background-image: url('slider/horses.jpg');
}
#one2 {
	background-image: url('slider/don.jpg');
}
#two2 {
	background-image: url('slider/slc.jpg');
}
#three2 {
	background-image: url('slider/zimbabwe.jpg');
}
#four2 {
	background-image: url('slider/chsaa.jpg');
}