

a {
text-decoration: none;
}

div {
	position: relative;
}



body{
	background-image: url(images/bottom.jpg);
	background-repeat:repeat-x;
	background-position: left bottom;
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left; /* for IE */
	padding: 0;
	margin: 0;
}

.bottom{
	height: 569px;
	background-image: url(images/bottom.jpg);
	background-repeat:repeat-x;
	margin: -569px 0 0;
}

#head {
	margin: auto;
	width: 980px;
	height: 190px;
}

.logo {
    display: inline;
    float: left;
    margin: 15px 0 0;
    width: 350px;
}

/* nav */

.navpos {
	margin: 25px 0 0;
	float: left;
	display: inline;
}


.nav {
 	width: 920px;
 height: 31px;
}

.nav ul {
    background-color: transparent;
    float: left;
    margin: 4px 0 0;
    padding: 6px 0;
}

.nav li {
	display: inline;
}

.nav ul li a {
    color: #000;
    font: 14px Verdana,Verdana,Geneva,sans-serif;
    padding: 20px;
}

.nav ul li a:hover {
	background: #bbb;
}

#current a {
    background: #c07416 none repeat scroll 0 0;
    color: white;
}

/* end nav */

.address {
	width: 310px;
	height: 52px;
	float: right;
	display: inline;
	font: normal 14px/18px arial, sansserif;
	color: #590016;
	text-align: right;
	margin: 15px 0 0;
}

.hdbg {
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
	height: 190px;
	width: 100%;
}

#wrap {
	background: transparent url(images/wrapbg.jpg) top repeat-x;
	width: 100%;
	margin: 0 auto 46px;
	z-index: 3;
}


#content {
	width:1000px;
	min-height: 420px;
	-moz-box-sizing:border-box;box-sizing:border-box;
  	margin: 0 auto;
	text-align: center;
	background-color: transparent;
	padding: 0 0 10px;
}



.reaxion {
	background: #000;
	width:100%;
	padding: 10px 0;
}

.reaxion a {
    background: rgba(0, 0, 0, 0) url("images/x.png") no-repeat scroll left center;
    color: #bbb;
    display: block;
    font-size: 10px;
    margin: auto;
    padding: 5px 0 5px 20px;
    text-transform: uppercase;
    width: 200px;
}







#logodiv {
	width: 920px;
	height: 30px;
	margin: 15px auto 0;
	padding: 15px 0 0;
	color: #666;
	text-align: right;
	background-image: url(images/ReaxionX.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
	z-index:3;

}

.halfdivl {
    background: #000 ;
    border-radius: 0 0 30px 30px;
	color:white;
    display: inline;
    float: left;
    font: 12px/24px arial,sansserif;
    margin: 0 0 0 10px;
    min-height: 305px;
    padding: 50px 80px 20px 50px;
    text-align: left;
}

#home .halfdivl {
		font: normal 14px/24px arial, sansserif;
}

#inside .halfdivl {
    min-height: 590px;
    width: 630px;    
	padding: 50px;

}

.halfdivl h1 {
	font: bold 22px/0px "Verdana", verdana, arial, sansserif;
	margin: 0 0 -5px;
	padding: 0;
}

#inside h1 {
	font: 26px/0 "Times New Roman", times, serif;
	color: #fff;
	border-bottom: 1px solid #666;
	text-align: left;
	padding: 5px 0 18px;
	margin: 0 0 18px;
}

#inside .halfdivl p {
	margin: 0 0 15px 30px;
}
.halfdivr {
	width: 540px;
	min-height: 400px;
	float: right;
	display: inline;
	padding: 0;
}

#inside .halfdivr {
    background: transparent url("images/helpimg.png") no-repeat scroll right top;
    color: #fff;
    height: 337px;
    padding: 20px 15px 0 85px;
    text-align: left;
    width: 160px;
}

#inside .halfdivr a {
    color: #ccc;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#inside li {
	line-height: 21px;
}

.nopadding{
	margin:0;
}

#inside li h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

ol {
	margin: 0;
}

/* boxes */

.boxbox {
    height: 220px;
    margin: 15px auto 91px;
    width: 1010px;
}

.boxes {
    float: left;
    height: 210px;
    padding: 15px;
    width: 222px;
}

.noborder {
	border: none;
}

.boxes h1 {
    background: #a2a7ad none repeat scroll 0 0;
    color: #000;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 20px 0;
    text-align: center;
	font-family:"Times New Roman", times, serif;
}

.boxes p {
    font: 12px/24px arial,sansserif;
}

.magnify {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 192px;
	height: 21px;
	padding: 8px 0 0 42px;
	background-image: url(images/magnify.png);
	background-repeat: no-repeat;
	font: bold italic 14px arial, sansserif;
	color: #ccc;
}

.magnify:hover {
	color:#fff;
}

.boximg {
    position: absolute;
    right: 15px;
    top: 100px;
}


#inside #content {
	min-height: 500px;
}

.hilite {
	background-color: #F5F5F5;
	color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	behavior: url(PIE.htc);
	margin: 10px 0;
    padding: 10px 20px;
    width: 195px;
	line-height: normal;
}

.hilite2 {
	background-color: #590016;
	color: #fff;
	padding: 5px;
}

.hilite a {
	color: #590016;
}

.hilite a:hover {
	text-decoration: underline;
}

.red {
	background: #c07416;
	color: #fff;
}

td ul {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
	text-align: left;
}



table td {
	background: #444;
}




/* Rates
------------------------------------------------------ */
ul.upslinks a {
	color: #c07416;
}

ul.upslinks a:hover {
	color: orange;
}








/* Contact Us
------------------------------------------------------ */
h6 {
    font-size: 16px;
    margin: 10px 0 5px;
}

#inside .halfdivl .hilite p {
	margin: 0 0 10px;
}




