
BODY#body{
	margin:0;
	padding:0;
	text-align: center;
	background: #000;
}

body, td, th, tr, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 125%;
}

#left div,
#left p {
	color: #60736D;
}

#footer div,
#footer p {
	color: #fff;
	font-size: 10px;
}

.moduletable {
	margin: 0;
	padding: 10px;
}

#content .moduletable {
	padding-left: 0;
}

p {
	margin:0;
	padding: 10px;
	padding-left:5px;
}

#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	height: 50px;
	background: #000;
	margin-bottom: 7px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 50px;
}

#menu {
	text-align:right;
	top:5px;
}

#menu .moduletable {
	padding-top: 5px;
}

#left {
	float: left;
	width: 270px;
	background: #000;
}

#left_img {}

#right {
	float: left;
	position: relative;
	width: 490px;
	background: #000 url(../images/right_bg.jpg) no-repeat left top;
	height: 500px;
}

#right_img {
	position: absolute;
	top: 137px;
	left: 1px;
}

#left_module {
	background-color:#000000;
	float:none;
	position:inherit;
	right:490px;
	text-align:left;
	width:270px;
}

#right_module {
	position: absolute;
	top: 349px;
	right: -5px;
	width: 206px;
}

#content {
	float: left;
	width: 488px;
	background: #000;
	margin-left: 1px;
}

#content-padding {
	padding: 15px 15px 30px 30px;
}

#footer {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

#logo img,
#left img,
#right img {
	display: block;
}

.space {
	height: 30px;
}

.clear {
	clear: both;
}


/* GENERAL PURPOSE STYLES */

a, a:link, 
a:active, 
a:visited {
	color: #ff6527;
	text-decoration: none;
}

a:hover, a.active {
	text-decoration: underline;
}

table.moduletable {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
}

.inputbox {
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	border: 1px solid #ddd;
}

.contentpane {
	padding-left: 0;
	padding-right: 0;
}

.contentpaneopen {
	width: 90%;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 10px;
	font-weight: normal;
}

.contentdescription {
	font-size: 11px;
	color: #333;
	text-align: left;
}

.sectiontableentry1 {
	background-color: #000;
}

.sectiontableentry2 {
	background-color: #000;
}

.small {
  font-size: 9px;
  text-decoration: none;
  font-weight: normal;  
}

form {
	padding: 0;
	margin: 0;
}

.componentheading ,
.contentheading {
	font-size: 11px;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	text-transform: uppercase;
	color: #999;
	font-weight: bold;
}


/* new tags */

h1, h2, h3, h4 {
	margin: 0;
	padding: 10px;
	padding-left: 0;
	padding-bottom: 5px;
}

h1 {
	font-size: 12px;
	padding-top:1em;
	padding-bottom:1em;
}

h2 {
	font-size: 12px;
	color: #333;
	padding-top:1em;
	padding-bottom:1em;
}

h3 {
	font-size: 12px;
	padding-top:1em;
	padding-bottom:1em;
}

#left h3 {
	font-size: 10px;
	text-transform: lowercase;
	color: #68777C;
	padding-top:1em;
	padding-bottom:1em;
}


#footer h3 {
	display: none;
}

h4 {
	font-size: 11px;
	color: #333;
}

ul { 
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
}

li {	
	list-style: none;
	padding-left: 1px;
	line-height: 150%;
	float: none;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul.arrow1,
ul.arrow2  {	
	line-height: 150%;
	padding-bottom: 3px;
	margin-top: 2px;
}

ul.arrow1 li {	
	list-style-image: url(../images/arrow1.jpg);
}

ul.arrow2 li {
	list-style-image: url(../images/arrow2.jpg);
}

#left ul {
	margin: 0;
	padding: 0;
}

#left ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#left ul li a, 
#left ul li a:link, 
#left ul li a:visited {
	text-decoration: underline;
	line-height: 20px;
	font-size: 11px;
	text-transform: lowercase;
	color: #ff6527;
}

#left ul li a:hover,
#left ul li a:active {
	color: #ff6527;
}


/* primary menu - at the top of this site */

#menu ul, 
#menu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	float: left;
	line-height: 27px;
}

#menu a, 
#menu a:link, 
#menu a:visited  {
	font-size: 10px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 27px;
	text-transform: uppercase;
}

#menu ul li a:hover,
#menu ul li a#active_menu {
	text-decoration: underline;
}

#menu ul li ul li {
	display:none;
}

/* footer menu - at the bottom of this site */

#footer_module {
	float: left;
	width: 390px;
    margin-top: 5px;
}

#footer_module .moduletable {
	padding-left: 0;
}

#footermenu {
	float:left;
	margin-top:5px;
	text-align:right;
	width:370px;
}

#footermenu .moduletable-bottom {
	padding-bottom: 10px;
	padding-top: 5px;
}

#footer a, #footer a:link, #footer a:visited {
	background:transparent url(../images/footer_bg.jpg) no-repeat scroll right top;
	color:#999999;
	float:left;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
	text-transform:lowercase;
	text-align:left;
}


#footer a:hover, 
#footer a#active_menu-bottom {
	text-decoration: underline;
}

#footer .moduletable-bottom {
	color: #999;
}

#footer span.mainlevel-bottom {
	display: none;
}

img {
	border: 0;
}

#footermenu ul li {
	float:left;
	margin:0;
	padding:0;
	padding-bottom:6px;
	list-style-image:none;
	list-style-type:none;
	position:relative;
}
