/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	border:solid #6c6969;
	border-width: 3px 3px 3px 3px;
}


/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	text-decoration: none;
}

/* Redefines the p tag */
p {
	font-size: 14px;
	color: #746e6e;
	text-transform: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p#center {text-align: center
}

h1 {
	color: #ce830c;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 28px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	font-weight: normal;
	font-style: normal;
	padding-left: 0px;
	text-align: left;
	text-transform: none;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	color: #d5b074;
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	font-size: 18px;
	font-weight:300;
	text-transform:none;
	text-align: left;
	color: #cc9933;
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h4 {
	font-size: 16px;
	font-weight: 250;
	text-transform: capitalize;
	text-align: left;
	color: #363679;
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
address {
	font-style: normal;
}

address a:link, addressx a:visited {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
address a:hover {
	text-decoration: none;
	color: #7200C5;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #e0ce68;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */

div#header {
	width: 900px;
	height: 300px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

/* Creates the div container for the site. */
div#container {
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-color:#666666;
	border-width: 0px 1px 0px 1px;

}

/* Creates the div for the content */

div#content {
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-color:#FFFFFF;
}

div#bodycopycol {
	width: 450px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	
	
}


div#bodycopycol2 {
	width: 420px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	   
}

div#bodycopycol3 {
	width: 840px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#bodylist {
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/* Creates the div for the address */
div#address {
	text-align: center;
	color: #434D61;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	width: 870px;
	text-transform: none;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


		

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 900px;
	color: #434D61;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 9px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div#footer a:link, div#footer a:visited {
	color: #434D61;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}

div#footer a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #C0C0C0;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#copyright a {
	font-size: 9px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 240px;
	left: 0px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #cbc7c2;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

div#nav li {
	float:left;
	margin:0;
	padding:2px;
	line-height:normal;
	text-indent:0;
}

div#nav li a {
	display:block;
	color:#374052;
	text-decoration:none;
	font-weight: normal;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#nav li a:hover {
	color: #d5b074;
}

ul#list {
}

ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bul.gif);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color: #d5b074;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}

ul#list2 li {
	list-style-position: outside;
	list-style-image: url(images/bul.gif);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color: #d5b074;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}

ul#list3 li {
	list-style-position: outside;
	list-style-image: url(images/bul.gif);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color: #d5b074;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}

ul#list4 li {
	list-style-position: outside;
	list-style-image: url(images/bul.gif);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color: #d5b074;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}

ul#list5 li {
	list-style-position: outside;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color: #d5b074;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}


.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
	text-align: right;
}

div#map {
	margin-bottom: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	height: 410px;
	width: 410px;
	padding: 4px;
	background-color: #FFFFFF;
	float: left;
	clear: both;
}
.specialh4 {
	font-size: 16px;
	font-weight: 350;
	text-transform: capitalize;
	text-align: center;
	color: #990066;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
.firstsentence {
	color: #119cb3;
	text-transform: uppercase;
}

.firstsentence1 {
	color: #119cb3;
	text-transform: uppercase;
	text-align: center;
}

.specialtext {
    text-align: center;

}

.subtext {
font-size: 9px;
color: #9999FF;
}

.companyname {
	color: #ce830c;
	text-transform: none;
	font-weight: bold;
}

.important {
	color: #66CC00;
	text-transform: uppercase;
	font-weight: bold;
}

.cta {
	margin-bottom: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}

.imgcenter {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.rightimg {
	float: right;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-color: #717171;
}

.leftimg {
	float: left;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #CAD5DD;
}


div#flash {
	position: absolute;
	top: 0px;
	height: 159px;
	width: 210px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

div#contact {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#busname {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 870px;
}

div#genbook {
	position: absolute;
	top: 280px;
	height: 55px;
	width: 250px;
	margin: 0px;
	padding: 5px;
	right: 0px;
	left: 600px;
	bottom: 0px;
}
