
/*

	+--------------------bodycontainer-----------------------------+
	|+------------------------------------------------------------+|
	||                      masthead                              ||
	|+------------------------------------------------------------+|
	|               +------------------------------+    +---------+|
	|               |                              |    |         ||
	|               |                              |    |         ||
	|               |         content              |    | menubar ||
	|               |                              |    |         ||
	|               |                              |    |         ||
	|+---------+    +------------------------------+    +---------+|
	||footer   |                                                   |
	|+---------+ 												   |
	+--------------------------------------------------------------+
	
	For 1024x768 view:
	
	bodycontainer: (1024 - 24 (left viewport) - 24 (right viewport) =
		      width 976px
	masthead: height 100px
	content:  top 125px  left 225px  width 500px
	menubar:  top 125px  left 792px  width 200px (8px padding)
	footer:   bottom: 5%  left 10px  width 200px
		
*/

BODY
{
	margin: 0;
	padding: 0;
	color: white;
	background-color: #004040;
    background-image: url("/img/bg_gradient.gif");
    background-repeat: repeat-x;
/*
	background-image: url("/img/bbq.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 10px 80%;
	overflow: scroll;
*/
	text-align: center;
}

#bodycontainer
{
    width: 976px;
    height: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

/*
	Masthead
*/

#masthead
{
	margin: 0;
    padding: 0;
    text-transform: lowercase;
    font-style: normal;
    font-weight: normal;
    font-family: sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100px;
}

#masthead IMG#logo
{
	margin: 0;
	padding: 0;
	border: none;
	top: 20px;
	left: 16px;
	position: absolute;
}

#masthead H1
{
	font-size: 24px;
	margin: 0;
	padding: 0;
    color: white;
    background-color: transparent;
    position: absolute;
    top: 12px;
    right: 25px;
}

#masthead H2
{
	font-size: 40px;
	margin: 0;
	padding: 0;
	color: #FFCC00;
	background-color: transparent;
	position: absolute;
    left: 150px;
	top: 60px;
	border-bottom: 1px solid #888888;
	width: 850px;
}

#masthead H3
{
	font-size: 24px;
	margin: 0;
	padding: 0;
	color: #FFCC00;
	background-color: transparent;
	position: absolute;
    left: 150px;
	top: 108px;
}

/*
	Menubar
*/

#menubar
{
	font-family: sans-serif;
	font-size: 11pt;
	text-transform: lowercase;
	text-align: left;
	line-height: 200%;
	padding: 8px;
    margin: 0;
    position: fixed;
	top: 125px;
	width: 200px;
	left: 792px;
	font-style: normal;
    color: #888888;
    background-color: transparent;
}

#menubar A
{ 
	display: block;
	padding: 0;
	margin: 0;
	color: #FFCC00;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #888888;
}

#menubar A.img
{
	border-bottom: none;
}

#menubar A.last-child
{
	border-bottom: none;
}

#menubar A:hover
{
	text-decoration: none;
	color: #FFFF88;
	background-color: transparent;
}

#menubar A.highlight
{
	text-decoration: none;
	color: #FFFF88;
	background-color: transparent;
	text-shadow: 8px 8px 1px black;
}

#menubar A.subs
{
	border-bottom: none;
}

#menubar A:before
{
	content: "<<  ";
	color: #004040;
	background-color: transparent;
	text-shadow: none;
}

#menubar A.highlight:before
{
	content: "<<  ";
	color: #FFFF88;
	background-color: transparent;
}

/*
	Submenu
*/

#submenu
{
	font-family: sans-serif;
	font-size: 9pt;
	text-transform: lowercase;
	text-align: left;
	line-height: 100%;
	padding: 0 0 .75em 0;
    margin: 0;
	font-style: normal;
	border-bottom: 1px solid #888888;
}

#submenu A
{
	display: block;
	padding: 0 0 6px 36px;
	margin: 0;
	border-bottom: none;
}

#submenu A.highlight
{
	color: #FFFF88;
	background-color: transparent;
	text-shadow: 6px 6px 1px black;
}

#submenu A:before
{
	content: "";
}

#submenu A.highlight:before
{
	content: "";
}

/*
	Content
*/

#content
{
	margin: 0;
	padding: 0 0 16px 0;
	position: absolute;
	top: 125px;
	left: 225px;
    width: 500px;
}

#content.subtitled
{
	top: 175px;
}

#content A
{
	color: #FFCC00;
	background-color: transparent;
	text-decoration: none;
}

#content A:visited
{
	color: #FFCC00;
	background-color: transparent;
	text-decoration: none;
}

#content A:hover
{
	color: #FFFF88;
	background-color: transparent;
	text-decoration: none;
}

#content A.special-link
{
	color: #FF4444;
	background-color: transparent;
	text-decoration: none;
}

#content A:visited.special-link
{
	color: #FF4444;
	background-color: transparent;
	text-decoration: none;
}

#content A:hover.special-link
{
	color: #FF8888;
	background-color: transparent;
	text-decoration: none;
}

#content UL
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content LI
{
	line-height: 110%;
	padding: 0 0 1.5em 0;
}

#content UL.tight
{
	list-style-type: square;
	padding: 0;
	margin: 0;
}

#content UL.tight LI
{
	padding: 0 0 4px 0;
	margin: 0 0 0 2em;
	line-height: 110%;
}

#content HR
{
	border: 1px solid white;
}

INPUT.text, INPUT[type="text"]
{
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 0 0 0 0;
	margin: 0 3px 0 3px;
    color: black;
    background-color: #888888;
}

INPUT.button, INPUT[type="submit"], INPUT[type="reset"], INPUT[type="button"]
{
	border: 4px double black;
	color: black;
	background-color: #888888;
}

/*
	Informal content
*/

DIV.informal
{
	line-height: 150%;
	font-size: 11pt;
	font-family: sans-serif;
}

DIV.informal H1
{
	font-size: 16pt;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: sans-serif;
}

DIV.informal H2
{
	font-size: 14pt;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: sans-serif;
}

DIV.informal H3
{
	font-size: 12pt;
	margin: 2em 0 0 0;
	padding: 0;
	border-bottom: 1pt solid white;
	font-family: sans-serif;
	font-weight: normal;
}

DIV.informal P
{
	margin-top: 1em;
	margin-bottom: 0;
	text-indent: 0;
}

DIV.informal BLOCKQUOTE
{
	font-size: 90%;
	line-height: 175%;
	font-style: normal;
	font-weight: normal;
	padding: 0 1em 0 1em;
	margin: 0 3em 0 3em;
	border-left: 1px dotted #888888;
	border-right: 1px dotted #888888;
}

/*
	Formal content
*/

DIV.formal
{
	font-family: serif;
	font-size: 12pt;
	line-height: 175%;
}

DIV.formal P
{
	margin: 0;
	padding: 0;
	text-indent: 0.5in;
}

DIV.formal BLOCKQUOTE
{
	font-size: 90%;
	line-height: 175%;
	font-style: normal;
	font-weight: normal;
	padding: 0 1em 0 1em;
	margin: 0 3em 0 3em;
	border-left: 1px dotted #888888;
	border-right: 1px dotted #888888;
}

DIV.formal H1
{
	font-size: 16pt;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: sans-serif;
}

DIV.formal H2
{
	font-size: 14pt;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: sans-serif;
}

DIV.formal H3
{
	font-size: 12pt;
	margin: 2em 0 0 0;
	padding: 0;
	border-bottom: 1pt solid white;
	font-family: sans-serif;
	font-weight: normal;
}

/*
	Item
*/

DIV.item
{
	background-color: #002D2D; 
	padding-left: 16px; 
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: 1px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}

/*
	Footer
*/

#footer
{
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 125%;
	font-size: 9pt;
	color: gray;
	position: fixed;
	bottom: 5%;
	width: 200px;
	left: 10px;
	font-family: sans-serif;
}

body>div#footer
{
    position: fixed;
}

