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


html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
   	background: #fff;
      	min-height: 100%;
	height: auto;
	padding-bottom: 10px;
}

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

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

a    {
       color: #000;
}

a:hover {
	text-decoration: none;
}

.container {
	width: 1100px;
	margin: 0 auto;
}

#top {
	float: left;
	border-bottom: dotted 1px #999;
	height: 75px;
	width: 1100px;
}

#topin {
	width: 830px;
	margin-left: 135px;
}

#logo {
	width: 220px;
	height:55px;
	float: left;
	margin-top: 30px;
	margin-left: 0;	
	position:relative;
	z-index: 800;	
}

#wrapper {
	width: 100%;
	float: left;
	clear: left;
	margin:0;
}

#main {
	clear: left;
	float: left;
	margin-top: 0;
	width: 830px;
	margin-left: 135px;
	padding-top: 15px;
	padding-bottom: 15px;	
}

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

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

#right {
	width: 325px;
	float: right;
}

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

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

#footer {
	clear: left;
	width: 830px;
	margin: 0 auto;
	font-size: 11px;
	color: #333;
	padding-bottom: 10px;
	padding-top: 5px;
	border-top: dotted 1px #999999;
	background: url(../images/footerbg.png) no-repeat right;
}

#footer a {
	color: #333;
}

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

h2.contentheading, h2.componentheading, .componentheading {
	margin-bottom: 10px;
	margin-top: 0;
	color: #7b1127;
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 18px;
}


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;
}

#jFlowSlide { 
	background:#ccc; 
	font-family: Georgia, arial, helvetica, sans-serif; 
	margin-left:0; 
	z-index:0; 
	margin-bottom:0; 
	overflow: hidden;
}

#myController { }
#myController span.jFlowSelected { }

.slide-wrapper { 
	padding: 0; 
	overflow: hidden;
	width: 1100px;
	height: 380px;
}

#controlls {
	width: 1010px;
	height: 62px;
	float: left;
	position: relative;
	margin-left: 45px;
	z-index: 1;
	margin-top: -220px;
}

.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover {  }
.jFlowPrev { 
	float:left; 
	width: 41px;
	height: 62px;
	background: url(../images/leftarrow.png) no-repeat left;
	cursor:pointer; 	
}

.jFlowNext { 
	float: right; 
	width: 41px;
	height: 62px;
	background: url(../images/rightarrow.png) no-repeat right;
	cursor:pointer; 
}
