﻿body{
	background:#b9dcda url(../images/body_bg.gif) center top repeat-y;
	font:16px/20px Georgia, "Times New Roman", Times, serif;
	color:black;
}

a, a:link{
	color:blue;
	text-decoration: underline;
	font-size:1.1em;
}
a:hover{
	color:#000;
}

/*wrap*/
#wrap{
	width:880px;
	margin:0 auto;
	padding:20px;
	border: 0px solid blue;
}


/*logo*/
#header #logo{
	width:880px; 
	height:90px; 
	text-indent:-999999px;
	padding-bottom:20px;  /* 40 px */
	float:left;
	border: 0px solid yellow;
}
#header #logo a{
	display:block;
	float:left;
	background:url(../images/logo.gif) no-repeat;
	width:800px; /* 517px */
	height:90px; /* 36px */
}


/*home*/
body#home #content{
	width:100%;
	float:left;
	padding-bottom:40px;
	padding-top:8px;
}

body#about #content, 
body#contact #content{
	float:left;
	width:580px;
	padding-top:8px;
	padding-bottom:40px;
}


.hide { display: none; }
.show { display: block; } 


#content{
	color: black;
}
#content h1, #content h2,  
#content h3,
#content h4, 
#content h5,
#content h6{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#content h1{
	color:#404135;
	font-size:40px;
}
#content h2{
	color:#E65C00;
	font-size:28px;
	padding-top:2px;
	background:url(../images/lines_bg.gif) repeat-x bottom left;
	margin-bottom:30px;
	padding-bottom:10px;
	float:left;
	width:100%;
}

#content h3{
	color:#E65C00;
	font-size:20px;
	line-height:26px;
	
}

#content ol
{
    margin-left:20px;
}


/* CONTACT */

#contact-form{
	padding:0;
	margin:0;
}
#contact-form label{
	float:left; 
	width:120px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#name,
#email,
#phone,
#subject,
#message{
	border:1px solid #dddddd;
	padding:8px;
	color:#5e5e5e;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


#name:focus,
#email:focus,
#phone,focus,
#subject:focus,
#message:focus{
	border:1px solid #acacac;
	padding:8px;
}

#name,
#email,
#phone,
#subject{
	width:285px;
}
#message{
	width:350px;
	height:200px;
}


#footer{
	clear:both;
	padding:80px 0 0 0;
	width:880px;
	background:url(../images/lines_bg.gif) repeat-x top center;
}
#footer p{
	text-align:center;
	font-size:11px;
	color:#6d6e64;
	margin:0;
	padding:0;
}
#footer p a,
#footer p a:link{
	color:#383b1f;
}
#footer p a:hover{
	color:#383b1f;
}


em{
	font-style:italic;
}



/*common styles*/
.clearfix{
	clear:both;
}
h1, h2, h3, h4, h5, h6, h7,p,pre,ol,ul,dl{
	padding-bottom:20px;
	
}
p{
	color: black;
}
li{
	list-style:outside;
	margin-left:20px;
}
ul.styledlist{
	clear:both;
	margin:0;
	padding:0 0 20px 0;
}
ul.styledlist li{
	background:url(../images/arrow.gif) no-repeat left 0.4em;
	padding-left:17px;
	list-style:none;
	margin-left:5px;
	margin-left:5px;
	line-height:22px;
}
ol li{
	list-style:decimal;
	margin-left:20px;
	margin-bottom:15px;
}
dl dt{
	font-weight:bold;
	padding-bottom:10px;
}
dl dd{
	padding-bottom:10px;
	margin-left:0px;
}


strong{
	font-weight:bold;
}
em, code{
	font-style:italic;
}
ul, ul li {
	list-style-type:disc;
}
ol, ol li {
	list-style-type:decimal;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tfoot {
	font-style:italic;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom: 1px dotted;
	cursor:help;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
pre {
	white-space:pre;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.border{
	border:1px solid #c8c9be;
	padding:2px;
}
img.alignright {
	display: inline;
	margin:0 0 10px 12px;
}
img.alignleft {
	display: inline;
	margin:0 12px 10px 0px;

}
.alignright {
	float: right;
	width:auto;
}
.alignleft {
	float: left;
	width:auto;
}


/* ***************************** */

.floatleft{float:left;}
.floatright{float:right;}

.clearfix {
	display: inline-block;
   border  :solid 0px yellow;
}


.redalert
{
	color: Red; font-weight: bold; 
}

