body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #060606;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
}

h1 {
	text-transform: uppercase;
	color: #060606;
	margin: 0px;
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-left: 38px;
	padding-top: 7px;
	font: normal 1.3em Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #333333;
	font-weight: normal;
	padding-top: 7px;
	background-image: url(images/h2.png);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	height: 25px;
	padding-left: 6px;
	padding-bottom: 0px;
	margin-top: 0px;
}

h3 {
	background-image: url(images/h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	color: #060606;
	font: bold 1em Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #060606;
}

.red {
	color: #E33200;
}

a:focus {
	outline: none;
}

a {
	color: #E33200;
}

ul {
	padding: 0px 0px 0px 16px;
	margin: 0px;
}

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

img {
	border: none;
}

blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
}
.blockquote-sig {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #E33200;
}

#header {
	width: 986px;
	height: 272px;
	padding: 20px 0px 0px;
	margin: 0px auto;
	background: url(images/header.png) no-repeat;
}

/* Menu */

#navigation {
	margin: 0px auto;
	height: 40px;
	width: 966px;
	padding: 10px;
	background: url(images/menu.png) no-repeat;
}

#nav {
	margin:0px;
	list-style:none;
	padding: 0px;
}	

#nav li {
	float:left;
	display:block;
	position:relative;
	z-index:500;
}
	
#nav li a {
	display:block;
	height:28px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	color:#060606;
	width: 138px;
	text-transform: uppercase;
	font-size: 1em;
	padding: 12px 0px 0px;
}

#nav li a:hover {
	background: url(images/menu_hover.png) repeat-x;
}
	
#nav ul {
	position:absolute;
	left:0;
	display:none;
	margin:0px;
	padding:0px;
	list-style:none;
}
		
#nav ul li {
	float:left;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5E5E5E;
	z-index: 100;
}
		
#nav ul a {
	display:block;
	height:29px;
	color:#FFF;
	text-decoration: none;
	width: 138px;
	font-size: .9em;
	margin: 0px;
	background-image: url(images/dropdown.png);
	background-repeat: repeat-x;
	text-align: center;
	text-transform: none;
	padding: 9px 0px 0px;
}
		
#nav ul a:hover {
	text-decoration:none;
	background: url(images/menu_hover.png) repeat-x;
	color: #060606;
}

/* Page */

#page-wrapper {
	width: 966px;
	margin: 20px auto 0px;
	background: url(images/page-wrapper.png) repeat;
	padding: 10px;
}

#page {
	margin: 0px auto;
	padding: 30px 10px 10px;
	background: #FFF;
}

/* Content */

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

#contentwide {
	float: left;
	width: 946px;
}

.post {
	text-align: justify;
}

.post .entry {
	padding: 10px;
}

.divisions {
	float: left;
	width: 294px;
	text-align: center;
	padding: 10px;
	font-size: small;
	overflow: hidden;
}

#col1 {
	width: 260px;
	float: left;
	margin-right: 40px;
	margin-top: 10px;
	text-align: left;
	padding: 0px 10px;
}

#col2 {
	width: 260px;
	float: left;
	margin-right: 40px;
	margin-top: 10px;
	text-align: left;
	padding: 0px 10px;
}

#col3 {
	width: 260px;
	float: left;
	margin-top: 10px;
	text-align: left;
	padding: 0px 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}

#sidebar li {
	list-style-position: inside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/* Footer */

#license {
	height: 165px;
	width: 986px;
	background-image: url(images/license.png);
	background-repeat: no-repeat;
	margin: 20px auto 0px;
}

#footer {
	clear: both;
	height: 140px;
	width: 986px;
	margin: 0px auto;
}

#footer p {
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 20px;
	text-align: center;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
	padding: 4px;
}

#footer a:hover {
	text-decoration: none;
	padding: 4px;
	background-color: #E33200;
}

/* Forms */

label {
	display: block;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	width: 340px;
	border: 1px solid #CCC;
	color: #333333;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 5px;
	width: 340px;
	border: 1px solid #CCC;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 5px;
	width: 420px;
	border: 1px solid #CCC;
}

.submit {
	height: 29px;
	width: 104px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: -5px;
}
.required {
	font-size: 11px;
	font-style: italic;
	color: #E33200;
}

tr {
	vertical-align: top;
}

.thumb {
	background-color: #FFFFFF;
	padding: 9px;
	border: 1px solid #CCC;
	float: left;
	margin-right: 15px;
}

.thumbnofloat {
	background-color: #FFFFFF;
	padding: 9px;
	border: 1px solid #CCC;
}

.division-thumb {
	padding: 9px;
	border: 1px solid #CCC;
}

.divisions-page-thumb {
	background-color: #FFFFFF;
	padding: 9px;
	border: 1px solid #CCC;
	margin: 10px 10px 0px 0px;
	float: left;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Slider */

#slider-wrapper {
	height: 258px;
	width: 720px;
	margin: 0px;
	background: url(images/slider-background.png) no-repeat center bottom;
	float: right;
}

#featured_slider {
	width:700px;
	height:215px;
	position:relative;
	z-index:1;
	margin: 0px auto;
	padding: 10px;
	border: 1px solid #AEAEAE;
	background: #FFF;
} 

#slider {
	position:relative;
	min-height:215px;
	background:url(images/loader.gif) no-repeat 50% 50%;
	margin: 0px;
	padding: 0px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
}

.nivoSlider {
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivo-slice {
	display:block;
	position:absolute;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	color:#fff;
	z-index:89;
	bottom: 0px;
	width: 678px;
	background-image: url(images/caption.png);
	background-repeat: repeat;
	border: 1px solid #000;
	margin: 0 auto;
	padding: 5px 10px;
}

.nivo-caption p {
	padding:5px;
	margin:0;
	font: italic bold 14px Arial, Helvetica, sans-serif;
}

/* Breadcrumbs */

#breadcrumb {
	font: 12px/30px Arial, Helvetica, sans-serif;
	height:30px;
	width:944px;
	overflow:hidden;
	margin:0px 0px 30px;
	padding:0px;
}

#breadcrumb li {
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#breadcrumb a {
	height:30px;
	display:block;
	padding-right: 20px;
	text-decoration: underline;
	color: #060606;
	background: url(images/divider.png) no-repeat right;
}

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