/* CSS Document */

/* CSS Document */

#page{
	width:730px; 
	margin:auto;
	position:relative;
}



body {
	background: #2a333a;
	color: #2a333a;
	margin:0px auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
}

a { 
	color: #be401a;
	text-decoration:none;
	background-color: inherit;
}

a:hover {
	color: #be401a;
	text-decoration:underline;
	background-color: inherit;
}

h1 {
	font-family:Bahamas, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding: 112px 0px 0px 0px;
	margin-left: 150px;;
	font-size:22px;
	color:#2b333e;
}


.header{
	background:url(images/header.jpg) no-repeat;
	margin:0 auto;
	width:660px;
	height:580px;
	clear:both;
	

}

h2 {
	margin: 8px 0 0px 0;
	padding: 0;
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #be401a;
	background-color: inherit;
}

p {
	margin: 0;
	padding: 5px 0px 10px 0px;

}


.wrapper {
	background:url(images/bg-container.jpg) repeat-y;
	width:730px;
	height:auto;
}


.nav
{
	font-family:HandelGothic BT, Arial, Helvetica, sans-serif;
	color:#776d4a;
	font-size:11px;
	font-weight:normal;
	clear:both;
	padding-top:165px;
	line-height:30px;
	padding-left:90px;
	letter-spacing:1px;
}

/*
.nav a
{
	color:#776d4a;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:underline;
}

.nav a:hover
{
	color:#FFFFFF;
	background-color:#bdb07d;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	text-decoration:underline;
}*/

.changebg-on
	{ 
		background-color:#bdb07d;
		font-weight:normal;
		color:#FFFFFF;
		width:200px;
		cursor:pointer;
		text-decoration:underline;
		padding-left:5px;
		padding-right:5px;
}	


.nav-bg{ 

	font-weight:normal;
	width:200px;
	text-decoration:underline;
	padding-left:5px;
	padding-right:5px;

	}
	

.content{
	padding:40px;
}

.content_left{
	padding:0px;
	float:left;

}


.content_right{
	padding:0px;
	float:right;
	width:370px;
}

.content_bottom{
	clear:both;
	margin: 0;
	padding: 15px 0px 0px 0px;
	}

.footer{
	background:url(images/footer.jpg) no-repeat;
	width:702px;
	height:70px;
	color:#FFFFFF;
	padding-top:35px;
	text-align:center;
	margin:0 auto;
	font-weight:normal;

}


.footer a{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
	
.footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
	
	
	
.inputbox {
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:15px;
	color: #2a333a;
	text-decoration: none;
	border-left:1px solid #999999;
	border-right:1px solid #333333;
	border-top:1px solid #999999;	
	border-bottom:1px solid #333333;
	height:15px;
	padding-left:3px;
	width:200px;
	background: #ffffa0;


}

.txtArea{
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:15px;
	color: #2a333a;
	text-decoration: none;
	border-left:1px solid #999999;
	border-right:1px solid #333333;
	border-top:1px solid #999999;	
	border-bottom:1px solid #333333;
	padding-left:3px;
	width:200px;
	background: #ffffa0;

}
	
	
.formButton{
	background-color:#2a333a;
	color:#FFFFFF;
	}
	
	
	
		

/*New Added Classes*/

#row_large {
background-color: #f9f9f9;
}
#row_large #cell_large {
display: inline;
}

#row_small {
width:800px;
position:relative;
margin:0px auto;
}
#row_small #cell_small {
display: inline;
}


/*contact*/
.contact{position:absolute; top:400px; left:510px;width:220px;height:64px;background:url(images/contact_bg.gif) left top no-repeat;cursor:pointer;}
.contact h5{font-family:"trebuchet MS";font-size:20px;margin:4px 10px 0 10px;; color:#FFFFFF;font-weight:normal;line-height:18px;}
.contact p{font-family:"trebuchet MS";font-size:14px;margin:0 10px; color:#FFFFFF;}
a.contact{text-decoration:none!important;}