﻿/*LAYOUT*/

* { outline: none; }

html, body { height: 100%; }

body {
	background: #fff url('images/bg1.png') repeat-y center;
}
#maincontainer{
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	margin-bottom: 10px;
}

#contentwrapper { float: left; width: 100%;  }

#contentcolumn{
	margin: 0 auto 0 180px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#leftcolumn{ float: left; width: 160px; margin-left: -960px; }
#rightcolumn{ float: left; width: 160px; margin-left: -160px; }



#footer, #push { height: 100px; }

#footerLeft {
	float: left;
	width: 40%;
	text-align: left;
	margin-left: 170px;
}

#footerRight {
	float: right;
	width: 40%;
	text-align: right;
	padding-right: 10px;
}

#footer{
	background: #fff url("images/borderBottom.png") repeat-x 0% 0%;
	font-size: 12px;
	line-height: 1.4em;
	width: 960px;
	clear: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/*HEADER*/

#header {
	background-position: center;
	height: 120px;
	width: 960px;
	border-top: 20px solid #fff;
	background-color: #Fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 10px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	padding-bottom: 3px;
}

#contentLeft {
	float: left;
	width: 245px;
	height: auto;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #ccc;
	padding-right: 5px;
	margin-top: 0;
	margin-bottom: 7;
	margin-left: 0;
}
#contentMiddle {
	float: left;
	width: 245px;
	height: auto;
	padding-right: 5px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #ccc;
	margin-top: 0;
	margin-bottom: 7;
	padding-left: 7px;
}
#contentRight {
	float: left;
	height: auto;
	margin-top: 0;
	width: 245px;
	margin-bottom: 7px;
	padding-right: 5px;
	padding-left: 7px;
}

/*NAVIGATION TOP*/

#navlist {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 5px;
	height: 19px;
}
ul#navlist {
	color: #000;
	font-weight: bold;
	width: auto;
	white-space: nowrap;
	text-align: right;
	background-color: #ff9900;
	margin: 0;
}
#navlist li, #navlist li:visited {
	margin: 0;
	display: inline;
	list-style-type: none;
	line-height: 1.3em;
}
#navlist li a {
	color: #333;
	text-decoration: none;
	padding-right: 5px;
}
#navlist li a:hover {
	color: #fff;
	text-decoration: none;
}
#navlist #current {
	color: #fff;
	font-weight: bold;
}

/*MENU LEFT*/

#menu {
	width: 160px;
}

#menu ul { margin: 0 0 20px 0; padding: 0; list-style-type: none; }

#menu a, #menu a:visited {
	color: #333333;
	display: block;
	padding: 3px 5px;
	width: 150px;
	background-color: #ff9900;
	border-bottom: 1px solid #fff;
}
#menu a:link, #menu a:visited {
	color: #333;
	text-decoration: none;
}
#menu a:hover {
	background: right
top;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	background-color: #333;
}
#menu #current {
	color: #fff;
	font-weight: bold;
}

/*STYLES*/

body { color: #333; margin: 0; font: normal 13px/1.5em arial, helvetica, sans-serif; }

h2, h3, h4 {
	display: block;
	clear: both;
	letter-spacing: 1px;
	margin: 0px 0 10px 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif, "comic Sans MS", "Trebuchet MS";
}
h2 {
	font-size: 28px;
	line-height: 28px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
}

h3 { font-size: 20px; }

h4 {
	font-size: 13px;
	padding: 2px 5px;
	background-color: #f5f5f5;
}

#leftcolumn h4, #rightcolumn h4 {
	border-bottom: 1px solid #fff;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	margin: 0;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.2em;
	background-color: #FF9900;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom-color: #ccc;
}

#leftcolumn h3, #rightcolumn h3 { font-size: 14px; margin: 5px 0;  letter-spacing: 0; }

p { display: block; clear: both; margin: 10px 0 10px 0; }

a, a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

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

img { border: 0; vertical-align: middle; }


/*CLASSES*/


.boxLeft {
	background-color: #f5f5f5;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 20px;
	padding: 2px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.boxLeft p, .boxGrey p { margin: 0 0 10px 0; }

.marginLeft { margin-left: 20px; }

.marginRight { margin-right: 20px; }

.imgLeft { background: url("images/shadow.png") repeat-x left bottom; padding-bottom: 7px; float: left; margin: 5px 10px 0 0; }

.imgRight { background: url("images/shadow.png") repeat-x left bottom; padding-bottom: 7px; float: right; margin: 5px 0 0 10px; }


.shadow {
	background: url("images/shadow.png") repeat-x left bottom;
	padding-bottom: 7px;
	
}

