/*!
 * Style sheet
 *
 * \author Jason Omahen
 * \date 06/04/2009
 */

/*!
 * HTML Tags
 */
body 
{
	background-color: #802222;
	font-family: Arial;
	margin: 75px 0px 75px 100px;
}

blockquote 
{
	background: transparent url(../images/leftquote.png) left top no-repeat;
}
	blockquote #quote 
	{
		padding: 0 48px;
		background: transparent url(../images/rightquote.png) right bottom no-repeat;
		font-style: italic;
		word-spacing: 5px; 
	}
	
	blockquote #author
	{
		font-size: 11px;
		color: #6B6B6B;
		text-align: right;
		position: relative;
		right: 20px;
	}
	
fieldset
{
	border: 0px;
}

div a, div a:active, div a:link, div a:visited
{
	color: #000;
	text-decoration: underline;	
}

div a:hover
{
	color: #802222;
	text-decoration: none;	
}


/*!
 * IDs
 */
#main
{
	width: 900px;
	border: #000 1px solid;
}

#header 
{
	width: 900px;
	height: 200px;
	background:url(../images/header_bg.png) no-repeat;
}

#nav
{
	width: 900px;
	height: 30px;
	background:url(../images/nav_bg.png) no-repeat;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}

	#nav ul
	{
		margin:0;
		font-size:14px;
		font-weight:bold;
		padding-left:50px;
		padding-top:3px;
		list-style:none;
	}
	
	#nav li 
	{
		float:left;
		margin-right:10px;
		padding:0 0 0 15px;
	}
	
	#nav a 
	{
		float:left;
		display:block;
		padding-top:5px;
		padding-right:20px;
		padding-bottom:7px;
		padding-left:6px;
		text-decoration:none;
		color:#FFF;
	}
	
	/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
	#nav a {float:none;}
	/* End IE5-Mac hack */
	
	#nav a:hover 
	{
		color:#F2C906;
		text-decoration:underline;
	}
	
#sub_nav
{
	width: 100%;
	height: 30px;
	margin-top: -40px;
	margin-bottom: 10px;
	margin-left: -61px;
}

	#sub_nav ul
	{
		margin:0;
		font-size:14px;
		font-weight:bold;
		padding-top:3px;
		list-style: none;
	}
	
	#sub_nav li 
	{
		float:left;
		margin-right:10px;
		padding:0 0 0 15px;
	}
	
	#sub_nav a 
	{
		float:left;
		display:block;
		padding-top:5px;
		padding-right:20px;
		padding-bottom:7px;
		padding-left:6px;
		color: #000;
		text-decoration: none;	
	}
	
	/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
	#sub_nav a {float:none;}
	/* End IE5-Mac hack */
	
	#sub_nav a:hover 
	{
		color: #802222;
		text-decoration: underline;	
	}

#content
{
	width: 900px;
	min-height:400px;
	background:url(../images/bg_rays.png) no-repeat #FFF;
	padding-top: 60px;
}

#left_column
{
	width:560px;
	padding:20px;
	margin-left: 60px;
	float:left;
}

#right_column
{
	width:190px;
	padding:20px;
	margin-right: 10px;
	float:right;
}

#footer
{
	width: 100%;
	min-height: 30px;	
	background:url(../images/watermark.png) no-repeat #FFF;
	background-position: left bottom;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 11px;
	color: #CCC;
	vertical-align: middle;
}
	#footer a, a:hover, a:visited 
	{ 
	 	text-decoration: none; 
	  	color: #CCC;
	}
	
#photo-container
{
	
}
	#photo-container ul
	{
		list-style:none;
		padding-left: 20px;
	}
	
	#photo-container li
	{
		float:left;
		margin-right:10px;
		padding:0 0 0 5px;
	}
	
	#photo-container img
	{
		padding: 2px;
		border: #CCC 1px solid;
	}

/*!
 * Classes
 */
.clear
{
	clear:both;
}

.block_type
{
	width: 99%;
	border: #000 1px solid;
}

	.block_type .header
	{
		height: 28px;
		min-height: 28px;
		background:url(../images/module_header.png) repeat-x top;
		border-bottom: #AAA 1px solid;
	}
	
		.block_type .header p 
		{
			margin: 0px;
			padding: 3px 0px 0px 10px;
			font-size: 17px;
			font-weight: bold;
			color: #802222;
		}
	
	.block_type .content
	{
		font-size: 13px;
		padding: 5px 5px 5px 10px;
		line-height: 1.30em;
		background-color: #FFF;
	}

.list
{
	list-style: square inside url(../images/bullet.png);
}
	.list li 
	{
		margin-left: -25px;
		padding-bottom: 13px;
	}

	.list b
	{
		font-size: 15px;
	}
	
	.list span
	{
		font-size: 14px;
	}
	
	.list #evt-div
	{
		padding-left: 45px;
	}

.list-alt
{
	margin-top: 6px;
	margin-bottom: 1px;
	list-style: square inside url(../images/bullet.png);
}
	.list-alt li 
	{
		margin-left: -25px;
		padding-bottom: 13px;
	}

	.list-alt b
	{
		font-size: 14px;
	}
	
	.list-alt span
	{
		font-size: 14px;
		padding-left: 45px;
	}
	
.bios
{
	background: url(../images/bio_bg.png) repeat;
	border: #E8E8E8 1px solid;
	min-height: 30px;
	padding: 10px;
	vertical-align: text-top;
	margin-top: 5px;
}

	.bios p 
	{ 
		margin-top: -2px; 
	}
	
.pub
{
	color: #1B3F9F;
	font-size: 14px;
}

.pub-star
{
	color: #1B3F9F;
	font-size: 20px;
	vertical-align: middle;
}
