/* Wrappers & Defaults */
body {
	text-align: center;
}
/* Layout Structure */
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}
#content-wrapper {
	width:800px;
	background:white;
	margin-top:2px;
}
#header {
	height:80px;
	padding-top:0px;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
}
#navigation{
	height:20px;
	width:799px;
	padding-bottom:0px;
	margin:1px 0px 1px 0px;
}
#content {
	float:left;
	padding:0px;
	margin:0px;
	width:598px;
}
/* Clean Through Here */


#footer {
	border:1px solid white; /* For Ident Purpose Only */
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	margin:2px 0px 0px 0px;
	width:790px;
	padding:5px;
	font-style:italic;
}
#sidebar1 {
	margin:0px;
	padding:0px;
	width:200px;
	float:right;
}
#content-text p{
	margin:10px;
}
#content-text{
	margin:5px;
	font-size:16px;
	text-align: left;
	width:587px;
	min-height:280px;
}
#tagline {
	float:right;
	width:198px;
	height:60px;
	padding-top:20px;
	border-left:2px solid white;
}
/* Styles */
h1 {
	font-size:36px;
}
h2 {
	font-size: 20px;
	font-style:italic;
}
h3 {
	border-bottom:1px solid black;
	font-size: 24px;
	font-style:none;
	padding:10px;
	height:28px;
	margin-top:0px;
}

/* Sections */
#logo {
	float:left;
	margin:0px 10px;
	width:80px;
}
#logo img {width:75px;height:75px;margin:2px;}
#head-text {
	text-align:left;
	margin:10px;
}
#nav-text {
	text-align:left;
	margin:-1px 0px 0px -1px;
}
#activelink {
	border-bottom:none;
}
#nav-text a,a:visited,a:hover,a:active {
	text-decoration:underlined;
	color:white;
}
#nav-text li {
	float: left;
	border:1px solid white;
	padding:1px -1px 0px 0px;
	text-align:center;
	list-style:none;
	height:19px;
	font-size:14px;
	font-style:italic;
}
#widget1{
	height:48px;
	border-bottom:1px solid black;
}
#widget1 img{
	float:left;
	margin:7px 4px;
	padding:2px 0px;
	width:30px;
	height:30px;
}
#widget2 {
width:180px;
margin:10px;
height:130px;
}
#widget2 p{
font-size:14px;
margin:3px;
text-align:left;
}
#widget2 h4{
background:black;
color:white;
height:20px;
-moz-border-radius-topleft:10px;
-webkit-border-top-left-radius:10px;
-moz-border-radius-topright:10px;
-webkit-border-top-right-radius:10px;
	
}

#widget3 {
width:180px;
margin:10px;
height:80px;

}
#widget3 p{
font-size:14px;
margin:3px;
text-align:left;
}
#widget3 h4{
background:black;
color:white;
height:20px;
-moz-border-radius-topleft:10px;
-webkit-border-top-left-radius:10px;
-moz-border-radius-topright:10px;
-webkit-border-top-right-radius:10px;
	
}
/* Clearfix Hack */
.clearfix:after {
   content: " ";
   clear: both;
   display: block;
   font-size: 0;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack *//* close commented backslash hack */
.normalnav {
	width:117px;
	margin-left:1px;
	margin-bottom:-1px;
}
.lastnav {
	width:98px;
	margin-left:0px;
}