/* sitewide */
* {
	font-family: verdana;
	color: #ffffff;
}

body {
	margin: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 12px;
	background: #ffffff;
}

img {
	vertical-align: bottom;
	border: none;
}

a {
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	
}

ul {
	margin-left: 25px;	
}

.clear {
	clear: both;	
}

/* global container */
#holder {
	text-align: center;
}

#main {
	width: 850px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
}

/* logo section */
#logo-container {
	margin-bottom: 20px;
	text-align: left;
}

#logo-file {	
}

/* navigation section */
#navigation-container {
	height: 44px;
	background: url('../images/navigation-off.gif') top left no-repeat;
}

#navigation-container a {
	display: none;
	font-size: 13px;
	font-weight: bold;
	margin-left: 13px;
	margin-right: 13px;
	text-decoration: none;
}

/* main content */
#content {
	margin-bottom: 25px;
}

/* slider */
#slider ul, #slider li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#slider, #slider li { 
	width: 850px;
	height: 300px;
	overflow: hidden;
	background: #efefef;
	border-bottom: 1px solid #bbbbbb;	
}
ol#controls {
	margin:0em 0;
	padding:0;
	height:24px;
	background: #dddddd;
	border-bottom: 1px solid #bbbbbb;
}
ol#controls li {
	margin:0 0px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:24px;
	line-height:24px;
}
ol#controls li a {
	float:left;
	height:24px;
	line-height:24px;
	background:#ffcb87;
	color:#bb6b01;
	padding:0 7px;
	padding-left: 8px;
	text-decoration:none;
	font-size: 10px;
	border-right: 1px solid #fcb65a;
}
ol#controls li.current a {
	background:#dddddd;
	color:#666666;
	border-right: 1px solid #cccccc;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}

/* slides */
.slideshow-item {
	height: 300px;
	background: #333333;	
}
.slideshow-title {
	
}

/* boxes */
#boxes {
}

#boxes .box {
	width: 276px;
	height: 100px;
	background: #888888;
	float: left;	
}

#boxes .box a, #boxes .box .box-inner {
	display: block;
	width: 274px;
	height: 98px;
	background-color: #bebebe;
	background-repeat: none;
	background-position: top left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
}

#box1, #box2, #box3, #box4, #box5, #box6, #box7 {
	margin-left: 11px;
	margin-top: 5px; 
}

#box1 {
	margin-left: 0px;
}

#box1 a {
	background-image: url('../images/box1.jpg');
}

#box2 {
	
}


#box2 a {
	background-image: url('../images/box2.jpg');
}





#box7 {
	background-image: url('../images/box2.jpg');
}

#box7-email-field {
	display: block;
	float: left;
	margin-left: 9px;
	margin-top: 67px;
	color: #333333;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #444444;
	font-family: arial;
	width: 160px;
}

#box7-submit-button {
	display: block;
	float: left;
	margin-left: 7px;
	margin-top: 73px;	
}






#box3 {
	
}

#box3 a {
	background-image: url('../images/box3.jpg');
}

#box4 {
	margin-left: 0px;
}

#box4 a {
	background-image: url('../images/box4.jpg');
}

#box5 {
	
}

#box5 a {
	background-image: url('../images/box5.jpg');
}

#box6 {
	
}

#box6 a {
	background-image: url('../images/box6.jpg');
}

/* pages */
#page-holder {
	font-size: 12px;
	font-family: arial;
}

#page-left-column {
	width: 275px;
	float: left;
}

#page-right-column {
	width: 460px;
	float: left;
	border-left: 1px solid #444444;
	padding-left: 25px;
}

#page-holder p {
	line-height: 20px;	
	color: #cccccc;
	margin: 0px;
	margin-bottom: 20px;
	font-family: arial;
}

#page-holder p a {
	color: #bbbbbb;
	font-size: 12px;
}

#page-holder .reduced-lines p {
	line-height: 16px;	
}

#page-holder {
	border-top: 0px solid #c7c7c7;
	padding: 35px;
	padding-top: 35px;
	background: #333333;
}

.page-image-float-left {

}

.image-border {
	border: 0px solid #777777;	
}

.image-caption {
	font-size: 10px;
	color: #bbbbbb;
	width: 260px;
	margin-top: 3px;
	line-height: 11px;
}

#pagetitle {
	font-size: 25px;
	margin-bottom: 15px;
}

.pagesubtitle1 {
	font-weight: bold;
	color: #dddddd;
	font-size: 13px;
	margin-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #444444;
	padding-bottom: 5px;
}

.pagesubtitle2 {
	font-weight: bold;
	color: #ff9900;
	font-size: 13px;
}


/* contact page */
#contact-map {
	width: 800px;
	height: 297px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;	
	background: url('../images/map.jpg') top left no-repeat;
}

/* contact form */
#contact-form * {
}

#content .contact-form-header {
	display: block;
	font-weight: bold;
	color: #e2e2e2;
	border-bottom: 1px solid #3f3f35;
	margin-bottom: 15px;
	padding-bottom: 4px;
	font-size: 12px;	
}

#contact-form .form-right .text-input {
	border: 1px solid #333333;
	padding: 3px;	
	color: #333333;
}

.form-left, .form-right {

}
.form-left {
	margin-bottom: 3px;
	color: #e2e2e2;
	font-size: 11px;
	font-weight: bold;
}

.form-right {
	margin-bottom: 10px;	
}

p#contact-form-messages {
	color: #ff9900;
	font-weight: bold;	
	border: 1px solid #555555;
	padding: 10px;
	background: #444444;
}

/* footer section */
#footer, #footer * {
	font-size: 10px;
	color: #222222;
}

#footer img {
	margin-bottom: 3px;	
}

#footer {
	text-align: center;
}

#footer-contact {
	background: #5a5949;
	border-bottom: 2px solid #232520;
	margin-bottom: 15px;
}

#contact-info {
	display: block;
	width: 750px;
	float: left;
	margin-left: 40px;
	margin-top: 10px;
	color: #cecdcd;
	letter-spacing: 1px;
	word-spacing: 1px;	
}

.dark a {
	color: black;	
}