

/** DEFAULT STYLES ****************************************************/

html {	
	background: #183048;
	height: 100%;
}

* { 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #000;
}

table td { vertical-align: top; }

p { 
	margin-bottom: .4em;  
	margin-top: .4em; 
	line-height: 1.3em; 
}

html>body p { /* FOR IE */
	margin-bottom: .5em; 
	margin-top: .5em; 
}

a { 
	color: #4890c6; 
	text-decoration: none; 
}

a:hover { 
	color: #4890c6; 
	text-decoration: underline; 
}


acronym { cursor: help; border-bottom: 1px dotted #545454; }
em { color: #3870a2; }
strong { color: #3870a2; }

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
}

ul, ol { margin-left: 30px; margin-top: 4px; margin-bottom: 4px; list-style-position: outside; }
ol { margin-left: 38px; }
li { margin-bottom: 4px; }





/** CUSTOM **************************************************/

.imgoff { opacity: .30; filter: alpha(opacity=30); -moz-opacity: 0.3; }
.imgon { opacity: 1; filter: alpha(opacity=100); -moz-opacity: 1; }

.clr { clear: both; }
.ctr { text-align: center; }
.fl { float: left; margin-left: 3px; }
.fr { float: right; margin-right: 3px; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }







/** FORM STYLES *********************************************/

form { margin-top: 20px; text-align: right; }

input, textarea, select, submit { 
	border: 1px solid #C3C3C3; 
	background: #eaeaea;
	color: #000;
	padding: 1px; 
	margin: 0px; 
}

textarea { height: 120px; overflow: auto; }
select { margin-left: 80px; }
input, textarea, select { width: 250px; }
option { padding-left: 6px; margin-bottom: 3px; }
input:focus, select:focus, textarea:focus { border: 1px solid #545454; }

label { 
	margin-right: 5px; 
	padding-right: 5px; 
	width: 70px; 
	display: block; 
	float: left; 
	text-align: right; 
	position: relative; 
}

.btn { 
	width: 82px;
	height: 22px;
	margin-left: 10px; 
	background: transparent url('img/submit.png') no-repeat left top;
	border: 0px;
	cursor: pointer;
}






/** MAIN DIVISIONS ******************************************/


#wrap { 
	width: 860px;
	margin: 0px auto;
	color: #000;
}

#header {
	position: relative;
	height: 132px;
	width: 100%;
	background: transparent url('img/header.jpg') no-repeat top center;
}

#header h1 { text-indent: -9999px; }

#content_top {
	position: relative;
	height: 350px;
	width: 100%;
	background: transparent url('img/content_top.jpg') no-repeat top center;
}

#main {
	float: right;
	width: 591px;
	height: 278px;
	margin-right: 8px;
}


#accord { border-bottom: solid 1px #dedede; z-index: 100; }

.toggle {
	background: #f9f9f9 url('img/up.png') 10px 6px no-repeat;
	padding: 7px;
	margin: 0px;
	font-size: 1.1em;
	border-top: solid 1px #dedede;
	cursor: pointer;
	color: red;
	text-indent: 24px;
	clear: both;
	display: block;
}

.element {
	clear: both;
	display: block;
	padding: 8px;
	overflow: auto;
	height: 150px;
	font-size: 10px;
}
.element p { margin: 9px; }

.element .floater { float: left; width: 48%; margin: 5px; }

#content_bottom {
	position: relative;
	height: 137px;
	width: 100%;
	background: transparent url('img/content_bottom.jpg') no-repeat top center;
}

#divider1 {
	height: 68px;
	width: 100%;
	background: transparent url('img/divider.jpg') no-repeat top center;
}

#divider2 {
	height: 36px;
	width: 100%;
	background: transparent url('img/bottom.jpg') no-repeat top center;
}


#gallery { 
	float: right;
	width: 575px;
	height: 150px;
	margin-right: 8px;
	padding-top: 3px;
}

#gallery img { margin-right: 2px; }
#gallery a img { border: 1px solid white; }
#gallery a:hover img { border: 1px solid red; }


#footer {
	margin: 0px auto;
	padding: 6px;
	width: 800px;
}

#footer p { color: #c2c2c2; text-align: center; }

#testimonials { padding-top: 6px; float: left; }

#insp { margin-right: -28px; }

#NewsTicker {
	width: 200px;
	height: 140px;
	margin-left: 22px;
}

#NewsVertical {
	width: 200px;
	height: 140px;
	display: block;
	overflow: hidden;
	position: relative;
}

#TickerVertical {
	width: 200px;
	height: 140px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#TickerVertical li {
	display: block;
	width: 195px;
	height: 140px;
	padding: 0px;
	margin-top: 0px;
	float: left;
	text-indent: 0px; 
	line-height: 1.3em;
	list-style-type: none;
	padding-left: 6px;
	color: white;
}

#TickerVertical li span { 
	display: block; 
	margin-top: 7px; 
	color: #93c9ec;
}

#slider {  
    position: relative;
    overflow: hidden;
    width: 500px; 
    height: 130px;
} 
  
#slider_content {  
    position: absolute;  
    left: 0;
	width: 1000px;
}  
.slider_item { margin: 5px; background: green; }

#controls {
	clear: both;
}




/* SLIMBOX */

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

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

.lbLoading {
	background: #fff url(img/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(img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/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(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

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

#lbCaption {
	font-weight: bold;
}
