/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0; 
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body
{ 
	line-height: 1;
	background: #000000;
}
ol, ul
{
	list-style: none;
}
:focus
{
	outline: 0;
}
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}


/* 
   General 
------------------------------------------------------------------- */

html
{
	height: 99%;
	padding-bottom: 11px;			/*   Force Scrollbars   */
	background: #FFFFFF;
}

body
{
	height: 100%;
	background: #FFFFFF;
	font: normal 0.8em sans-serif;
	line-height: 1.5em;
	color: #777777;
}


/* 
   Typography 
------------------------------------------------------------------- */

a
{
	text-decoration: none;
	color: #AAAA00;
}
a:visited
{
	text-decoration: none;
	color: #AAAA00;
}
a.link
{
	text-decoration: none;
	color: #990000;
}
a:visited.link
{
	text-decoration: none;
	color: #000099;
}
p
{
	padding: 0.3em 0em;
	color: #CCCCCC;
}
h1
{
	font: normal 2em sans-serif;
	font-family: "Lucida Calligraphy";
	color: #000000;
}
h2
{
	font: normal 1.5em sans-serif;
	font-family: "Lucida Calligraphy";
	color: #000000;
}
h3
{
	font: normal 1.3em sans-serif;
	font-family: "Lucida Calligraphy";
	color: #000000;
}
h4
{
	font: normal 1.4em sans-serif;
	font-family: "Lucida Calligraphy";
	color: #000000;
}
h5
{
	font: normal 1.2em sans-serif;
	font-family: "Arial";
	color: #000000;
}

h1,h2,h3,h4,h5,h6
{
	margin-bottom: 0.3em;
}


/* 
   Layout
------------------------------------------------------------------- */

#layout_wrapper
{
	margin: 0 auto;
	min-width: 1100px;
	width: 75%;
}

#layout_headericon
{
	background: #FFFFFF url('img/header.jpg') center no-repeat;
	height: 150px;
	padding: 10px 0px;
}

#layout_body
{
	margin: 20px;
	padding: 0px;
}

#layout_content
{
	float: left;
	width: 70%;
}

#layout_sidebar
{
	float: right;
	width: 30%;
}

#layout_footer
{
	height: 210px;
}


/* 
   Navigation
------------------------------------------------------------------- */


/* Main menu */

#mainmenu
{
	float: left;
	width: 100%;
}

#mainmenu ul
{
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	border-width: 1px 0px;
}
#mainmenu a, #mainmenu a:visited
{
	display: block;
	font-family: "Lucida Calligraphy";
	font-size:1.2em;
	text-decoration:none;
	color: #000000;
	padding: 1em 1em;
}
#mainmenu li 
{
	float: left;
	margin:0;
	padding:0;
}
#mainmenu li a:hover
{
	color: #FFFFFF;
}

#mainmenu li ul
{
	position: absolute;
	left: -99999em;
	width: 100%;
	list-style: none;
	line-height: 1;
	padding: 0;
	border: solid #000000;
	border-width: 1px;
	background: #005064;
}
#mainmenu li:hover ul					/* Make the submenu appear when the cursor is over a menuitem that has a submenu */
{
	left: 0px;
}


/* Archives navigation */

.nav_archives
{
	text-decoration: none;
	color: #000000;
}
.nav_normal, a.nav_normal, a:visited.nav_normal
{
	color: #CCCCCC;
}
.nav_selected, a.nav_selected, a:visited.nav_selected
{
	color: #550000;
}


/* 
   Box
------------------------------------------------------------------- */

.box
{
	background: #005064 url('img/roundedcornr_grad.gif') no-repeat;
	margin: 0 1.0em 2em 1.0em;
}
.box_top div
{
   background: url('img/roundedcornr_tl.gif') no-repeat top left;
}
.box_top
{
   background: transparent url('img/roundedcornr_tr.gif') no-repeat top right;
}
.box_bottom div
{
   background: url('img/roundedcornr_bl.gif') no-repeat bottom left;
}
.box_bottom
{
   background: transparent url('img/roundedcornr_br.gif') no-repeat bottom right;
}
.box_top div, .box_top,
.box_bottom div, .box_bottom
{
   width: 100%;
   height: 20px;
}

.box_title
{
	text-align: center;
	padding: 0px 0px 10px 0px;
}

.box_info
{
	padding: 0 0 0 3em;
	color: #000055;
}

.box_content
{
	margin: 0 2em 0 2em;
}

/* 
   Tables
------------------------------------------------------------------- */

table.design_table
{
	border: none;
	margin-bottom: 2em;
	color: #EEEEEE;
}
table.design_table th
{
	border: none;
	text-align: left;
	color: #EEEEEE;
}
table.design_table td, table.design_table th
{
	padding: 10px;
	color: #EEEEEE;
}

table.design_table tr.r:hover
{
	background: #550000;
}
table.design_table tr.rs
{
	background: #000000;
}

table.design_table td
{
	vertical-align: middle;
	color: #EEEEEE;
}


/* 
   Floats
------------------------------------------------------------------- */

.left,.alignleft
{
	float: left;
}
.right,.alignright
{
	float: right;
}
.center,.aligncenter
{
	margin: 0 auto;
}

.clear,.clearer
{
	clear: both;
}
.clearer
{
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/* 
   Forms
------------------------------------------------------------------- */

.text
{
	font: normal 1.2em sans-serif;
	font-family: "Arial";
	border: 1px solid #EEEEEE;
	background: transparent;
	color: #EEEEEE;
	width: 100%;
}
.text:hover
{
	background: #550000;
}
.text:focus
{
	background: #000000;
}

.button
{
	font: normal 1.5em sans-serif;
	color: #EEEEEE;
	background: transparent;
	padding: 0.2em 1.5em;
	border: 1px solid #EEEEEE;
}
.button_small
{
	font: normal 1em sans-serif;
	color: #EEEEEE;
	background: transparent;
	padding: 0.3em 1.5em;
	border: 0.1em solid #EEEEEE;
}

.button:hover, .button_small:hover
{
	background: #550000;
}

.warning
{
	color: #000000;
	border-color: #000000;
}


/* 
   Misc 
------------------------------------------------------------------- */

/* Seperators */
.content_separator, .archive_separator
{
	background: #000000;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}

/* Messages */
.error, .notice, .success
{
	border: 1px solid #DDD;
	padding: 1em;
	margin: 2em 2em 2em 2em;
}

.error
{
	background: #FF1111;
	color: #000000;
	border-color: #000000;
}
.error a
{
	color: #000000;
}

.notice
{
	background: #FFFF44;
	color: #000000;
	border-color: #000000;
}
.notice a
{
	color: #000000;
}

.success
{
	background: #44FF44;
	color: #000000;
	border-color: #000000;
	}
.success a
{
	color: #000000;
}




/* Single Line IE Fixes */
* html #nav1, * html #nav2, * html #layout_body, * html #footer
{
	height: 0.01%;
	min-height: 0.01%;
}
