@charset "utf-8";
/* CSS Document */


html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
   	background: #000 url(../images/bg.jpg) repeat-x;
      	min-height: 100%;
	height: auto;
	padding-bottom: 10px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
   	line-height: 147%;
}
  
h1,h4,h5,h6   {
     	font-size: 12px;
     	color: #fff;
     	font-weight: bold;
}
     
h2   {
      	color: #fff;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	margin:0;
	padding:0;  
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 16px;
}

h3   {
      	color: #fff;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	margin-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;   
}

a    {
       color: #fff;
}

a:hover {
	text-decoration: none;
}
	
#top {
	width: 880px;
	margin: 0 auto;
	padding:0;
	height: 228px;
}

#logo {
	width: 310px;
	height:35px;
	float: left;
	margin-top: 55px;		
}

#slogan {
	width: 495px;
	float: left;
	margin-top: 35px;
	clear: left;
}

#slogan h1 {
	font-size: 24px;
	font-weight: normal;
	line-height:120%;
	color: #666;
}

.container {
	width: 100%;
	margin-top: 3px;
	padding: 0;
	background: #333;
	float: left;
	clear: left;
	padding-bottom: 20px;
}

#wrapper {
	width:880px;
	margin: 0 auto;
}

#main {
	width: 100%;
	clear: left;
	margin-top: 0;
}

#left {
	width: 480px;
	float: left;
	margin-top: 10px;
}

#left1 {
	width: 480px;
	border-bottom: solid 1px #666;
	margin-bottom: 10px;
	display: inline-block;
}

#left1 .moduletable {
	width: 390px;
	float:left;
	padding-bottom: 15px;
	font-size: 12px;
	color: #666;
}

#left1 h3 {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
}

#left1 a {
	width: 110px;
	padding-left: 10px;
	background: #666;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 2px;
	display: block;
}

#left1 a:hover {
	text-decoration: underline;
}

#searchBox {
	width: 450px;
	clear: left;
	float: left;
	margin: 0;
	padding-bottom: 40px;
}

#searchBox h3 {
	color: #ac4633;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	margin:0;
	margin-bottom: 3px;
}

#searchBox input {
	width: 156px;
	color: #666;
	background: #ccc url(../images/searchbg.gif) no-repeat right;
	border: solid 1px #ccc;
	font-size: 9px;
	height: 14px;
	padding-left:3px;
	padding-top:2px;
}

#content {
	width: 600px;
	float: left;
	margin: 0;
}

#content2 {
	width: 860px;
	float: left;
	margin: 0;
}

#right {
	width: 235px;
	padding: 0;
	float: right;
	margin-top: 10px;
}

#right .moduletable {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#right h3 {
	margin-bottom: 6px;
	margin-top: 0;
	font-size: 14px;
	color: #fff;
	text-transform: none;
	font-weight: bold;
}

#user1 {
	width: 394px;
	height: 259px;
	margin-top: -110px;
	float: right;
	background: url(../images/user1bg.png) no-repeat;
}

#user1 .moduletable {
	width: 350px;
	height: 210px;
	margin-top: 6px;
	margin-left: 29px;
}

#footer {
	clear: left;
	width: 880px;
	margin: 0 auto;
	font-size: 10px;
	color: #666;
	padding-top: 5px;
	padding-bottom: 30px;
}

#footer a {
	color:#ccc;
}

#fleft {
	width: 400px;
	float: left;
}

#fright {
	width: 420px;
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-right:10px;
}

#fright a:hover,
#fright a#active_menu {
	background: none;
	color: #ccc;
}

#fright a {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #666;
	color: #666;
	font-size: 11px;
	line-height: 8px;
	height: 8px;
	text-decoration: none;
}

#breadcrumbs h3,
#footer h3,
#mainMenu h3 {
	display: none;
}

h2.contentheading, h2.componentheading, .componentheading {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 16px;
}


ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

li {	
	padding-left: 1px;
	line-height: 150%;
}

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

textarea,
input { 
	border: solid 1px #fff; 
	color: #333; 
}
	
.button {
	cursor: pointer;
}
