@charset "utf-8";

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Globals and Tags
*/

*
{
	padding: 0;
	margin: 0;
}

body
{
	font-size: 62.5%;
	color: #8caac6;
	margin: 16px 0px;
	font-family: Arial;
	background: #d4d4d4 url(./gfx/Background/bg_body.gif) top repeat-x;
}

hr
{
	clear: both;
	visibility: hidden;
}

p
{
 	text-align: justify;
}

ul
{
	list-style-type: square;
	list-style-position: inside;
}

p, ul, ol
{
	font-size: 1.1em;
	margin-bottom: 14px;
	line-height: 1.6em;
}

a
{
	color: #8caad9;
	text-decoration: none;
}

p a:hover
{
	color: #5280b9;
	text-decoration: underline;
}

h2
{
	color: #19568d;
	font-size: 2.1em;
	font-weight: normal;
	text-transform: uppercase;
}

h3
{
	color: #19568d;
	font-size: 1.5em;
	margin-bottom: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

label
{
	display: block;
	margin-top: 1em;
	font-size: 1.05em;
	font-variant: small-caps;
}

input
{
	color: #19568d;
	font-size: 1.1em;
	font-family: Arial;
}
	input.hidden
	{
		visibility: hidden;
	}
	input.button
	{
		padding: 2px;
		margin: 3px 0px;
		font-size: 1.0em;
		font-variant: small-caps;
	}

textarea
{
	width: 90%;
	color: #19568d;
	font-size: 1.1em;
	font-family: Arial;
}

ul ul
{
	font-size: 1.0em;
	padding-left: 10px;
	margin-bottom: 0px;
	list-style-type: circle;
}

blockquote
{
	float: left;
	margin: 5px;
	text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Global Structure
*/

#header
{
	width: 80%;
	margin: 10px auto;
	background: url(./gfx/Background/bg_header.png) repeat-x;
}

#wrapper
{
	width: 80%;
	margin: 10px auto;
}

#menu, #login, #sponsors
{
	float: left;
	clear: left;
	width: 200px;
	margin: 10px 0px;
	background: url(./gfx/Background/bg_menu.png) bottom left no-repeat;
}
	#menu h3, #login h3, #sponsors h3
	{
		width: 100%;
		color: #d4d4d4;
		display: block;
		background: url(./gfx/Background/bg_menu_top.png) top center no-repeat;
	}
	#login form
	{
		margin: 10px;
	}

#content
{
	float: right;
	clear: right;
	margin: 10px 0px;
}

#copy
{
	width: 80%;
	padding-top: 6px;
	margin: 20px auto;
	border-top: 1px dotted #999999;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Header
*/

#logo
{
	width: 40%;
	float: left;
	height: 47px;
	padding-left: 10px;
	background: url(./gfx/Background/bg_header_left.png) left no-repeat;
}

#news
{
	width: 40%;
	float: right;
	height: 47px;
	padding-right: 10px;
}
	#news embed
	{
		width: 384px;
		float: right;
		height: 45px;
		margin: 1px;
	}

#headend
{
	width: 5px;
	float: right;
	height: 47px;
	background: url(./gfx/Background/bg_header_right.png) right no-repeat;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  //  Menu Lists
*/

#menu ul, #login ul
{
	padding: 0px;
	margin: 8px 2px;
	list-style-type: none;
}

#menu li, #login li
{
	width: 100%;
}

#menu li a, #login li a
{
	display: block;
	font-size: 1.0em;
	padding: 0px 4px;
	font-variant: small-caps;
	border-bottom: 1px dotted #cccccc;
}

#menu li a:hover, #login li a:hover
{
	color: #5280b9;
}

#menu ul ul
{
	margin: 0px;
	display: none;
	padding: 0px 10px 3px;
	border-bottom: 1px dotted #cccccc;
}

#menu ul ul li
{
	height: 15px;
}

#menu ul ul li a
{
	border: none;
	padding: 0px;
}

#menu li.open ul
{
	display: block;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Content
*/

#content p
{
	margin: 4px;
	color: #303032;
	font-size: 1.1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Copy
*/

#copy p
{
	color: #303032;
	font-size: 1em;
	margin-bottom: 1px;
	text-transform: uppercase;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Misc
*/

#tools
{
	top: 0px;
	right: 0px;
	display: none;
	position: absolute;
	background: #999999;
	border: 1px dashed #333333;
}
	#tools fieldset
	{
		margin: 5px;
		padding: 5px;
		padding-top: 0px;
		border: 1px dashed #cccccc;
	}
	#tools legend
	{
		color: #19568d;
		margin: 0px 5px;
		font-size: 1.3em;
		font-variant: small-caps;
	}

.sortmenu
{
	margin-left: 9px;
	font-size: 0.7em;
	border: 1px dotted #333333;
}

.spons
{
	width: 180px;
	display: block;
	margin: 5px 8px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #333333;
}

.guestbook
{
	margin-top: 10px;
	border-bottom: 1px dotted #333333;
}
	.guestbook h4
	{
		color: #666666;
		font-size: 1.2em;
	}

a
{
  outline: none;
}

#back
{
  float: left;
}
#next
{
  float: right;
}
