/* Basic Styles */

body,html,div,
ul, li, h1, h2, h3, h4,
blockquote, ol {
	margin:0;
	padding:0;
}
ul {
	overflow:hidden;
}
body {
	font-size: 14px;
	color:#444;
}
img {
	border:0;
}
a,
a:active,
a:visited,
a:hover {
	text-decoration:none;
}
p, li {
	margin:0;
	margin-bottom:1em;
	line-height:1.7;
	font-family: Georgia, "Palatino", "Palatino Linotype", Times, "Times New Roman", Serif;
}
p a, li a {
	color:#5ebae7;
}
ul, ol {
	padding-left:0px;
}
ul {
	list-style: none;	
}
#content ul li {
	padding:0;
	margin:0;
	padding-left:15px;
	background: url('../images/bullet.jpg') no-repeat 1px 7px;
	margin-bottom:1em;
}
ol {
	list-style-type:lower-roman;
}
h1,h2,h3,h4,legend {
	letter-spacing: -1px;
	color:#777;
}
h1 {
	color: #5ebae7;
	text-transform:uppercase;
	font-size:24px;
}
h2 {
	font-weight:normal;
	margin-bottom:1em;
	text-transform:uppercase;
}
.hr {
	border:0;
	border-top:1px dashed #999;
	margin: 25px 25px;
	height:0;
}
.first {
	margin-bottom:0;
}
.bottom {
	margin-top:0;
}
#header {
	padding-bottom:25px;
	border-bottom:1px solid #444;
}
#nav {
	width:300px;
	min-height:400px;
	text-align: right;
	float:left;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:25px;
}
#nav ul a {
	color: #999;
	letter-spacing:-0.01em;
	font-style:italic;
}
#nav ul .active {
	border-bottom: 1px dashed #999;
	border-top: 1px dashed #999;
	background-color:white ! important;
	position:relative;
	left:1px;
	z-index:101;
}
#nav ul .top {
	border-top:0;
	margin-bottom:0;
	padding-bottom:0;
}
#nav ul .active a {
	color:#444;
	position:relative;
	right:1px;
}
#nav li {
	height:50px;
	padding-top:20px;
	padding-right:25px;
}
#content {
	float:left;
	padding-left:25px;
	padding-top:15px;
	width:370px;
	border-left:1px dashed #999;
	padding-bottom:10px;
	min-height:450px;
	z-index:100;
	background-color:transparent;
}
#content ul em {
	color:#999;
}
#content ul a {
	font-style:italic;
}
#container, #footer {
	width:700px;
	margin:0 auto;
	margin-top:50px;
}
fieldset {
	border: 1px dashed #ccc;
}
#footer {
	margin-bottom:50px;
	padding-top:10px;
	color:#444;
	border-top: 1px solid #444;
	margin-top:0;
}
#footer em {
	color:#777;
}
.clearer {
	clear:both;
}
.float {
	float:left;
}
.floatright {
	float:right;
}

/* Custom Styles */
.pdf:after {
	content: "<img src='../images/pdf.jpg' width='20' height='20' alt='pdf' />";
	padding-right:20px;
}

.flash_notice {
	display:block;
	background-color:#FDF28D;
	border: 1px solid #FBE73E;
	padding:5px 5px 5px 40px;
	font-size:85%;
	font-style:italic;
	background:#fdf28d url("../images/star.png") no-repeat 10px center;
	margin-bottom:20px;
	color:#AA5D1D;
}
