@charset "UTF-8";

/* ~~ site wide styles ~~ */

body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

ul, ol, dl {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

a img {
	border: none;
	padding-right: 10px;
	padding-left: 10px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

.main-pad {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.mainFade {
	background-color:#ffffff;
  	border:0px solid black;
 	 /* for IE */
 	 filter:alpha(opacity=80);
 	 /* CSS3 standard */
 	 opacity:0.8;
}

/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-slider {
	padding:0;
	overflow:hidden;
	zoom:1;
	position:relative;
	left:0px;
	top:0px;
	z-index:5;
}

/* ~~ styles for images ~~ */

img.logo {
	position:relative;
	left:0px;
	top:0px;
	z-index:1;
}

img.shadow {
	position:relative;
	left:0px;
	top:0px;
	z-index:0;
}

.blank-button {
	background-image: url(images/generic.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 90px;
	width: 300px;
}

/* ~~ menu links ~~ */

.linkMenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 14px;
}
.linkMenu a:visited, linkMenu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 14px;
}
.linkMenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 14px;
	background-image: url(images2/red_block.png);
	background-repeat: no-repeat;
	background-position: 0px;
}

.linkCopy a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	text-decoration: none;
}
.linkCopy a:visited, linkCopy a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	text-decoration: none;
}
.linkCopy a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	text-decoration: underline;
}

/* ~~ styles for text ~~ */

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}

.name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	position:relative;
	left:596px;
	top:-358px;
	z-index:10;
	text-align: right;
	width: 350px;
}

.headerLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 40px;
	font-weight: bold;
	color: #282828;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}

.boldLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #282828;
}

.boldOr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #F89829;
}

.boldSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #454545;
}

.blueName {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #007da2;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.divider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 15px;
}

.required {
	font-family: Arial, Helvetica, sans-serif;
	color: #007da2;
	font-size: 11px;
	margin: 0;
	padding: 0;
}


/* ~~ main site DIVs ~~ */

.header {
	height: 100px;
	background-color: #ffffff;
	background-image: url(images2/header_bar.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.menu {
	padding: 4px 0;
	height: 27px;
	background-color: #efefef;
	background-image: url(images2/menu.png);
	background-repeat: repeat-x;
}

.main {
	padding: 0px 0;
	height: 320px;
	background-image: url(images2/main-back.jpg);
	background-repeat: repeat-x;
}

.shadow {
	margin: 0 auto;
	background-image: url(images2/shadow.png);
	background-repeat: no-repeat;
	background-position: center 340px;
}

.container {
	padding: 0px 0;
	background-color: #ffffff;
}

.footer {
	padding: 0px 0;
	height: 65px;
	background-color: #efefef;
	background-image: url(images2/bottom-bar.png);
	background-repeat: repeat-x;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.sideLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
