@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);



}
td {
	text-align: left;
	vertical-align: top;
}
.content {

}
.nav {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #333333;
	font-weight: bolder;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*Navigation bar styling*/

#head ul {
	list-style-type: none;
	float: right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	}
#head li {
	display: inline;
			}
#head li a {
	margin: 0 !important;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#head li a:visited {
	text-decoration: none;
	color: #333333;
}
.footer a {
	color: #000000;
}

#head li a:hover {
	color:#999999;
}
.navlast{
	padding-right: 5px !important;
	border-right: none !important;
}




.container {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	background: white;
}
.footer {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../images/footer.jpg);
}

.copyright {
	font-size: 11px;
	color: #000000;
	text-align: center;
	margin-right:auto;
	margin-left:auto;	
}

.copyright a {
	color:#000000;
}

.mid {
	vertical-align: middle;
}

h1 {
	font-size: 14px;
	color: #EC4D25;
	margin-bottom: 0px;
}
.margintext {
	background-image: url(../images/margin_bg.gif);
	padding-left: 10px;
	padding-top: 5px;
	color: white;
}
.margintext a, .margintext a:visited{
	color:#FFFFFF;
}

h3 {
	color: #FFFFFF;
}
.leftcontent {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
}
a {
	color: #EC4D25;
}
.rightcontent {
	text-align: center;
	font-size: 11px;
}
hr		{
		height:1px;	
		/*width:800px;*/
		border-width: 1px 0 0 0;
		border-style: dashed;
              	border-color: #CCCCCC;
		}
.rightalternate {
	padding-right: 15px;
	padding-left: 5px;
	border-left-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #CCCCCC;
	font-size: 11px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
.imgsubtext {
	font-size: 10px;
}

blockquote {
	font-size: 12px;
}

.testimonial {
	font-size: 11px;
	font-style: italic;
}

.themecolortext {
	color: #EC4D25;
}

.halflinebullet {
	line-height: 2.0;
}
