/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Revised and edited 2009 by Susan Huckle, http://www.susanhuckle.com.
*/

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h2, h3 {
	margin-top: 30px;
}

blockquote {
	font-style: italic;
}

a:link {
	color: #135293;
}

a:visited {
	color: purple; 
}

a:hover {
	text-decoration: none;
}




.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(../image-files/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title1a {
	margin: 0;
	padding: 10px 0px 0px 0px;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(../image-files/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(../image-files/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
	padding-bottom: 5px;
}

.boxed li {
	padding-bottom: 5px;
}
.orange {
	margin: 20px 30px;
	background: #FF9523 url(../image-files/img10.gif) repeat-x;
	color: #FFFFFF;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

.img-r {
	padding: 0px;
	margin: 7px 10px 0px 10px;
	float:right;
 }
 
 .img-l {
	padding: 0px;
	margin: 7px 10px 0px 3px;
	float:left;
 }
 
 .searchbox_nav {
	margin: 0;
	padding: 0;
	background: url(../image-files/img07.gif) repeat-x left bottom;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(../image-files/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 200px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	background: #FFFFFF url(../image-files/img02.gif) repeat-y right top;
}

#logo h1, #logo h2, #logo h3 {
	margin: 0;
	text-align: center;
	font-weight: normal;
	color: #9C9C9C;
}

#logo h1 {
	padding: 115px 0 0 0;
	background: url(../image-files/logo.jpg) no-repeat center center;
	font-size: 38px;
}

#logo h2 {
	font-size: 22px;
}

#logo h3 {
	font-size: 16px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu */

#menu {
	padding: 10px 20px;
	background: #85C329 url(../image-files/img04.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	background: url(../image-files/img05.gif) repeat-x;
}

#menu .first {
	padding-top: 10px;
}

#menu a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Login */

#login {
	padding: 10px 20px;
	background: url(../image-files/img06.gif) repeat-x;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}

#login form {
	margin: 0;
	padding: 20px 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login label {
	color: #FFFFFF;
}

#inputtext1, #inputtext2 {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#login a {
	color: #FFFFFF;
}

#addSiteTo {border:none;}

/* Content */

#content {
	float: right;
	width: 740px;
}



/* Footer */

#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(../image-files/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(../image-files/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
}


/*========== CONTACT FORM ==========*/

fieldset {
  color:    #646464;
  margin:   0px 15px 15px 15px;
  padding:    10px;
  border-style: ridge;
  border-color: #646464;
}

legend {
  color:    #646464;
  font-weight:  bold;
  margin:   5px;
  padding:    0px;
}

label {
  margin:     0px;
  padding:    2.5px;
  display:    block;
  text-align: right;
  float:    left;
  width:    375px;
  
}

#contact {
  margin:   0px;
  padding:    0px;
  text-align: left;
  vertical-align: top;
}

textarea {
  vertical-align: top;
  width:    208px;
}

fieldset p input {
  margin:   0px 0px 0px 3px;
  width:    60%;
  float:  left;
  
}

#submit {
  width:    auto;
  clear:    both;
  float:    left;
  margin:   5px 0px 5px 170px;
}

#reset {
  width:    auto;
  margin:   5px 0px 5px 3px;
}

/*========== MISC CLASSES ==========*/

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#666666;
	text-align:center;
}  

.strong {
	font-weight: bold;
}

.em {
	font-style: italic;
}

.center {
	text-align: center;
}

.ad {margin: 5px 0px;}
.ad img {border:none;}
.ad img a {text-decoration: none;}
.ad_c {margin: 5px 0px; text-align:center;}
.ad_c img {border:none;}
.ad_c img a {text-decoration: none;}

.motto {
	padding-top: 10px;
	text-align:center;
	font-size:15px;
}

.motto a {
text-decoration:none;
color: #666;
}

.blog h3 {
	color: #135293;
	margin-top: 2px;
	font-size: 16px;
}

.call {
	text-align:center;
	color: #135293;
	margin-bottom: 25px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
	margin: 5px 15px 0px 40px;
}

hr {
	margin: 30px 0px;
}

.red {
color:#9F0000;
}

.chklist {
margin: 20px 0px;
}

.chklist li{
 list-style-image: url(../image-files/green-check.gif);
 margin-left: 25px;
}

.commentbox {
	width:75%;
	border:1px solid #7F7F7F;
	margin: 1px auto 5px auto;
	padding: 0px;
	background-color: #F0F0F0;
}

.commentbox p {
	padding: 0px 5px;
}
