/* CSS Document */
@import url(layout.css);
@import url(nav.css);

body {
	margin: 0;
	padding: 0;
	background: #111 url(../images/bodybg.gif) repeat;
	color: #ccc;
	font: 12px/1.5em "Lucida Sans Unicode", "lucida", "Trebuchet MS", arial, sans-serif;
	text-align: center;
}

a:link, a:visited {
	color:#fff;
	text-decoration: none;
	border-bottom: 1px dashed #c96;
}

a:active, a:hover{
	color:#fff;
	text-decoration: none;
	border-bottom: 1px solid #c96;
}
hr {
	border: 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
	margin: 20px;
}
h3 {
	font: 14px/1.5em "Lucida Sans Unicode", "lucida", "Trebuchet MS", arial, sans-serif;
	color: #c96;
}

h4 {
	font: 11px/1.5em "Lucida Sans Unicode", "lucida", "Trebuchet MS", arial, sans-serif;
	color: #c96;
}
h4.arrow {
	font: bold 13px/1.5em "Lucida Sans Unicode", "lucida", "Trebuchet MS", arial, sans-serif;
	margin: 200px 40px 0 40px;
	width: 290px;
	text-align: right;
	background: transparent url(../images/arrowicon.gif) left no-repeat;
}
h4.arrow a:link, h4.arrow a:visited{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #c96;
}
h4.arrow a:active, h4.arrow a:hover{
	color: #c00;
	text-decoration: none;
	border-bottom: 1px solid #c96;
}
#footerdiv #address{
	float: left;
	width: 200px;
	margin: 7px 0 10px 50px;
	font: 11px/1.2em "Lucida Sans Unicode", "lucida", "Trebuchet MS", arial, sans-serif;
}
#footerdiv #box{
	float: right;
	width: 320px;
	margin: 7px;
	text-align: center;
	font: 11px/1.2em "Lucida Sans Unicode", "lucida", "Trebuchet MS", arial, sans-serif;
}
#footerdiv h5 {
	display: inline;
	margin: 0;
	padding: 0;
	color: #f90;
}
div.boxed {
	padding: 0 40px;
}

#content ul {
	font-size: 11px;
	list-style-type: none;
	list-style-image: url(../images/li.gif);
	margin-left: 10px;
}
#content li {
	margin-left: 10px;
	font-style: italic;
	color: #fff;
}
