@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 0;
}

/* Layout Information */

.top_blue_bar_for_the_hell_of_it_yeah_sure
{
	width: 100%;
	height: 20px;
	background-color: #5981c7;
}

	.top_blue_bar_for_the_hell_of_it_yeah_sure h1
	{
		font-size: 10px;
		color: white;
		margin:0;
		padding-top: 3px;
	}

.logo
{
	width: 250px;
	height: 150px;
	background-color: #ffffff;
}

.menu_bar
{
	width: 100%;
	height: 20px;
	background-color: #5981c7;
	padding-top: 5px;
}
	.menu_bar a:link, .menu_bar a:visited, .menu_bar a:hover
	{
		color: #ffffff;
		border: 1px dotted #ffffff;
		border-width: 0 1px 0 0;
		padding-right: 10px;
		margin: 10px 0 10px 10px;
		text-decoration: none;
	}

.location
{
	width: 100%;
	margin-top: 5px;
	min-height: 20px;
}

.nav
{
	width: 90%;
	margin-left: 30px;
	margin-top: 30px;
}
	.nav img
	{
		padding-top: 3px;
	}
	
	.nav .bordered
	{
		border: 1px dashed #5981c7;
		border-width: 0 0 1px 0;
	}
	
	.nav h4
	{
		margin:3px 0 0 20px;
		font-weight: normal;
	}
	
	.nav a:link, .nav a:visited
	{
		color: #666666;
		text-decoration: none;
	}
	
	.nav a:hover
	{
		color: #5981c7;
		text-decoration: underline;
	}
	
.canvas
{
	min-height: 350px;
	height: auto;
	
	float: left;
	position: inherit;
	margin: 25px 10px 10px 10px;
}

	.content{
		padding: 0 15px;
	}
			
.news
{
	width: 220px;
}

.footer
{
	width: 97.5%;
	height: 10%;
	border: 1px solid #cccccc;
	border-width: 1px 0 0 0;
	float: right;
	color: #cccccc;
	vertical-align: bottom;
}

/*  Link information: */

a:link, a:visited
{
	color: #666666;
	text-decoration: underline;
}

a:hover
{
	color: #5981c7;
	text-decoration: underline;
}


/* text information */

p
{
	margin-top: 0;
}

h1
{
	font-size: 18px;
	color: #666666;
}

h2
{
	font-size: 16px;
	color: #5981c7;
	margin: 0 0 7px 0;
	padding:0;
}

h3
{
	font-size: 11px;
	font-weight: bold;
	color: #5981c7;
}

h4
{
	font-size: 11px;
}

h5
{
	font-size: 12px;
	color: #5981c7;
	margin-bottom: 0;
}

/* object information */

img
{
	border: 0;	
}

hr
{
	background-color: #5981c7;
	height: 1px;
	margin: 5px 0 5px 0;
	padding: 0;
}

#image_box{
	width: 300px;
	height: 300px;
}

#options_box{
	width: 200px;
	height: 60px;
}

.options
{
	list-style-image: url('/images/menu1.jpg');
	float: right;
	margin-top: 10px;
}

.options li{
	margin-bottom: 4px;
}

.options a
{
	vertical-align: top;
	font-size: 14px;
}

.blue_button
{
	color: #ffffff;
	background-color: #5981c7; 
	border: 2px outset #cccccc;
}

.indent{
	float:right;
	width: 300px;
	margin-bottom: 20px;
}

#call_to_action{
	color: #5981c7;
	margin-top: 7px;
	font-weight: bold;
	font-size: 12px;
}

	#call_to_action p{
		margin: 0 0 5px 0;
	}
