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


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
   	background: #fff;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
   	line-height: 147%;
}
  
h1,h4,h5,h6   {
     	font-size: 14px;
     	color: #333;
     	font-weight: normal;
}
     
h2   {
      	color: #990000;
	font-weight: normal;
	font-size: 18px;
	text-transform: none;
	margin:0;
	padding:0;  
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 30px;
}

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

a    {
       color: #333;
}

a:hover {
	text-decoration: none;
}
	
.container {
	width: 800px;
	margin: 0 auto;
}

#top {
	width: 100%;
	margin: 0;
	padding:0;
	background: #990000;
	display: inline-block;
}

#topin {
	width: 800px;
	margin: 0 auto;
}

#logo {
	width: 130px;
	height:85px;
	float: left;
	margin-top: 15px;		
}

#searchBox {
	width: 180px;
	float: right;
	height: 20px;
	margin-top: 75px;
}

#searchBox input {
	width: 177px;
	color: #666;
	background: #fff;
	border: solid 1px #fff;
	font-size: 11px;
	height: 15px;
	padding-top: 2px;
	padding-left:3px;	
}

#slogan {
	width: 645px;
	float: left;
	clear: left;
	margin-top: 10px;
}

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

#topmodules {
	width: 800px;
	clear: left;
	float: left;
	margin-top: 20px;
	height: 350px;
}

#flashbanner {
	width: 780px;
	float: left;
	height: 334px;
	/*background: #ccc url(../images/user1bg.jpg) no-repeat left;*/
	margin-right: 25px;
}
#user1 {
	width: 250px;
	float: left;
	height: 135px;
	background: #ccc url(../images/user1bg.jpg) no-repeat left;
	margin-right: 25px;
}

#user2 {
	width: 250px;
	float:left;
	height: 135px;
	background: #ccc url(../images/user2bg.jpg) no-repeat left;
}

#user3 {
	width: 250px;
	float:right;
	height: 135px;
	background: #ccc url(../images/user3bg.jpg) no-repeat left;
}

#user1 .moduletable,
#user2 .moduletable,
#user3 .moduletable {
	width: 135px;
	float: right;
	margin-right: 8px;
	margin-top: 8px;
	font-size: 11px;
}

#user1 h3,
#user2 h3,
#user3 h3 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
}

#main {
	width: 100%;
	clear: left;
	display: -moz-inline-box;
	display: inline-block;
	margin-top: 0;
	padding-bottom: 20px;
}

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

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

#right {
	width: 200px;
	padding: 10px;
	float: right;
	background: #ccc;
	margin-top: 20px;
	padding-bottom: 30px;
}

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

#right h3 {
	margin-bottom: 6px;
	margin-top: 3px;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
}

#footer {
	clear: left;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color:#666;
	border-top: solid 1px #CCC;
	margin-top: 30px;
	padding-bottom: 30px;
}

#footer .moduletable {
	margin-top: 2px;
	margin-bottom: 3px;
	clear: left;
}

#footer td a {
	color:#333;
        text-decoration: none;
        margin-left: 10px;
        margin-right: 10px;
        text-transform: lowercase;
}

#footer td a:hover {
	text-decoration: underline;
}

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

h2.contentheading, h2.componentheading, .componentheading {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #990000;
	font-weight: normal;
	font-size: 18px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 30px;
}


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 #ccc; 
	color: #666; 
}
	
.button {
	cursor: pointer;
}