@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(../images/orangebullet.jpg);
}
#wrapper {
	background-color: #272727;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #bodyArea{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #454340;
}

#wrapper #logo {
	background-color: #333333;
	height: 53px;
	float: left;
}
#wrapper #headerImg {
	clear: both;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5b5852;
}
#wrapper #bodyArea #left {
	float: left;
	width: 260px;
}
#wrapper #bodyArea #aboutright {
	float: right;
	width: 250px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#wrapper #bodyArea #aboutright img {
	border: 1px solid #B9B9B9;
}

#wrapper #bodyArea #aboutleft {
	color: #FFFFFF;
	float: left;
	width: 475px;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#wrapper #bodyArea #right {
	width: 520px;
	float: right;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A1A1A1;
	margin: 10px;
}
#wrapper #navicons {
	background-color: #333333;
	float: right;
}
#wrapper #header {
	width: 780px;
	background-color: #333333;
	clear: both;
	height: 55px;
}
#bodyArea {
	height: 270px;
}
#wrapper  #footer {
	width: 780px;
	color: #FFFFFF;
	background-color: #333333;
	font-size: 10px;
}

/***********Menu Section***********/
ul#menu2
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:45px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/nav_bg.html) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5b5852;
}

ul#menu2 li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu2 li a
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:16px 32px 0 32px;
}
	
ul#menu2 li a:hover
{
	color:#7d796d;
	height:22px;
	background:transparent url(images/nav_bg.html) 0px -30px no-repeat;
}
	

ul#menu2 li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.html) 0px -30px no-repeat;	
	float:left;
	margin:0;
}
/***********Menu With Rollovers in CSS***********/
#wrapper #bodyArea #left #topleft .topleftLHS {
	float: left;
	text-decoration: none;
	padding-left: 20px;
	width: 80px;
	margin-left: 20px;
}
#wrapper #bodyArea #left #bottomleft {
	clear: both;
	margin-top: 110px;

}
#wrapper #bodyArea #left #bottomleft .bottomleftLHS {
	margin-left: 40px;
}

#wrapper #bodyArea #left #topleft .topleftRHS {
	float: right;
	width: 100px;
}
#lefttitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #969082;
	margin: 20px;
	clear: both;
}
#wrapper #bodyArea #right #bottomright .bottomrightLHS {
	margin-left: 20px;
}

#wrapper #bodyArea #right #topright .toprightLHS img {
	border: 1px solid #B9B9B9;
	margin-left: 20px;
	margin-right: 12px;
}
#wrapper #bodyArea #right #topright .toprightRHS {
	padding-right: 8px;

}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
li a
{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
	
li a:hover
{
	color:#7d796d;
}
#techleft {
	float: left;
	margin-left: 35px;
}
#techright {
	float: right;
	margin-left: 20px;
}
a {
	color:#FFFFFF;
}