/*
	http://www.nodethirtythree.com
*/

*
{
padding: 0;
margin: 0;
}

body
{
background: #000000 url(images/bg3.jpg);
padding: 35px 0px 35px 0px;
}

body,input
{
font-size: 12pt;
font-family: georgia, times, serif;
color: #333333;
}

p
{
line-height: 18px;
margin-bottom: 10px;
text-align: justify;
}

a
{
color: #B96D00;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}


h3 span
{
font-weight: normal;
}

h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h3
{
font-size: 21pt;
padding-right: 34px;
background-image: url(images/db1.gif);
}

h4
{
font-size: 18pt;
padding-right: 28px;
background-image: url(images/db2.gif);
}

h5
{
font-size: 18pt;
padding-right: 28px;
}

.contentarea
{
padding-top: 12px;
padding-right: 12px;
}

img
{
border: solid 1px #6F5230;
}

img.left
{
position: relative;
float: left;
margin: 0px 18px 14px 0px;
}

img.right
{
position: relative;
float: right;
margin: 0px 0px 18px 18px;
}

.divider1
{
position: relative;
background: #fff url(images/border2.gif) repeat-x;
height: 14px;
margin: 20px 0px 15px 0px;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #cccccc;
margin: 20px 0px 20px 0px;
}

.post .details
{
position: relative;
top: -15px;
font-size: 12pt;
color: #666666;
}

.post ul.controls
{
clear: both;
}

.post ul.controls li
{
display: inline;
font-size: 12pt;
}

.post ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
padding: 0px 10px 0px 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;
background: #ffffcc url(images/boxbg.gif) repeat-x;
left: 10px;
top: 10px;
padding: 12px;
border-bottom: solid 1px #E1D2BD;
margin-bottom: 10px;
}

ul.linklist
{
list-style-type:square;
}

ul.linklist li
{
line-height: 20px;
list-style-type:square;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 746px;
height: 275px;
background: #ffffff url(images/bg3.jpg) repeat-x;
z-index: 1;
}

#outer
{
z-index: 2;
position: relative;
width: 746px;
border: solid 7px #ffffff;
background-color: #ffffff;
margin: 0 auto;
}

#header
{
position: relative;
width: 746px;
height: 90px;
background: #000066 url(images/topbg2.gif) repeat-x;
margin-bottom: 2px;
}

#headercontent
{
	position: absolute;
	bottom: 0px;
	padding: 0px 20px 10px 23px;
	left: -6px;
}

#headercontent h1
{
font-weight: normal;
color: #ffffff;
font-size: 28pt;
}

#headercontent h2
{
font-size: 12pt;
font-weight: normal;
color: #cccc33;
}

#headerpic
{
position: relative;
height: 109px;
width: 746px;
background: #fff url(images/hdrpic.jpg) no-repeat top left;
margin-bottom: 2px;
}

#menu
{
position: relative;
background: #7F8400 url(images/menubg.gif) repeat-x top left;
height: 35px;
padding: 0px 10px 0px 10px;
margin-bottom: 2px;
font-size: 12px;
}

#menu ul
{
position: absolute;
top: 15px;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 5px 10px 9px 10px;
color: #ffffff;
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: #ffffff url(images/border1.gif) repeat-x;
height: 14px;
margin-bottom: 15px;
}

#content
{
padding: 0px 20px 0px 20px;
}

#primarycontainer
{
float: left;
margin-right: -254px;
width: 472px;
}

#primarycontent
{
margin: 15px 22px 0px 0px;
}

#secondarycontent
{
margin-top: 12px;
margin-left: 12px;
float: right;
width: 200px;
background-color:#cccc99;
}

#phonecontent
{
position: relative;
background-color:#ffffff;
padding-top: 50px;
text-align: center;
}

#footer
{
position: relative;
height: 20px;
clear: both;
padding-top: 50px;
background: #ffffff url(images/border2.gif) repeat-x 0px 25px;
font-size: 10pt;
}

#footer .left
{
position: absolute;
left: 20px;
bottom: 12px;
}

#footer .right
{
position: absolute;
right: 20px;
bottom: 12px;
}

#right
{
float: right;
}

.center
{
text-align:center;
}

#centered h5
{
text-align: center;
}

.cssform p{
width: 546px;
clear: left;
margin: 0;
padding: 5px 0px 8px 0px;
padding-left: 155px; /*width of left column containing the label elements*/
background-color:#cccc99;
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
padding-left: 10px;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

