@charset "utf-8";
/* CSS Document */

* {padding: 0; margin: 0;}

html, body {margin:5px 0 5px 0;}

body {font-family:Arial, Helvetica, sans-serif; background:url(../images/background.png) repeat-x #d6d7db}
img {border:none;}
a:link, a:visited {color:#000; text-decoration:underline;}
a:hover {color:#666; text-decoration:none;}
a:active {color:#666;}
.clear {clear:both;}
.float-left {float:left;}
.float-right {float:right;}
p {padding-top:5px; line-height:125%; }
h1 {font-size:22px; margin:5px 0 5px 5px; color:#666; font-style:italic; text-decoration:underline}
h2 {font-size:18px; color:#666; font-style:italic; text-decoration:underline}
h3 {font-size:16px;}

#page-container {width:920px; margin:auto; padding:0}
#bg-top {height:12px; background:url(../images/bg-top.png) no-repeat;}
#bg-mid {background:url(../images/main-bg.png) repeat-y;}
#outer-border {border:1px #CCCCCC solid; margin:0 13px 0 13px}
#bg-bottom {background:url(../images/bg-bottom.png) no-repeat; height:12px;}

#header {height:130px; padding:0; margin-bottom:0px}

#logo {float:left; padding:0 0 0 10px; margin:0; height:130px;}
#tag {text-align:center; float:left; text-align:right; margin:0 0 0 10px; font-weight:bold; color:#333; font-style:italic}
#phone { background:url(../images/header-pic.jpg) no-repeat top right; float:right; width:250px; height:130px;}
#phone p {font-weight:bold;}


/* Start Navigation Code */
#nav-container {clear:both; height:37px; background:url(../images/nav-bg.png) repeat-x;  }

#nav li { float:left; font-size:18px; list-style:none; padding-top: 7px; }
#nav li a {color:#FFFFFF; text-decoration:none; padding: 0 1.7em 0 1.7em; margin:0}
#nav li a:hover {color:#999999;}
/* End of Navigation Code */



#main-content {clear:both; min-height:400px; padding:5px 5px 10px 5px}

.left-wide {width:600px; float:left;}
.right-slim {width:250px; float:right;}

#left-slim {width:250px; float:left;}
#right-wide {width:600px; float:right;}

#footer {clear:both; text-align:center; font-size:12px; font-weight:bold; padding:20px 0 5px 0;}
#footer span {font-size:10px; color:#999;}
#footer span a, #footer span a:visited {color:#999}
#footer a, a:visited {text-decoration:none;}
#footer a:hover {text-decoration:underline; color:#333;}

/*JQUERY SLIDESHOW CODE HOME PAGE*/
#features {
	width:448px;
	height:336px;
	position:relative;
}
#features #feature-links {
	display:block;
	height:1em;
	margin:0;
	position:absolute;
	right:10px;
	text-align:right;
	top:5px;
	z-index:50;
}
#features #feature-links li {
	border:1px solid #CCCCDD;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 5px;
	padding:0;
}

#features #feature-links li a {
	background:#999999 none repeat scroll 0 0;
	color:white;
	display:block;
	font-size:1.2em;
	height:5px;
	width:20px;
	padding:0 0 15px;
	@padding:0px;
	text-align:center;
	text-decoration:none !important;
	opacity:0.85;
}

#features #feature-links li {
	float:left;
	margin:0 5px;
	padding:1px;
	background:#9A2335;
}

#features #feature-links li a {
	background:#9A2335 none repeat scroll 0 0;
	display:block;
	font-size:1.0em;
	padding:0 0 15px;
	@padding:0px;
	text-align:center;
	text-decoration:none !important;
	border:1px solid #FFFFFF;
}

#features #feature-links li a.active{
	background:#9B525D !important;
	opacity:1.0 !important;
}

#features .feature-story {
	background:white none repeat scroll 0 0;
	left:0;
	position:absolute;
	top:0;
}

#features h2.feature-title, #features span.feature-title {
	background:transparent none repeat scroll 0 0;
	border-color:#B2B3B5 -moz-use-text-color;
	border-style:solid none;
	border-width:1px medium;
	color:#0C3966;
	font-size:1.8em;
	font-weight:normal;
	height:1.2em;
	right:0;
	margin:0;
	padding:0 0 0 5px;
	position:absolute;
	text-align:left;
	text-shadow:0.1em 0.1em 0.3em #999999;
	top:254px;
	width:170px;
	background:white none repeat scroll 0 0;
	display:block;
	opacity:0.85;
}

#features .feature-photo {
	border:0 none;
	display:block;
	margin:0;
}


