/* http://www.kellyrubin.com/css/style.css */
@charset "utf-8";
body {
	background-color:#8b5233;
	padding:0;
	margin:0;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f6f2e8;
	behavior: url(../includes/inc.csshover.htc);
}
p {
	padding:0;
	margin:0;	
}
a { color:#fff; text-decoration:none;}
a:hover {text-decoration: underline;}
img {border:0}
* {
	margin: 0;
}
html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
	width:752px;	
	background-color:#6e2700;
	border-top:12px solid #495f78;
	
	
}
#footer {
	
	background-color: #495f78;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	
}
#footer p {
	padding-top: 35px;
}

.clearfooter, #footer {
   height: 140px;
   clear: both;
   
}

#header {
	float:left;
	width:  752px;
	padding-bottom:19px;
}
#logo {
	float: left;
	padding-top: 30px;
	padding-left: 12px;
}
#tagline {
	float: right;
	font-family: "Georgia", Times New Roman;
	padding-top: 18px;
	text-align:right;
	font-size:12px;
	color:#d0d0d0;
}
#tagline h3 {
	padding:5px 0 0 0 ;
	margin:0;
	font-size:19px;
	font-style: italic;
	font-weight: normal;	
}
#content {
	float:left;
	width:100%;
}	
	

/* THIS IS THE LEFT AREA
---------------------------------------------------------*/

#leftnav {
	float: left;
	width: 239px;
}
#leftnav ul { list-style:none; padding:0; }
#leftnav ul li { padding-left:20px;}
#leftnav ul li a { display:inline-block; padding:4px 0; font-size:13px; color:#d4d4d4;}

#leftnav h1 { }
#leftnav h2 {  font-size:26px; font-weight:bold; line-height:21px; padding-left:15px;}
#leftnav h3 {font-size:16px ;font-weight:bold; padding-top:0; padding-left:15px; padding-bottom:20px;}

#list-nav {padding-top:10px; margin: 0 15px; border-top:1px dotted #8b5233;}
#list-nav h2 {padding: 10px 0}


/* THIS IS THE CONTENT AREA
---------------------------------------------------------*/
#body {
	float: left;
	width:462px;	
	padding:10px 25px 25px 25px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #8b5233;	
	font-size: 13px;
}
#body  h1 {
	font-size: 31px;
	color: #d4d4d4;
	font-weight:normal;
}
#body  h2 {}
#body  h3 {}
#body  h4 { font-size:16px;}
#body  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	line-height: 2em;
	padding: 10px 0;
}

#photo { padding-bottom:30px;}
.left {float:left}



/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */
#menu {
	width: 749px;
	margin: 0;
	padding:0 0 7px 3px;
	float: left;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #fff;
	display: inline;
	padding: 0;
	float: left;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #f6f2e8;
	padding: 14px 10px 8px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	
	background-image: url(../images/menu-hover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
}

/* Hover of the Main Menu */
#menu ul li:hover {	
	position: relative;
	color: #fff;
}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #fff;
	
}

/* For Top Level Hover when on the second level (I think) */
#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 201px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
	border-right: none;
	border-bottom: 1px solid #495f78;
}

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul { 
	background: none; 
}

#menu ul li ul li,
#menu ul li.more ul li {
	width: 201px;
	padding: 0;
	background-color: #495f78;
	
}
#menu ul li ul li:hover {background-color: #738ba5;}
/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	padding: 8px 0px 8px 20px;
	width: 180px;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	color: #f6f2e8;
	border-left: 1px solid #495f78;
	border-right: 1px solid #495f78;
	border-top: 1px solid #495f78;
	float: none;
	background-image: url(../images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}

#menu ul li ul li:hover { 
	
}

#menu ul li ul li a:hover {
	color: #fff;
	background-image: url(../images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	border-top: 1px solid #495f78;
	border-left: 1px solid #495f78;
	
}

#menu ul li ul li:hover > a {
	color: #f6f2e8;
	background-image: url(../images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	border-top: 1px solid #495f78;
	border-left: 1px solid #495f78;
	
}

#menu ul li ul li ul,
#menu ul li:hover ul li ul { 
	display: none; 
}

#menu ul li ul li:hover ul,
#menu li.exp:hover ul,
#menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: 201px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 201px; 
}

#menu ul li:hover ul li:hover ul li a {
}

/* THIS IS THE MENU */




.cssform p{
width: 400px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/

height: 1%;
}

.cssform label{
font-weight: bold;
float: left;

width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform .inputform { /*width of text boxes. IE6 does not understand this attribute*/
font-family:"Arial",  Helvetica;
padding:2px;
width:180px;
}

.cssform textarea{
width: 335px;
height: 100px;
}

