
/* --------------------------------- */
/* --------------------------------- */
/* --- Project Dylan Style Sheet --- */
/*    Created by Phillip Caudell     */
/* --------------------------------- */
/* --------------------------------- */

body,td,th {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#CCCCCC;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #FF6699;
}
a:active {
	text-decoration: none;
	color: #5F5F5F;
}

img{
	border:0px;
}

#body_bg{
	width:auto;
	min-height:300px;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(/images/body_bg.jpg);
	overflow:auto;
}

#logo{
	width:800px;
	margin:auto;
	height:auto;
	margin-top:40px;
	overflow:auto;
	text-align:right;
}

.logo_text{
	width:400px;
	height:auto;
	float:right;
	font-size:12px;
	color:#333333;
	margin-top:25px;
}

.logo_text a:link,
.logo_text a:visited,
.logo_text a:active{
	color:#666666;

}

#main_menu{
	width:800px;
	height:35px;
	margin:auto;
	margin-top:30px;
	background-image:url(/images/menu_bg.gif);
}

#main_menu a:link,
#main_menu a:visited{
	width:100px;
	display:block;
	float:left;
	text-align:center;
	color:#CCCCCC;
	font-weight:bold;
	font-size:14px;
	padding-top:8px;
	height:27px;
	background-position:right;
	background-image:url(/images/menu_divider.gif);
	background-repeat:no-repeat;

}

#main_menu a:hover{
	background-image:url(/images/menu_divider_hover.gif);
}

#page{
	width:800px;
	height:auto;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	overflow:auto;
}

/* Headings */
h1{
	margin:0px;
	padding:0px;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:10px;
}

h2{
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:5px;
}


h3{
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:5px;
}

/* General Page Styles */
p{
	margin:0px;
	padding:0px;
	line-height:24px;
	margin-bottom:20px;
	text-align:justify;
}

.intro{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}

/* Lists */
ul{
	margin:0px;
	padding:0px;
	list-style:disc;
	margin-bottom:20px;
}

li{
	margin-left:40px;
	margin-bottom:5px;
}

.date_list{
	list-style:none;
	margin:0px;
	padding:0px;

}

.date_list li{
	width:200px;
	height:auto;
	padding:10px;
	padding-left:0px;
	color:#FFFFFF;
	border-top:1px #333333 solid;
	margin:0px;
}

.date_list a:link,
.date_list a:visited{
	color:#999999;
}

.date_list a:hover{
	color:#FFFFFF;
}

.thumbnail{
	width:180px;
	height:165px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	background-image:url(/images/thumbnail_bg.gif);
	margin-right:6px;
	margin-bottom:6px;
	float:left;
	padding-top:5px;
	font-weight:bold;
}

.thumbnail img{
	position:relative;
	border:1px solid #FFFFFF;
}

.thumbnail_text{
	margin-top:5px;
	display:block;
	text-align:center;
}

#footer{
	width:785px;
	height:25px;
	background-image:url(/images/footer_bg.gif);
	margin:auto;
	font-size:12px;
	margin-top:30px;
	margin-bottom:40px;
	padding-left:15px;
	padding-top:10px;
	color:#999999;
}

.box_home_latest{
	width:360px;
	height:150px;
	background-position:top;
	background-image:url(/images/box_home_latest.gif);
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	overflow:auto;

}