@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #C0C0C0;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#siteWrapper {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	left: 0px;
	top: 0px;
	height: 209px;
	width: 1000px;
	background-image: url(../images/css1/head_graphic.jpg);
	float: left;
}
#header #webaddress {
	height: 75px;
	width: 500px;
	float: left;
}

#header .navigation {
	font-size: 10px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	font-weight: bold;
}
#content {
	background-repeat: repeat-x;
	width: 1000px;
	left: 0px;
	top: 0px;
	background-image: url(../images/css1/gradient.jpg);
	background-color: #333366;
	display: block;
	float: left;
}
#content #leftCol {
	padding: 10px;
	background-repeat: repeat-x;
	margin: 0px;
	float: left;
	width: 140px;
}
#content #leftCol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-variant: normal;
	text-transform: capitalize;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	margin: 10px;
	padding: 3px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #97AAC8;
	border-right-color: #97AAC8;
	border-bottom-color: #97AAC8;
	border-left-color: #97AAC8;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
}
#content #leftCol img {
	border: 2px solid #97AAC8;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content #main {
	padding: 10px;
	float: left;
	width: 525px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}

#content #main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: normal;
	text-transform: capitalize;
	text-align: left;
}
#content  #main  h1, h3  {
	color: #97AAC8;
}
#content #main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	text-transform: capitalize;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 2px;
}
#content #main h3 {
	font-size: 8pt;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content #main ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/checkmark.gif);
	vertical-align: middle;
	padding-left: 60px;
}



#content #main p {
	text-align: left;
	padding-bottom: 10px;
}
#content #main img {
	border: 2px solid #97AAC8;
	text-align: center;
	margin: 5px;
	padding: 0px;
}

#content #main .emphasis {
	font-weight: bold;
	color: #97AAC8;
}
#content #main .location {
	width: 100%;
	text-align: center;
}
#content #main .location h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	text-transform: capitalize;
	text-align: left;
}
#content #main .location p {
	text-align: left;
}

#content #main .location img {
	border: 2px solid #97AAC8;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content #main .contact {
	width: 100%;
	text-align: center;
}
#content #main .contact h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	text-transform: capitalize;
	text-align: left;
}
#content #main .contact h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	font-variant: normal;
	text-transform: capitalize;
	text-align: left;
}


#content #main .contact img {
	border: 2px solid #97AAC8;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content #main .specials {
	text-align: center;
	width: 100%;
}
#content #main .specials img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content #main .specCon {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #97AAC8;
	border-right-color: #97AAC8;
	border-bottom-color: #97AAC8;
	border-left-color: #97AAC8;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
#content  #main  .specCon  p {
	margin-top: 2px;
	margin-bottom: 2px;

}
#content #main .specCon img {
	border: 2px solid #97AAC8;
	float: left;
	margin-right: 10px;
}
#content #main .specCon .emphasis {
	color: #97AAC8;
	font-weight: bold;
	display: block;
	font-size: 10pt;
}




#content #main .contact #leftCol {
	padding:0px;
	width:49%;
	text-align:left;
}
#content #main .contact #rightCol {
	padding:0px;
	width:49%;
	text-align:left;
}

#content #main .contact p {
	text-align: left;
}
#content #main .contact ul   {
	list-style-type: none;
}
form {
	text-align: left;
	margin-left: 60px;
}
form  label {
	font-weight: bold;
	float: left;
	width: 120px;
}
form input, textarea {
	width: 180px;
	margin-bottom: 5px;
}
textarea {
	height: 150px;
	width: 250px;
}
#submitbutton {
	width: 90px;
	margin-top: 5px;
	margin-left: 120px;
}
#content #rightCol  {
	background-repeat: no-repeat;
	width: 265px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content #rightCol h1     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-variant: normal;
	text-transform: capitalize;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	padding: 3px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #97AAC8;
	border-right-color: #97AAC8;
	border-bottom-color: #97AAC8;
	border-left-color: #97AAC8;
	border-left-width: 1px;
}
#content #rightCol  .call  {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	vertical-align: middle;
	clear: both;
	float: left;
	background-image: url(../images/call_cbt.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 120px;
	font-size: 12pt;
	font-weight: bold;
	border: 2px solid #97AAC8;
}
#content #rightCol  .container  {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	display: block;
	vertical-align: top;
	clear: both;
	float: left;
}
#content #rightCol     .container    ul    {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content #rightCol      .container     ul li   {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content    #rightCol    .container    ul    li   a   {
	display: block;
	padding: 5px;
	height: 60px;
	vertical-align: middle;
}
#content #rightCol .container ul li a:hover {
	text-decoration: none;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	display: block;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
}





#content #rightCol       .container h4   {
	color: #97AAC8;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
#content #rightCol  .container  p  {
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
#content #rightCol  .container  img  {
	border: 2px solid #97AAC8;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	vertical-align: top;
	float: left;
}

#footer {
	font-size: 10px;
	color: #000000;
	text-align: center;
	width: 1000px;
	background-color: #C0C0C0;
	background-image: url(../images/css1/footer_graphic.gif);
	height: 60px;
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}


#footer .copyright {
	float: left;
	margin-left: 30px;
	text-align: left;
}
#footer .design_info {
	float: right;
	margin-right: 30px;
	text-align: right;
}
.clear {
	clear: both;
}
