/* Main Style Sheet */
/* Global Definitions */
body {
	text-align:center;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 15px;
	color: black;
	background: url(../images/common/body-background.jpg) top center repeat-y;
}
img { border: 0; }
p { text-align: left; line-height: 15px; margin: 0 0 15px 0;}
/* End Globals */
/* Structure Definitions */
div#container {
	width: 860px;
	margin: 0 auto;
	line-height:0px;
	font-size: 0px;
}
div#nav {
	background: url(../images/common/navback.png) top left no-repeat;
	height: 22px;
	line-height: 22px;
	text-transform: uppercase;
	padding-left: 5px;
	margin-left: -3px;
}
a#logo {
	margin-left: -5px;
	display: block;
}
div#footer {
	background: url(../images/common/footerback.jpg) no-repeat;
	width: 870px;
	height: 21px;
	margin-left: -5px;
	vertical-align: middle;
	padding-top: 9px;
	line-height: 15px;
}
div.box {
	font-size: 15px;
	background: url(../images/common/content_tile.jpg) repeat-y top center;
}

div.outer { 
	background: url(../images/common/topcap.png) no-repeat top center; 
	text-align:center;
}
div.inner { 
	padding:22px 30px 30px 32px;
	background: url(../images/common/bottomcap.png) no-repeat bottom center;
	text-align: left;
	overflow:auto;
	width: 798px;
}
div.boxnoborder {
	font-size: 13px;
	background: url(../images/common/content_tile.jpg) repeat-y top center;
}
div.innernoborder {
	background: url(../images/common/bottomcap-noborder.png) no-repeat bottom center;
	padding:5px 5px 10px 6px;
	text-align: left;
}
div.outernoborder { background: url(../images/common/topcap.png) no-repeat top center;  text-align:center; }
.rightphoto {
	float: right;
	margin: 0 0 0 10px;
	width: 319px;
}
div#subheader { 
	padding-top: 3px; 
	border-top: 1px solid #B9B5A1; 
	width: 200px;
	height: 1px;
	margin: 0 auto; 
	font-size: 0px;
}
.clear { clear:both;}
div.inner a, ol a {
	font-weight: bold;
	color: #1C0100;
}
div.inner a:hover, ol a:hover { text-decoration: none; }
ol, dl {
	line-height: 15px;
	margin-bottom: 20px;
	padding-left: 18px;
}
dt { font-weight: bold; }
dd { margin-left: 0; margin-bottom: 15px; }
h2 { font-size: 14px; margin-top: 30px; }
table { border: 1px solid #B9B5A1; margin: 10px; border-collapse: collapse;}
th { font-weight:bold; }
td, th { padding: 4px; border: 1px solid #B9B5A1; line-height: 12px; text-align:center; }
.smaller { font-size:.9em; }
/* End Structure Definitions */
/* Navigation Styles */
div#nav a {
	height: 13px;
	overflow: hidden;
	display:block;
	margin: 4px 31px;
}
div#nav img {
	margin-top: 0px;
}
div#nav ul {
	list-style: none;
	margin:0;
	padding:0;
	background: url(/images/common/space.gif);
}
div#nav li { 
	display:block;
	float: left;
	position: relative;
}
* html div#nav li { width: 1%; }
div#nav li ul {
	display:none;
	position: absolute;
	left: 25px;
	padding-top: 8px;
	top: 20px;
}

div#nav li:hover ul, div#nav li.over ul { display: block; }
div#nav li li {
	margin: 1px;
	width: 150px;
	position: static;
}
div#nav ul ul a {
	display:block;
	padding: 2px 2px 2px 14px;
	border: 1px solid #A5A396;
	background: #EAE4D1 url(../images/common/subnavback.gif) top left repeat-y;
	color: #300;
	margin:0;
	overflow: visible;
	height: auto;
	text-decoration: none;
	font-size: 12px;
	text-align:left;
}
div#nav ul ul a:hover, div#nav ul ul a.sel { font-weight: bold; }
div#nav img { display: block; }
div#nav a:hover img, div#nav a.sel img { margin-top: -12px; }
div#footer a {
	text-decoration: none;
	color: #330000;
	margin: 0 50px;
	font-size: 14px;
}
div#footer a:hover { text-decoration: underline; }

/* End Navigation */
/* Typography/Headers */
div#header { line-height: 1em; }
h1, h2, h3 {
	color: #300;
	font-family: Times, Georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}
h1 {
	letter-spacing: .3em;
	font-size: 20px;
	padding: 27px 30px 5px 30px;
}
h2, h3 {
	letter-spacing: .1em;
	font-size: 14px;
	margin-top: 9px;
	margin-bottom:0px;
}
* html h1 { font-size: 19px; }
div.inner { line-height: 15px; }
div.inner ul {

}
p.center { text-align: center; }

div.inset {
	border: 1px solid #6B6346;
	width: 234px;
	margin-right: 30px;
	margin-top: 30px;
}
div.inset img {
	display: block;
}
#content-home {
	width: 475px;
}
div.label {
	background: #EDEBE4;
	padding: 3px;
	border-bottom: 1px solid #6B6346;
}
div.inset div.image {
	border-bottom: 1px solid #6B6346;
}
/* End Typography/Headers */

.videoForm {
	width:300px;
	margin: 0 auto;
}
label {
	font-weight: bold;
	display:block;
	clear: left;
	float: left;
	width: 100px;
}
.validation-advice {
	margin-left: 100px;
}
.callout-link {
	display: block;
	padding-left: 55px;
	background: url(../images/common/link.png) left center no-repeat;
}