/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body {
  background-color: #FFF;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  margin: 0px;
  padding: 0px;
}

/*links*/
a:link {color: #67744c;}
a:hover {color: #b6341a;}
a:visited {color: #67744c;}
img {border: 0 none;}

/* Clears Divs */
.clr {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
}

hr {
    border: 0;
    height: 0;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
}

/* #######################  END GENERAL SETTINGS ############################ */

.contentpaneopen{
  border-collapse:collapse;
  padding:0;
  margin:0;
  width: 100%;
}
.contentpaneopen td{
  border-collapse:collapse;
  padding:0;
  margin:0;
}

a:focus, a:hover, a:active { 
  outline: none; 
}

img {
  border: none;
}

.clr {
  clear: both;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li {
  float: left;
}

#nav ul li ul {
  display: none;
}

#wrapper {
  width: 1001px;
  margin: 0 auto;
}

#nav {
  height: 29px;
  margin: 29px 0 0 0;
}

#content {
  position: relative;
  min-height: 600px;
}

#nav ul.menu li {
  font-size: 16px;
  text-transform: uppercase;
  border-left: solid 1px #4487b1;
  line-height: 28px;
  padding: 0 33px;
}

#nav ul.menu li:first-child {
  border: none;
}

#nav ul.menu li a {
  color: #4487b1;
  text-decoration: none;
}

#nav ul.menu li a:hover, #nav ul.menu li.active a, #nav ul.menu li#current a {
  color: #1f5f87;
}


#content .social-icons {
  position: absolute;
  left: 0;
  bottom: 40px;
  padding-left: 50px;
}

#content .social-icons img {
  padding: 10px;
}

#content ul.content_list {
  margin-left: 400px;
}


#content ul.content_list li {
  float: none;
  list-style-type: square;
  padding: 2px 0;
}

#content h1 {
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #4486B1;  
  margin: 40px 0;
  padding: 0 0 15px 0;
  border-bottom: dotted 2px #ccc;
}

#content h4 {
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #4486B1;  
  padding: 0;
  margin: 0;
}

.img_left {
  float: left;
  margin: 0 30px 20px 0;
}

a:link, a:visited {
  color: #4486B1;
  text-decoration: underline;
  cursor: pointer;
}

#footer {
  background: #4487b1;
  color: #ffffff;
  font-size: 11px;
}

#footer .footer_content {
  width: 1001px;
  margin: 0 auto;
}

#footer .footer_content .left {
  float: left;
  width: 40%;
  padding: 3px 0 0 0;
}

#footer .footer_content .left a,  
#footer .footer_content .left a:visited,
#footer .footer_content ul.menu li a,
#footer .footer_content ul.menu li a:visited {
  color: #ffffff;
  text-decoration: none;
}

 #footer .footer_content .right {
  float: right;
  width: 50%;
}

#footer ul {
  padding: 19px 0;
  float: right;
  width: 50%;
}

#footer ul li {
  padding: 0 10px;
  border-left: solid 1px #fff;
  line-height: 10px;
  text-transform: uppercase;
}

#footer ul li:first-child {
  border: none;
}

#footer ul li:last-child {
  padding-right: none;
}

/*----contact form----*/

.form {
  width: 340px;
  position: absolute;
  top: 65px;
  left: 550px;
  padding: 0 20px 40px 50px;
  border-left: dotted 2px #ccc;
  margin: 0 0 50px 0;
}

.form td {
  padding: 5px 0;
}

form input[type="text"] {
  width: 200px;
  height: 18px;
  padding: 3px 5px;
  border: solid 1px #ccc;
}

form textarea {
  width: 200px;
  height: 50px;
  padding: 3px 5px;
  border: solid 1px #ccc;
}

form input[type="submit"] {
  width: auto;
  height: auto;
  padding: 5px 5px;
  margin: 20px 0 0 0;
  border: 1px solid #2E5F95;
  background-color: #4486B7;
  color: #fff;
}

#content .links_table {
  margin: 0 0 30px 0;
}

#content .links_table th {
  padding: 0 0 5px 0;
  height: 20px;
}

#content .links_table th p {
  margin: 0;
  padding: 0;
}

#content .links_table td {
  padding: 10px 0;
}

#content .links_table h4 {
  /*margin-top: 10px;*/
}

#content ul#sigProIdd9d244274e li {
  float: left;
}
