*
{
padding: 0em;
margin: 0em;
}

body
{
background: #000;
padding: 15px 0px 35px 0px;
}

body,input
{
font-size: 10pt;
font-family: "Verdana", "Arial", Helvetica, serif;
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #806200;
text-decoration: underline;
}

a:hover
{
text-decoration:underline;
color: #fdc400;
font-weight:700;
}

h3 span
{
font-size: 0.70em;
font-weight: normal;
}

h4 span
{
font-size: 0.90em;
font-weight: normal;
}

h3,h4
{
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
}

h3.title
{
font-size: 1.2em;
padding-right: 34px;
}

h3
{
font-size: 1.5em;
padding-right: 34px;
}

h4
{
font-size: 1.00em;
padding-right: 28px;
padding-left: 25px;
background-image: url('images/db2.gif');
}

.contentarea
{
padding-top: 1.3em;
}

.contentareaindex
{
padding-top: 1.8em;
overflow:hidden;
}

img
{
border: solid 1px #6F5230;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.middlevertical
{
position: relative;
float: left;
margin: 0.2em 1.5em 0em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
position: relative;
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin: 1.0em 0em 1.0em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 1.0em 0em 1.0em 0em;
}

.linkbox
{
padding-left: 250px;
}

.linkbox2
{
padding-left: 450px;
}

.post .details
{
position: relative;
top: -1.5em;
font-size: 0.8em;
color: #787878;
}

.post .details span
{
color: #fdc400;
background-color: #3b453d;
}

.post ul.controls
{
clear: both;
}

.post ul.controls li
{
display: inline;
font-size: 0.8em;
}

.post ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
padding: 0em 1.0em 0em 20px;
}

.post ul.controls li a.printerfriendly
{
background-image: url('images/icon-printerfriendly.gif');
}

.post ul.controls li a.images
{
background-image: url('images/icon-images.gif');
}

.post ul.controls li a.more
{
background-image: url('images/icon-more.gif');
}

.box
{
position: relative;
background: #fff url('images/boxbg.gif') repeat-x;
left: -1.5em;
top: 0.5em;
padding: 1.5em;
border-bottom: solid 1px #e7e7e7;
margin-bottom: 1.0em;
}

ul.linklist
{
list-style: none;
}

ul.linklist li
{
line-height: 2.0em;
display: inline;
}

ul.linklist li a
{
text-decoration: underline;

}
ul.linklist li a:hover
{
text-decoration: underline;
color:#fdc400;
font-weight:700;
}

#outer
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 83%;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 6.2em;
margin-bottom: 2px;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.0em 2.0em;
}

#headercontent h1
{
font-weight: normal;
color: #000;
font-size: 2.5em;
}

#headercontent h1 sup
{
font-size: 0.6em;
color: #777;
}

#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #333;
}

#headerpic
{
position: relative;
height: 109px;
background: #fff url('images/hdrpic.jpg') no-repeat top left;
margin-bottom: 2px;
}

/* Hoverbox Code */

.hoverboxL
{
	cursor: default;
	list-style: none;
}

.hoverboxL a
{
	cursor: default;
}

.hoverboxL a .preview
{
	display: none;
}

.hoverboxL a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverboxL img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 200px;
	height: 150px;
}

.hoverboxL li 
{
	background: #fff;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 2px;
	padding: 1px;
	position: relative;
}

.hoverboxL .preview
{
	border-color: #FF9215;
	width: 400px;
	height: 300px;
}

.hoverboxLgal
{
	cursor: default;
	list-style: none;
}

.hoverboxLgal a
{
	cursor: default;
}

.hoverboxLgal a .preview
{
	display: none;
}

.hoverboxLgal a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverboxLgal img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 125px;
	height: 200px;
}

.hoverboxLgal li 
{
	background: #fff;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 2px;
	padding: 1px;
	position: relative;
}

.hoverboxLgal .preview
{
	border-color: #FF9215;
	width: 250px;
	height: 400px;
}

.hoverboxLP
{
	cursor: pointer;
	list-style: none;
}

.hoverboxLP a
{
	cursor: pointer;
}

.hoverboxLP a .preview
{
	display: none;
}

.hoverboxLP a:hover .preview
{
	display: block;
	position: absolute;
	top: 170px;
	left: 1px;
	z-index: 1;
}

.hoverboxLP img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	margin: 0em 1.8em 1.4em 0em;
	padding: 1px;
	width: 200px;
	height: 150px;
}

.hoverboxLP li 
{
	background: #fff;
	color: inherit;
	display: inline;
	float: left;
	margin: 2px;
	padding: 1px;
	position: relative;
}

.hoverboxLP .preview
{
	border-color: #FF9215;
	width: 200px;
	height: 20px;
}
/* end of hoverbox ----------------------------------------------------*/

#menu
{
	position: relative;
	background: #7F8400 url('images/menubg.gif') repeat-x top left;
	height: 2.9em;
	padding: 0em 1.0em 0em 1.0em;
	margin-bottom: 1px;
	background-color: #3b453d;
}

#menu ul
{
	position: absolute;
	top: 8px;
	width: 756px;
	left: 23px;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #000;
text-decoration: none;
}

#menu ul li a:hover
{
font-weight:normal;
text-decoration: underline;
background: url('images/menuhover.gif') repeat-x top left;
}

#menu ul li a.active
{
background: url('images/menuactive.gif') repeat-x top left;
color: #fdc400;
}

#menubottom
{
background: #fff url('images/border3.gif') repeat-x;
height: 1px;
margin-bottom: 0.75em;
}

#content
{
padding: 0.4em 2.0em 0em 2.0em;
}

#primarycontainer
{
float: left;
margin-right: -18.0em;
width: 100%;
}

#primarycontent
{
margin: 1.0em 22.0em 0em 0em;
}

#secondarycontent
{
margin-top: 1.5em;
float: right;
width: 18.0em;
}

#footer
{
position: relative;
height: 2.0em;
clear: both;
padding-top: 4.0em;
background: #fff url('images/border4.gif') repeat-x 0em 2.5em;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}

