/*#############################################################

#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

#identity-box { display: none !important; }

a {color: #330099;}

a:hover {color: #0099FF;}

table.center {margin-left:auto; margin-right:auto; margin-bottom:25px; margin-top:25px; border:1px; text-align:center}

/* NEXT TWO USED TO CREATE IMAGE LINK ABOVE HEADER */
.hide
{
	visibility:hidden;
	height:100%;
	width:100%;
}

#homer { /*Home Link */
float: left;
position:relative;
width : 100%;
height: 100%;
/*margin-left: 20px;
margin-top: 5px; */

}


body {
	background: url(assets/bg.png) repeat;
	background-attachment:fixed;
	color:#333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
}
/* The following is a declaration for two seperate elements, they both use this so it is a 
time saver (lazy & smart)
*/ 
ul {
	padding-bottom: 1em; padding-left:20px;
	color:#333;
	font:normal 95%"Lucida Sans Unicode",sans-serif; margin-left: 1.2em;
}

p{
	padding-bottom: 1em; padding-left:10px;
	color:#333;
	font:normal 105%"Lucida Sans Unicode",sans-serif;
}
	

/* Valid Css*/
p.vcss{background-image: url(http://jigsaw.w3.org/css-validator/images/vcss-blue); background-repeat:no-repeat; border:0;width:88px;height:31px; background-position:center;
}

/* Valid Rss */
p.vrss{background-image: url(http://feedvalidator.org/images/valid-rss.png);background-repeat:no-repeat; border:0;width:88px;height:31px; background-position:center;
}



li {list-style: none;
	 padding-bottom:10px;}


.main li {list-style-image: url(assets/li.gif);font:normal 95%"Lucida Sans Unicode",sans-serif; }

h1 {font-size: 1.3em;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

/* grouping */
h1,h2,h3 {color:#000000; padding:10px;}

/* misc */
.clearer { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.main_right .padded {padding: 6px 2px 6px 16px; font:normal 90% "Lucida Sans Unicode",san-serif;}
.main .padded {padding: 18px 18px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left; width: 20%;}
.right {float: right; width: 20%;}
.main_right li {list-style-image: url(assets/rss_icon.gif); padding:1px 1px 1px 1px;font: normal 90% "Lucida Sans Unicode",sans-serif; text-transform:uppercase  }

/* structure */
/* main body div */
.container {
	font-size: 1.2em;
	background: url(assets/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	margin-left:10%;
	width: 780px;
	border: 12px solid #000000;
	
}

/* header */
.header {
	margin-left:0%;
	background-image: url(assets/header1m.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 160px;
	width: 100%;
	position: relative;
	top: 0px;
	z-index: 5;
	
}

/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 410px;
}
.main_right {
	float: right;
	margin-top:10px;
	width: 120px;
	color: #CCC;
	padding-right: 15px;
}

/* sub-navigation */
.subnav h1 {
	background:#000000;
	color:#FFFFFF;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #000000;
	list-style: none;
}
.subnav li a {
	background: #89866F;	
	color: #FFFFFF;
	display: block;
	padding: 8px 0 8px 12px;
	width: auto; 
	text-decoration: none;
}
.subnav li a:hover {
	background: #9C997C;
	color: #330099;
}

/* footer */
.footer {
	background: url(assets/bgfooter.gif) repeat-x;
	color: #330099;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}

#extraDiv2 {
	
	height: 300px;
	width: 494px;
	position:relative; margin-left:25%;
	bottom: 0px;
	z-index: 5;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {
	color: #FAFCB0;
}
