/* Lavender by http://www.lensaunders.com - Please leave this line here*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

* {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* PAGE LAYOUT */

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}


body {
	margin: 0 auto;
	width: 960px;
}

#leftcolumn {
	float: left;
	width: 200px;
}

#content {
	margin-left: 220px;
}

#footer, #push {
	height: 130px; /* #push must be the same height as #footer */
}

#footer {
	background: url(img/footer.jpg) no-repeat 0% 0%;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 20px;
	width: 960px;
}

/* HEADER */

#header {
	background: url(img/header.jpg) no-repeat 0% 0%;
	height: 400px;
}

#header h1 {
	color: #000;
	font-size: 384%;
	text-align: right;
	margin: 0;
	padding: 20px 0 20 20px;
}

#header h2 {
	color: #000;
	font-size: 108%;
	text-align: right;
	margin: 0;
	padding: 0 0 20 20px;
}


#header h1 {
	margin: 8px 0 0 0;
}

#header h2 {
	font-size: 100%;
	margin: 0;
}

/* MENU 1 */

#menu1 {
	background-color: #FFFFFF;
	border-top: 4px solid #D7D0F4;
	border-bottom: 4px solid #D7D0F4;
	float: left;
	margin: 18px 0;
	width: 100%;
}

#menu1 ul {
	padding: 0;
	margin: 10px;
	float: left;

}

#menu1 ul li { 
	display: inline; 
}

#menu1 ul li a {
	color: #000;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
}

#menu1 ul li a:hover {
	background-color: #D7D0F4;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #FFF;
	padding: 5px 9px;
}

/* MENU 2 */
/* 
Generated via www.cssmenubuilder.com 

Copyright (c) 2008-2009 www.cssmenubuilder.com

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
*/

.menu{margin:0; padding:0; width:200px; list-style:none; background:rgb(255,255,255);}
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{text-align:center; height:40px; padding:0px 25px; font:16px Verdana, Arial, Helvetica, sans-serif; color:rgb(255,255,255); display:block; background:url('../images/verMenuImages.png') 0px 0px no-repeat; text-decoration:none; outline:none;}
.menu li a:hover{background:url('../images/verMenuImages.png') 0px -40px no-repeat; color:rgb(255,255,255);}
.menu li a.active, .menu li a.active:hover{background:url('../images/verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);}
.menu li a span{line-height:40px;}



/* SIDEBAR */

.sidebar {
	margin: 0 0 18px 0;
	padding: 1px 1px;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 
{ 	
	color: #708090;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}

h1 {
	font-size: 189%;
	color: #000;
}

h2 {
	font-size: 146.5%;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 5px 25px;
}

h3 {
	font-size: 131%;
	padding: 5px 0;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 5px 25px;
}

h4, h5, h6 {
	font-size: 100%;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 5px 25px;
}

/* LINKS */

a, a:link {
	color: #677D92;
	font-weight: bold;
	text-decoration: none;
}

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

/* SITE STYLES */

body {
	background-color: #D7D0F4;
}

#wrapper {
	background-color: #fff;
}

p {
	margin-bottom: 18px;
	padding: 5px 30px;
}

img {
	border: 0;
}

.float_left { 
	float: left; 
}

.float_right { 
	float: right; 
}

p.float_left { 
	float: left;
	width: 48%;
	margin: 0 2% 20px 0;
}

p.float_right { 
	float: right; 
	width: 48%;
	margin: 0 0 20px 0;
}

img.float_left { 
	background: #fff;
	float: left;
	margin: 4px 10px 0 0;
	padding: 0 0 3px 10px;
}

img.float_right { 
	background: #fff;
	float: right; 
	margin: 4px 0 0 10px;
	padding: 0 0 3px 10px;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
	display: inline-block;
}

* html .clear {
height: 1%;
}