/* Generic styles */

* {
	margin: 0;
	padding: 0;
}

body
{
	background: #fff url(../images/body-bg.gif) repeat-x;
	font : 62.5%/1.6 verdana, arial, "lucida grande", sans-serif;
}

img {
  	border: none;
}

.clear {
  	clear: both;
}

ul {
	list-style-type: none;
	margin-left: 20px;
}

a, a:link {
	color: #2f527a;
	text-decoration: none;
}


/* lets build the page */

#page-wrap {
	width: 953px;
	margin: 0 auto;
	border-top: none;
	font-size: 1.3em;
}

#header {
	width: 100%;
	height: 142px;
	background: transparent url(../images/header.png) no-repeat 0 15px;
}

/* this is the main navigation */

 #header ul {
  margin:0;
  padding:32px 10px 0;
  clear:both;
  list-style:none;
  margin-left: -7px;
 }
 
#header li {
  float:left;
  background:url("../images/nav/left.png") no-repeat left top;
  margin:0 0;
  padding:0 0 0 5px;
 }
 
#header a {
  float:left;
  display:block;
  background:url("../images/nav/right.png") no-repeat right top;
  padding:5px 15px 7px 12px;
  text-decoration:none;
  text-transform: uppercase;
  color:#fff;
 }
 
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
   
#header a {float:none;}

/* End IE5-Mac hack */
#header a:hover {
  color:#6596ab;
}

#header .active {
  background-image:url("../images/nav/left_on.png");
}

#header .active a {
  background-image:url("../images/nav/right_on.png");
  color:#fff;
  padding-bottom:5px;
}

#banner {
	clear: both;
	width: 951px;
	height: 183px;
	margin-top: 9px;
	border-left: 1px solid #919189;
	border-right: 1px solid #919189;
}

#main-content {
	border: 1px solid #919189;
	border-top: none;
	width: 951px;
	background: #fff;
}

#left {
	width: 203px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.left-wrap {
	width: 201px;
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
	
}

.left-wrap img, .right-wrap img {
	margin-bottom: -5px!important;
}

#middle {
	float: left;
	width: 500px;
	margin-left: 10px;
	color: #00182c;
}

#h2 {
	border: 1px solid #bfbfbf;
	padding: 5px;
	margin-top: 10px;
}

#h2 h2 {
	font-size: 1.3em;
}

#middle p {
	padding: 5px;
}

#middle form {
    border: 1px solid #666;
	overflow:auto;
}

#middle form p {
    float: left;
    width: 200px;
}

#middle form p input[type=text] {
    height: 14px;
    padding: 3px;
}

#middle form p input[type=text], #middle form p textarea, #middle form p select {
    width: 180px;
    border: 1px solid #666;
}

#right {
	width: 203px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.right-wrap {
	width: 201px;
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
}

#left h3, #right h3 {
	color: #fff;
	background: transparent url(../images/h2bg.gif);
	width: 201px;
	height: 32px;
	font-weight: normal;
	text-align: center;
	font-size: 1.1em;
	border: 1px solid #000;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 2em;
}

.entry {
	overflow: hidden;
	margin-top: 10px;
	border-bottom: solid 1px #CCCCCC;
	padding-top: 5px;
	padding-bottom: 10px;
}

.entry dl {
	background: #FFF url(../images/stamp_bg.jpg) bottom left;
	background-repeat: repeat-x;
	float: left;
	border: solid 1px #CCCCCC;
	padding: 5px;
	padding-top: 0;
	margin: 5px;
}

.entry dt {
	font-size: 17px;
	font-weight: bold;
}

.entry dd {
	font-size: 10px;
	margin-top: 2px;
	text-transform: uppercase;
}

.entry .content {
	width: 200px;
	float: left;
	margin-left: 10px;
}

.entry .small_content {
	width: 200px;
	float: left;
	margin-left: 10px;
}

.entry a {
	font-weight: bold;
	margin: 0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.entry p {
	padding: 5px;
}

.cta {
	float: left;
	width: 234px;
	height: 210px;
	background: #fff url(../images/cta.gif);
	margin-left: 10px;
	margin-bottom: 25px;
}

.cta img {
	margin: 7px;
	margin-top: 10px;
	margin-bottom: 0;
}

.cta h3 {
	width: 150px;
	margin-left: 10px;
}

.cta p {
	float: right;
 	margin-top: -25px;
	margin-right: 8px;
	font-size: 0.8em;
}

/* footer stuff */

#footer {
	width: 953px;
	margin: 10px auto;
	font-size: 1.3em;
}

.address {
	background: #1d3952;
	padding: 5px;
	padding-left: 10px;
	color: #fff;
	font-size: 0.8em;
}

.links, .out-links {
	overflow:auto;
}

.links li {
float: left;
width: 155px;
margin-top: 10px;
margin-bottom: 10px;
}

.links a, .links a:link {
text-decoration: none;
color: #001436;
}

.out-links li {
float: left;
width: 155px;
margin-top: 10px;
margin-bottom: 10px;
}

.out-links a, .out-links a:link {
text-decoration: none;
color: #7f8e9c;
}

.float-right {
	float:right;
	margin:0 0 5px 5px;
}

.float-left {
	float:left;
	margin:5px 5px 0 0;
}

.copyright {
	clear: both;
	width: 953px;
	margin: 10px auto;
	font-size: 1.3em;
	border-top: 1px solid #1d3952;
}

.copyright img {
	float: right;
}

.copyright p {
	float: left;
	width: 500px;
}

#contactform input, #contactform textarea, #frmSS1 input, #frmSS1 textarea, #emailform input {
margin-left: 10px;
width: 170px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#contactform label, #frmSS1 label, #emailform label {
margin: 10px;
}

#contactform div, #frmSS1 div {
margin-bottom: 10px;
}

#submitform {
width: 129px!important;
height: 22px;
float: right;
margin-right: 10px;
}

#gallery-home {
	clear: both;
	border: 1px solid #bfbfbf;
	width: 490px;
	margin-left: 1px;
	margin-top: 10px;
	color: #00182c;
	overflow:hidden;
}

#gallery-home h3 {
	color: #fff;
	background: transparent url(../images/h2bg.gif);
	width: 480px;
	height: 32px;
	font-weight: normal;
	padding-left: 10px;
	font-size: 1.1em;
	border: 1px solid #000;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 2em;
}

.gallery {
	margin-left: 10px;
}

ul.gallery li {
	float: left!important;
	margin: 10px;
    border: 1px solid #bfbfbf;
	background: #fff;
	padding: 5px;
	text-align: center;
	height: 125px;
	width: 125px;
}

ul.gallery li a, ul.gallery li a:link {
	color: #00182C;
	font-size: 0.8em;
}

div.teltop {
    width: 285px;
    height: 82px;
    margin: 0px 25px 0 0;
    padding: 0;
    float: right;
}


div.teltop a {
    background: none!important;
}