@charset "UTF-8";

body {
	background-image:url(images/bg.jpg);
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#292929;
	margin:0px;
}

body a {
	text-decoration: none;
	color: #007ec6;
}

body a:hover {
	text-decoration: none;
	color: #00a2ff;
}

body a:visited {
	text-decoration: none;
	color: #007ec6;
}

img {
	border:0;
	vertical-align:top;
	text-align:left;
}

.clear {
	clear: both;
}

#top-bar{
	width:100%;
	height: 42px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #373737;
	background-color:#000000;
	padding: 0px;
	margin-top: -8px;
    margin-right: 0.01em;
	margin-top: 0.01em;  
}



.container {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.top {
	height: 42px;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
}
.banner {
	background-image: url(images/banner.jpg);
	height: 84px;
}
.navigation {
	height: 43px;
}

/*==================START forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
#form img {
	border:0;
	vertical-align:top;
	text-align:left;
}

#form .form { float:right; padding-top:25px;}
#form .form span { display:block; float:left; width:203px; height:33px; background:url(images/input-bg.gif) no-repeat left top; margin-top:-3px;}
#form .form input { background:none; border:0; vertical-align:top; line-height:1em; width:185px;}
#form .form span b { display:block; font-weight:normal; padding:9px 0 0 7px;}
#form a { float:left; margin-left:3px;}

#form1 .form { height:37px;}
#form1 input {width:253px; padding:3px 0 3px 3px; background:#fff; border:1px solid #bfbfbf;}
#form1 textarea { width:253px; height:178px; overflow:auto; background:#fff; border:1px solid #bfbfbf; padding:3px 0 0 3px; margin-bottom:14px;}
/*==================END forms====================*/

/*==================START navigation====================*/

/*==================END navigation====================*/

.pageimg {
	height: 305px;
	margin-top: 15px;
}

/*==================START grey box====================*/
.grey_container{
	margin-top:15px;
}

.grey_top{
	height:7px;
	background-image:url(images/grey_box.jpg);
	background-position:top;
}

.grey_bottom{
	height:7px;
	background-image:url(images/grey_box.jpg);
	background-position:bottom;
	clear: left;
}

.grey_content {
	background-repeat:repeat-x;
	background-image: url(images/grey_bg.jpg);
	background-position: bottom;
	background-color: #5e5e5e;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5d5d5d;
	border-left-color: #5d5d5d;
}

.grey_line {
	background-image:url(images/grey_line.jpg);
	width:2px;
	height:207px;
	float:left;
	margin-top: 40px;
}

.copyright {
	width: 948px;
	padding-top:20px;
	margin-right: auto;
	margin-left: auto;
}

.copyright p {
	text-align: center;
	color: #FFF;
	font-size: 12px;
}

.copyright a {
	color: #007ec6;
	text-decoration: none;
}

/*==================END grey box====================*/


/*==================START white box====================*/
.white_container{
	margin-top:15px;
}

.white_top{
	height:7px;
	background-image:url(images/white_box.jpg);
	background-position:top;
}

.white_bottom{
	height:7px;
	background-image:url(images/white_box.jpg);
	background-position:bottom;
	clear: left;
}

.white_content {
	background-color: #f7f7f7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f4f4f4;
	border-left-color: #f4f4f4;
}
.white_line {
	background-image:url(images/white_line.jpg);
	width:2px;
	height:200px;
	float:left;
	margin-top: 40px;
}
/*==================END white box====================*/

.footer{
	width:100%;
	height: 82px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #373737;
	background-color:#000000;
	margin-top:15px;
}

/*.3col{
	width:948px;
}
.3col_left{
	width:276px;
	margin-right:24px;
	float:left;
}
.3col_right{
	width:276px;
	float:left;
}*/

#threeCol {
	width: 100%;
	height: 350px;
} 
#threeCol p{
	font-size:12px;
	line-height: 16px;
}
#threeCol img{
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#leftCol {
	float: left; /* since this element is floated, a width must be given */
	width: 274px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	}
	
#leftColtwo {
	float: left; /* since this element is floated, a width must be given */
	width: 600px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
	}

#fullpage {
	float: left; /* since this element is floated, a width must be given */
	padding-right: 15px;
	padding-left: 20px;
	padding-top: 10px;
	}

#centerCol {
	float: left; /* since this element is floated, a width must be given */
	width: 274px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

#rightCol {
	float: left; /* since this element is floated, a width must be given */
	width: 274px;
	padding-right: 15px;
	padding-left: 20px;
	padding-top: 10px;
}

.grey_content h1 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: -15px;
	margin-top: 0px;
	color: #FFF;
}

.white_content h1 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: -15px;
	margin-top: 0px;
	color: #000;
}
.grey_content p {
	color: #FFF;
}
.white_content p {
}
/*.white_content img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}*/
.white_content h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #007ec6;
	margin-bottom: -30px;
}
.white_content h3 {
	font-size: 14px;
	font-style: italic;
	line-height:14px;
	margin-bottom:-20px;
}
.white_content h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #007ec6;
	margin-bottom:-10px;
}

.white_content ul {
	font-size: 12px;
	color: #000;
	line-height: 14px;
	list-style-type: disc;
	clear: left;
}
.white_content li {
	margin-bottom: 1em;
}
.grey_content ul {
	font-size: 12px;
	color: #FFF;
	line-height: 14px;
	list-style-type: disc;
	display: block;
	clear: left;
}
.grey_content li {
	margin-bottom: 1em;
}


.cust_quote {
	font-size: 12px;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 40px;
}
.cust_quote h1{
	font-size: 14px;
	color: #007ec6;
	font-weight: bold;
}
.cust_quote p {
	margin-top: 2px;
}
.cust_quote h2 {
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.grey_content h2 {
	font-size: 12px;
	line-height: normal;
	font-style: italic;
	margin-top: 20px;
	color: #9ECB34;
	font-weight: lighter;
}
.grey_content h3 {
	font-size: 12px;
	color: #007ec6;
	margin-top: -10px;
}
.white_content .twoevencol {
	float: left;
	width: 430px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.col_split{
	font-size:1px;
	line-height:1px;
	height:2px;
	background-image:url(images/3col_split.jpg);
	background-position:top;
	clear: right;
}
.gallery_three img {
	margin-right: 5px;
}
.gallery_two img {
	margin-left: 30px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.gallery_two p {
	font-size:12px;
	margin-bottom:-8px;
	margin-left:30px;
}
.double {
	width: 430px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.contactform {
	float: right;
	width: 250px;
	height: auto;
	margin-bottom: 25px;
	margin-left: 10px;
}
.crumb {
	font-size: 12px;
	line-height: 10px;
	color: #999;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #333;
}

.crumb a:hover {
	text-decoration: none;
	color: #00a2ff;
}

.crumb h4{
	color:#666;
}
.crumbarrows {
	color: #666;
}
.dwizlink {
	width: 350px;
	height: 84px;
	float: left;
}
.gallery_three p {
	margin-bottom: -5px;
}

