/* Main Styles */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	background-image:url(images/backTile.jpg);
	background-repeat:repeat-x;
	background-color:#eeeeee;
	color:#857362;		
}

h1 {
	font-size: 20px;
	font-weight:bold;
	color:#1d3e76;
	margin-top:15px;
}

h2 {
	font-size: 18px;
	font-weight:bold;
	color:#1d3e76;
	margin-top:0px;
}

a:link, a:visited {
	text-decoration:underline;
	color:#3b6da8;	
}

a:hover {
	text-decoration:none;
	color:#214a7a;	
}

li {
	line-height: 17px;
}

input, textarea, checkbox, select 
{ 
	background: #FFF; 
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: #5e5d5d;
	border-color: #bbbaba; 
	border-style: solid; 
	border-width: 1px; 
	margin-top: 2px; 
	margin-bottom: 2px;
	
}

img
{
	border: none
}

/* CONTAINERS */

#container {
	width: 930px;
	float:left;
}

#topContainer {
	width: 930px;
	float:left;
}

.navBar {
	width:573px;
	float:left;	
}

.navGoogleBar {
	width:356px;
	height:37px;
	float:left;
	background-image:url(images/nav-pieceRight.jpg);
	background-repeat:no-repeat;
}

.searchBox {
	width:200px;
	padding-top:4px;
	float:right;
	text-align:right;
	padding-right:90px;
}

#mainContainer {
	width: 930px;
	float:left;
	margin-top:25px;
}

.mainC-top {
	width: 930px;
	height:66px;
	float:left;
	background-image:url(images/mainContainer-topBack.jpg);
	background-repeat:no-repeat;
}

.mainC {
	width: 930px;
	float:left;
	background-image:url(images/mainContainer-middle-Back.jpg);
	background-repeat:repeat-y;
}

.mainBlock {
	width:770px;
	padding: 0px 0px 0px 130px;
	float:left;
}

.mainC-bottom {
	width: 930px;
	height:22px;
	float:left;
	background-image:url(images/mainContainer-bottomBack.jpg);
	background-repeat:no-repeat;
}

.contentBlock {
	width:770px;
	float:left;
	padding-right:30px;
}

.blockLeft {
	width:390px;
	float:left;
	padding-right:30px;
}

.blockRight {
	width:310px;
	float:left;
	padding-top:0px;
}

.buttonB {
	width:158px;
	float:left;
	margin: 0px 20px 0px 11px;
}

.contentline {
	width:770px;
	float:left;
	padding-top:12px;
}

.line {
	width:377px;
	float:left;
	padding-top:12px;
}

.supportBlock {
	width:301px;
	height:229px;
	padding: 15px 15px 0px 25px;
}

.specialsBlock {
	width:301px;
	float:left;
}

.specialBlockTop {
	width: 301px;
	float:left;
}

.specialBlockMid {
	width: 267px;
	float:left;
	background-image:url(images/SpecialsBlockMid.jpg);
	background-repeat:repeat-y;
	padding:17px;
	color:#3b3b3b;
	line-height:17px;
}

.specialBlockBot {
	width: 301px;
	float:left;
}

.redText {
	color:#81332b;
}

.footerBlock {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	width:847px;
	height:64px;
	float:left;
	margin-left:82px;
	margin-top:10px;
	margin-bottom:10px;
}

.footerText {
	padding:25px 30px 12px 30px;
	font-size:11px;
	text-align:center;
}

a.txtF:link, a.txtF:visited {
	text-decoration:none;
	color:#686868;
	font-size:11px;
	margin:0px 7px 0px 7px;
}

a.txtF:hover {
	text-decoration:underline;
	color:#16528e;	
	font-size:11px;
	margin:0px 7px 0px 7px;
}

