    /*----[Global]----*/

body {
    margin: 0px;
    padding: 0px;	
	background: url(../images/global/head.jpg) left top repeat-x;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #1e3851;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	font-size: 1em;
}
a {
	color: #0077dd;
}
a:hover {
	text-decoration: none;
}
img {
    border: 0;
}
img.left {
	float: left;
	margin: 5px;
}
img.right {
    border: none;
    padding: 0;
    display: block;
    float: right;
    margin: -20px 0 0 5px;
}
#wrapper{
    text-align: left;
    margin: 0 auto;
    width: 915px;
}
span.skip {
    font-size: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    top: -999em;
    left: -999em;
}

    /*----[Header]----*/

#header {
	width: 915px;
	padding: 0;
	height: 100px;
	color: #254360;
}
#header h1 {
	clear: both;
	float: left;
	margin: -20px 0 10px 25px;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: 2em;
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", serif;
}
#header h2 {
    clear: both;
    float: left;
    margin: -10px 0 0 50px;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
}

    /*----[Head Navigation]---*/

#headnav {
	float: left;
	margin: 5px 0 0 0;
}
#headnav ul {
	margin: 0;
	padding: 0;
}
#headnav ul li {
	list-style-type: none;
	margin: 0 2px 0 0;
	padding: 0 0 0 2px;
	float: left;
}
#headnav ul li a:link,
#headnav ul li a:visited,
#headnav ul li a:hover,
#headnav ul li a:active {
	color: #874B46;
	text-decoration: none;
	font-size: 0.9em;
}
#headnav ul li a:hover {
	color: #325187;
	text-decoration: underline;
}

    /*----[Search]----*/
    
fieldset { 
	background-color: transparent;
	border: none;
	width: 200px;
	margin: 0 0 10px 3px;	
}
label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", "Century Schoolbook", Serif;
}
input {
	padding: 0 2px 2px 5px;
	border: 1px solid #1E3851;
	color: #1e3851;
	width: 145px;
	float: left;
	font-size: 0.8em;
}
input:focus {
    background-color: #f1f1f2;
}
form.search {
    width: 200px;
    float: right;    
}
fieldset legend {
    display: none;
}
input.btnGo {
      display: block;
      clear: none;
      float: left;
      width: 25px;
      height: 20px;
      padding: 0;
      border: none;
      margin: -2px 0 0 8px;
}
p.SearchHeader {
    font-size: 1.2em;
    margin-top: 12px;
    font-weight: bold;
    text-align: center;
}
p.SearchTitle {
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
}
body#utilityPage p.SearchHeader {
    text-align: center;
}

    /*----[Top Menu]----*/

#menu {
    height: 42px;
}
ul.topnav {
    margin: 11px 0 0 0;
    padding: 0;
    list-style-type: none;
    width: auto;
    position: relative;
    display: block;
    height: 36px;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    background: #c5e2d6 url("../images/menu/topnav_bg.gif") repeat-x top left;
    font-family: Arial, Verdana, sans-serif;
}
ul.topnav li {
    display: block;
    float: left;
    margin: 0;padding: 0;
}
ul.topnav li a {
    display: block;
    float: left;
    color: #874B46;
    text-decoration: none;
    padding: 12px 20px 0 20px;
    height: 24px;
    background: transparent url("../images/menu/topnav_divider.gif") no-repeat top right;
}
ul.topnav li a:hover {
    background: transparent url("../images/menu/topnav_hover.gif") no-repeat top right;
}
ul.topnav li a.current,
ul.topnav li a.current:hover {
    color: #fff;
    background: transparent url("../images/menu/topnav_current.gif") no-repeat top right;
    height: 23px;
}

    /*----[Main]----*/

#main {
	width: 915px;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
}

    /*----[Sub Nav]----*/

#subnav {
	float: left;
	width: 170px;
}
#subnav ul {
	margin: 0 0 10px 10px;
	padding: 0;
}
#subnav ul li {
	list-style-type: none;
	margin: 7px 0;
	width: 150px;
}
#subnav ul li.title {
    display: block;
    width: 160px;
    background: transparent url("../images/menu/topnav_current.gif") no-repeat;
    padding: 5px 0;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    margin-left: 0;    
}
#subnav ul li a:link,
#subnav ul li a:visited,
#subnav ul li a:hover,
#subnav ul li a:active {
	color: #874B46;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	display: block;
	width: 140px;
	text-decoration: none;
}
#subnav ul li a:hover {
	color: #325187;
	text-decoration: underline;
	padding: 0 10px 0 0;
}
#subnav ul li a.current {
	color: #325187;
	text-decoration: none;
	cursor: default;
	padding: 0 10px 0 0;
}

    /*----[Content]----*/

#content {
	float: right;
	width: 725px;
	padding: 5px 10px;
	min-height: 450px;
}
#content h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 8px 0 0 0;
}
#content h3.acknowledge {
    clear: both;
}
#content h4 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 8px 0 0 0;
}
#content p {
    text-align: justify;
}
#content p.back {
    float: left;
    margin: 10px 0 10px 10px;
    background: url(../images/pink-arrow-left.gif) left center no-repeat;
    padding: 0 0 0 11px;
}
#content p.continue {
    float: right;
    margin: 10px 10px 10px 0;
    background: url(../images/pink-arrow.gif) right center no-repeat;
    padding: 0 11px 0 0;
}
#content p.back a,
#content p.continue a {
	color: #874B46;
	text-decoration: none;
}
#content p.back a:hover,
#content p.continue a:hover {
	color: #325187;
	text-decoration: underline;
}
#content ul li {
    line-height: 1.4em;
    margin-bottom: 3px;
}
#content ul li ul {
    margin-left: -20px;
}

    /*----[Footer]----*/

#footer {
	clear: both;
	margin: 0px auto;
	height: 4em;
	background: url(../images/global/footer.gif) repeat-x left top;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.7em;
}
#footer p {
	padding: 2px 0 0 0;
	color: #fff;
	font-size: 1.1em;
}
#footer a {
	color: #fff;
}

    /*----[Home Page]----*/

#homePage #content {
    width: 905px;
    border-left: none;
}
#homePage img.montage {
    margin-left: 15px;
}
#rightnav {
    float: right;
    background: #fff url("../images/menu/rightnav.jpg") top left no-repeat;
    width: 250px;
    min-height: 370px;
}
#rightnav ul {
    float: left;
    margin: 30px 0 0 0;
    width: 175px;
    font-weight: bold;
}	
#rightnav ul li {
    clear: left;
    float: left;
    padding: 12px 0;
    width: 175px;
    margin: 0;
    border-bottom: solid 1px #538dc2;
    list-style-type: none;
    text-align: center;
}
#rightnav ul li.rightnav-header {
    display: block;
    background-image: url(../images/rollovers/sample.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 0px !important;
	margin: 10px 0;
	overflow: hidden;
	padding: 25px 0pt 0pt;
}
#rightnav ul li a:link,
#rightnav ul li a:visited,
#rightnav ul li a:hover,
#rightnav ul li a:active {
	color: #874B46;
	font-weight: bold;
	text-align: left;
	display: block;
	width: 175px;
	text-decoration: none;
}
#rightnav ul li a:hover {
	color: #325187;
	text-decoration: underline;
	padding: 0 10px 0 0;
}
ul.services li {
    line-height: 1.4em;
}
ul.services li a {
    text-decoration: none;
}
ul.services li a:link,
ul.services li a:visited,
ul.services li a:hover,
ul.services li a:active {
	color: #874B46;
	text-decoration: none;
	margin: 0 0 0 10px;
}
ul.services li a:hover {
	color: #325187;
	text-decoration: underline;
}

    /*----[Pricing Page]----*/

dl.pricing {
 display: block;
 line-height: 1.5em;
}
dl.pricing dt {
 clear:   left;
 display:  block;
 float:   left;
 width:   250px;
}
dl.pricing dd {
 clear:   right;
 display:  block;
 white-space: nowrap;
 text-align: right;
 width: 400px;
}

    /*----[Video]----*/

#container {
    margin: 15px auto;
    width: 340px;
}
#mediaspace {
    margin: 15px auto;
    width: 368px;
}

    /*----[Rotating Images]----*/
    
#masthead,
#flashmovie {
    margin-top: 25px;
}

    /*----[Gallery]----*/

ul.gallery {
  float: left;
  clear: left;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  width: 690px;
}
*:first-child+html ul.gallery {
  float: none;
}
ul.gallery li {
  float: left;
  width: 220px;
  min-height: 200px;
  padding: 0;
  margin: 10px 0;
  font-size: 1em;
  border-bottom: 1px dotted #ccc;
}
.image {
    min-height: 170px;
}
ul.gallery li img {
   border: none;
   display: block;
   margin: 0 auto;
   text-align: center;
}
ul.gallery li p {
   font-size: 1.2em;
   margin: 10px;
   text-transform: uppercase;
}
#content ul.gallery li ul.details {
  float: left;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  width: 186px;
  border: none;
}
#content ul.gallery li ul.details li {
  float: left;
  min-height: 0px;
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
}
ul.details li.title {
  text-transform: uppercase;
}
ul.details li.title2 {
  text-transform: uppercase;
  margin: 10px 0 0 0;
  text-align: center;
}
#gallery-flickr ul.gallery li 
{
    width: 115px;
    min-height: 100px;
}      

    /*----[Cobra Gallery]----*/

#PhotoDetail { 
    margin-bottom: 10px;
}
.Thumb {
    clear: none;
    float: left;
    width: 220px;
}
#content .Thumb img,
#content .Thumb p {
    display: block;
    margin: 5px auto;
    text-align: center;
    border: none;
}
#content .Thumb img {
    border: 1px solid #ccc;
}
#subMenu ul.L2 {
    margin-bottom: 0;
}
#PhotoDetail img {
    clear: both;
    display: block;
    Margin: 0 auto;
    text-align: center;
}
p.pagination {
    clear: both;
    float: left;
    width: 600px;
    text-align: center;
    margin-left: 70px;
    font-family: Georgia, "Times New Roman", Serif;
}
p.pagination a.next {
    float: right;
    text-decoration: none;
    margin-right: 20px;
    background: url(../images/pink-arrow.gif) right center no-repeat;
    padding-right: 15px;
    color: #874B46;
    letter-spacing: 1px;
}
p.pagination span.previous {
    width: 200px;
    float: left;
    text-align: left;
    background: url(../images/pink-arrow-left.gif) left center no-repeat;
    padding-left: 15px;
}
p.pagination span.null {
    width: 200px;
    float: left;
}
p.pagination span.thumbnails {
    width: 200px;
    float: left;
    display: inline;
    text-align: center;
    margin-left: -20px;
}
p.pagination span.previous a,
p.pagination span.thumbnails a {
    text-decoration:none;
    color: #874B46;
    letter-spacing: 1px;
}

    

    /*----[News]----*/

#BodyWrap ul li {
    list-style-type: none;
}

    /*----[Contact Form]----*/
    
#mainForm {
	border: none;
	clear: both;
	margin: 20px 0 2px 0;
	background-color: #fff;
}
#mainForm input,
#mainForm textarea {
	border: 1px solid #ccc;
	padding-left: 5px;
	float: left;
}
#mainForm label  {
	float: left;
	width: 180px;
}
ul#mainForm_1 {
	list-style-type: none;
	width: 95%;
	margin: 25px 0 0 0;
	font-size: 1.2em;
}
ul#mainForm_1 li {
	list-style-type: none;
}
#mainFormError {
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}
input.mainFormError {
	background-color: #FADADD;
}
textarea.mainFormError {
	background-color: #FADADD;
}
select.mainFormError {
	background-color: #FADADD;
}
#formHeader {
	position: relative;
	width: 100%;
	background-color: #666699;
	margin:0 0 0 0;
	padding-bottom: 10px;
}
p.formHeader {
	text-align: right;
	margin: 0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 25px;
	position: relative;
	left: -5px;
	top: 4px;
	letter-spacing: 2px;
}
#formInfo {
	position: relative;
	width: 100%;
	background-color: #fff;
	margin: 0;
}
p.formInfo {
	text-align: left;
	margin: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 12px;
	position: relative;
	left: 20px;
	top: 0px;
	color: #fff;
}
#formFields {
	position: relative;
	width: 100%;
	background-color: #fff;
	margin: 0;
}
label.formFieldQuestion {
	line-height: 125%;
	clear: both;
	padding: 0 4px 1px 0;
	border: none;	
	display: block;
	font-size: 95%;
	font-weight: bold;
}
label.formFieldOption {
	font-size: 90%;
	display: block;
	line-height: 1em;
	margin: -19px 0 0 25px;
	padding: 4px 0 5px 0;
	width: 90%;
}
input.formFieldStyle {
	display: block;
	line-height: 1.4em;
	margin: 8px 0 0 3px;
	width: 13px;
	height: 13px;
}
li.mainForm {
    margin-top: 15px;
}
li.buttons {
	list-style-type: none;
}
li.buttons input {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 200px;
    font-size: 1.2em;
}
input#saveForm {
    margin-left: 25px;
}
p.contactType {
    text-indent: 35px;
}

    /* tooltip */
    
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration: none; 
	position: relative;
}
a.info span {
	position: relative;
	display: none;
}
a.info:hover {
	position: relative;
	cursor: default;
}
a.info:hover .infobox {
	font-weight: normal; 
	display: block; 
	position: absolute; 
	left: 25px;
	width: 350px; 
	height: 20px; 
	border: 1px solid #ccc; 
	background: #f4f4f4 url(question.gif) no-repeat bottom right; 
	color: #000; 
	text-align: left; 
	font-size: 1em; 
	padding-left: 10px; 
	padding-top: 0;
	top: -20px;
}

    /*----[Menus Pages]----*/

#content #menu-page #Header {
    background:#FFFFFF url(../images/menus/logo_3.jpg) no-repeat scroll 0 0;
    height:150px;
    margin:0;
    padding:0;
    width:725px;
}

    /*----[Preload/Cycle]----*/

#s3 {
    margin-top: 30px;
}

    /*----[RSS/Twitter]----*/

#feedControl {
    width: 220px;
    float: left;
}
#feedGadget,
#twitter {
    float: left;
    margin-left: 25px;
}
.gfc-title {
    font-size: 1.1em;
    font-weight: bold;
}

    /*----[YouTube]----*/

#container_video_youtube {
    width: 500px;
    float: right;
    margin-top: 13px;
}
#small_youtube {
    width: 200px;
    float: left;
}