
body {
	margin: auto;
	background:#135591 url(images/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#363636;
	text-align:left;
	line-height:20px;
	
}

/* FAQ accordion styling
------------------------------------------------------*/
.ask{	
	cursor:pointer;
	font-size:12px;
	border-bottom:1px solid #e4e4e4;
	padding:1px 0px 9px 0px;
	clear:both;
}
.question{
	background-color:#ebebeb;
	margin:-5px 0px 10px 0px;
	padding:11px 13px 1px 13px;
}
.openquestion{
	color:#7f7f7f !important;
	margin-bottom:5px;
}
.closedquestion{
	color:#7f7f7f !important; 
	margin-bottom:5px;
}

/* Column
------------------------------------------------------*/


img.left {
	float: left;
	margin: 0px 7px 0px 0px;
	border:1px solid #cccccc;
	padding:5px;
	
	
}
images{
	border:0px;
}
img.border {
	padding:5px;
	border:1px solid #cccccc;
}

h1, h2, h3 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5E0A00;
}

h4{
	background:url(images/button.jpg) no-repeat; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#135591;
	width:295px;
	height:39px;
	padding:10px 0px 0px 10px;
	margin:auto;
	
}
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	
}

ul, ol {
}

a {
	text-decoration: none;
	color: #701014;
	font-weight:bold;
}

a:hover {
	background: none;
}

#page {
	width:1024px;
	margin: 0 auto;
	
}

#topbar1{
	width:1024px;
	height:75px;
	margin:auto;
	background:url(images/topbar1.png) no-repeat;
	
}

#topbar1 p{
	text-align:right;
	padding:20px 15px 0px 0px;
}

#topbar2{
	width:1024px;
	height:161px;
	margin:auto;
}

#navigation{
	width:1024px;
	height:52px;
}

#banner{
	width:1024px;
	height:300px;
	margin:auto;
}

	#bannerleft{
		width:19px;
		height:300px;
		margin:auto;
		float:left;
		background:url(images/leftbar.png) repeat-y;
	}

	#bannerhome{
		width:983px;
		height:300px;
		margin:auto;
		float:left;
		background:#ffffff;
	}
	
	#bannerright{
		width:22px;
		height:300px;
		margin:auto;
		float:right;
		background:url(images/rightbar.png) repeat-y;
	}
#contentbackground{

width:1024px;
}


#hr{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}

#flash{
	width:1024px;
	height:200px;
	padding: 0px;
	margin:auto;
	background:url(images/content.png);
}


#content {
	float: left;
	width:1024px;
	padding: 0px;
	margin:auto;
	background:url(images/content.png);
	
}

#postlarge{
	width:930px;
	margin:auto;
	float:left;
	padding:0px 10px 10px 20px;
}

#post {
	width:630px;
	float:left;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#363636;
	line-height:20px;
	padding:0px 10px 10px 20px;
	
}
	
	
#sidebar {
	float: right;
	width: 300px;
	padding: 0px 25px 0px 15px;
	color: #363636;
	border-left:#CCCCCC dotted 1px;
	line-height:20px;
	
}

#footer{
	width:1024px;
	height:120px;
	margin:auto;
	background:url(images/footer.png) no-repeat;
}

#bottombar{
	width:1024px;
	height:130px;
	margin:auto;
	background:url(images/bottombar.png) no-repeat;
}

#bottombar p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	line-height:20px;
	text-align:center;
}

/*Contact Field*/
#name{
	width:550px;
	height:25px;
	background:#BACDEA;
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:12px;
	padding:5px;
	border:1px solid #135591;
}

#email{
	width:550px;
	height:25px;
	background:#BACDEA;
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:12px;
	padding:5px;
	border:1px solid #135591;
}

#phone{
	width:550px;
	height:25px;
	background:#BACDEA;
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:12px;
	padding:5px;
	border:1px solid #135591;
}

#howdidyoufindus{
	width:550px;
	height:25px;
	background:#BACDEA;
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:12px;
	padding:5px;
	border:1px solid #135591;
}

#address{
	width:550px;
	height:25px;
	background:#BACDEA;
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:12px;
	padding:5px;
	border:1px solid #135591;
}


#message{
	width:550px;
	height:100px;
	background:#BACDEA;
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:12px;
	padding:5px;
	border:1px solid #135591;
}

#send{
	background:#363636;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	padding:5px 10px 5px 10px;
	border:1px solid #000000;
}

