/* CSS Document */
/*__________________________________________WHOLE DOC_____________________________________*/
* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background-color: #E7E7E7;
	background-image: url(../img/bg-body.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Arial;
}
a {
	outline:none;
}
h1 {
	font-size:24px;
	color:#993300;
	padding:0 0 15px 0;
}
h2 {
	font-size:18px;
	color:#993300;
	vertical-align: top;
	height: 26px;
}
h3 {
	font-size:14px;
	color:#000000;
	text-decoration:underline;
	padding:0 0 10px 0;
}
.undy {
	font-size:18px;
	text-decoration: underline;
}
.bold-number {
	font-size:18px;
	font-weight:bold;
}
.dot {
	font-size: 13px;
}



/*__________________________________________CLEARING CODE_____________________________________*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */


/*__________________________________________ID TAGs_____________________________________*/
#wrap-main {
	width:987px;
	margin:0 auto;
}

/*__________________________________________Header_____________________________________*/
#wrap-head {
	background:url(../img/bg-header.jpg) no-repeat;
	width:987px;
	height:101px;
}
#header {
	width:848px;
	height:44px;
	padding-top: 57px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 118px;
}
#head-l {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #135988;
	float: left;
	height: 44px;
	width: 337px;
	text-align: left;
}
#head-r {
	font-style: italic;
	line-height: 22px;
	color: #135988;
	text-align: right;
	float: right;
	height: 44px;
	width: 420px;
	font-size: 13px;
}
#head-r a {
	color:#993300;
	text-decoration:none;
}
#head-r a:hover {
	text-decoration:underline;
}


/*__________________________________________Nav_____________________________________*/
#wrap-nav {
	background: url(../img/bg-frame.jpg) repeat-y;
	width:950px;
	height:35px;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 18px;
	padding-left: 19px;
	margin: 0px;
}
#nav {
	height: 33px;
	width: 948px;
	border: 1px solid #999999;
	font-size: 14px;
	font-weight: bold;
	line-height: 33px;
	text-align: center;
}
#nav a {
	color: #666666;
	text-decoration:none;
	padding:0 12px;
}
#nav a:hover {
	color:#135988;
}

/*__________________________________________Form_____________________________________*/
#wrap-form {
	background: url(../img/bg-frame.jpg) repeat-y;
	height: 349px;
	padding: 0px 18px 0px 19px;
	width: 950px;
	margin: 0px;
}
#form-frame {
	height: 321px;
	width: 470px;
	border: 1px solid #999999;
	background: url(../img/bg-form.jpg) no-repeat 1px 1px;
	padding: 16px 23px 10px 455px;
	text-align: left;
	font-size: 12px;
}


/*__________________________________________3_Squares_____________________________________*/
#wrap-3 {
	background: url(../img/bg-frame.jpg) repeat-y;
	height: 186px;
	width: 950px;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 19px;
}
#square-1 {
	background: url('../img/bg-square.jpg') no-repeat;
	height: 154px;
	width: 269px;
	border: 1px solid #999999;
	float: left;
	padding: 15px 19px 15px 19px;
	text-align: left;
	font-size: 17px;
	line-height: 30px;
	color: #000000;
}
#square-1 ul{
	list-style:none;
	padding:0 0 0 45px;
}
#square-1 a{
	color:#000000;
	text-decoration:none;
}
#square-1 a:hover{
	text-decoration: underline;
}
#wrap-2square {
	float:right;
	height:186px;
	width:630px;
}
#square-2 {
	background: url('../img/free-quote.jpg') no-repeat;
	width:311px;
	height:186px;
	float:left
}
#square-3 {
	background-image: url('../img/bg-square.jpg');
	background-repeat: no-repeat;
	height: 154px;
	width: 269px;
	border: 1px solid #999999;
	float: right;
	padding-top: 15px;
	padding-right: 19px;
	padding-bottom: 15px;
	padding-left: 19px;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}
#square-3 ul{
	list-style:none;
	padding:0 0 0 45px;
}
#square-3 a{
	color:#000000;
	text-decoration:none;
}
#square-3 a:hover{
	text-decoration: underline;
}


/*__________________________________________Content_Area_____________________________________*/
#wrap-content {
	background: url(../img/bg-frame.jpg) repeat-y;
	width: 919px;
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding-top: 18px;
	padding-right: 49px;
	padding-bottom: 0px;
	padding-left: 19px;
}
#wrap-content p{
	padding-bottom:1em;
}
#wrap-int {
	background: url(../img/bg-frame.jpg) repeat-y;
	width: 788px;
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding-top: 18px;
	padding-right: 99px;
	padding-bottom: 0px;
	padding-left: 100px;
}
#wrap-int p{
	padding-bottom:1em;
}
#wrap-int ul{
	padding-bottom:1em;
}
#wrap-int li{
	padding:0 0 0 5px;
	margin-left:25px;
}
#contact-l {
	float: left;
	width: 470px;
}
#contact-r {
	float: right;
	width: 275px;
	padding-top:45px;
}

/*__________________________________________Bottom_of_Main_____________________________________*/
#bottom {
	width:987px;
	height:50px;
	background: url(../img/bg-bottom.jpg) no-repeat;
}


/*__________________________________________Footer_____________________________________*/

#wrap-foot {
	background: url(../img/bg-footer.jpg) no-repeat;
	height: 72px;
	width: 876px;
	padding-top: 24px;
	padding-right: 85px;
	padding-bottom: 27px;
	padding-left: 26px;
}
#wrap-foot a {
	padding:0 11px;
	color:#666666;
	text-decoration:none;
}
#wrap-foot a:hover {
	color:#135988;
}
#foot-l {
	float:left;
	width:50px;
	height:72px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
#foot-l a {
	padding:0;
}
#foot-r {
	float:right;
	width:818px;
	height:27px;
	padding:45px 0 0 0;
	text-align:center;
	font-size:12px;
}


/*__________________________________________Copyright_____________________________________*/
#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	text-align:left;
	padding:5px 0 30px 19px;
}

#copyright p {
	padding: 10px 0 0 0;
}

#copyright a {
	color: #000000;
	text-decoration: none;
}

#copyright a {
	text-decoration: underline;
}


