/* CSS Document */

/*Body Declarations*/
body {background-color:#CCCCCC;}
p {text-indent: 2em; line-height: normal; margin-left: 1em; margin-right: 2em;}
ol {margin-left: 2em;}
h1 {margin-left: 12px; font: 14px Arial, Helvetica, sans-serif; color:#009933; font-weight:bold;}
h2 {margin-left: 5px; font: 11px Arial, Helvetica, sans-serif; color: #666666; font-weight:bold;}
h3 {margin-left: 12px; font: 12px Arial, Helvetica, sans-serif; font-weight: bold;}
hr {margin-left: 12px; margin-right: 12px; color: #CCCCCC;}

/* Main Framework */
div.mainframe {
	width: 1024px;
	height: auto;
	margin: 2px;
	background-image:url(images/columns.gif);
	background-position:top right;
	background-repeat:repeat-y;
}

/* Header Image Placement */
div.headerimage {
	background-image: url('images/header.jpg');
	width: 1024px;
	height: 101px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* Main Navigation Sprites */
#nav {
	background: url(images/nav_lattice.gif) no-repeat;
	width: 1024px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#nav li, #nav a {
	height: 30px;
	display: block;
}

#nav li {
	float: left;
	list-style: none;
	display: inline;
}


/*Off States*/
a.home {width: 70px; margin-left: 8px;}
a.about {width: 130px;}
a.services {width: 133px;}
a.cc {width: 187px;}
a.tech {width: 149px;}
a.contact {width: 137px;}

/*Hover States*/
a.home:hover {background: url(images/nav_lattice.gif) -8px -61px no-repeat;}
a.about:hover {background: url(images/nav_lattice.gif) -78px -61px no-repeat;}
a.services:hover {background: url(images/nav_lattice.gif) -208px -61px no-repeat;}
a.cc:hover {background: url(images/nav_lattice.gif) -341px -61px no-repeat;}
a.tech:hover {background: url(images/nav_lattice.gif) -528px -61px no-repeat;}
a.contact:hover {background: url(images/nav_lattice.gif) -677px -61px no-repeat;}

/*Active States*/
a.home_a {width: 70px; margin-left: 8px; background: url(images/nav_lattice.gif) -8px -31px no-repeat;}
a.about_a {width: 130px; background: url(images/nav_lattice.gif) -78px -31px no-repeat;}
a.services_a {width: 133px; background: url(images/nav_lattice.gif) -208px -31px no-repeat;}
a.cc_a {width: 187px; background: url(images/nav_lattice.gif) -341px -31px no-repeat;}
a.tech_a {width: 149px; background: url(images/nav_lattice.gif) -528px -31px no-repeat;}
a.contact_a {width: 137px; background: url(images/nav_lattice.gif) -677px -31px no-repeat;}

div.breadcrumbs {font: 11px Arial, Helvetica, sans-serif; margin-left: 12px;}
div.breadcrumbs a {color:#0000FF; text-decoration:none;}
div.breadcrumbs a:hover {color:#FF0000; text-decoration:underline;}

/* Left Navigation Area */
div.leftnav {
	background-color: #D5F8CD;
	float: left;
	width: 184px;
	margin: 0px 0px 2em 0px;
	padding: 1em;
	font: 12px Arial, Helvetica, sans-serif;
}

div.subtitle {
	width: 100%;
	display: block;
	border-bottom: medium #336666 solid;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #336666;
	margin: 12px 0px 12px 0px;
}

.lnav {
	background-color: #D5F8CD;
	width: 100%;
	margin: 0px 0px 0px 6px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
}

.lnav li {
	list-style: none;
}

.lnav a {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	display: block;
	color: #006633;
	width: 175px;
	border-bottom: thin solid #006633;
	text-decoration: none;
	font-weight: bold;
}

.lnav a:hover {
	color: #FF0000;
}


/* Content Area */
div.content {
	background-color:#FFFFFF;
	margin-left: 208px;
	padding: 1em;
	font: 12px Arial, Helvetica, sans-serif;
}

div.content b {color: #003300;}
div.content a {color: #0066CC;}
div.content a:hover {color: #FF0000;}

div.contact {
	background-color:#FFFFFF;
	margin-left: 208px;
	padding: 1em;
	font: 14px Arial, Helvetica, sans-serif;
}

div.contact a {color: #0066CC;}
div.contact a:hover {color: #FF0000;}

/* Photo Boxes */
div.photo {
	display: block;
	margin: 1em;
	margin-right: 2em;
	float: left;
}

/* Clearing Item */
#clearing {clear: both; height: 1px;}
#disclaimer {
	background-color: #CCCCCC;
	width: 1024px;
	text-align: center;
	padding: 5px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
}

#disclaimer a {text-decoration: none;}
#disclaimer a:hover {color:#FF0000; text-decoration: underline;}
