/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, November 28, 2005 */

/**************** Page and tag styles ****************/

body
{margin:0px; padding:0; color:#303030; background: #008AA3; font-family: Tahoma,Verdana,sans-serif;}

ul
{
	list-style:square;
	margin:15px 0 20px 0;
	font-size: 12px;
	line-height: 14px;
	color: #4FAD26;
	font-weight: bold;
}

li
{margin:0 0 8px 25px;}

a
{	color: #008AA3;
	font-weight:bold;
	text-decoration: none;
}

a:hover
{color: #009933;
text-decoration: none;}

img
{
	float:left;
	margin:0 15px 15px 0;
	padding:1px;
	background:#ffffff;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

a img
{border-color:#009933;}

a img:hover
{border-color:#009933;}

/**************** Sidebar area styles ****************/

#sidebar
{position:absolute; top:0px; left:0; width:220px; height:100%; overflow:visible; background:#008AA3 repeat-y right top; text-align:right;
color: #99ccff;}

#sidebar h1
{margin:20px 18px 0 5px; color: #009933; letter-spacing:1px; text-align:right; font-size: 16px}

#sidebar h2, #sidebar h3
{margin:0 20px 18px 5px; color:#808080;
letter-spacing:1px; text-align:right;
font-weight: bold;
font-size: 12px;}

#sidebar h3
{margin:20px 18px 4px 5px; color:#606060;
font-size: 14px;}

#sidebar  p
{
	color: #fafafa;
	letter-spacing: 1px;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;

}

#sidebar a
{
	color:#fafafa;
	text-decoration: none;
}
#sidebar a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.testimonial {
	letter-spacing: 1px;
	font-size: 11px;
	color: #009933;
	text-align: center;
	background-color: #E6F1FF;
	margin: 10px;
	padding: 10px;
	border: medium solid #4FAD26;
}

/**************** Navigation menu styles ****************/

#menu a
{display:block; width:202px; padding:5px 18px 5px 0; color:#fafafa; text-decoration:none;
font-size: 16px;}

#menu a:hover 
{color: #fafafa;
background: #00B5D5 url(../images/sidebarbg.gif) repeat-y right top;
text-decoration: none }

#menu a.active
{padding:5px 18px 5px 0; color:#009933; background:#fafafa; border-top:2px solid #c0c0c0; border-bottom:2px solid #c0c0c0;}


/**************** Content area styles ****************/

#content
{
	width:700px;
	margin-top:0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left:220px;
	padding:0px 20px 20px;
	background:#ffffff;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: none;
}

#content p
{margin-left:25px;
margin-right: 25px;
line-height: 16px;
font-size: 12px;}

#content h1
{
	margin:0;
	color: #009933;
	letter-spacing:1px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

#content h2
{margin:0; color:#808080; font-weight:normal; font-size: 16px; text-align: right}

#content h3
{
	clear:both;
	margin:30px 0px 10px 20;
	color: #008AA3;
	letter-spacing:1px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
	text-transform: uppercase;

}
#header {
	border: 0;
	float: none;
	text-align: center;
}
#header  img {
	text-align: right;
}
