/*
Original design: andreas07 (v2.0 - Jul 07, 2008) - A free xhtml/css website template by Andreas Viklund and stylishtemplate.com.
For more information, see http://andreasviklund.com/templates/andreas07/
*/

/* Main tags */

body {
	margin: 0;
	padding: 0;
	color: #404040;
	background: #fafafa url(img/bodybg.gif) top left repeat-y;
	font: 76% Verdana,Tahoma,sans-serif;
}

ul {
	margin: 5px 0 16px 5px;
	padding: 0;
}

li {
	margin: 0 0 8px 15px;
	padding: 0;
}

img {
	margin: 10px auto 16px auto;
	padding: 1px;
	background: #ffffff;
	border: 1px solid #d0d0d0;
}

a {
	color: #4C738E;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #505050;
	text-decoration: underline;
}

a img {
	border-color: #d85d5d;
}

a img:hover {
	background: #d85d5d;
	border-color: #d85d5d;
}

/* Wrap */

#wrap {
	width: 990px;
}

/* Left sidebar */

#leftside {
	width: 220px;
	background: #e0e0e0 url(img/sidebarbg.gif) top right repeat-y;
	float: left;
}

#leftside h1 {
	margin: 20px 18px 0 5px;
	color: #d85d5d;
	font-size: 1.6em;
	letter-spacing: -2px;
	text-align: right;
}

#leftside h2, #leftside h3 {
	margin: 0 20px 18px 5px;
	color: #334E29;
	font-size: 1.1em;
	letter-spacing: -1px;
	text-align: center;
}

#leftside h3 {
	margin: 20px 18px 4px 5px;
	color: #606060;
}

#leftside p {
	margin: 0 20px 18px 5px;
	color: #334E29;
	font-size: 0.8em;
}

#leftside a {
	color: #808080
}

#phone {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#copyright {
	display: block;
	font-size: 1.0em;
	font-style: oblique;
	padding: 5px 18px 5px 20px;
}

/* Logo */

#logo img {
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 5px;
	background: white;
	border-color: #334E29;
}

/* Navigation menu */

#menu a {
	display: block;
	width: 182px;
	padding: 5px 18px 5px 20px;
	color: #334E29;
	background: #e0e0e0 url(img/sidebarbg.gif) top right repeat-y;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -1px;
}

#menu a:hover {
	color: #303030;
	background: #f0f0f0 url(img/sidebarbg.gif) top right repeat-y;
}

#menu a.active {
	padding: 5px 18px 5px 20;
	background: #fafafa;
	border-top: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	text-align: right;
}

#menu a.active:hover {
	color: #505050;
	background: #fafafa;
}

/* Content area */

#content {
	width: 520px;
	margin: 0 0 0 240px;
	padding: 10px 0;
	background: #fafafa;
}

#content p {
	margin: 0 0 16px 0;
	line-height: 1.5em;
}

#content h1 {
	margin: 0;
	color: #4C2833;
	font-size: 2.7em;
	letter-spacing: -3px;
	text-align: center;
}

#content h2 {
	margin: 0;
	color: #4C738E;
	font-size: 2.2em;
}

#content h3 {
	margin: 20px 0 10px 0;
	color: #4C738E;
	font-weight: normal;
	font-size: 1.7em;
	letter-spacing: -2px;
}

#content h4 {
	margin: 20px 0px 5px 0px;
}

#content ul {
	list-style: none;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
	margin-left: 0;
}

#content li {
	font-weight: normal;
}

#content ul li:before {
	content: "\00BB \0020";
}

#content dt {
	font-weight: bold;
}

#subheading {
	padding-bottom: 20px;
	color: #334E29;
	text-align: center;
	font-size: 1.4em;
	letter-spacing: -2px;
}

#indexpicture {
	display: block;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

img.staffpicture {
	display: block;
	float: right;
}