/*------------------------------------------------------------------
1. Reset
2. Common (Fonts, Forms, Tables, Lists, Boxes)
------------------------------------------------------------------*/

/* Reset
------------------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

:focus { outline: 0; }

hr { display: none; }

html { background-color: #000; }
body { 
	font-family: Trebuchet MS, Tahoma, Arial;
	margin: 0px;
	width:100%;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-position: -200px 0px;
}

#header-container { 
	display: block;
	background: #000;
	width: 100%;
	min-width:1000px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/header-bg.jpg");
	background-repeat: no-repeat;
}

#body-container { display: block; width: 1000px; margin: 0px; padding: 0px; }

/* header rules */
===================================================================================

* html div#mainnav div#headernav {
width:expression((document.documentElement.offsetWidth < 1000)? "1000px": "100%" );
}

/* header styles*/

/* Not Used
#header {
	display: block;
	float: left;
	width: 100%;
	min-width:1000px;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}

styles*/

#header-left {
	display: block;
	float: left;
	height: 100px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	white-space: nowrap;
}

#top-right {
	display: block;
	width: 250px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	text-align: center;
	top: 20px;
	right: 50px;
	z-index: 10;
	background-image: url(/images/top-right.png);
	background-repeat: no-repeat;
}

* html #top-right {
	width:250px;
	height:40px;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/top-right.png,sizingMethod='crop');
}

.topRight { margin: 15px 50px 0 0;}

#top-item { 
	display: block;
	float: left;
	height: 16px;
	padding: 0px;
	margin: 12px 0px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #FFF;
}

#top-last { 
	display: block;
	float: left;
	height: 16px;
	padding: 0px;
	margin: 12px 0px;
}

.topitem { 
	display: block;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 16px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
}

#header-right {
	display: block;
	float: right;
	height: 100px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	white-space: nowrap;
}

#headernav {
	display: block;
	float: left;
	width: 100%;
	min-width:1000px;
	height: 100px;
	max-height: 100px;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}

/* main navigation styles*/

#mainnav {
	display: block;
	float: left;
	width: 100%;
	min-width:1000px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	background-image: url("../images/nav-bg.jpg");
	background-repeat: repeat-x;
}

#centernav {
	display: block;
	width: 1000px;
	height: 40px;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

#nav-space { 
	display: block;
	float: left;
	width: 15px;
	height: 36px;
	padding: 0px;
	margin: 2px 0px;
}

.last { 
	border-right: 1px solid #FFF;
}

/* droplicous v1.1 */
#nav ul.scriptaculously{
	text-align:left;
	width:220px;
	font-size:.8em;
	background:#000;
	margin:0;
	padding:0;
	position:absolute;
	left:-1px;
	top:36px;
	opacity:.90;
	filter:alpha(opacity=90);
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
/*ie shit*/
html>body #nav ul.scriptaculously{
	position:absolute;	
	top:36px;
}

#nav ul.scriptaculously li {
	width: 220px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #FFF;
	border-left: none;
}

#nav ul.scriptaculously li.top {
	border-top: none;
}

#nav ul.scriptaculously a:hover{
	position:relative;
	color: #FF3;
	background:none;
}
#nav ul.scriptaculously a {
	position:relative;
	z-index:999;
	font-weight:bold;
	line-height: 30px;
	margin:0px;
	padding:0px 10px;
	background:none;
	color:white;
	display:block;
}
#nav li a:hover{
	color: #FF3;
}
#nav li a{
	display: block;
	font-size: 12px;
	line-height: 36px;
	padding: 0px 15px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
}
#nav{
	list-style:none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#nav li{
 	position:relative;
	display: block;
	float: left;
	height: 36px;
	padding: 0px;
	margin: 2px 0px;
	border-left: 1px solid #FFF;
}

/* main class styles*/

.install { 
	display: block;
	font-size: 10px;
	line-height: 23px;
	padding: 0px 10px;
	margin: 1px;
	color: #FFF;
	background-color: #369;
	text-decoration: none;
}

.widgettitle { 
	font-size: 16px;
	line-height: 16px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 0px 0px 20px;
}

.imagetext { 
	font-size: 8px;
	line-height: 11px;
	color: #032553;
	border: 0px;
	text-decoration: none;
}

.imagetext:hover { color: #FFCC33; }

.readmore { 
	font-size: 8px;
	line-height: 11px;
	color: #032553;
	text-decoration: underlined;
}

.readmore:hover { color: #428204; }

.email { 
	font-size: 9px;
	line-height: 12px;
	color: #032553;
}

.email:hover { color: #428204; }

.viewmore { 
	font-size: 8px;
	line-height: 12px;
	color: #032553;
	font-weight: bold;
	text-decoration: none;
}

.viewmore:hover { color: #428204; }


.viewmore2 { 
	font-size: 8px;
	line-height: 15px;
	color: #032553;
	font-weight: bold;
	text-decoration: none;
}

.viewmore2:hover { color: #428204; }

.title { 
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #032553;
	text-decoration: none;
}

.subtitle { 
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #032553;
	text-decoration: none;
}

.subtitle-red { 
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #D02F27;
	text-decoration: none;
}

.sublink-blue { 
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	color: #032553;
	text-decoration: none;
}

.sublink-blue:hover { color: #428204; }

.text { 
	font-size: 9px;
	line-height: 13px;
	color: #032553;
	text-decoration: none;
}

.standard9 { 
	font-size: 9px;
	line-height: 12px;
	color: #032553;
	text-decoration: none;
}

.active9 { 
	font-size: 9px;
	line-height: 12px;
	color: #032553;
}

.active9:hover { color: #FF9900; }

.white9 { 
	font-size: 9px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.white9:hover { color: #FF9900; }

/* body styles*/

#maincontent {
	display: block;
	width: 1000px;
	height: auto;
	padding: 0px;
	margin: 15px 15px 0px 15px;
}