@charset "UTF-8";

body {
	font-family: Calibri;
	font-size: 16px;
	color: #6a6a6a;
	background-image: url(graphics/bg-tile2.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #CACECF;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border-radius: 5px;
}
#header {
	height: 70px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: auto;
	width: 100%;
}
#logo {
	width: 167px;
	padding-left: 40px;
	float: left;
}
#navcontainer {
	height: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	margin-top: 20px;
	background-color: #616466;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 0 5px #c0c0c0;
	-webkit-box-shadow: 0 0 5px #c0c0c0;
	box-shadow: 0 0 5px #c0c0c0;
	margin-bottom: 30px;
}
#nav {
	width: 570px;
	float: right;
	margin-top: 0px;	/*background-color: #0F6;*/
	padding-top: 8px;
}
#nav ul {
	
}
#nav li  {
	display: inline;
	font-size: 120%;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	
}
#nav li a  {
	text-decoration: none;
	color: #FFF;
}

#nav li a:hover, a:active {
		color: #CCC;
}
#nav li a:visited {
		color: #fff;
}
#nav li a:visited:hover {
	color: #CCC;
}

#nav li.redbutton a:link {
	background-color: #C33;
	color: #fff;
	padding: 10px;
	border-radius: 6px;
	background-image: url(graphics/bg-button.gif);
	background-repeat: repeat-x;	
}
#nav li.redbutton a:visited {
	color: #fff;
}
#nav li.redbutton a:hover {
	color: #efd6d7;
}

#nav li.redbutton a:visited:hover {
	color: #efd6d7;
}

#banner {
	background-color: #edf0ef;
	height: 217px;
	width: 945px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 0 5px #c0c0c0;
	-webkit-box-shadow: 0 0 5px #c0c0c0;
	box-shadow: 0 0 5px #c0c0c0;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#contentbox {
	overflow: auto;
	width: 100%;
	margin-bottom: 70px;
}
#content {
	padding-right: 30px;
	width: 565px;
	float: left;
	padding-left: 40px;
	padding-bottom: 30px;
	padding-top: 15px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color: #FFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 0 5px #c0c0c0;
	-webkit-box-shadow: 0 0 5px #c0c0c0;
	box-shadow: 0 0 5px #c0c0c0;
	margin-left: 2px;
}
#sidebar {
	float: right;
	width: 360px;
}
#news {
	float: right;
	width: 250px;
	background-color: #FFF;
	padding: 20px;
	margin-top: 30px;
	margin-right: 2px;
	margin-bottom: 30px;
	margin-left: 30px;
	font-size: 90%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 0 5px #c0c0c0;
	-webkit-box-shadow: 0 0 5px #c0c0c0;
	box-shadow: 0 0 5px #c0c0c0;
	margin-left: 2px;
}
#news h3, #twitter h3 {
	margin: 0px;
	padding: 0px;
}
#twitter {
	float: right;
	width: 250px;
	background-color: #FFF;
	padding: 20px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 30px;
	margin-left: 30px;
	font-size: 90%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 0 5px #c0c0c0;
	-webkit-box-shadow: 0 0 5px #c0c0c0;
	box-shadow: 0 0 5px #c0c0c0;
	margin-left: 2px;
}
#sidecontent {
	float: right;
	width: 276px;
	background-color: #FFF;
	padding: 7px;
	margin-top: 30px;
	margin-right: 2px;
	margin-bottom: 30px;
	margin-left: 30px;
	font-size: 90%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 0 5px #c0c0c0;
	-webkit-box-shadow: 0 0 5px #c0c0c0;
	box-shadow: 0 0 5px #c0c0c0;
	margin-left: 2px;
}
p {
	line-height: 150%;
	}
.lead {
	font-family: Calibri;
	font-size: 130%;
	color: #454545;
	line-height: 125%;
	font-weight: normal;
}
	
h1 {
	color: #454545;
	font-size: 160%;
	}
li {
	list-style-image: url(graphics/list.gif);
	list-style-type: circle;
	list-style-position: outside;
}
h2 {
	color: #E53E42;
	font-weight: normal;
	font-size: 120%;
	padding-top: 20px;
	}
h3 {
	font-size: 110%;
	color: #454545;
	}
a:link {
	color:#E7514E;
	text-decoration: none;
}  
a:hover,  a:active {
	color:#9f2b2f;
	text-decoration: underline;
}  
a:visited {
	color:#E7514E;
}  
a:visited:hover {
	color:#9f2b2f;
	text-decoration: underline;
}

#footer {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#footer-content {
	width: 960px;
	padding-top: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#footer-content ul li {
	display: inline;
	list-style: none;
	padding-bottom: 10px;
	margin-right: 10px;
	padding-right: 20px;
}
#footer-content li a {
	
}
