/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	/*background-color: #FDF5D6;*/
	

}

body {
	background: #dadada url(../images/grey_bands_bg.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	padding-top:65px;
}


#outerWrapper{
	margin: 0 auto 0 auto;
	padding:10px;
	background: #FFFFFF;
	width: 815px
}

#wrapper {
	background: #0a2b4e url(../images/header_main.jpg) no-repeat top left;
	width: 815px;
	min-height:800;
	
}

#wrapper2 {
	background: url(../images/bottom_main.jpg) no-repeat bottom left;
	width: 815px;
}

#contact {
	/*background: url(../images/contact.gif) no-repeat top left;*/
	background-color:#CC0000;
	color:red;
	width: 160px;	
	height: 20px;
	float: right;
	display: block;
	
	padding-top:3px;
	
}

#contact a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;	
	font-weight: bold;
	text-decoration: none;
	margin-left:12px;

}


#contact a:hover {
	color:#000000;
	text-decoration: none;
	margin-left:10px;

}

#container {
	width: 785px;
	margin: 0 auto 0 auto;		
	padding-top: 15px;
	position: relative;
}

#content p a:link {
	text-transform: none;
	color:  #CC0000;
	text-decoration: underline;
}
#content p a:visited {
	text-transform: none;
	color:  #CC0000;
	text-decoration: underline;
}

#content h2{
	color: #CC3300;
	font-weight: bolder;
	font-size: 14px;
	margin-left:10px;
}

/* BOTTOM BUCKETS 

#bottomContainer {
	width: 785px;
	float: right;
	margin: 0 auto 0 auto;
	_margin: -75px auto 0 auto;
	height: 146px;
}
 END OF BOTTOM BUCKETS - DO NOT DELETE */


/* LOGO */
#logo h1 {

	width: 172px;
	height: 65px;
	margin: 50px 0 40px 10px;
	_margin: 50px 0 40px 5px;
	float: left;
	background: url(../images/logo.gif) no-repeat top left;
	clear: right;
	cursor: pointer;

}

#logoPromo{
	width: 172px;
	height: 165px;
	margin: 14px 0 10px 5px;
	_margin: 14px 0 10px 0px;
	float: left;

}

#logo h1 span {
	display: none;
}
/* END OF LOGO */




/* MAIN FLASH */
#mainFlash {
	width: 555px;	
	height: 258px;
	float: right;
	z-index: 5;
}
/* END OF MAIN FLASH */


#leftBucket {

	width: 182px;
	height: 1210px;
	position: absolute;
	top:460px;
	left:8px;
	color: #FFFFFF;
	padding-left:0px;
	
	/*background-color: #3b5a79;	*/
}

#leftBucket h1 span {
	display: none;
}


ul {
	margin: 0 0 0 10px;
}

li {
	list-style-type: none;
}

.clear {
	clear: both;
}

form {
	padding: 20px 0 0 0;
}

.row{
	background-color: #f7f7f7;
	height: 18px;
	line-height: 16px;
}

.rowAlt {
	background-color: #c5c5c5;
	height: 18px;
	line-height: 16px;
}


