/* CSS Document */

/*********************
Setup
*********************/

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

/*******************
 Layout Elements
*******************/

body {
background-color:#000;
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
font-size:100.1%;
/*background-image:url(images/patt_493a9506043d5.jpg);*/
}

#outer_wrapper {
margin: 30px auto;
width: 890px;
background-image:url(images/mid.jpg);
background-repeat:repeat-y;
}

#wrapper {
width: 890px;
/*background-color:#FFFFFF;*/
padding: 20px 20px 20px 80px;
/*border: 6px solid #333;*/
background-image:url(images/mid.jpg);
background-repeat:repeat-y;

}

#logo {
float:left;
}

#content {
margin-left: 185px;
margin-bottom: 30px;
width: 350px; /* was 390 */
border: 1px solid #DDD;
padding: 30px;
}

#content_front {
margin-left: 185px;
margin-bottom: 30px;
border: 1px solid #DDD;
padding: 0;
width: 639px;
}

#leftcol {
float: left;
}

#submenu {
width: 120px;
/*background-color: #164489;*/
background-color: #746552;
background-image:url(images/paper.gif);
text-transform: uppercase;
padding: 20px 10px 10px;
color:#FFF;
margin-bottom: 2em;
border: 1px solid #333;
}

#submenu p {
font-size: 1em;
font-weight: bold;
}
#submenu ul {
list-style:none;
}

#submenu li {
margin-bottom: 1em;
}

#man{
float:right;
width:261px;
}

#footer {
margin: 10px auto;
color: #FFFFFF;
text-align:center;
font-size:0.8em;
}

#clearit {
clear: both;
}

#addthis {
margin-left: 6px;
text-align:center;
}

/***************
navMenu
***************/

#navMenu {
text-align: left;
background: none;
font-weight:bold;
height: 35px;
font-size: 75%;
margin-bottom: 3.8em;
margin-top:7.5em;
padding-left: 0;
margin-left: 25em;
}

#navMenu ul, #navMenu li {
display:inline;
list-style:none;
padding: 1em 3em 1em 0;
width: 100px;
overflow:visible;
font-size: 1.3em;
}

#navMenu a:link, #navMenu a:active, #navMenu a:visited  {
color: #000000;
text-decoration: none;
}

#navMenu a:hover {
color: #746552;
text-decoration: none;
border-bottom: 1px solid #999;
border-top: 1px solid #999;

}

.off {
color: #746552;
}
/***************
links
***************/

a:link, a:active, a:visited{
color: #000000;
}

a:hover {
color:#746552;
}

#submenu a:link, #submenu a:active, #submenu a:visited {
color: #FFF;
}

#submenu a:hover {
color:#746552;
}

#footer a:link, #footer a:active, #footer a:visited {
color: #FFFFFF;
}

#footer a:hover {
color:#746552;
}

/**********************
Text
**********************/

/* set base font size to equivalent of 10px */
/* therefore to get 18px use 1.8em */
body {
font-size: 62.5%;
}

body, input, textarea {
/*font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;*/
/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
/*font-family:Tahoma, Geneva, sans-serif;*/
font-family: Arial, Helvetica, sans-serif;
text-align:left;
}

p, #content ul {
font-size: 1.2em;
line-height: 175%;
margin-bottom: 1.3em;
}

p {
margin-bottom: 1.3em;
}

h1 {
font-family: Arial,Helvetica,sans-serif;
font-size: 1.8em;
font-weight: normal;
line-height: 1.6em;
margin-bottom: 1em;
text-align: left;
color:#746552;
}

h2 {
font-size: 1.3em;
font-weight: bold;
line-height: 175%;
margin-bottom: 1.3em;
}

#content ul {
list-style:outside;
margin-left:15px;
}