@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
html,body{
	height:100%;
}
body{
	background:url(images/bg.png) repeat-x;
}
#wrapper{
	width:1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}

#header{
	height:225px;
	background:url(images/header.png) no-repeat;
}

#container{
	width:100%;
	margin: 0 auto;
}

#nav{
	float:left;
	width:250px;
	margin-right:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#nav ul{
	list-style-type:none;
	width:100%;
	font-size:1.2em;
}

#nav ul li, #nav ul li a{
	letter-spacing:1px;
	color:#020123;
	text-decoration:none;
}

#nav ul li{
	margin-top:20px;
	text-align:right;
}

#nav ul li a.current{
	color:#4AB2FF;
}

#nav ul li a:hover{
	color:#c3e9ac;
}


#nav ul li span{
	font-style:italic;
	margin-right:4px;
	
}

#content{
	float:left;
	width:720px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

#foot-pad{
	height:150px;
}

#footer{
	clear:both;
	width:100%;
	height:150px;
	background:url(images/footer_bg.png);
	text-align:center;
}

#footer img{
	border:none;
}

#footer img:first{
	margin-top:50px;
}

#footer img#brag{
	margin-top:20px;
	margin-left:150px;
}

#footer img#sitelytagline{
	margin-left:50px;
	margin-top:40px;
}

.column{
	float:left;
}

.narrow{
	width:225px;
	margin-right:20px;
	margin-top:-40px;
}

.wide{
	width:460px;
	line-height:1.6em;

}	

.wide p{
	margin-bottom:25px;
}

#middle{
	margin-top:20px;
	clear:both;
}

#middle p{
	margin-bottom:25px;
}

.wide ul{
	list-style:none;
	margin-left:50px;
}

.wide h3{
	color:#4AB2FF;
	font-style:italic;
	font-weight:100;
	font-size:1.1em;
	margin-top:10px;
}


.narrow p{
	font-family:Arial, Helvetica, sans-serif;
	color:#4AB2FF;
	font-style:italic;
	font-size:1.6em;
	width:220px;
}

.narrow a{
	color:#534741;
}

.narrow a:hover{
	color:#c3e9ac;
}
.pinkbox{
	width:225px;
	height:187px;
	background:url(images/pinkbox-trans.png) no-repeat;
	margin-left:-20px;
}

.pinkbox p{
	font-family:"Times New Roman", Times, serif;
	font-size:11pt!important;
	font-style:italic!important;
	color:#000!important;
	width:160px;
	padding-top:20px;
	padding-left:35px;
}