/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Body and Container
*/

body
{
	color: black;
	background-color: white;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 800px;
	color: black;
	background-color: #EEEEEE;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Header
*/
div#header
{
	color: black;
	background-color: white;
	height: 80px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

div#header img, a
{
	border: none;
	text-align: left;
	text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Name and NavBar
*/

div#headerBar
{
	color: white;
	background-color: black;
	text-align: left;
	padding: 0;
	clear: both;
	width: 100%;
	height: 35px;
}
div#headerBar h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 4px;
	margin: 0px;
	margin-top: 2px;
}
div#headerBar h2 span.italic
{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

div#headerName
{
	float:left;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Navigation Bar
*/
div#navigation
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	float:inherit;
}

div#navigation ul
{
	list-style: none;
	padding: 4px;
	margin: 4px;
}

div#navigation li 
{
	display: inline;
	color: white;
	padding-left: 2px;
	padding-right: 12px;
}
div#navigation a 
{
	background-color: transparent;
	color: white;
}
div#navigation a:hover
{
	background-color: transparent;
	color: #CCCCCC;
}


/* navigation link for the current section */
body#home li.home, body#products li.products, body#products2 li.products2, body#services li.services, body#contact li.contact, body#contracts li.contracts
{
	color: #4466CC;
	background-color: black;
}
/* navigation link for the current section */
body#home li.home a, body#products li.products a, body#products2 li.products2 a, body#services li.services a, body#contact li.contact a, body#contracts li.contracts a
{
	color: #4466CC;
	background-color: transparent;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Body - Content area
*/

div#content
{
	color: black;
	background-color: transparent;
	clear: both;
	padding: 10px;
	margin-top: 0px;
	text-align: justify;
}

h1
{
	color: #003399; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	text-align: left;
}

div#mainHeader a
{
	text-decoration:none;
	border:none;
	
}
div#content h2
{
	color: #4466CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
}

div#content h3
{
	color: #black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
}

div#content p
{
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
}

div#mainArea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Footer
*/

div#footer
{
	color: white;
	background-color: black;
	border-top: 4px solid white;
	text-align: center;
	padding: 0;
	clear: both;
	width: 100%;
}
div#footer h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 2px 10px;
	margin: 0px;
}
div#footer p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 4px 10px;
	margin-top: -2px;
}
div#footer a
{
	color: white;
	background-color: transparent;
	text-decoration: underline;
}
div#footer a:hover
{
	color: #4466CC;
	background-color: transparent;
}

