@charset "utf-8";
body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: black;
	text-align: center;
	color: #333333;
	background:url(../img/bg.jpg) repeat-x;
}
#container { 
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
/* Header */
#header { 
	background: url(../img/header_bg.jpg) no-repeat 65% 0; 
	height:196px;
	position:relative;
	color:white;
} 
#header h1 {
	width:264px;
	height:115px;
	background:url(../img/logo.jpg) no-repeat;
	position:absolute;
	top:15px;
	left:10px;
}
#companyName {
	position:absolute;
	text-indent:-9000px;
}
#companyDesc {
	position:absolute;
	margin-left:650px;
	width:240px;
	font-size:1.6em;
	line-height:1.5em;
	padding-top:10px;
}
#companyInfo {
	position:absolute;
	top:25px;
	left:400px;
	font-size:1.2em;
	line-height:1.8em;
	font-weight:bold;
}
#companyInfo li {
	padding-bottom:1em;
}
#navbar {
	background: url(../img/mav_bg.jpg) repeat-x;
	height:35px;
	position:absolute;
	bottom:10px;
	width:100%;
}
/* Main Nav */
#mainNav {
	position:absolute;
	right:0px;
	bottom:45px;
}
#mainNav li {
	display:inline;
	float:left;
	text-align:center;
	margin-right:10px;
}
#mainNav li a {
	display:block;
	width:102px;
	height:41px;
	color:#424748;
	font-size:1.2em;
	line-height:41px;
	background-image: url(../img/nav.png);
	overflow:hidden;
	text-decoration:none;
}
#mainNav li a:hover, #mainNav li a.current {
	background-position:0 -41px;
}

/* Sidebar */
#sidebar1 {
	float: left; 
	width: 244px;
	margin-left:10px;
	color: white;
}
* html #sidebar1 { display:inline; } /* for IE6 */
#sideTop {
	min-height:65px;
	background:url(../img/upper_sidebar.jpg) no-repeat #780202;
	padding:12px;	
}
#sideBtm {
	height:9px;
	background:url(../img/lower_sidebar.gif) no-repeat;
}	
/* Content Area */
#mainContent { 
	margin: 0 0 0 261px;
} 
#contentTop {
	height:20px;
	background:url(../img/upper_content.jpg) no-repeat;
}
#content {
	background:url(../img/content_side.jpg) repeat-y white;
	padding:10px 10px 10px 25px;
	width:678px;
	overflow:auto;
}

#footer { 
	padding: 10px 10px 0 20px;
	background:url(../img/content_lower_bar.jpg) repeat-x;
	color:#9AA290;
} 
#footer p {
}

/* Font Styles */

h1, h2, h3, p, ul { line-height: 1.6em; }
h2 { 
	font-size:1.6em;
	font-weight:bold;

}
p, ul { 
	font-size:1.1em;
}
p { padding-bottom:.8em;}
a { 
	text-decoration:none;
	color:#CC0000;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
#sidebar1 ul {
	line-height:3em;
}
#sidebar1 a {
	color:white;
	font-weight:normal;
	letter-spacing: 0.1em;
}
#footer a {
	color:#9AA290;
	font-weight:normal;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
