@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/bg-page.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-color: #55657c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
}
a:link {
	color: #FFFFFF;
	border-bottom: dotted #FFFFFF 1px;
	padding-bottom: 1px;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	border-bottom: dotted #FFFFFF 1px;
	padding-bottom: 1px;
	text-decoration: none;
}
a:hover {
	border-bottom: 0;
	color: #9FC9FE;
	background-color: #043174;
}
a:active {
	color: #FFFFFF;
	border-bottom: dotted #FFFFFF 1px;
	padding-bottom: 1px;
	text-decoration: none;
}
p {
	margin-bottom: 10px;
}
h2 {
	color: #9fc9fe;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: solid #CCCCCC 1px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #B4CCEE;
	letter-spacing: -0.5px;
}

img {
	border: 0;
}

#main_wrapper {
	width: 800px;
	margin: 15px auto;
	background-image: url(images/bg-main.gif);
	background-repeat: repeat-x;
	background-color: #646464;
	border: solid #FFFFFF 1px;
}
#header {
	width: 800px;
	height: 357px;
	background-image: url(images/header.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#logo {
	width: 339px;
	height: 127px;
	background-image: url(images/logo.gif);
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 35px 0 0 25px;
	background-position: bottom right;
	float: left;
}
#body {
	width: 520px;
	float: left;
	padding: 35px 10px 20px 20px;
}
#right_bar {
	width: 200px;
	float: right;
	padding: 35px 20px 20px 5px;
}
#footer {
	clear: both;
	background-color: #142b4c;
	border-top: solid #FFFFFF 1px;
	padding: 15px;
	font-size: 11px;
	text-align: center;
}
#nav_wrapper {
	float: right;
}

#nav {
	width: 367px;
	height: 76px;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(images/menu.jpg);
}
  #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
  #nav li, #nav a {
	height: 76px;
	display: block;
}
	
  #panel1b {
	left: 0px;
	width: 57px;
}
  #panel1b a:hover {
	background: url(images/menu.jpg) 0 -76px no-repeat;
}
  #panel2b {
	left: 57px;
	width: 60px;
}
  #panel2b a:hover {
	background: url(images/menu.jpg) -57px -76px no-repeat;
}
  #panel3b {
	left: 117px;
	width: 78px;
}
  #panel3b a:hover {
	background: url(images/menu.jpg) -117px -76px no-repeat;
}
  #panel4b {
	left: 195px;
	width: 77px;
}
  #panel4b a:hover {
	background: url(images/menu.jpg) -195px -76px no-repeat;
}
  #panel5b {
	left: 272px;
	width: 95px;
}
  #panel5b a:hover {
	background: url(images/menu.jpg) -272px -76px no-repeat;
}
#samples, #samples a:link, #samples a:visited, #samples a:active {
	width: 169px;
	height: 168px;
	margin: 0 auto 15px auto;
	border: 0;
}
#visit {
	width: 169px;
	height: 166px;
	margin: 0 auto 0 auto;
	border: 0;
	background-image: url(images/visit.gif);
	text-align: center;
}
#address   {
	padding: 60px 6px 6px 6px;
	color: #970707;
	font-size: 11px;
	line-height: 12px;
}
#address p {
	margin: 0;
}
#num_title {
	float: left;
	width: 50px;
	text-align: right;
	margin-top: 8px;
	color: #646464;
	font-weight: bold;
}
#number {
	float: right;
	width: 95px;
	text-align: left;
	margin-top: 8px;
	color: #000000;
}
#email {
	clear: both;
	padding-top: 8px;
}
#email a:link, #email a:active, #email a:visited {
	color: #970707;
	border-bottom: dotted #970707 1px;
	padding-bottom: 1px;
	text-decoration: none;
}
#email a:hover {
	border-bottom: 0;
	color: #F4BAAE;
	background-color: #970707;
}
	#flashcontent {
	width:520px;
	height:400px;
	}
#testimonials {
	height: 93px;
	width: 399px;
	background-image: url(images/testimonials.jpg);
	padding: 15px 5px 5px 120px;
	margin-top: 30px;
	color: #142B4C;
	font-size: 12px;
}
/*Example CSS for demo ticker*/

#ajaxticker1{
	width: 390px;
	height: 85px;
}

.color_blue {
	color: #9FC9FE;
}
.color_red_b {
	color: #980808;
	font-weight: bold;
}
.float_right {
	float: right;
	margin: 0 0 4px 10px;
}
.form {
	width: 150px;
	height: 18px;
	float: left;
	margin: 6px 0;
	text-align: right;
}
.field {
	width: 350px;
	float: right;
	padding: 6px 0;
}
.button {
	width: 350px;
	padding: 2px 0;
	height: 25px;
	float: right;
}
.border {
	border-style:solid;
	border-width:1px;
	border-color:#091930;
	color:#08182F;
	background-color:#A9A9A9;
	font-family:Arial, Helvetica, sans-serif;
	width:180px;
}
input:hover {
	background-color:#B8C3D2;
}
input.border:focus {
	border: 1px solid #142b4c;
	background-color: #B8C3D2;
}
.formborder {
	border-width:0;
	color:#FFFFFF;
	background-image:url(images/form.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:130%;
	width:89px;
	padding-bottom:1px;
	height: 30px;
}
.bordermessage {
	border-style:solid;
	border-width:1px;
	border-color:#142b4c;
	color:#091930;
	background-color:#A9A9A9;
	font-family:Arial, Helvetica, sans-serif;
	width:275px;
	padding: 3px;
}
