*
{
padding: 0em;
margin: 0em;
}

body
{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}

body,input
{
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #333333;
}

p
{
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
}

a
{
	color: #002B17;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #002B17;
}


h3 span
{
font-weight: normal;
}

h3,h4
{
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right;
}

h3
{
font-size: 1.7em;
padding-right: 34px;
background-image: url('images/db1.gif');
}

h4
{
	padding-left: 28px;
	background-position: left;
	font-size: 1.2em;
	background-image: url(images/db3.gif);
}

.contentarea
{
padding-top: 1.3em;
}

img
{
}

img.left
{
	position: relative;
	float: left;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 1em;
}

img.right
{
	position: relative;
	float: right;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 1em;
}

.divider1
{
position: relative;
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}

.post .details
{
position: relative;
top: -1.5em;
font-size: 0.8em;
color: #787878;
}

.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.comments
{
background-image: url('images/icon-comments.gif');
}

.post ul.controls li a.more
{
background-image: url('images/icon-more.gif');
}

.box
{
	position: relative;
	left: -1.5em;
	top: -1.5em;
	padding: 1em;
	border-bottom: solid 1px #E1D2BD;
	margin-bottom: 1em;
	background-color: #CCCCCC;
	background-image: url(images/boxbg_3.gif);
	background-repeat: repeat-x;
}

ul.linklist
{
list-style: none;
}

ul.linklist li
{
line-height: 2.0em;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
background: #fff url('images/bg2.jpg') repeat-x;
z-index: 1;
}

#outer
{
	z-index: 2;
	/*
	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: 900px;
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
}

#header
{
	position: relative;
	height: 100px;
	margin-bottom: 2px;
	background-image: url(new-images/new-banner.gif);
	background-repeat: repeat-x;
}

#headercontent
{
	position: absolute;
	bottom: -1px;
	padding: 0em 2.0em 1.3em 2.0em;
	width: 319px;
	height: 62;
	left: 527px;
}

#headercontent h1
{
font-weight: normal;
color: #fff;
font-size: 2.5em;
}

#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}

#search
{
position: absolute;
top: 5.5em;
right: 2.0em;
padding-right: 0.0em;
}

#search input.text
{
margin-right: 0.5em;
vertical-align: middle;
border-top: solid 1px #000000;
border-right: 0px;
border-bottom: solid 1px #777777;
border-left: 0px;
padding: 0.15em;
width: 10.0em;
}

#search input.submit
{
background: #939B00 url('images/buttonbg.gif') repeat-x;
border: solid 1px #5F6800;
font-weight: bold;
padding: 0.25em;
font-size: 0.8em;
color: #F2F3DE;
vertical-align: middle;
}

#headerpic
{
	margin-bottom: 4px;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: left top;
}

#menu
{
	position: relative;
	height: 3em;
	padding: 0em 1.0em 0em 1.0em;
	margin-bottom: 3px;
	background-color: #666666;
}

#menu ul
{
	position: absolute;
	top: 11px;
	width: 871px;
	text-align: center;
}

.line
{
    border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;}
#menu ul li
{
	position: relative;
	display: inline;
	margin-right: 3px;
	padding-right: 3px;
	
}

#menu ul li a
{
	padding: 0.5em;
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.active
{
background: #7F8400 url('images/menuactive.gif') repeat-x top left;
}

#menubottom
{
background: #fff url('images/border1.gif') repeat-x;
height: 14px;
margin-bottom: 1.5em;
}

#content
{
padding: 0em 2.0em 0em 2.0em;
}
#primarycontainer-full {
	float: left;
	width: 850px;
}

#primarycontainer
{
	float: left;
	width: 550px;
}

#primarycontent
{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#secondarycontent
{
	margin-top: 10px;
	float: right;
	width: 260px;
}

#footer
{
	position: relative;
	height: 2em;
	clear: both;
	padding-top: 7em;
	font-size: 0.7em;
	background-color: #FFFFFF;
	background-image: url(images/border2.gif);
	background-repeat: repeat-x;
	background-position: 0em 2.5em;
}

#footer .left
{
	position: absolute;
	left: 2.0em;
	bottom: 2px;
	width: 457px;
}

#footer .right
{
	position: absolute;
	right: 19px;
	bottom: 2px;
	width: 381px;
}
.gallery_tab {
	background-color: #FFFFFF;
	float: right;
	width: 150px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
a:visited {
	color: #002B17;
}
.contentarea td {
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 200px;
	margin-right: 10px;
}
.group {
	clear: both;
}
#group {
	clear: both;
}
