/* 
Blue blog template 
----------------------
You are free to use
this template in any
way you desire, no
author information or
link back are required.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #9BB6CF;
	font: normal 8pt/13pt verdana, arial, sans-serif;
	color: #666666;
}

#outside {
	background: #9BB6CF url(images/bg.gif) repeat-y center top;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
	
}

a:hover {
	color: #808080;
}

#header {
	width: 562px;
	height: 60px;
	background: url("images/header.gif") center no-repeat;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 14pt;
	color: #FFF;
	text-align: center;

}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #C2D9EF;	
}

#container {
	width: 580px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;

}

#horizontal {
	width: 560px;
	height: 35px;
	background: url(images/horizontal.gif) center no-repeat;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	
}

#horizontal a, #horizontal a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover, #horizontal a.active {
	color: #FFFFFF;
	text-decoration: underline;
}

#right-column {
	color: #666666;
	background: #A9CF9C;
	float: right;
	padding: 10px;
	left: 10px;
	border: 1px solid #AAAAAA;
	margin-bottom: 20px;
	margin-left: 20px;
}
#right-column a, #right-column a:visited {
     color:#666666;
	 text-decoration: none;
}
#right-column a:hover {
     text-decoration: underline;
}
#content {
	float: left;
	margin: 10px 15px 0 4px;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 20px;
	padding-left: 14px;
	background: url(images/h2bg.gif) top left repeat-y;
}

#slogan {
	color: #808080;
	font-size: 11pt;
	font-weight: bold;
	background: #F1F7EE;
	clear: both;
	padding: 15px;
	border: 1px solid #BDD9B3;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	line-height: 30px;
	text-align: center;




}
.black {
	color: #000;
}

#content p {
margin-bottom: 20px;
padding-left: 14px;
background: url(images/articlebg.gif) top left repeat-y;
}
#content h3 {
margin-bottom: 20px;
padding-left: 14px;
background: url(images/articlebg.gif) top left repeat-y;
}
#content ul {
margin-bottom: 20px;
padding-left: 54px;
background: url(images/articlebg.gif) top left repeat-y;
}
input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#searchbox {
	background: url(images/searchbox.gif) no-repeat;
	padding: 5px;
	height: 30px;
}

#footer {
	color: #aaaaaa;
	background: #F1F7EE;
	clear: both;
	margin-left: 4px;
	padding: 4px;
	border: 1px solid #BDD9B3;
}

#footer a, #footer a:visited{
	color: #aaa;
}

#footer a:hover {
	color: #808080;
}
#bottom {
	background: #9BB6CF;
}
#testimonial {
	padding: 5px;
	border: thin solid #BDD9B3;
	background: #F1F7EE url(none);
	margin: 20px;

}
#testimonial p {
	background: #F1F7EE url(none);
}
