/* 
    Document   : Hudson Paul
    Created on : Mar 19, 2010, 8:28:31 PM
    Author     : Jason English
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}


root {
    display: block;
}

body{
    font-family: Arial,Helvetica,verdana;
    font-size: 12px;
    line-height: 1.2em;
    background-image: url('../images/bg2.png');
    color: #666666;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

p{
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.3em;
}

a:link {
    color: #9f9e9e;
    text-decoration: none;
    font-size: 10px;
}
a:visited {
    color: #9f9e9e;
    text-decoration: none;
    font-size: 10px;
}
a:active {
    color: #9f9e9e;
    text-decoration: none;
    font-size: 10px;
}
a:hover {
    color: #fc863e;
    text-decoration: none;
    font-size: 10px;
}

img{
    border: none;
}

h1 {
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #525252;
}

h2 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #525252;
}

h3 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #525252;
}

#container{
    width: 800px;
    height: 670px;
    margin: 50px auto 0 auto;
    background: #FFF;
}

.title{
    font-family: arial;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #2bafc8;
}

.serviceCopy1 ul li {
    margin: 0 0 0 15px;
}

.serviceCopy2 ul li {
    margin: 0 0 0 15px;
}



/*********************HEADER************************/
#header{
    width: 740px;
    margin: 0;
}
#specials {
	position:relative;
	top:40px;
	left:100px;	
	height:40px;
	width:140px;
	background:url('../images/specials.gif') no-repeat;
	text-align:center;
	padding:0px;
	padding-top:38px;
	padding-left:5px;
	overflow:hidden;
	display:inline-block;
}
#specials .specialorange {
	color:#FC863E;
	font-size:16px;
}
#specials a { text-decoration:none; }
#facebook {
	position:relative;
	top:-85px;
	left:235px;	
	height:42px;
	width:100px;
	background:url('../images/FaceBook-icon.png') no-repeat center left;
	text-align:center;
	padding:0px;
	padding-left:48px;
	margin:0;
	overflow:hidden;
	display:inline-block;
}
#facebook p {
	margin:0;
	padding:0;
	padding-top:8px;
}
#facebook a { font-size:12px; }

/*******************NAVIGATION**********************/

.navigation{
    width: 600px;
    float: left;
    margin: 10px 0 10px 0;
}

.navigation ul li{
    list-style: none;
    display: inline;
    margin: 4px 35px 0 0;
    padding: 0;
}

.navigation ul li a:link{
    font-size: 12px;
}

.navigation ul li a:visited{
    font-size: 12px;
}

.navigation ul li a:active{
    font-size: 12px;
}

.navigation ul li a:hover{
    font-size: 12px;
	border-bottom:1px solid #FC863E;
}

#home{}
#home_selected{color: #fc863e; border-bottom:1px solid #FC863E; }
#about{}
#about_selected{color: #fc863e; border-bottom:1px solid #FC863E; }
#services{}
#services_selected{color: #fc863e; border-bottom:1px solid #FC863E; }
#portfolio{}
#portfolio_selected{color: #fc863e; border-bottom:1px solid #FC863E; }
#press{}
#press_selected{color: #fc863e; border-bottom:1px solid #FC863E; }
#contact{}
#contact_selected{color: #fc863e; border-bottom:1px solid #FC863E; }

.flashLogo {
    float: left;
    margin: 30px 0 0 0;
}


/**********************CONTENT***********************/
#content{
    width: 740px;
    margin: 0;
    float: left;
}

.leftStripe{
    width: 10px;
    height: 89%;
    float: left;
    margin: 20px 10px 0 30px;
    background: #fc863e;
}

.imgMain{
    float: left;
    margin: 0 5px 0 0;
}

.imgSpace{
    margin: 0 0 0 0;
}

.imgSmall{
    width: 200px;
    float: left;
    margin: 0;
}

.copyLeft{
    width: 501px;
    height: 83px;
    float: left;
    background: #efefef;
    color: #525252;
    padding: 5px;
    margin: 5px 0 0 0;
    font-size: 10px;
    border: 1px solid #dcdcdc;
}

.copyRight{
    width: 189px;
    height: 83px;
    float: left;
    background: #efefef;
    color: #525252;
    padding: 5px;
    margin: 5px 0 0 5px;
    font-size: 10px;
    border: 1px solid #dcdcdc;
}

.aboutCopy {
    width: 673px;
    height: 344px;
    float: left;
    background: #efefef;
    padding: 15px 22px 15px 22px;
    border: 1px solid #dcdcdc;
    line-height: 1.7em;
    font-size: 11px;
}

.servicesCopy {
    width: 456px;
    height: 340px;
    float: left;
    background: #efefef;
    padding: 15px 22px 15px 22px;
    border: 1px solid #dcdcdc;
    line-height: 1.7em;
    font-size: 11px;
}

.pressCopy {
    width: 673px;
    height: 344px;
    float: left;
    background: #fff;
    padding: 15px 22px 15px 22px;
    border: 1px solid #dcdcdc;
    line-height: 1.7em;
    font-size: 11px;
}

.about_img {
    float: left;
    margin: 0 10px 0 0;
}

.serviceTitle {
    width: 465px;
    height: 20px;
    float: left;
    background: #efefef;
    padding: 15px 10px 10px 22px;
    margin: 0 0 5px 0;
    border: 1px solid #dcdcdc;
}

.serviceImg {
    width: 190px;
    height: 354px;
    float: left;
    background: #efefef;
    padding: 16px 10px 0 10px;
    margin: 0 0 0 5px;
    text-align: center;
    border: 1px solid #dcdcdc;
}

.legal {
    color: #fc863e;
    font-size: 10px;
    padding: 0;
    margin: 0;
}

.cost { 
    display: inline-block;
	margin-left: 200px;
	color: #fc863e;
}

.serviceCopy1 {
    width: 465px;
    height: 93px;
    float: left;
    background: #efefef;
    padding: 10px 10px 10px 22px;
    margin: 0 0 5px 0;
    border: 1px solid #dcdcdc;
}

.serviceCopy2 {
    width: 465px;
    height: 93px;
    float: left;
    background: #efefef;
    padding: 10px 10px 10px 22px;
    margin: 0 0 5px 0;
    border: 1px solid #dcdcdc;
}

.serviceCopy3 {
    width: 465px;
    height: 17px;
    float: left;
    background: #efefef;
    padding: 8px 10px 10px 22px;
    margin: 0 0 5px 0;
    border: 1px solid #dcdcdc;
}

.serviceCopy4 {
    width: 465px;
    height: 18px;
    float: left;
    background: #efefef;
    padding: 8px 10px 10px 22px;
    margin: 0 0 0 0;
    border: 1px solid #dcdcdc;
}

.privacyCopy{
    font-size: 9px;
    width: 673px;
    height: 344px;
    float: left;
    background: #efefef;
    padding: 15px 22px 15px 22px;
    border: 1px solid #dcdcdc;
}

.specialsCopy {
    width: 673px;
    height: 344px;
    float: left;
    background: #efefef;
    padding: 15px 22px 15px 22px;
    border: 1px solid #dcdcdc;
    line-height: 1.7em;
    font-size: 11px;
}



.sm_title{
    margin: 3px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #2bafc8;
}

#gallery {
    list-style: none;
    float: left;
    margin: 0 0 0 5px;
}

.portfolioCopy {
    width: 235px;
    height: 342px;
    float: left;
    background: #efefef;
    padding: 15px 22px 15px 22px;
    border: 1px solid #dcdcdc;
}

.contactForm {
    margin: 0 0 0 0;
    height: 343px;
    float: left;
    background: #efefef;
    padding: 15px 22px 15px 22px;
    border: 1px solid #dcdcdc;
}

.address {
    width: 298px;
    height: 68px;
    margin: 0 0 0 5px;
    float: left;
    background: #efefef;
    padding: 10px;
    border: 1px solid #dcdcdc;
}

.map {
    width: 298px;
    height: 258px;
    margin: 5px 0 0 5px;
    float: left;
    background: #efefef;
    padding: 10px;
    border: 1px solid #dcdcdc;
}

.warning {
    color: #FF0000;
}

/**********************FOOTER************************/
#footer{
    width: 720px;
    float: left;
    border-top: 2px solid #555;
    margin: 10px 0 0 50px;
}

.footerNav{
    width: 400px;
    color: #9f9e9e;
    float: left;
    
}

.footerCopyright{
    width: 125px;
    color: #9f9e9e;
    float: right;
    margin: 2px 0 0 0;
}

.banner {
    width: 392px;
    margin: 20px auto 0 auto;

}

/**********************Services slideshow************************/
div.rotator {
	position:relative;
	height:345px;
	margin:0 auto;
}
/* rotator css */
div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div.rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
div.rotator ul li.show { z-index:500; }

/**********************Services tabs************************/
ul.tabs {
	float: left;
	width: 100%;
	height: 32px; /*--Set height of tabs--*/
	margin: 0;
	padding: 0;
	list-style: none;
	border-style: none;
}
ul.tabs li {
	float: left;
	position: relative;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	overflow: hidden;
	margin: 0;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	padding: 0;
	background: #fff;
	border-style: none;
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
}
ul.tabs li a {
	display: block;
	padding: 0 20px;
	border-style: none;
	color: #2bafc8;
	font-size: 1.2em;
	text-decoration: none;
	outline: none;
}
ul.tabs li a:hover { 
	color:#FC863E;
	text-decoration: underline;
}
html ul.tabs li.active a, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color:#FC863E;
	text-decoration: underline;
}
.tab_container {
	clear: both;
	float: left; 
	width: 496px;
	overflow: hidden;
	background: #efefef;
	border: 1px solid #dcdcdc;
}
.tab_content {
	padding: 20px;
	color: #666666;
	font-size: 12px;
}
.tab_content ul.leaders {
    width: 100%;
	min-height: 100px;
    padding: 0;
    overflow-x: hidden;
    list-style: inside square;
}
.tab_content ul.leaders span:first-child { padding-right: 0.33em; }
.tab_content ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
	color: #fc863e;
	font-size: 11px;
	font-variant: small-caps;
}
