/* CSS Document */

* { 
margin:0 auto; 
padding:0 }

#container {
 width:765px 
 }
 
.clear{
clear:both;
}

.bodytext{
font-family:Arial, Helvetica, sans-serif;
font-family:12px;
}

/* Header logo */

#headerLogo{
margin-top:10px; 
background:url(images/headerBg.gif) no-repeat; 
width:765px; 
height:64px; 
margin-bottom:10px; 
}

.logo{	
margin:5px 0px 0px 8px; 
}

/* LEFT COLOUMN */
#left_content{
float:left;
width:210px;
height:100%;
}

/* Navigation */

#nav{
/*height:264px;*/
}

#navTop{ 
background:url(images/navTop.gif) no-repeat; 
height:11px;
}

#navBg { 
background:url(images/navBg.gif) repeat-x;
background-color:#FDE8CF;
}

#navBg ul{ 
list-style:none; 
margin-left:15px; 
width:88%;
}

#navBg ul li{ 
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:13px; 
font-weight:bold; 
line-height:21px;
border-bottom:dashed 1px #999999;
}

#navBg ul li a{
text-decoration:none;
color:#000000;
}

#navBot{ 
background:url(images/navBot.gif) no-repeat; 
height:11px;
}

/* Contact portion*/

#contact{
margin-top:10px;
}

#contactTop{
background:url(images/rectTop.gif) repeat-x;
height:9px;
}

#contactBg{
background-image:url(images/tollfree.gif);
background-repeat:no-repeat;
background-position:10px 0px;
background-color:#FFE9D1;
padding:20px 5px 0px 10px;
}

#contactno{
margin-top:4px;
font-family:"Georgia", Times New Roman, Times, serif;
font-size:24px;
margin-bottom:15px;
}

#contact .bodytext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#contactBot{ 
background:url(images/rectBot.gif) repeat-x;
height:9px;
}

/* Branch Portion*/

#branch{
margin-top:10px;
}

#branchBg{
background-color:#FFE9D1;
padding:0px 5px 0px 5px;
}

#branch .bodytext{
margin-top:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}


/* RIGHT COLOUMN  */

#right_content{
float:right;
width:549px;
margin:0px;
}

/* main portion */

.page_head{
font-size:16px;
font-weight:bold;
}


#main{
float:right;
width:100%;
margin-top:10px;
}

#mainTop{
background:url(images/bodyTop.gif) no-repeat;
height:44px;
}

#main_content{
margin-left:1px;
background:url(images/bodyBg.gif) repeat-y;
padding:0px 20px 0px 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#main_content ul {padding-left:20px; padding-top:10px;}
#main_content ul li, #main_content p {padding:5px;}
#main_content1{
margin-left:1px;
background:url(images/bodyBg.gif) repeat-y;
padding:0px 20px 0px 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#main_content1 li{
margin-left:20px;
padding:30px 20px 0px 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#mainBot{
background:url(images/bodyBot.gif) no-repeat;
height:25px;
}

/* FOOTER */

#footer{
margin-top:10px;
}

#footerTop{
background:url(images/footerTop.gif) no-repeat;
height:10px;
}

#footerBg{
background:url(images/fotterBg.gif) repeat-y;
height:75px;
}

#footerBg{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#footerBg ul li{
list-style:none;
display:inline;
color:#000000;
}

#footerBg p{
margin-top:4px;
}

#footerBg ul li a{
text-decoration:none;
margin-left:5px;
margin-right:5px;
color:#000000;
}

#footerBg ul li a:hover{
text-decoration:underline;
margin-left:5px;
margin-right:5px;
color:#333333;
}

#footerBot{
background:url(images/footerBot.gif) no-repeat;
height:10px;
}



/* staff page*/

#staff_content{
	height:400px;
	;
}

#staff_ranch{
	margin-left:20px;
	float:left;
	width:50%;
}

#staff_board{
float:right;
text-align:center;
width:40%;
}


.title{
font-style:italic;
font-size:12px;
}

.name{
font-size:16px;
text-transform:uppercase;
}


/* contact page*/

#contact_content{
/*height:500px;*/
}

#contact_left{
margin-left:20px;
float:left;
}

#contact_right{
margin-right:60px;
float:right;
}


#form{
margin-left:40px;
margin-top:30px;
}

label{
float: left;
width:100px;
text-align:right;
margin-right:25px;
}

#submit_btn{
width:70px;
margin-left:20px;
height:25px;
}

#reset_btn{
width:70px;
height:25px;
margin-left:335px;
}

h1 {
	font-size: 18px;
}

h1 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

