body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #84A5CD;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.shadow-left {
	background-image: url(images/shadow-left.gif);
	background-repeat: repeat;
	width: 12px;
}
.shadow-right {
	background-image: url(images/shadow-right.gif);
	background-repeat: repeat;
	width: 12px;
}
.nav1 {
	background-image: url(images/nav1.gif);
	height: 34px;
	width: 774px;
	text-align: left;
	vertical-align: middle;
}
.main {
	background-color: #FFFFFF;
        color: #000000;
	padding-right: 38px;
	padding-left: 38px;
	text-align: left;
}
.footer {
	background-image: url(images/footer1.gif);
	height: 33px;
	vertical-align: middle;
	color: #E3ECF3;
	font-size: 12px;
	padding-right: 12px;
	padding-left: 12px;
}
a.footer-link:link {
	font-size: 12px;
	color: #D5E3F0;
	text-decoration: underline;
	font-weight: normal;
}

a:link {
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #4777A4;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #4777A4;
	text-decoration: underline;
}

h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: lighter;
	color: #8BA6C4;
	padding: 0px;
	margin: 0px;
	clip: rect(auto,auto,auto,auto);
}
h2 {

	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: lighter;
	color: #8BA6C4;
	clip: rect(auto,auto,auto,auto);
}
hr {
	color: #8FA4C1;
}
.img-right {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}


a.footer-link:visited {
	font-size: 12px;
	color: #D5E3F0;
	text-decoration: underline;
	font-weight: normal;
}
a.footer-link:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.footer-link:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.img-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8D8D8D;
	border-right-color: #030303;
	border-bottom-color: #030303;
	border-left-color: #8D8D8D;
}

/* added by rigo to fix bulleted sidebar*/
#sidebar{
	width: 200px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	}
	

/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
     DEFAULT.CSS made by Mike Cherim - http://green-beast.com 
    Designed and built to work with the Default WordPress theme
================================================================== */

#gb_form_div { 
  text-align : left;
  width : 460px;
}

#gb_form {
  text-align : left;
  background-color : #fff;
}

#gb_form_div a {
  color : blue;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #147;
  text-decoration : underline;
}

#gb_form fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  color : #666;
}

#gb_form legend {
  margin-left : -10px;
}

#gb_form legend#mainlegend { 
  font-size : 1.2em;
  color : #14568a;
  margin-left : -10px;
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  text-transform : uppercase;
}

#gb_form_div .main_formhead {
  font-size : 1.4em;
}

#gb_form label { 
  color : #14568a; 
  margin-top : 5px;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  font : 1em 'lucida grande', verdana, arial, sans-serif; 
  color : #000; 
  padding : 4px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
  line-height : 1.5em;
  width : 300px;
}

#gb_form input.short {
  width : 45px;
}

#gb_form textarea.textbox {
  width : 400px;
}

#gb_form select.med {
  width : 250px;
}

#gb_form input.checkbox {
  padding : 0; 
}

#gb_form label input.checkbox {
  margin : 0;
}

* html input.button { 
  color : #000;  
  padding : 4px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}


/* NOTE: .hover and .focus classes IE JS */
#gb_form input.short:hover, #gb_form input.short:hover, 
#gb_form input.med:hover, #gb_form input.med:focus, 
#gb_form select.med:hover, #gb_form select.med:focus, 
#gb_form textarea.textbox:hover, #gb_form textarea.textbox:focus, 
#gb_form input.short.hover, #gb_form input.short.focus,
#gb_form input.med.hover, #gb_form input.med.focus,  
#gb_form select.med.hover, #gb_form select.med.focus, 
#gb_form textarea.textbox.hover, #gb_form textarea.textbox.focus { 
  color : #444;  
  padding : 4px; 
  border : 1px solid #000;
  background-color : #fff;
}

input.button {
  margin-top : 10px;
}

span.error, span.success, #gb_form_div dt { 
  color : #cd0000;  
  font-weight : bold; 
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
  color : green;
}

small.whythis, small.whythis a { 
  font-size : .9em; 
}

#gb_form small.whythis a span { 
  font-size : .9em;
  color : #fff;
  border : 1px solid #fff;
  padding : 0 3px 0 3px;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 
  text-decoration : none;
  color : #000;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  border : 1px solid #000;
  background-color : yellow;
  color : #000;
  font-weight : bold;
}

p.creditline small { 
  display : block;
  text-align : right;
  margin : 5px 0;
  font-size : .7em;
  letter-spacing : .0001em;
  color : #666;
}

/* NOTE: .abbr class is for IE */
.abbr { 
  cursor : help; 
  border-bottom : 1px dashed #999;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #14568a;
}

/* End DEFAULT CSS */
