/*--------------------------------------------------------------------------------------------------
	scrollbar shift fix
--------------------------------------------------------------------------------------------------*/
html { min-height: 100%; margin-bottom: 1px; }
/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/

a  {
	text-decoration: none;
	color: #ce7019;
}
a:hover {
	color: #ce7019;
	text-decoration : underline;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	background-color: #a0c5db;
	padding:0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, ol, ul {
	padding:0;
	margin:0;
}


p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin: 0;
	padding: 0 0 12px 0;
	font-style: normal;
	font-weight: normal;
}

ol { 
font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 12px;
line-height: 15px;
color: #000000;
margin: 0;
padding: 0 0 12px 30px;
font-style: normal;
font-weight: normal;
}
		
h1 { 
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 19px;
	line-height: 21px;
	color: #ce7019;
	margin:0;
	padding:0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}
		
h2 { 
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #ce7019;
	margin:0;
	padding:0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

#container {
	width:100%;
	min-height:100%; height:auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/background.gif);
	background-repeat:repeat-x;
}

#wrapper {
	width:800px;
	margin:0 auto 0 auto;
	padding:0;
	position:relative;
	text-align: center;
}
/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:800px;
	height:150px;
    margin:0;
	padding:0;
	background-image: url(../images/header.gif);
	background-repeat:no-repeat;
	text-align:center;
}


.logo {
	display:block;
	margin:0;
    position:absolute;
    left:0;
    top:0;
}

#nav {
	width:800px;
    margin:0;
	padding:0;
    position:absolute;
    left:0;
    top:123px;
}
#flash {
	width:574px;
	height:118px;
    margin:0;
	padding:0;
    position:absolute;
    left:226px;
    top:0;
	text-align:left;
}
.hook {
}
/*--------------------------------------------------------------------------------------------------
	main navigation horizontal
--------------------------------------------------------------------------------------------------*/
 
#nav ul {
	padding:2px 0 0 0;
	margin:0;
	width:800px;
	float:left;
}

#nav ul li {
	display: inline;
	padding: 0;
/* matches link padding except for left and right */
}

#nav ul li a { 
 	padding:0 15px 0 15px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	} 

#nav #active { 
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 13px;
	color: #fed963;
	font-weight: bold;
	text-decoration: none;
	}
	
#nav ul li a:hover {  
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 13px;
	color: #fed963;
	font-weight: bold;
	text-decoration: none;
	}
/*--------------------------------------------------------------------------------------------------
	home main content area
--------------------------------------------------------------------------------------------------*/

#top {
	width:800px;
	height:235px;
	margin:0;
	padding:0;
	background-image: url(../images/marble.jpg);
	background-repeat:no-repeat;
	text-align:left;
}

#top img {
	display:block;
	margin:0;
	float:right
}

#top p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0;
	padding: 50px 25px 0 25px;
	font-style: italic;
	font-weight: normal;
}

#content {
	width:750px;
	padding:25px 25px 30px 25px;
	margin:0;
	float: left;
	text-align:left;
	background-color:#FFFFFF;
	background-image: url(../images/gradient.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#table1 {
	width:750px;
	padding:0;
	margin:0;
	float: left;
	text-align:left;
	background-image: url(../images/lines.gif);
	background-repeat:repeat-y;
}
#column1 {
	width:230px;
	padding:0 15px 0 0;
	margin:0;
	float: left;
	text-align:left;
}
#column2 {
	width:230px;
	padding:0 15px 0 15px;
	margin:0;
	float: left;
	text-align:left;
}
#column3 {
	width:230px;
	padding:0 0 0 15px;
	margin:0;
	float: right;
	text-align:left;
}  

#table1 ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #ce7019;
	margin:0;
	padding:0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

#table1 li { 
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 10px;
}
#table1 p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin: 0;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: normal;
}
.learnmore {
	text-align:right;
}

#table1 a {
	font-weight: bold;
	text-align:right;
	font-size: 11px;
}
.phone {
width:750px;
padding:10px 0 0 0;
margin:10px 0 0 0;
float: left;
text-align:left;
border-top:1px solid #d1d2d4;
text-align:center;
display:inline;
}


.pasco {
padding:0 0 0 107px;
margin:0;
float:left;
display:block;
}
/*--------------------------------------------------------------------------------------------------
	subpage main content area
--------------------------------------------------------------------------------------------------*/
#subcontent {
	width:800px;
	padding:0;
	margin:0;
	float: left;
	text-align:left;
	background-image: url(../images/subbackground.gif);
	background-repeat:repeat-y;
	min-height:300px;
}

/*--------------------------------------------------------------------------------------------------
	subpage left column area
--------------------------------------------------------------------------------------------------*/
#leftcolumn {
	width:550px;
	min-height:238px;
	padding:25px 25px 0 25px;
	margin:0;
	float: left;
	text-align:left;
	background-color:#FFFFFF;
	background-image: url(../images/gradient2.gif);
	background-repeat:repeat-x;
}
/*--------------------------------------------------------------------------------------------------
	subpage crumb area
--------------------------------------------------------------------------------------------------*/
#crumb {
	width:550px;
	padding:0;
	margin:0;
	float: left;
	text-align:left;
}

#crumb p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	margin: 0;
	padding:0 0 12px 0;
	font-style: normal;
	font-weight: bold;
}
	
.crumbtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	margin: 0;
	padding:0 0 12px 0;
	font-style: normal;
	font-weight: bold;
}
/*--------------------------------------------------------------------------------------------------
	subpage left content area
--------------------------------------------------------------------------------------------------*/
#leftcontent {
	width:550px;
	padding:0;
	margin:0;
	float: left;
	text-align:left;
}
		
.mainheader { 
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 19px;
	line-height: 21px;
	color: #ce7019;
	margin:0;
	padding:0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

#leftcontent ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin: 0;
	padding: 0 0 12px 0;
	font-style: normal;
	font-weight: bold;
}

#leftcontent li { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}

#leftcontent ol {
font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 12px;
line-height: 15px;
color: #000000;
margin: 0;
padding: 0 0 12px 30px;
font-style: normal;
font-weight: normal;
}

#leftcontent ol li {
list-style-position:outside;
background: url(../images/nobullet.html) left top no-repeat; }

#leftcontent img {
    padding-bottom: 10px;
}

#leftcontent img.serv {
    padding-bottom: 0px;
}

.floatright {
    float:right;
    padding: 0 0 10px 10px;
}
img {
    display:block;
    margin:0;
}


/*--------------------------------------------------------------------------------------------------
	subpage links area
--------------------------------------------------------------------------------------------------*/
#links {
	width:550px;
	padding:0;
	margin:0;
	float: left;
	text-align:left;
}

#links ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	margin: 0;
	padding: 0 0 12px 0;
	font-style: normal;
	font-weight: bold;
}

#links li { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}
/*--------------------------------------------------------------------------------------------------
	subpage right column area
--------------------------------------------------------------------------------------------------*/
#rightcolumn {
	width:170px;
	min-height:271px;
	padding:25px 15px 0 15px;
	margin:0;
	float: right;
	text-align:left;
	background-color:#c2dbe8;
	background-image: url(../images/marble2.jpg);
	background-repeat:no-repeat;
}

#rightcolumn ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #FFFFFF;
	margin:0;
	padding:0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

#rightcolumn li { 
	background: url(../images/arrow2.gif) left top no-repeat;
	padding-left: 10px;
}


#form {
	width:148px;
	padding:8px 10px 8px 10px;
	margin:0;
	float:left;
	text-align:left;
	background-color: #d6e8f2;
	border: 1px solid #73a6c2;
}

#form img {
	display:block;
	margin:0;
}

#form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	margin: 0;
	padding: 0 0 2px 0;
	font-style: normal;
	font-weight: bold;
}

.submit {
	text-align:right;
}

#form a {
	font-weight: bold;
	text-align:right;
	font-size: 11px;
}
.inputborder {
	border: 1px solid #73a6c2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}


/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/

#footernav {
	width:800px;
	text-align:center;
	vertical-align:top;
	margin:0 auto 0 auto;
	position:relative;
	padding:10px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-style: normal;
	font-weight: normal;
	color:#559cbe;
}

#footernav2 {
	width:800px;
	text-align:center;
	vertical-align:top;
	margin:0 auto 0 auto;
	position:relative;
	padding:40px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-style: normal;
	font-weight: normal;
	color:#559cbe;
	background-image: url(../images/bottom.gif);
	background-repeat:no-repeat;
}


a.gecko:link {color: #75adca; text-decoration: none;}
a.gecko:active {color: #75adca; text-decoration: none;}
a.gecko:visited {color: #75adca; text-decoration: none;}
a.gecko:hover {color: #FFFFFF; text-decoration: underline;}

a.nav2:link {color: #FFFFFF; text-decoration: none;}
a.nav2:active {color: #FFFFFF; text-decoration: none;}
a.nav2:visited {color: #FFFFFF; text-decoration: none;}
a.nav2:hover {color: #FFFFFF; text-decoration: underline;}

/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}

