/*** General tags ***/

body {
background:url(images/background.gif) repeat-y top center #fff;
color:#404040;
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.2em;
margin:0 auto;
padding:0;
}

a {
color:#4088b8;
font-weight:700;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a img {
border:0;
}

p {
	margin:0 5px 18px 10px;
}

ul,ol,dl {
font-size:0.9em;
margin:2px 0 16px 35px;
}

ul ul,ol ol {
margin:4px 0 4px 35px;
}

blockquote {
border:1px solid #dadada;
font-size:0.9em;
margin:20px 10px;
padding:8px;
}

h1 {
color:#4088b8;
font-size:4.2em;
letter-spacing:-5px;
margin:0 0 30px 25px;
}

h1 a {
color:#4088b8;
text-transform:none;
}

h2 {
	border-bottom:2px solid #dadada;
	color:#048A03;
	font-size:1.5em;
	letter-spacing:.5px;
	margin:0 0 10px;
	padding:5px 2px 2px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
border-bottom:2px solid #dadada;
color:#666666;
font-size:1.1em;
font-weight:700;
font-style:oblique
margin:10px 0 8px;
padding:10px 2px 2px 3px;
}

h4 {
	border-bottom:0px solid #dadada;
	color:#666666;
	font-size:1.3em;
	font-weight:700;



	font-style:oblique
	margin:10px 0 0 8px;
	padding:0px 2px 2px 10px;
	margin-top: -7px;
}


/*** Main wrap and header ***/

#wrap {
	color:#000000;
	margin:10px auto;
	padding:0;
	width:990px;
}

#header {
margin:0;
}

#header a {
	color:#000000;
	padding-right: 2px;
}

#header a:hover {
	color:#0066FF;
/*	text-decoration:underline;*/
}

#toplinks {
font-size:0.9em;
padding:5px 2px 2px 3px;
text-align:right;
}

#toplinks a {
color:gray;
}

#slogan {
	color:#999999;
	font-size:1.0em;
	font-weight:700;
	letter-spacing:-1px;
	line-height:1.2em;
	margin:-5px 0 10px;
	padding:0 2px 2px 10px;
}

/*** Sidebar and menu ***/

#menu {
float:left;
line-height:1.75em;
margin:0 0 5px;
padding:1px 0 0;
width:10px;
height:630px;
}

#menu, #menu ul {
border:0;
font-size:0.9em;
list-style-type:none;
margin:0;
padding:0 0 15px 0px; /*last 0px denotes Left margin from the boundary of the page to the menu bar */
display:block;
}

#menu li {
/*list-style:none;*/
margin:0 0 0px;
padding:0;
position:relative;	/* position each LI, thus creating potential IE.win overlap problem */
z-index:5;	/* thus we need to apply explicit z-index here... */
border:0;
}

#menu li:hover {
z-index: 10000; /* ...and here. this makes sure active item is always above anything else in the menu */
white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present) 
see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

#menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: -100;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

#menu li:hover>ul {
	visibility:visible;	/* display submenu them on hover */
	left: 75%;	/* and move them to the right of the item */
	top:-25px;
}


/* -- float.clear -- force containment of floated LIs inside of UL */
#menu:after, #menu ul:after {
	content: "#";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

#menu, #menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

#menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area. you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

#menu, #menu ul li {
	color: #eee;
	background: #339933;
}

#menu {
	width: 210px;
}

#menu ul {
	width: 13em;
}

#menu a {
	text-decoration: none;
	color: #eee;
	padding: .4em 1em;
	display: block;
}

#menu a:hover, .menu li:hover>a {
	color:#000000;
	background-color:#33CC66;
	border:outset;
	}

#menu li {	/* create borders around each item */
	border: 1px solid #ccc;
}

#menu>li + li, #menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

#menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: -25px;
	left: 100%;
	visibility:visible
}

/*** Main content ***/

#content {
	line-height:1.5em;
	text-align:justify;
	width:750px;
	color: #000000;
	float: right;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contentalt {
float:left;
line-height:1.5em;
margin-right:20px;
padding:0;
text-align:left;
width:750px;
}

#content h3,#contentalt h3 {
	margin:0px 0 8px;
	padding: 0 0 0 10px;
}

/*** Footer ***/

#footer {
border-top:4px solid #dadada;
clear:both;
color:gray;
font-size:0.9em;
line-height:1.6em;
margin:0 auto;
padding:8px 0;
text-align:right;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
	color:#808080;
	padding-right: 2px;
}

/*** Various classes ***/

.box {
	background:#33CC66;
	border:1px solid #c8c8c8;
	color:#fff;
	font-size:0.9em;
	line-height:1.4em;
	padding:10px 10px 10px 13px;
	text-align:justify;
}

.box a {
color:#f0f0f0;
}

.left {
float:left;
margin:0 15px 4px 0;
}

.right {
float:right;
margin:0 0 4px 15px;
}

.readmore {
margin:-10px 10px 12px 0;
text-align:right;
}

.timestamp {
font-size:1.2em;
margin:-5px 0 15px 10px;
}

.timestamp a {
font-weight:normal;
}

.blue {
color:#4088b8;
}

.clear {
clear:both;
}

.fade {
color:#c8c8c8;
font-weight:900
}

.gray {
color:gray;
}

.photo {
background:#fff;
border:1px solid #bababa;
margin:6px 18px 2px 5px;
padding:2px;
}

.bottombox {
	width:475px;
	height:185px;
	border:1px solid #FFFFFF;
	color:#669933;
	font-size:1em;
	line-height:1.4em;
	padding:10px 10px 10px 13px;
	text-align:justify;
	margin: -10px 0 0 -5px;
}

.textbox {
	width:200px;
	border:1px solid #4088b8;
	font-size:1em;
	text-align:justify;
	height: 15px;
}



.filler {
background-color:#33CC66;
}

#header-breadcrumbs #searchform {float:right; background-color:#33CC66; border:0px; width:285px; padding:0 0px 0px 0px !important /*Non-IE6*/; padding:0 0px 0px 0px /*IE6*/;}
#header-breadcrumbs #searchform form fieldset {float:right; background-color:#33CC66; border:0px;}
#header-breadcrumbs #searchform input.field {width:2em; padding:0.2em 0 0.2em 0; border:0px; background-color:#33CC66; solid rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:120%; }
#header-breadcrumbs .searchform input.button {width:2.0em; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 0px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:120%;}
#header-breadcrumbs #searchform input.button:hover {cursor:pointer; border:solid 0px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

.style1 {color: #FFFFCC}
.style6 {color: #339933}

.style7 {color: #666666}
.style8 {
	color: #4088B8;
	font-weight: bold;
}
.style9 {font-size: 120%}
.style19 {font-size: 70%}
.style22 {
	color: #4088B8;
	font-weight: bold;
	font-size: 0.8em;
}
