/* Browser-specific styles
=====================================================================*/
 
 
 
/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }
 
 
/* Global Elements
=====================================================================*/
 
html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
 
body 
{
	background: url(images/HomeBackground.jpg) no-repeat scroll 50% 0pt;
	background-color:#000000;
	text-align: center;
	line-height: 1.6em;
}
 
input[type="text"] { 
}
 
/* Library
=====================================================================*/
 
.l { float: left; width: 49%; }
.r { float: right; width:49%; }
.r:after { display: block; content: ''; clear: both; height: 0; visibility: hidden; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.justify { text-align: justify; }
.float-left { float: left; }
.float-right { float: right; }
.clear-both { clear: both; float: none; }
.clear-right { clear: right; float: none; }
.hide {	display:none; }
.clear-both { clear: left; float: none; }
.inline { display: inline; }
.block { display: block; }
.noborder { border: 0px none; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.normal { font-weight: normal; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.visible { display: block; }
.top10 { margin-top: 10px; }
.top20 { margin-top: 20px; }
.border5 { border: solid 10px #c7c7c7; }
.border10 { border: solid 10px #c7c7c7; }
.border20 { border: solid 20px #c7c7c7; }
.style25 {
	color: #039;
	font-size: 1.5em;
	font-weight: bold;
}
.style42 {	color: #666666;
	font-size: 10px;
	line-height: 18px;
}
.test1 {background-repeat:no-repeat;}
.style39 {	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
.style399 {	font-size: 14px;
	color: #000000;
	line-height: 10px;
}
.style41 {	color: #039;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}
.style251 {	color: #039;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-align:center;
}
 
div.hidden, a.hidden
{
	display: none;
	margin: 0;
}
 
/* Typographic Elements
=====================================================================*/
 
h2, h4, h6, body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
 
 
 
/* Homepage Specific Headers
=====================================================================*/
 
h1 {
	font-size: 1.2em;
	line-height: 0.9em;
	color: #2575ad;
}
 
h2 {
	font-size: .8em;
	text-transform: uppercase;
	color: #363636;
	font-weight: bold;
}
 
.l h2 { } /* Left column specific */
 
.r h2 { letter-spacing:1px; padding: 0px 7px; margin-bottom: 10px; } /* Right column specific */
 
h3 {
	font-size: 1.7em;
	line-height: 1.1em;
	color: #2575ad;
}
 
h4 {
	font-size: .9em;
	text-transform: uppercase;
	color: #2575ad;
	letter-spacing: 1px;
	font-weight: bold;
}
 
h5 {
	font-size: 1.5em;
	line-height: 1.2em;
}
 
h6 {
	font-size:.88em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}
 
/* Misc Typography
=====================================================================*/
 
body { 
	font-size: .75em; 
	line-height: 1.5em;
	color: #424242;}
 
table { 
	font-size: 1em; 
	line-height: 1.5em;
	color: #424242;}
 
i, em { 
	font-style: italic;
}
 
blockquote {
	clear:both;
	font-size:1.2em;
	line-height: 1.6;
	padding: 0px;
	color: #666666;
}
 
blockquote, blockquote p {
	clear: both;
	color: #666666;
}
 
.smallcaps {
	font: small-caps 1.5em/1.7em Georgia, "Times New Roman", Times, serif;
	color: #2575ad;
	text-transform: lowercase;
	letter-spacing: .1em;
}
 
.citation, .cite {
	font-size: 12px;
}
 
 
 
 
/* List Elements
=====================================================================*/
 
ul li 
{
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
 
li a {
	padding-top: 0px;
	padding-bottom: 0px;
}
 
li a:hover {
	background-color: #eeeeee;
}
 
 
 
dl {
	height: auto;
	margin: 0;
	list-style: none;
 
}
 
dl a {
	display: none;
	padding-top: 2px;
	padding-bottom: 2px; 
}
 
dl a:hover {
	background-color: #ffffff;
}
 
dl img {
	float: left;
}
dt, dd {
	padding: 5px 7px;
}
 
dt {
	float: left;
	clear: left;
	width: 40px;
	color: #363636;
	font-size:.9em;
} 
 
dd {
	margin-left: 50px;
}
 
 
.alt-text { font-family: Georgia;text-transform: lowercase;}
 
 
 
 
 
 
/* Global Links
=====================================================================*/
 
a {
	margin: 0px;
	padding: 0px;
}
 
a:link,
a:visited,
a:active
{
	background: transparent;
	color: #039;
	text-decoration: none;
	font-weight: bold;
}
 
a:hover
{
	background: transparent;
	color: #03F;
	text-decoration: none;
	font-weight: bold;
}
 
 
/* Grid
=====================================================================*/
 
/* layout styles */
 
 
#house
{
	margin: 0 auto 25px auto;
	text-align: center;
	/* re_aligns text to left second part of two part MSIE centering workaround */
	width: 930px; 	/* Total width */
	
}


