/* CSS Document */

/*********************/
/* BASIC STUFF */
/*********************/


body {	
	margin: 0;
	padding: 0;	
	border-top: 4px solid #003366;	
	border-bottom: 4px solid #003366;	
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 75%; 
	line-height: 125%;
	background-color: #ffffff;
	color: #333;
}


/*********************/
/* WRAPPER */
/*********************/

#wrapper {
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#topheader {
	float: left;
	width: 1003px;
	height: 130px;
	background: url(Images/protech-engineering.gif) repeat-x;
}

#logo {
	float: left;
	height: 130px;
}

#topright {
	float: right;
	height: 130px;
	padding-top: 9px;
	padding-right: 10px;
	text-align: right;
}

#toptext {
	float: left;
	width: 750px;
	margin-top: -22px;
	margin-left: 30px;
	color: #004990;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
}

#sideaddy {
	float: left;
	font-size: 0.8em; 
	line-height: 125%;
	margin-left: 5px;
	margin-bottom: 15px;
}

/*********************/
/* LEFT NAV */
/*********************/
#nav2 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 180px;
	background-color: #FFFFFF;

}

/* Side Left Navigation */

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
}

#navcontainer li { margin: 0 0 7px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 150px;
background-color: #999;
background-image: url(Images/menu-off.gif);
}

#navcontainer a:link, #navlist a:visited
{
color: #004990;
text-decoration: none;
font-weight:bold;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #004990;
background-image: url(Images/menu-over.gif);
color: #fff;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #004990;
background-image: url(Images/mnu_down.gif);
color: #fff;
}


/*********************/
/* MAIN CONTENT */
/*********************/

#main {

	float: left;
	width: 793px;
	padding-right: 10px;
	background-color: #fff;

	}
	
* html #main{
	width: 783px;
}

#mainfront {

	float: left;
	width: 793px;
	margin-left:30px;
	padding-right: 10px;
	background-color: #fff;

	}
	
* html #mainfront{
	width: 783px;
}
	
	
h1 {
	font-family: Arial, Verdana, sans-serif;
	color: #004990;
	background-color:#eee;
	font-size: 2em;
	font-style: normal;
	line-height: 50%;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

p {
	color: #333333;
	line-height: 125%;
}

.imageframe {
	border: 3px solid #ccc;
	padding: 2px;
	background-color: #fff;	
}

.aligntoright {
	float: right;
	margin: 5px 5px 5px 10px;
	line-height:0;
}

.aligntoleft {
	float: left;
	margin: 5px 10px 5px 0px;
	line-height:0;
}
/*********************/
/* LINKS */
/*********************/


a:link, a:visited {
	color: #004990;
	border-bottom: dashed 1px #333;
	text-decoration: none;
	background: transparent;
	font-weight: bold;
}

a:hover {
	color: #cc0000;
	background-color: #eee;
	border-bottom: dashed 1px #333;
	text-decoration: none;
}

/*********************/
/* FOOTER */
/*********************/
#footer {
	width: 988px;
	clear: both;
	color: #004990;
	background-color: #eee;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	height: 24px;
	text-align: left;
	padding: 5px 0px 0px 15px;
	font-weight:bold;
}


#footer a:link, #footer a:visited {
	color: #fff;
	border-bottom: dashed 1px #fff;

}

#footer a:hover {
	color: #ffff00;
	border-bottom: dashed 1px #ffff00;

}







