/* zero out to remove differences among browsers and to remove ugly things*/
* {margin:0; padding:0 border: 0;}
html {height: 100%;}
input, select, th, td, h1,h2,h3,h4,h5,h6,pre,code {font-size:1em}
li li, li p, td p, blockquote p {font-size:1em}
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
a img,:link img,:visited img { border:none }
address { font-style:normal }
table {font-size: 100%}

/* START MAIN HOLDERS */
body
{
	text-align: center;
    padding: 0;
    background: #47576C;
    font-family: Georgia, serif;
 	font-size: 82%;
	color: #ccc;
}

#v-container
{
	width: 758px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

#v-header
{
	background-color: #47576C;
}

.v-navholder
{
	border: 1px solid #323D4C;
	height: 25px;
}

#v-content
{
	padding: 15px;
	background-color: #3C495B;
	text-align: left;
	border-left: 1px solid #323D4C;
	border-right: 1px solid #323D4C;
	/*min-height: 500px;*/
	margin: 0;
	font-size: 1.15em;
	line-height: 1.5em;
}

body#home #v-content
{
	padding: 15px 5px;
}

#flashcontent
{
	text-align: center;
}

#v-footer
{
	clear: both;
	padding: 10px;
	background-color: #11141F;
	background-color: #47576C;
}
/* END MAIN HOLDERS */

/* START NAV MENU */
.v-navholder ul
{
	width: 756px;
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: .9em;
} 

.v-navholder ul li
{
	float: left;
	text-align: center;
	background: #B7C1CE;
	color: #000;
}

.v-navholder ul li a:link, .v-navholder ul li a:visited
{
	display: block;
	width: 189px;
	height: 17px;
	margin: 0; 
	padding: 4px 0;
	color: #336;
	text-decoration: none;
	background: #b7c1ce;
}

.v-navholder ul li a:hover, .v-navholder ul li a:active
{
	background: #7F8C9D;
	text-decoration: none;
}
/* END NAV MENU */

/* START OTHER HOLDERS */
/* END OTHER HOLDERS */

/* START DEFAULT LINKS */
a:link, a:visited
{
	color: #B7C1CE;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #fff;
	text-decoration: underline;
}
/* END DEFAULT LINKS */

/* START LISTS */
ul#toerrishuman
{
	margin: 0;
	padding: 0;
}

ul#toerrishuman li
{
	margin: 0;
	padding: 0;
	color: #FFF58F;
}

dl.table-display
{
	width: 683px;
	margin: 10px 0 15px 0;
	padding: 0;
	border-bottom: 1px solid #999;
}

dl.table-display dt
{
	width: 224px;
	float: left;
	margin: 0 0 0 0;
	padding: 5px;
	border-top: 1px solid #999;
	font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

dl.table-display dd
{
	float: left;
	width: 436px;
	margin: 0 0 0 0;
	padding: 5px;
	border-top: 1px solid #999;
}
/* END LISTS */

/* START PARAGRAPHS AND HEADINGS */
/* header image replacement is Gilder/Levin since it works in IE5.01 too */
#v-header h1
{
	width: 756px;
	height: 70px;
	position: relative;
}

#v-header h1 span
{
	background: url(/i/header.gif) top left no-repeat;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

#v-content h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #B7C1CE;
	padding: 0;
}

body#home #v-content h2,
body#about #v-content h2,
body#contact #v-content h2
{
	font-size: 21px;
	line-height: 21px;
	font-weight: normal;
	margin: 20px 0 12px 0;
	color: #EFEFEF;
	padding: 0;
	clear: both;
}

#v-content p
{
	margin-bottom: 15px;
}

#v-content .table-display p
{
	margin-bottom: 5px;
}

p.notice
{
	color: #FFF58F;
}

p.centerme
{
	text-align: center;
}
/* END PARAGRAPHS AND HEADINGS */

/* START MISC STUFF */
/* END MISC STUFF */

/* START TOP NAV */
/* END TOP NAV */

/* START FORM STUFF */
/* END FORM STUFF */

/* START TABLES */
/*
.hometable td.hometext
{
	vertical-align: top;
	padding-left: 10px;
}

.hometable td.details
{
	vertical-align: bottom;
	padding-left: 10px;
	line-height: 1em;
	color: #B7C1CE;
}
*/
#home-image
{
	margin: 10px 0;
}

#home-image img
{
	margin: 0 auto;
	border: 3px solid #ddd;
	display: block;
}

#home-caption
{
	text-align: center;
}

.contacttable td
{
	padding: 5px;
}

.contacttable td.address
{
	width: 300px;
	vertical-align: top;
}

.contacttable td.label
{
	vertical-align: top;
	text-align: right;
}

.contacttable input, .contacttable textarea
{
	width: 220px;
	padding: 2px 5px;
	font-family: Georgia, serif;
	font-size: 1em;
	color: #47576C;
	border: 1px solid #47576C;
}

.contacttable td.button-holder
{
	text-align: right;
	vertical-align: top;
}

.contacttable td.button-holder input
{
	background: #B7C1CE;
	width: 232px;
}

/* END TABLES */

img.goright
{
	float: right;
	margin: 0 0 10px 10px;
}