html { background-color: #000; background-image: url('../images/bg.jpg'); background-repeat: repeat-x; }
body { font-family: Arial, Trebuchet MS, Tahoma, ; margin: 0px; }

#body-container { display: block; width: 980px; height: auto; margin: 0px; padding: 0px; }

/* header rules */
===================================================================================

#header-container { 
	display: block;
	width: 980px;
	height: 152px;
	margin: 0px;
	padding: 0px;
}

#headernav {
	display: block;
	float: left;
	width: 980px;
	height: 112px;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

#header-left {
	display: block;
	float: left;
	height: auto;
	padding: 15px 0px 0px 26px;
	margin: 0px;
	text-align: left;
}

#header-right {
	display: block;
	float: right;
	height: auto;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	padding: 70px 25px 0px 0px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}

#header-right a {
	color: #000;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	text-decoration: none;
}

#header-right a:hover {
	color: #900;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	text-decoration: none;
}

/* main navigation styles*/

#mainnav {
	display: block;
	float: left;
	width: 980px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-image: url('../images/nav-bg.jpg');
	background-repeat: no-repeat;
}

#mainnav-left {
	display: block;
	float: left;
	width: 745px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#mainnav-right {
	display: block;
	float: left;
	width: 235px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#nav-space { 
	display: block;
	float: left;
	width: 14px;
	height: 40px;
	padding: 0px;
	margin: 0px;
}

#nav-space2 { 
	display: block;
	float: left;
	width: 19px;
	height: 30px;
	padding: 0px;
	margin: 0px;
}

#nav-item { 
	display: block;
	float: left;
	height: 40px;
	padding: 0px;
	margin: 0px;	
}

#nav-last { 
	display: block;
	float: left;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border-style: solid;
	border-width: 0 1 0 1;
	border-left-color: #FFF;
	border-right-color: #666;
}

.topnav { 
	display: block;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 20px 0px 20px;
	margin: 12px 0px 0px 0px;
	color: #FFF;
	font-weight: bold;
	border-style: solid;
	border-width: 0 1 0 0;
	border-color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

.topnav2 { 
	display: block;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 20px 0px 20px;
	margin: 12px 0px 0px 0px;
	color: #FFF;
	font-weight: bold;
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

.login { 
	display: block;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 13px 0px 0px 0px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#mainnav-right a:hover { 
	color: #000;
}

#mainnav-left a:hover { 
	color: #FFF;
}

#subnav a:hover { 
	color: #FF0;
}

#subnav-item { 
	float: left;
	height: auto;
	padding: 10px 0px;
	margin: 0px;	
}

.subnav { 
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	padding: 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-style: solid;
	border-width: 0 1 0 0;
	border-color: #FFF;
}

.subnav2 { 
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	padding: 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

/* body foundation styles --------------------------------------- */

#maincontent {
	display: block;
	width: 980px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

/* main class styles*/

.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: 8pt;
	line-height: 11pt;
	color: #000;
	border: 0px;
	text-decoration: none;
}

.imagetext:hover { color: #FFCC33; }

.readmore { 
	font-size: 8pt;
	line-height: 11pt;
	color: #000;
	text-decoration: underlined;
}

.readmore:hover { color: #428204; }

.email { 
	font-size: 9pt;
	line-height: 12pt;
	color: #000;
}

.email:hover { color: #428204; }

.viewmore { 
	font-size: 8pt;
	line-height: 12pt;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.viewmore:hover { color: #428204; }


.viewmore2 { 
	font-size: 8pt;
	line-height: 15pt;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.viewmore2:hover { color: #428204; }

.title { 
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.topact { 
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
}

.topact:hover { color: #900; }

.text { 
	font-size: 12px;
	line-height: 12px;
	color: #000;
	text-decoration: none;
}

.standard10 { 
	font-size: 10px;
	line-height: 10px;
	color: #000;
	text-decoration: none;
}

.active10 { 
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	padding: 9px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.active10:hover { color: #FF0; }

.white9 { 
	font-size: 9pt;
	line-height: 12pt;
	color: #FFFFFF;
	text-decoration: none;
}

.white9:hover { color: #FF9900; }


/* widget foundation styles --------------------------------------- */

* html #s-top, #s-middle, #s-bottom, #s-bottom2, #s-top-left, #s-top-right { display:inline; }

#s-top, #s-middle, #s-bottom, #s-bottom2 {
	float: left;
	width: 245px;
}

#s-top {
	height: 46px;
	margin: 15px 0px 0px 12px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	background-image: url('../images/2d-top.jpg');
	background-repeat: no-repeat;
}

#s-top-left {
	float: left;
	width: auto;
	padding: 0px;
	height: auto;
	margin: 10px 0px 0px 18px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}

#s-top-left a {
	color: #000;
	text-decoration: none;
}

#s-top-left a:hover {
	color: #900;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
}

#s-top-right {
	float: right;
	width: auto;
	padding: 0px;
	height: 46px;
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
}

#s-middle {
	height: auto;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
	background-image: url('../images/2d-middle.jpg');
	background-repeat: repeat-y;
}

* html #s-item, #s-item-red, #s-item2 { display:inline; }

#s-item {
	float: left;
	width: 233px;
	padding: 0px;
	height: 30px;
	margin: 0px 6px;
	color: #000;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	border-style: solid;
	border-width: 0 0 2 0;
	border-color: #FFF;
	background-image: url('../images/item-bg.gif');
	background-repeat: repeat-x;
	text-align: left;
}

#s-item-red {
	float: left;
	width: 233px;
	padding: 0px;
	height: 30px;
	margin: 0px 6px;
	color: #000;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	border-style: solid;
	border-width: 0 0 2 0;
	border-color: #FFF;
	background-image: url('../images/item-red-bg.gif');
	background-repeat: repeat-x;
	text-align: left;
}

#s-item2 {
	float: left;
	width: 233px;
	padding: 0px;
	height: auto;
	margin: 0px 6px;
	text-align: left;
}

#s-item a, #s-item-red a {
	color: #FFF;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
}

#s-item a:hover, #s-item-red a:hover {
	color: #FF0;
	text-decoration: none;
}

#s-bottom {
	height: 15px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	background-image: url('../images/2d-bottom.jpg');
	background-repeat: no-repeat;
}

#s-bottom2 {
	height: 35px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	background-image: url('../images/2d-bottom.jpg');
	background-repeat: no-repeat;
}

#empty-sidebar {
	float: left;
	width: 270px;
	height: 5px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}
