body{
	background-color: #C7D2EA;
	background-image: url(../images/layout/browBg.gif);
	background-repeat: repeat-x;
/*	background-position: left 45px;*/
}
p,td,div,input,textarea,select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#74726B;
}
a:link{
color:#0060A9;
}	
a:visited{
color:#0060A9;
}
a:hover{
text-decoration:none;
color:#333333;
}
a:active{
text-decoration:none;
color:#333333;
}
.footerBg{
	background-position:left top;
	background-image: url(../images/layout/footerBg.gif);
	background-repeat: repeat-x;
	height:145px;
}
.address {
	font-size:14px;
	font-family: Tahoma, Verdana;
  }
.smText {
	 color:#ABA79A;
	  font-size:12px
  }
.phText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#9C3C07;
  }
  
/*Main Nav Starts*/
.navBg{
	background-position:left top;
	background-image: url(../images/layout/navBg.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DCDEDC;
	border-bottom-color: #DCDEDC;
}
.mainNavMenu{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-variant: small-caps;
	letter-spacing: .1em;
}
.mainNavMenu li{
	display: inline;
}
.mainNavMenu li a{
	float: left;
	color: #0060A9;
	padding: 15px 23px;
	text-decoration: none;
	border-right: 1px solid #BAB7B0;
}
.mainNavMenu li a:hover {
	color: #9C3C07;
	background-color: #EBEBEB;
}
#last{
	border-right-style: none;
}
/*Main Nav End*/

/*Below is the css for the subNav navigation*/
/*Start*/
.subNav{
list-style-type: none;
margin: 0;
padding: 0;
}

.subNav li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9D9DA1;
}
li.first {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9D9DA1;
}

.subNav li a{
	font-weight:bold;
	display: block;
	color: #0060A9;
	width: auto;
	padding: 15px 0;
	text-indent: 30px;
	text-decoration: none;
	background-image: url(../images/layout/navArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-variant: small-caps;
}
.subNav li a:visited, .subNav li a:active{
color: #0060A9;
}

.subNav li a:hover{
	color: #9C3C07;
	background-color:#EBEBEB;

}
/*End*/
h1{
	color: #9C3C07;
	font-size: 17px;
	font-family: Tahoma, Verdana;
	font-variant: small-caps;
	padding-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h2{
	color: #9C3C07;
	font-size: 15px;
	font-family: Tahoma, Verdana;
	font-variant: small-caps;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h3{
	color: #0060A9;
	margin:0px;
	padding:0px;
	font-size: 13px;
}
.imgBrd {
	border: 1px solid #BAB7B0;
	padding: 5px;
	margin: 5px;
}
.marquee{
	color:#9C3C07;
	font-weight:bold;
}
.container{
/*	border: 2px solid #C2C7C2;*/
}
.req{
	color:#CC0000;
}
.specBorder {
	border: 2px dashed #CCCCCC;
}
#header{
	background-image: url(../images/layout/headerBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}