/*****************************************************************************+/
 +-----------------------------------------------------+
 |T  CSS Designed and written by Fox Valley Web Design.|
 |A  http://www.foxvalleywebdesign.com/                |
 |G                                                    |
 +-----------------------------------------------------+
*/
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: .9em Verdana, Arial, Helvetica, sans-serif;
}

td {
 font: .9em;
}

#clearboth {
 position: relative;
 clear: both;
 height: 1px;
 font-size: 1px;
 line-height: 1px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

h1 {
font-size:1.4em;
}
h2 {
color:#0059FF;
font-size:1.2em;
}
h3 {
color:#333333;
font-size:1em;
}
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: .8em; }

dl {
        margin: 0px;
}

li, dd, blockquote {
        margin-left: 1em;
}

form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: Verdana,Arial,Helvetica,sans-serif;
}

/******************************************************************************/

body {
 text-align: center;
 background: #333 url(/_layouts/default/images/bg.png) repeat-x;
}

#main {
 position: relative;
 width: 965px;
 margin: 10px auto;
 text-align: left;
}

#header {
 background: #FFF;
 height: 184px;
 padding-top: .01em;
}

#logo {
	float: left;
	width: 223px;
	height: 97px;
	margin-top: 25px;
	margin-left: 35px;
	background-image: url(../images/logo.jpg);
}

#banner {
	float: right;
	width: 598px;
	height: 137px;
	margin-top: 1px;
	margin-right: 35px;
	background-image: url(../images/banner.png);
}

#topmenu {
	position: relative;
	clear: both;
	height: 43px;
	margin: 0px 15px;
	padding: 0px 20px;
	background-image: url(../images/topmenu_bg.png);
}

#topmenu #left {
	position: absolute;
	width: 19px;
	height: 43px;
	top: 0px;
	left: 0px;
	background-image: url(/index.php/_layouts/default/images/topmenu_left.png);
}

#topmenu #right {
	position: absolute;
	width: 19px;
	height: 43px;
	top: 0px;
	right: 0px;
	background-image: url(../images/topmenu_right.png);
}

#middle {
 position: relative;
 padding-top: .01em;
 background: #fff;
 padding-bottom: 2em;
}

#menu {
 position: relative;
 margin: 0px 15px;
 padding: 3px;
 border: 1px solid #e4e4e4;
 border-top: 1px solid #4b899a;
}

#menu h2 {
 font-size: 1.2em;
 margin: 5px 0px;
 color: #06f;
 font-weight: bold;
}

#menu dt a {
 display: block;
 padding: 5px 5px;
 font-size: .9em;
 border-top: 1px solid #ccc;
 text-decoration: none;
 color: #000;
}

#menu dt a:hover {
 font-weight: bold;
}

#leftmenu {
 position: relative;
 float: left;
 display: block;
 padding-left: 15px;
 width: 200px;
}

#rightmenu {
 position: relative;
 background: #ccc;
 height: 250px;
 width:697px;
 margin-left:227px;
}

#content {
 position: relative;
 margin: 10px;
 padding: 0px;
 margin-left: 250px; 
}

#topmenu dt a {
 float: left;
 font-size: 1.1em;
 line-height: 42px;
 font-weight: bold;
 color: #fff;
 padding: 0px 15px;
 height: 42px;
 text-decoration: none;
 background: url(/_layouts/default/images/seperater.png) no-repeat top right;
}

#topmenu dt a:hover {
 color: #0059ff;
}

#menu_bl {
 position: absolute;
 width: 21px;
 height: 21px;
 bottom: -2px;
 left: -2px;
 background: url(/_layouts/default/images/menu_bl.gif) no-repeat;
}

#menu_br {
	position: absolute;
	width: 21px;
	height: 21px;
	bottom: -2px;
	right: -2px;
	z-index: 1;
	background-image: url(../_layouts/default/images/menu_br.gif);
	background-repeat: no-repeat;
}

#middle_bl {
	position: absolute;
	width: 21px;
	height: 21px;
	bottom: -1px;
	left: -1px;
	background-image: url(/index.php/_layouts/default/images/middle_bl.png);
	background-repeat: no-repeat;
}

#middle_br {
	position: absolute;
	width: 21px;
	height: 21px;
	bottom: -1px;
	right: -1px;
	background-image: url(/index.php/_layouts/default/images/middle_br.png);
	background-repeat: no-repeat;
}

#footer {
 text-align: center;
 padding-top: .01em;
 color: #999;
 margin: 10px;
}

#footer a {
 color: #999;
}

#footer a:hover {
 color: #bbb;
}

#footer p {
 clear: both;
 margin: 1em;
}

#footer a.item {
 padding: 0px 10px;
 text-decoration: none;
}

#left_column{
 position: relative;
 float: left;
 width: 200px;
 margin-left: 10px;
 padding: 10px 0px;
 text-align: left;
}

#left_column address {
 text-align: left;
 font-weight: bold;
 font-style: normal;
 font-size: .8em
}

#left_column img {
 margin: 5px 0;
}
#content img {
	padding: 10px;
}
