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

#container {
	width: 800px;
	margin: 10px auto 0 auto;
	font-family: verdana;
	font-size: 12pt;
}

#header {
	height: 70px;
	overflow: hidden;
	border-color: #f93;
	border-style: solid;
	border-width: 14px 0 14px 0;
}

#header a {
	float: left;
	display: block;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 70px;
	text-indent: -1000px;
	text-decoration: none;
	overflow: hidden;
}

#header-link-home {
	width: 324px;
}
#header-link-1 {
	width: 84px;
	background-position: -324px 0;
}
#header-link-2 {
	width: 122px;
	background-position: -408px 0;
}
#header-link-3 {
	width: 91px;
	background-position: -530px 0;
}
#header-link-4 {
	width: 102px;
	background-position: -621px 0;
}
#header-link-5 {
	width: 77px;
	background-position: -723px 0;
}
#header-link-1:hover {
	background-position: -324px -70px;
}
#header-link-2:hover {
	background-position: -408px -70px;
}
#header-link-3:hover {
	background-position: -530px -70px;
}
#header-link-4:hover {
	background-position: -621px -70px;
}
#header-link-5:hover {
	background-position: -723px -70px;
}

#main {
	border-top: 4px solid white;
}

#largenav {
	border-top: 4px solid white;
	height: 93px;
}

#largenav a {
	float: left;
	display: table-row;
	background-repeat: no-repeat;
	height: 93px;
	text-indent: -1000px;
	text-decoration: none;
	overflow: hidden;
}

#largenav-services {
	width: 263px;
	background-image: url(images/services.jpg);
	border-right: 4px solid white;
}

#largenav-gallery {
	width: 266px;
	background-image: url(images/imagegallery.jpg);
	border-right: 4px solid white;
}

#largenav-testimonials {
	width: 263px;
	background-image: url(images/testimonials.jpg);
}

#largenav-articles {
	width: 263px;
	background-image: url(images/articles.jpg);
	border-right: 4px solid white;
}

#largenav-videogallery {
	width: 266px;
	background-image: url(images/videogallery.jpg);
	border-right: 4px solid white;
}

#largenav-getquote {
	width: 263px;
	background-image: url(images/getquote.jpg);
}

#videocontent, #content {
	padding: 20px;
	border: 4px solid #ddd;
	border-bottom: 0;
	margin-top: 4px;
}
#videocontent { padding: 0; }
#videocontent-inner { padding: 20px; }

#content p:first-child { margin-top: 0; }
#content p:last-child { margin-bottom: 0; }

#videocontent h1, #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	font-size: 18pt;
	color: #f90;
}

#footer-logos {
	width: 800px;
	height: 85px;
	background-image: url(images/footer.png);
}

#footer {
	font-size: 10pt;
	text-align: center;
}

#footer-nav-links {
	margin: 10px;
}

#footer-credits {
	margin: 10px;
}

#contactform {
	padding: 20px;
	background-color: #eee;
	margin-top: 1.3em;
}

#contactform .formtable td {
	padding: 0 0 4px 0;
}

#video {
	background-color: #eee;
	float: right;
	padding: 20px;
	margin: 0 0 20px 20px;
	font-size: 10pt;
}

#video ol {
	padding-left: 20px;
	letter-spacing: -0.03em;
}

#videobox {
	min-width:  320px;
	min-height: 240px;
	background-color: black;
	color: white;
}
a { color: #264395; }
a:hover { text-decoration: none }