html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

body {
	color: #4a3c31;
	background: #fafafa url(bg.gif) no-repeat top center;
}
 


h1,
.h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 12px;
	border-bottom: none;
}
h1 a,
.h1 a {
  color: #4A3C31;
}


h2,
.h2 {
	border-bottom: 1px solid #c8c4c1;
	margin: 0px 0px 12px;
	font-size: 14px;
}
h3,
.h3 {
	margin: 0px 0px 12px;
	border-bottom: none;
	font-size: 14px;
	color: #868686;
}
h4,
.h4 {
	border-bottom: 1px solid #c8c4c1;
	margin: 15px 0px 20px;
	font-size: 16px;
}


h6,
.h6 {
	margin: 0px 0px 0px;
	font-size: 12px;
}

h7,
.h7 {
	font-size: 14px;
}
h7 a,
.h7 a {
	color: #000000;
}

h8,
.h8 {
	font-size: 15px;
}

h9,
.h9 {
	margin: 5px 0px 4px;
	font-size: 14px;
}
h9 a,
.h9 a {
  color: #000000;
}

ol, ul {
  padding-left: 5px;
  margin-bottom: 18px;
}
li {
  margin-left: 10px;
}
ul li {
  list-style-image: url(/images/bullet1.gif);  
}
li ul li {
  margin-bottom: 0px;
}
ul li ul li {
  list-style-image: url(/images/bullet2.gif);
  }
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}
input[type='hidden'] {
  display:none ;
}

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



p {
  margin: 0px 0px 0px;
}
a {
  color: #248abf;
  text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color: #248abf;
}
hr {
  margin: 8px 0px 6px;
  height: 1px;
  padding: 0px;
  border: none;
  border-top: 1px solid #c8c4c1;
}

blockquote {
  margin-left: 20px;
}
blockquote p:before {
  content: url(/images/quotes_begin.gif);
  margin-left: -14px;
  margin-right: 4px;
}
blockquote p:after {
  content: url(/images/quotes_end.gif);
  margin-left: 4px;
}



/*** SITEWIDE LAYOUT ***/

div#layout_content {
  padding: 39px 0px 0px;
  margin: 1px auto 30px;
}
div.layout_centered {
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 25px;
}
div.layout_content_right_of_header {
  float:right;
  line-height:50px;
  color: #EEEDEB;
}

div.layout_content_right_of_header a {
  background:transparent url(/images/active_link_arrow.gif) no-repeat scroll 0 5px;
  padding-left:14px;
  color: #EEEDEB;
}
div.layout_content_right_of_header a:hover {
  color: #EEEDEB ;
}

#splash {
	height: 385px;
	width: 450px;
	margin-bottom: 7px;
	position: relative;
	margin-top: 30px;
	margin-left: 20px;
    }


/*** Header ***/

div#layout_header {
	height: 120px;
	color: #a49d99;
	position: relative;
}
div#layout_header_logo {
	width: 292px;
	height: 143px;
}

div#layout_header_util {
	float:right;
	margin-top: 90px;
}
div#layout_header_util2 {
	float:right;
	margin-top: 90px;
	font-size:14px
}



div#layout_header_util a, div#layout_header_util a:hover {
	color: #323232 !important;
}

div#layout_header_util2 a, div#layout_header_util2 a:hover {
	color: #323232 !important;
}



/*** Search ***/


div#layout_search {
	height: 126px;
	margin-top: 10px;
	float:none;
	width: 920px;
	background-color: #31a9ce;
	padding: 0px 0px 0px 0px;
}

input#youtubelink {
	float:none;
	height: 15px;
	border: none;
	background-color:#c2e5f0;
	width: 520px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	padding: 9px 0px 9px 9px;
	color: #248abf;
}

input.inputtext
{
	display: inline-block;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #248abf;
}

input.inputimage {
	float:right;
	border: none;
	margin: -34px 121px 0px 0px;
	padding-bottom: 0px;
}


/*** Footer ***/


div#layout_bottom {
	clear:left;
	border-top: 1px solid #c8c4c1;
	margin: 25px auto;
	width: 915px;
	color: #80766e;
}


/*** Error ***/

.validation-summary-errors
{
    font-weight: bold;
    color: #fff200;
	text-align:left;
}


div#layout_info {
	padding: 30px 0px 0px 0px;
	width: 920px;
}
div#layout_info_detail {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 700px;
	padding: 0px 0px 60px 120px;
	color: #4A3C31;
}
