/* CSS Document */

body, ul, hr {
	margin:0px;
	padding:0px;
}

body {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(../new-images/body-bg.gif);
}

h1 {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
}

#container {
	margin:auto;
	background:#ffffff;
	width:778px;
}

.header {
	height:67px;
	background:url(../new-images/logo.jpg) left no-repeat;
}

.top-nav{
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
	text-decoration: none;
}

.top-nav:hover{
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
	text-decoration: underline;
}

.main-menu {
	height:18px;
	background:url(../new-images/menu-bg.jpg) left repeat-y;
	text-align:right;
	padding-top:5px;
	color:#414141;
}

.main-menu li {
	padding:0px 3px 0px 3px;
	display:inline;
}

.main-menu li a{
	color: #414141;
	text-decoration: none;
}

.main-menu li a:hover{
	color: #414141;
	text-decoration: underline;
}


.footer-navigation {
	text-align:right;
	padding-top:8px;
	color:#ffffff;
}

.footer-navigation li {
	padding:0px 3px 0px 3px;
	display:inline;
}

.footer-navigation li a{
	color: #ffffff;
	text-decoration: none;
}

.footer-navigation li a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.work-zone {
	border-top:2px solid #c92820;
}

.work-zone-left {
	width:193px;
	float:left;
}

.heading-left {
	width:193;
	height:18px;
	padding:2px 0px 0px 18px;
	background:#C92820 url(../new-images/left-icon.jpg) left no-repeat;
	font:12px arial;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

.left-nav{
	padding-bottom:8px;
}

.left-nav li{
	height:18px;
	padding:3px 0px 0px 0px;
	background:#efefef url(../new-images/left-menu-devider.jpg) left bottom no-repeat;
	list-style:square;
	display:block;
	text-transform:capitalize;
}

.left-nav li a{
	color: #333333;
	padding-left:12px;
	background:url(../new-images/left-menu-icon.jpg) left top no-repeat;
	text-decoration: none;
}

.left-nav li a:hover{
	color: #666666;;
	text-decoration:underline
}

.work-zone-right {
	width:585px;
	float:right;
}

.work-area {
	padding:26px 10px 0px 10px;
}

.gray-bg {
	background:#efefef;
	text-align:justify;
	padding:13px 10px 13px 10px;
}

.footer {
	height:70px;
	background:#c92820;
}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
}

.font12bold {
	font-size: 12px;
	font-weight: bold;
}

.link {
	font-family:Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #CC3300;
	text-decoration: none;
	text-align:justify;
}

.sub {
	text-align:justify;
}
