/* layout.css CSS Document */

/* Structural CSS Code */

html, body {
	margin: 0; 
	padding: 0;
	color: #000000;
	background: #DCDCDC url(../images/background.gif) repeat;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}

html>body ul.nbhl a {
	width: auto; /* fixes IE6 hack */
}    


/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul.nbhl a {
	float: none; /* End IE5-Mac hack */
}

ul.nbhl a:hover {
	color: #3E2316;
}

ul.nbhl #current, ul.nbhl #current a {
	color: #FDB;
	background-image: url(../images/tabs2-big-ct.gif);
}

ul.nbhl {
	margin: 0;
	padding: 0;
}

ul.nbhl li {
	list-style: none;
	float: left;
	margin-left: 1px;
	padding-left: 16px;
	font-size: 10px; 
	line-height: 20px; 
	white-space: nowrap;
	background: #BBB url(../images/tabs2-big.gif) 0 100% no-repeat;
}

ul.nbhl a {
	display: block; 
	float: left; 
	padding: 0 16px 0 0;
	text-decoration: none;
	font-weight: bold;
	background: #DDD url(../images/tabs2-big.gif) 100% 100% no-repeat;
	color: #333;
	width: .1em;
}

#wrapper {
	width: 70%;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	position:relative;
	bottom: 6px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


#header {
	color: #FFF;
	background: #004F75;
}

#main {
	font-size: 13px; 
	background: #FFF;
	margin: 0; 
	padding: 5px 15px 5px 15px; 
	clear: left;
	min-height: 700px;
	height:auto !important; /* fixes IE6 hack */
	height:700px;
}

#main h2 {
	letter-spacing: 0.1em;
}

p.h1 {
	font: bold 200%/1em Arial, Verdana, sans-serif;
	font-variant: small-caps;
	margin: 0;
	border: 1px solid #000000;
	border-width: 2px 0;
	padding: 1em 1em 1% 1em; 
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}

img {
	border: 0px;
}

a.boldbuttons{
background: transparent url('../images/roundedge-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('../images/roundedge-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.curvy
{
	position:relative;
	width:100%;
	background:#B7D6E6;
	color:#000;
}

#ctl, #cbl, #ctr, #cbr 
{
	position:absolute;
	width:20px;
	height:20px;
	color:#B7D6E6;
	background:#fff;
	overflow:hidden;
	font-style:normal;
	z-index:1;
}

#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}

.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#B7D6E6; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy p {position:relative; z-index:100; padding:5px 10px;}

.text {
	color: #004F75;
}

.emphasis {
	font-weight: bold;
}

.emphasisblue {
	font-size: 15px;
	font-weight: bold;
	color: #004F75;
}

.emphasisblack {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.emphasisred {
	font-size: 15px;
	font-weight: bold;
	color: #fe9233;
}

.emphasiswhite {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.underline {
	text-decoration: underline;
}


/* Content CSS Code */

#home #main #services{
	float:left;
}

#home #main #services .service{
	clear:both;
	margin: 5px 5px 5px 5px;
}

#home #main #services .service img{
	width: 76px;
	height: 76px;
	padding: 3px 3px 3px 3px;
	border: 1px #999999 solid;
	margin: 5px 5px 0px 0px;
	float:left
}

#home #main #services .service img:hover{
	background:#B7D6E6;
}

#home #main #services .service p{
	padding:10px;
}

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #004F75;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #999999;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.gallerycontainer{
	position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	background-color: #B7D6E6;
	border-width: 0;
	padding: 3px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 300px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

#video #main #videoimage img{
	width: 352px;
	height: 302px;
	padding: 3px 3px 3px 3px;
	border: 1px #999999 solid;
}

#video #main #videoimage img:hover{
	background:#B7D6E6;
}

#contact #main #address1 {
	float:left;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	width: 45%;
	text-align:left;
	border-right: 1px #999999 solid;
}

#contact #main #address2 {
	float:left;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	width: 45%;
	text-align:left;
}

#contact #main #map {
	clear:both;
	text-align:center;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border-top: 1px #999999 solid;
}

#contact #main #map iframe{
	width: 450;
	height: 375;
	padding: 3px 3px 3px 3px;
	border: 1px #999999 solid;
}

#contact #main #map iframe:hover{
	background:#B7D6E6;
}


/* Footer CSS Code */

#footer {
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	border-top: 1px dashed #999999;
	width: 85%;
	margin: 0 auto 0;
	padding-bottom: 10px;
}

