@charset "utf-8";

/* Formating 
border: 1px solid #000000;
*/

body {
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

#container {
  width: 821px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
  padding: 25px 0px 25px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header #Logo {
}

#header #nav {
  background:url(../_images/topnavbg.jpg) no-repeat;
  float:right;
  margin-left:300px;
  margin-top:-50px;
  width:423px;
  height:32px;
  padding-top:5px;
  text-align:center;
}

#header #nav a {
  margin-left:10px;
  margin-right:10px;
  font-size:10px;
  color:#6a6a6a;
  text-transform:uppercase;
  text-decoration:none;
}

#header #nav a:hover {
  color:#c3c3c3;
}

#footer {
  padding: 25px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
  text-align: center;
}

#footer p {
  margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
  font-size:11px;
  color:#999999;
  font-weight:bold;
  letter-spacing:.05em;
  border-bottom:10px solid #f3f3f3;
}

#bottomlinks_home {
  background:url(../_images/bottomhomebg.jpg) no-repeat;
  margin-top:20px;
  height:219px;
  text-align:center;
}

#bottomlinks_home img {
  margin: 70px 5px 20px 5px;
  

}



#landinglinks {
  text-align:center;
}

#landinglinks img {
  margin: 20px 38px 0px 38px;
}

#landinglinks hr {
  text-align:center;
  width:600px;
  border:3px solid #f3f3f3;
}

#colleft {
  float: left; /* since this element is floated, a width must be given */
  width: 360px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
  padding: 0px 0px 0px 30px;
}

#colleft_home {
  float: left; /* since this element is floated, a width must be given */
  width: 409px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
  padding: 0px 0px 0px 0px;
  margin-top:-17px;
}

#colleft_serv {
  float: left; /* since this element is floated, a width must be given */
  width: 360px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
  padding: 0px 0px 0px 30px;
  margin-top:-10px; /* Corect issues in FF3 and IE8 still broken in IE7 IE6 */
}

#colright {
  margin: 0 0 0 433px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
  padding: 0px 30px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  min-height:350px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
  float: left;
  margin-right: 8px;
}

#title {
  margin-top:20px;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:20px;
  width:360px;
  line-height:1.4em;
}

#title p {
  margin-top:10px;
}

#serv_content {
  margin-top:0px;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:20px;
  line-height:1.4em;
}


/* Elements */

h1, h2, h3, h4 {
  margin:0px;
  padding:0px;
}

.bgIndex {
  background:url(../_images/indexbg.jpg) no-repeat center top;
}

.bgSub {
  background:url(../_images/subbg.jpg) no-repeat center top;
}

:active, :focus {
  outline:none;
}

img {
  border:0px;
  margin:0px;
  padding:0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

h1 {
  font-size:26px;
  color:#be2c37;
}

h2 {
  margin-top:0px;
  font-size:24px;
  color:#646567;
}

p {
  font-size:12px;
  color:#646567;
  line-height:1.4em;
}

ul, ol {
  font-size:12px;
  color:#646567;
  line-height:2em;
  list-style:square;
}

a {
  color:#be2c37;
  text-decoration:none;
}

a:hover {
  color:#9c4148;
}

#titlenav {
  margin-top:5px;
  width:755px;
  font-size:12px;
}

#titlenav a {
  font-size:12px;
	color:#784246;
}
#titlenav a:hover {
  color:#9c4148;
  text-decoration:underline;
}

/* Form Elements */

label {
  float: left;
  width: 80px;
  font-weight: bold;
  font-size:12px;
  color:#646567;
}

input, textarea {
  width: 180px;
  margin-bottom: 5px;
  border: 1px solid #646567;
}

textarea {
  width: 250px;
  height: 150px;
}

.boxes {
  width: 1em;
}

#submitinput {
  margin-left: 80px;
  margin-top: 5px;
  width: 90px;
  height:30px;
  background: #be2c37;
  color:#fff;
}

#success {
  padding: 3px 10px;
  color: #009218;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

#bademail, #badserver {
  padding: 3px 10px;
  background: #FFA3A1;
  border: 2px solid #D00D00;
  color: #D00D00;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

label.error {
  margin-left: 80px;
  margin-bottom:10px;
  width:100%;
  color:#F00;
}
