@charset "utf-8";

/* START menu navigation */
#nav{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#nav li{
	margin:0px;
	padding:0px;
	float:left;
}

#nav li a{
	display:block;
	width:100px;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	background-image:url(img/button/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding:10px 10px 0px 10px;
	text-decoration: none;
}

#nav li a:hover{
	background-image:url(img/button/nav-bgup.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* END menu navigation */

/* START menu dropdown */
#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:30px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: red;
}
/* END menu dropdown */
	
/* general css start*/
body {
	background-image:url(img/canvas.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	/*cursor:url(img/semitruck.cur); */
}

#page{
    margin:auto;
	width:1031px;
}

#home-top{
	height:236px;
	background-image: url(img/home-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:0px 0px 0px 0px;
}

#inner-top{
	height:226px;
	background-image: url(img/home-top2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:10px 50px 0px 50px;
}

#content{
	padding:0px 44px 0px 44px;
	background-image:url(img/content-sides.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}

#content-inner{
	padding:0px 44px 0px 44px;
	background-image:url(img/content-sides.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}

#menu{
	height:37px;
	background-image:url(img/menu-bg.gif);
	background-repeat: repeat-x;
}

#main{
	width:676px;
	float:left;
	padding:26px 0px 0px 18px;
}

#right-column{
	width:214px;
	float:left;
	padding:0px 0px 0px 35px;
}

#footer{
	height:45px;
	text-align:center;
	line-height:22px;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


a{
	color:#EC240C;
	text-decoration:underline;
}

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

a.services {
    color:#ff412a;
}

a.services:hover{
    color:#000000;
}

.f-left{
    float:left;
}

.f-right{
    float:right;
}

.clear-floats{
    clear: both;
}
.button-up{
	background-image:url(img/button/nav-bgup.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*width:100px;*/
	height:27px;
	text-align: center;
	padding:10px 24px 0px 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	float:left;
}
.button-up2{
	background-image:url(img/button/nav-bgup.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*width:100px;*/
	height:37px;
	text-align: center;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	float:left;
}

.ar11-gray{
    font-size:11px;
}

.ar12-red{
    font-size:12px;
	color:#990000;
}

.subtitle{
    font-size:13px;
	color:#ff412a;
}

.photo-set{
	border: 1px solid #000000;
	margin: 0px 10px 10px 0px;
}

.column-header{
	padding: 10px;
	background-color:#efefef;
}

.column{
	padding: 10px;
	background-color:#ffffff;
}
.dot-line{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #636c75;
	height:5px;
	clear:both;
}
.boder-gray{
	border: 1px solid #CCCCCC;
	padding:0px 10px 0px 10px;
}