/* ------------------------------------------------------------------------
CSS sheet for Mike Check Builders.
Author: Tim Kadlec
Date Created: 8/23/2007

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Charcoal  - #45454B;
Dark Blue - #23242E;
Silver - #DADADA;
------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
	color: #DADADA;
}
body{
	background: url(images/bodybg.gif) repeat-x #45454B;
	text-align: center;
	color: #DADADA;
	font: 14px/1.5em Arial, sans-serif;
}
#wrap{
	width: 780px;
	text-align: left;
	margin: auto;
	background: url(images/wrapbg.gif) repeat-y #23242E;
	border: 1px solid #6E6E74;
	border-width: 0 1px;
}
/* -----------------------------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	width: 100%;
	padding-top: 19px;
	background: #23242E;
	height: 47px;
}
h1{
	display: block;
	background: url(images/logo.gif) no-repeat;
	font-size: 70%;
	text-indent: -9999px;
	width: 278px;
	height: 44px;
	margin-left: 10px;
	float: left;
	margin-top: -6px;
}
/* -----------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
ul.navigation{
	display: block;
	list-style-type: none;
	float: right;
	width: 492px;
	margin-top: 10px;
}
ul.navigation a{
	display: block;
	height: 27px;
	text-indent: -9999px;
	float: left;
	background: url(images/navigation2.gif) no-repeat;
}
ul.navigation li{
	float: left;
}
ul.navigation li.home a{
	width: 61px;
}
ul.navigation li.home a:hover{
	background-position: 0px -29px;
}
ul.navigation li.about a{
	width: 61px;
	background-position: -61px 0px;
}
ul.navigation li.about a:hover{
	background-position: -61px -29px;
}
ul.navigation li.services a{
	width: 72px;
	background-position: -122px 0px;
}
ul.navigation li.services a:hover{
	background-position: -122px -29px;
}
ul.navigation li.jobs a{
	width: 44px;
	background-position: -196px 0px;
}
ul.navigation li.jobs a:hover{
	background-position: -196px -29px;
}
ul.navigation li.subdivisions a{
	width: 107px;
	background-position: -240px 0px;
}
ul.navigation li.subdivisions a:hover{
	background-position: -240px -29px;
}
ul.navigation li.gallery a{
	width: 71px;
	background-position: -347px 0px;
}
ul.navigation li.gallery a:hover{
	background-position: -347px -29px;
}
ul.navigation li.contact a{
	width: 76px;
	background-position: -418px 0px;
}
ul.navigation li.contact a:hover{
	background-position: -418px -29px;
}
/* -----------------------------------------------------------------------
CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	clear: both;
	display: block;
	width: 100%;
	background: url(images/finalheader.jpg) no-repeat;
	float: left;
}
/* -----------------------------------------------------------------------
MAIN ELEMENTS
-------------------------------------------------------------------------*/
#main{
	display: inline;
	float: left;
	margin-top: 138px;
	width: 420px;
	margin-left: 20px;
}
h2{
	font: 140%/1.5em Georgia, serif;
	margin: .75em 0;
	border-bottom: 1px dashed #5E5F6A;
}
p{
	margin: 1.5em 0;
}
p.center{
	text-align: center;
}
/* -----------------------------------------------------------------------
ADDITIONAL ELEMENTS
-------------------------------------------------------------------------*/
#additional{
	float: right;
	width: 318px;
}
#flash{
	width: 318px;
	height: 243px;
	float: right;
}
#sidepic{
	width: 318px;
	height: 243px;
	float: right;	
}
#additional blockquote{
	background: url(images/blockquotebg.gif) top left no-repeat;
	padding: 5px 22px;
	font-size: 120%;
	line-height: 1.5em;
	margin: .9em 0;
	clear: both;
}

.cite{
	text-align: right;
	background: url(images/citebg.gif) center right no-repeat;
	padding-right: 25px;
	padding-top: .3em;
}
#additional h2{
	margin-right: 8px;
}
#additional .vcard{
	list-style-type: none;
}
#additional .vcard abbr{
	border: 0;
}
#additional a.video{
	float: right;
	margin-right: 10px;
}
/* -----------------------------------------------------------------------
GALLERY ELEMENTS
-------------------------------------------------------------------------*/
ul.gallery{
	list-style-type: none;
}
ul.gallery li{
	margin: 5px;
	float: left;
}
ul.gallery li a img{
	border: 2px solid white;
}

/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	clear: both;
	width: 100%;
	background: url(images/footerbg.gif) no-repeat #1D1E27;
	font-size: 80%;
	color: #6E6E74;
}
#footer a{
	color: #6E6E74;
}
#footer ul{
	list-style-type: none;
	float: right;
	margin-top: 60px;
}
#footer ul li{
	display: inline;
	margin-right: 10px;
}
#footer p{
	line-height: 1.5em;
	padding-top: 105px;
	margin: 0 20px;
	padding-bottom: 5px;
}