/* DEFAULT STYLES */

body {
	background-color: #dfdbcb;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font: 11px Verdana;
	line-height: 1.5em;
	cursor: default;
	color: #333;
}
a {
	cursor: pointer;
}
p a,
li a,
form label a {
	color: #a01600;
	text-decoration: underline;
}
a.editimg {
	color:#ccc;
}
a.editimg:hover {
	color:#fff;
}
h1 {
	font-size: 18px;
	line-height:1.25em;
}
h1 em {
	font-family: Georgia;
	font-weight: normal;
}
h1 a {
	color: #a01600;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #6c0601;
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 10px 0px;
	border-bottom: solid 1px #e2dfca;
}
h2 span {
	font-size:10px;
	display: block;
	font-weight:normal;
	color:#b3a686;
}
span.print {
	margin-top:3px;
	font-size:10px;
}
h2 span a {
	color: #a01600;
	text-transform: none;
	font:10px Verdana;
}
h2.sub a {
	color: #a01600;
	text-transform: none;
}
/* TOP HEADER STYLES */

#top {
	background: url(../_images/common/top.jpg) repeat-x;
	display: block;
	width: 100%;
}
#top .content {
	background: url(../_images/common/top_bg.jpg) repeat-y;
	width: 947px;
	height: 99px;
	margin: 0px auto 0px auto;
	position: relative;
}
#top a.logo {
	width: 172px;
	height: 73px;
	display: block;
	position: absolute;
	top: 14px;
	left: 101px;
	background: url(../_images/common/logo.gif) no-repeat;
	text-decoration: none;
}
#top .content .tagline {
	position: absolute;
	top: 29px;
	left: 307px;
	display: block;
	width: 352px;
	height: 32px;
	background: url(../_images/common/tagline.jpg) no-repeat;
}
#top .links {
	position: absolute;
	bottom: 10px;
	left: 723px;
}
#top .links a{
	font: 12px Verdana;
	line-height: 1.5em;
	text-decoration: none;
	color: #bbb;
}
#top .links a:hover {
	color: #fff;
}
#top .links a span, #intnav a span {
	color: #927a60;
}

/* TOP NAV BAR STYLES */

#nav, #intnav {
	background: #007c64 url(../_images/common/topgrn.gif) repeat-x;
	display: block;
	width: 100%;
	height: 37px;
}
#intnav {
	position: absolute;
	top: -37px;
	left: 0px;
}
#nav .content, #intnav .content {
	background: transparent;
	width: 947px;
	height: 37px;
	margin: 0px auto 0px auto;
	position: relative;
}
#nav2 {
	background: url(../_images/common/topred.gif) repeat-x;
	display: block;
	width: 100%;
	height: 37px;
}
#nav2 .content {
	background: transparent;
	width: 947px;
	height: 37px;
	margin: 0px auto 0px auto;
	position: relative;
}

/* INTERIOR NAVIGATION STYLES */

#intnav a span {
	color: #ffcc99;
}
#intnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
#intnav ul li {
	position: relative;
	width:160px;
	float: left;
	height: 37px;
}
#intnav ul li ul li {
	float: none;
	width: 160px;
	height: auto;
}
#intnav li ul {
	position: absolute;
	left: 0px;
	top: 37px;
	display: none;
}
#intnav ul li a {
	display: block;
	text-decoration: none;
	color: #d8ceb3;
	background: #007c64;
	padding: 5px 10px 5px 10px;
	border-top: solid 1px #006a55;
}
#intnav ul li ul li a {
	color: #ccc;
}
#intnav ul li a:hover {
	color: #fff;
	background: #006a55;
}
#intnav li:hover ul { display: block; }
#intnav li:hover ul, li.over ul { display: block; }
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
.navover {
	/* background: url(../_images/common/topgrn_inv.jpg) repeat-x; */
	background: #007c64;
}
.navon {
	background: url(../_images/common/topgrn_inv.jpg) repeat-x;
	color: #fff;
}
a.navon {
	background: transparent;
	color: #fff;
}

/* INDEX PAGE CONTENT STYLES */

#indmain {
	background: #f9f8f4 url(../_images/index/contentbg.gif) repeat-x;
	display: block;
	width: 100%;
	position: relative;
}
#indmain .content {
	background: transparent;
	width: 947px;
	margin: 0px auto 0px auto;
	position: relative;
}
#indmain #slides {
	float: left;
	margin-left: 75px;
	width: 515px;
	height: 300px;
	background: transparent;
	position: relative;
}
#slides #slidenav {
	position: relative;
}
#slides a.btn1 {
	display: block;
	width: 219px;
	height: 59px;
	background-image: url(../_images/index/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}
#slides a.btn1_over {
	display: block;
	width: 219px;
	height: 59px;
	background-image: url(../_images/index/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -300px;
	text-decoration: none;
}
#slides a.btn2 {
	display: block;
	width: 219px;
	height: 60px;
	background-image: url(../_images/index/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -59px;
	text-decoration: none;
}
#slides a.btn2_over {
	display: block;
	width: 219px;
	height: 60px;
	background-image: url(../_images/index/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -360px;
	text-decoration: none;
}
#slides a.btn3 {
	display: block;
	width: 219px;
	height: 59px;
	background-image: url(../_images/index/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -119px;
	text-decoration: none;
}
#slides a.btn3_over {
	display: block;
	width: 219px;
	height: 59px;
	background-image: url(../_images/index/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -420px;
	text-decoration: none;
}
#slides a.btn4 {
	display: block;
	width: 219px;
	height: 61px;
	background-image: url(../_images/index/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -178px;
	text-decoration: none;
}
#slides a.btn4_over {
	display: block;
	width: 219px;
	height: 61px;
	background-image: url(../_images/index/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -478px;
	text-decoration: none;
}
#slides .end {
	display: block;
	width: 219px;
	height: 61px;
	background-image: url(../_images/index/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -239px;
	text-decoration: none;
}
#slides #photos {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 336px;
	height: 300px;
}
#photo1, #photo2, #photo3, #photo4 {
	position: absolute;
	top: 0px;
	right: 0px;
}
#photos .photo1 {
	width: 336px;
	height: 300px;
	background: url(../_images/index/slides/1.jpg) no-repeat;
}
#photos .photo2 {
	width: 336px;
	height: 300px;
	background: url(../_images/index/slides/2.jpg) no-repeat;
}
#photos .photo3 {
	width: 336px;
	height: 300px;
	background: url(../_images/index/slides/3.jpg) no-repeat;
}
#photos .photo4 {
	width: 336px;
	height: 300px;
	background: url(../_images/index/slides/4.jpg) no-repeat;
}
#news {
	float: left;
	width: 285px;
	overflow: hidden;
	background: transparent;
	padding:5px 15px 0px 15px;
}
#news .item {
	padding: 0px 5px 5px 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #d6d6d6;
}
#news .item a {
	text-decoration: none;
	font: 12px Verdana;
	line-height: 1.35em;
	color: #797979;
	display: block;
}
#news .item a:hover {
	color: #333;
}
#news .item a span.date {
	color: #a01600;
	display: block;
	text-decoration: none;
}
#indmain .content2 {
	display: block;
	width: 947px;
	margin: 0px auto 0px auto;
}
#indmain .content2 .item1 {
	float:left;
	width: 247px;
	/* height: 220px; */
	/* margin-right: 21px; */
	background-color: #fff;
}
#indmain .content2 .item2 {
	float:left;
	width: 247px;
	/* height: 220px; */
	/* margin-right: 19px; */
	background-color: #fff;
}
#indmain .content2 .item3 {
	float:left;
	width: 247px;
	/* height: 220px; */
	/* margin-right: 19px; */
	background-color: #fff;
}
#indmain .content2 p {
	margin: 0px;
	padding: 10px;
	font: 10px Verdana;
	color: #797979;
}
#indmain #item2 a,
#indmain #item3 a {
	text-decoration: none;
}
#indmain .content2 p.quote,
#indmain .content2 a p.quote {
	font: bold 11px Verdana;
	font-style: italic;
	color: #a01600;
}
#indmain .content2 a p.name {
	color: #000;
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
}
#indmain .content2 a {
	text-decoration: underline;
	color: #797979;
}
#indmain .content2 a:hover {
	color: #333;
}

/* MAIN CONTENT STYLES */

#main {
	background: #e2dfca url(../_images/common/contentbg.gif) repeat-x;
	background-position: bottom;
	/* background: #efede1; */
	display: block;
	width: 100%;
	position: relative;
}
#main .content {
	background: transparent;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 20px;
	position: relative;
}

/* FOOTER STYLES */

#footer {
	clear: both;
	display: block;
	width: 947px;
	margin: 0px auto 20px auto;
}
#footer .content {
	background: transparent;
	width: 800px;
	margin: 0px auto 0px auto;
	position: relative;
	color: #797979;
	padding: 0px;
	font-size: 10px;
}
#footer h1 {
	text-transform: none;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#footer ul {
	margin: 0px;
	padding:20px 0px 20px 0px;
	list-style-type: none;
}
#footer li {
	list-style-type: none;
	display: inline;
	float: left;
	padding-right: 35px;
}
#footer li span.ind1 {
	margin-left: 10px;
}
#footer a {
	color: #797979;
	text-decoration: none;
}
#footer a:hover {
	color: #595959;
	text-decoration: underline;
}
#footer .contact {
	position: absolute;
	top: 20px;
	right: 0px;
}

/* FORM STYLES */

form.login label {
	display: block;
	float: left;
	width: 75px;
	height: 20px;
	margin-bottom: 5px;
	line-height: 20px;
}
form.login input[type='text'],
form.login input[type='password'],
form.login input[type='submit'] {
	float: left;
	margin-bottom: 5px;
}
form.login br {
	clear: both;
}

/* LOGOUT BOX STYLES */

#logout {
	padding:10px;
	color:#fff;
	background:#000;
	text-align:right;
}
#logout a {
	color: #fff;
	text-decoration: none;
	background: url(../_images/common/lock.gif) no-repeat;
	background-position-y: 1px;
	padding: 0px 0px 0px 16px;
	margin: 0px 10px 0px 10px;
}
#logout a:hover {
	text-decoration: underline;
}

/* NEWS STYLES */

#news_content {
	width:560px;
	float:left;
}
#news_content input[type='button'] {
	margin-right: 5px;
}
#news_content label.success,
label.success {
	color: green;
	background: #eeffee;
	border: solid 1px #eeffee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1px 4px 1px 4px;
	margin-left:5px;
}
#news_content label.fail,
label.fail {
	color: red;
	background: #ffeeee;
	border: solid 1px #ffeeee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1px 4px 1px 4px;
	margin-left:5px;
}
#news_content form label {
	display: block;
	float: left;
	width: 100px;
	height: 20px;
	margin-bottom: 5px;
	line-height: 20px;
}
#news_content form input[type='text'],
#news_content form input[type='file'],
#news_content form input[type='submit'],
#news_content form input[type='button'],
#news_content form select,
#news_content form textarea,
#news_content form input[type='checkbox'] {
	float: left;
	margin-bottom: 10px;
}
#news_content form textarea,
#news_content form input[type='text'] {
	width: 450px;
}
#news_content form input[type='submit'],
#news_content form input[type='button'],
#news_content form input[type='checkbox'] {
	margin-right: 5px;
}
#news_content form br {
	clear: both;
}
#news_content form label span {
	color: red;
}
#news_content p a {
	/* color: #6c0601; */
	color: #a01600;
	text-decoration: underline;
}
#news_content h1 {
	margin-top: 0px;
	padding-top: 0px;
}
#news_content h1 span {
	display:block;
	margin-top:5px;
	font-size:11px;
	font-weight:normal;
	color:#999;
}
#news_side {
	width:180px;
	float:right;
}
#news_side .viewing,
#news_side strong,
#news_side span.empty,
#news_side a {
	display: block;
	border-bottom: solid 1px #edebde;
	padding-bottom:3px;
	margin-bottom: 3px;
}
#news_side strong.top {
	border-top: solid 1px #edebde;
	padding-bottom:3px;
}
#news_side .viewing {
	padding-bottom: 20px;
}
#news_side a,
#news_content h1 span a,
#news_content a.back {
	color: #af7a75;
	/* color: #bd6050; */
	text-decoration: none;
}
#news_side a:hover,
#news_content h1 span a:hover,
#news_content a.back:hover {
	/* color: #6c0601; */
	color: #a01600;
}
#news_side a span {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
	color: #000;
}

/* CLIENT LOGO STYLES */

#clients td {
	text-align: center;
	background: #fff url(../_images/index/contentbg.gif);
	background-position-y: -50px;
	border: solid 1px #edebde;
	padding: 10px;
	width: 33%;
	height: 100px;
}
#clients a {
	text-decoration: none;
}
#clients a span {
	display: block;
	margin-top: 20px;
}

/* EMPLOYEE QUOTE STYLES */

.quotetop {
	margin-top:20px;
	height:10px;
	background:url(../_images/common/rndcrnr.gif) no-repeat;
}
.quotemid {
	background:#fff;
	padding:10px 20px 10px 20px;
}
.quotebtm {
	height:10px;
	background:url(http://www.skecorp.com/_images/common/rndcrnr.gif) no-repeat;
	background-position:center -10px;
}