@charset "utf-8";

@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EFEFEF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	height: 80px;
	padding-top: 0px;
	padding-bottom: 20px;
}
#header h1 {
	height: 80px;
	text-align:center;
	font-size: 1em;
}
.rule {
	height: 30px;
	width: 800px;
	background-image: url(../img/design/rule.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#header a {
	display:block;
	height:80px;
	text-indent:-9999px;
	width:800px;
	margin: 0 auto;
	background-image: url(../img/design/header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#leftnav {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#leftnav ul {
	margin: 0px;
	padding: 0px;
}
#leftnav li {
	list-style-type: none;
}

#leftnav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	padding-bottom: 5px;
	font-weight: bold;
}
#leftnav a:hover {
	text-decoration: underline;
}

#mainContent {
	width: 430px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border: medium solid #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2;
} 
#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#rightnav {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 260px;
	background-image: url(../img/design/rightnav.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#rightnav ul {
	margin: 0px;
	padding: 0px;
}
#rightnav li {
	list-style-type: none;
}
#rightnav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background-image: url(../img/design/rightnavrule.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-weight: bold;
}
#rightnav a:hover {
	text-decoration: underline;
}
#rightnav .our {
	font-weight: bold;
}
#rightnav #expertise {
	font-weight: bold;
	color: #FFF;
}
#rightnav #ourexpertise {
	float: left;
	width: 150px;
	text-align: center;
	height: 30px;
}
#rightnav #ourexpertise a {
	text-decoration: none;
	color: #000;
	padding-bottom: 8px;
}
#rightnav #ourexpertise a:hover {
	text-decoration: underline;
	color: #FFF;
}
#rightnav #subnavpadding a{
	padding-bottom: 8px;
	padding-top: 8px;

}
.footernav {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}


.footernav ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

.footernav li {
	list-style-type: none;
	display: inline;
}
.footernav a {
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.8em;
}
