/* *************************** 
  Site - BOOM
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Nav Styles
  $6 - Footer Styles
   ***************************/ /* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 18px;
	margin: 1em 0;
}

h4 {
	font-size: 16px;
	margin: 1em 0;
}

a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

:focus {
	-moz-outline-style: none;
}

a:hover {
	color: #333333;
	border-bottom: 1px solid #999;
}

img {
	border: 0;
}

p img {
	float: left;
	margin: 3px 20px 10px 0;
}

fieldset {
	border: none;
}

li {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 6px;
}

ul {
	margin: 15px 0;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

.italic {
	font-style: italic;
}

h1 {
	margin: 0;
}

#maincontent h1 {
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 20px;
}

.align-left,.align-right {
	float: left;
	width: 50%;
	text-align: left;
}

.align-right {
	float: right;
	text-align: right;
}

hr {
	border: 0;
	background: #d4d4d4;
	height: 1px;
	overflow: hidden;
	margin: 2em 0 1em;
}

.note {
	clear: both;
	font-size: 10px
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
   
html>body { overflow:scroll; }

   
body {
	text-align: center;
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 18px;
}

#container {
	background-image: url(../images/bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 800px;
	margin: 20px auto;
	text-align: left;
	width: 980px;
}

label.error{
   color: #3e6ea6;
   font-weight: bold;
   display: block
}

input.error{
   background-color: #f2f7fd;
   border: 1px solid #a7a6aa;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	border-bottom: 1px solid #999999;
	height: 38px;
	margin-left: 15px;
	width: 727px;
}

#header div a {
	display: block;
	height: 83px;
	margin-bottom: 30px;
	border: 0;
	text-decoration: none;
}

#header ul {
	padding: 0 0 10px;
	position: absolute;
	top: 19px;
	width: 460px;
	margin: 0;
	margin-left: 10px;
}

#header li,.vid-nav li {
	display: inline;
	padding: 0 0px;
	margin-right: 20px;
	margin-left: 0px;
}

#header li {
	font-size: 11px;
}

#header li.selected,.vid-nav li.selected {
	font-weight: bold;
}

#header li a,.vid-nav li a {
	border: 0;
	text-decoration: none;
	color: #848383;
}

#header li a:hover,.vid-nav li a:hover {
	color: #04397f;
}

#header #contact {
	background-image: url(../images/contact.gif);
	color: white;
	float: right;
	font-size: 15px;
	height: 34px;
	position: relative;
	width: 182px;
}

#header #contact a {
	
}

#quote {
	position: relative;
	height: 100px;
}

#quote div {
	background-image: url(../images/quote.jpg);
	height: 82px;
	left: 250px;
	position: absolute;
	top: 20px;
	width: 375px;
}

#nav .nav-selected {
	font-weight: bold;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	height: 360px;
	margin-left: 23px;
	padding: 20px;
	width: 720px;
}

#content #inner-content {
	width: 420px;
	height: 100%;
	overflow: none;
}

#content #inner-content p {
	margin-bottom: 10px;
}

#content a {
	color: #3e6ea6;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

#content a:hover {
	color: #3e6ea6;
	border-bottom: 1px solid #999;
}

#content a:visited {
	color: #3e6ea6;
}


.period {
	vertical-align: top;
	width: 100px;
}

#bioTable td {
	padding: 2px 5px;
}

#contactForm input.text,#contactForm input.textarea {
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	width: 300px
}

/* *************************** 
   $5 Nav Styles
   ***************************/
#nav {
	margin-left: 3px;
	width: 760px;
}

/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width: 738px;
	text-align: right;
}
