html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ul, ol {list-style: none;}
img {border:0;}

/*-----------------------------------------------------------------------------------------------*/
/*                                          GENERAL STYLES                                       */
/*-----------------------------------------------------------------------------------------------*/

body {
	background: #f4f3e8 url(images/site/bg-miranda.jpg) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #333;
}

h2 {color: #333; font-family: Georgia, "Times New Roman", Times, serif; margin-bottom: 10px; font-size: 1.8em;}

h3 {font-weight: bold; margin-bottom: 10px; font-size: 1.4em;}

h4 {font-weight: bold; margin-bottom: 10px; font-size: 1.2em;}

strong, b {font-weight: bold;}

p {margin-bottom: 15px;}

ul, ol {margin: 0 0 15px 20px;}


blockquote {font-style: italic;}

i, em {font-style: italic;}

a {text-decoration: none; color: #006DA3;}
a:hover {color: #333;}

#content a {font-weight: bold;}

#w3 a.btn {
	display: block;
	width: 120px;
	height: 20px;
	background: transparent url(images/btn.gif) no-repeat top;
	text-align: center;
	color: #FFF;
	line-height: 20px;
	font-weight: normal;
	font-size: 1em;
}

#w3 a.btn:hover {background: transparent url(images/btn.gif) no-repeat bottom;}

.clear {clear: both; height: 0px; font-size: 0px; line-height: 0px;}

.divider {height: 14px; background: transparent url(images/dividerRight.png) no-repeat right top;}
.divider span {display: block; height: 16px; background: transparent url(images/dividerLeft.png) no-repeat left top;}

ul.striped {margin-left: 0px;}
	ul.striped li {line-height: 20px; border-bottom: solid 1px #c4c2ab; padding-left: 10px;}
	ul.striped li.alt {background: #ebeadf;}
	ul.striped li.last {border-bottom: none;}

.red {color: #ae3d19;}

.rFloat {float: right;}
.lFloat {float: left;}

/*-----------------------------------------------------------------------------------------------*/
/*                                          GENERAL LAYOUT                                       */
/*-----------------------------------------------------------------------------------------------*/

#w1 {
	width: 930px;
	margin: auto;
	background: transparent url(images/lightGrad.png) repeat-y top;
}

#w2 {
	background: transparent url(images/site/bg-page.png) no-repeat top;
}

#w3 {
	background: transparent url(images/bgBtm.png) no-repeat bottom;
	padding: 0 35px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

	#header {
		height: 48px; 
		padding: 15px;
		text-align: right;
		font-size: 1.1em;
		color: #ae3d19;
		font-family: Arial, Helvetica, sans-serif;
		overflow: hidden;
	}
	
		#header h1, #header h1 a {
			width: 259px;
			height: 60px;
			float: left;
			text-align: left;
		}
		
		#header h1 a {
			display: block;
			text-indent: -3000px;
			background: transparent url(images/site/logo_waterhouse.png) no-repeat;
			margin-top: 5px;
			z-index:100;
		}
		
		#header h2 {font-size: 0.9em;}
		
		#header p, #header p a {height: 20px; font-size: 10px; color:#000;}
		/*	#header p span {display: block; width: 435px; float: left; padding-right: 10px; line-height: 20px;}
			#header p a {float: left;}
*/
	#nav {
		height: 30px; 
		line-height: 30px; 
		background: transparent url(images/navBg-sea.gif) repeat-x; 
		overflow: hidden; 
		white-space: nowrap;
	}
		#nav ul {margin-left: 0px;}
	
		#nav li, #nav a {
			color: #FFF;
			text-transform: uppercase;
			width: 112px;
			height: 30px;
			display: block;
			float: left;
			text-align: center;	
		}
		
		#nav a:hover, #nav li.active a {background: #333;}
	
		#nav li {border-right: solid 1px #47A0BC; padding-right: 1px;}
		#nav li a {border-right: solid 1px #47A0BC; font-weight: bold;}
	
		#nav li.login, #nav li.login a {border-right: none; width: 169px;} /*IE 6 Specific*/
		#w3 > #nav li.login, #w3 > #nav li.login a {border-right: none; width: 175px;}
	
	#subHeader {
		overflow: hidden;
		border-bottom: solid 10px #2091B5;
	}
	
		.subHeaderSilverlight, .subHeaderImg {float: left;}
	
	#content {
		min-height: 370px;
		height: auto !important;
		height: 370px;
	}
	
	#footer {
		height: 70px;
		padding: 15px 30px 0 30px;
		background: transparent url(images/footerBg.png) no-repeat center;
		position: relative;
		line-height: 1.5em;
		font-size: .9em;
		margin-top: 15px;
		font-weight:normal;
	}
	
		#footer a {padding: 0 8px; font-weight:normal;}
		#footer a.first {padding-left: 0;}
		
		

/*-----------------------------------------------------------------------------------------------*/
/*                                         CONTENT COLUMNS                                       */
/*-----------------------------------------------------------------------------------------------*/

.column {
	margin: 15px 0 0 15px;
	float: left;
	overflow: hidden;
	display: inline; /* Fixes IE6 double margin bug */
}

	.third {width: 300px;}
	
	.twoThird {width: 513px;}

	.full {width: 828px;}
	
	.mini-third {width:270px;}
	

/*-----------------------------------------------------------------------------------------------*/
/*                                              FORMS                                            */
/*-----------------------------------------------------------------------------------------------*/

.inputStyle {width: 150px; height: 20px; padding: 0 5px;}
.selectStyle {width: 160px; height: 20px; padding: 0 0 0 5px;}
	
	.hFormDiv .inputStyle {background: #fff; border: solid 1px #ae3d19;}
	.vFormDiv .inputStyle {background: #fff; border: solid 1px #c4c2ab; width: 200px; margin: 5px 0;}
	.vFormDiv .selectStyle {width: auto; margin: 5px 0;}

	.hFormDiv {height: 50px; line-height: 20px;}

		.hFormDiv label {display: block; width: 120px; float: left; text-align: right;}
		.hFormDiv input, .hFormDiv select {margin-left: 10px;}
		.submit {}
		
		/*
textarea {background: #ebeadf; border: solid 1px #c4c2ab; width: 400px; height: 150px; margin: 5px 0;}
*/



/* additions */

.error {color:#cc0000; margin-bottom: 10px;}



div.breadcrumb { width: 835px; height: 20px; clear: both; padding: 5px 13px; background-color:#333; color:#fff; }
div.breadcrumb a, div.breadcrumb a:link, div.breadcrumb a:visited { color: #fff; }
div.breadcrumb h2 { text-transform: uppercase; font-weight: bold; letter-spacing: 1px; color: #9ab100; font-size: 11px; position: relative; top: -1px; left: 3px; }
div.breadcrumb div { border: 0; }
div.breadcrumb ul li { color: #9ab100; float: left; margin-right: 6px; font-weight: bold; }


div.title-block  { width: 820px; margin:0; padding: 10px 20px 5px 13px; clear: both;  }

/**************   drop down menu **************/


#tabs {
	/*margin:10px 0 0 0;*/
	padding:0;
}
#tabs img {border:0;}
#tabs ul {
	display:block;
	position:absolute;
	
}
#tabs ul.children {
	margin:0;
	padding:0;
	z-index:100;
	visibility:hidden;
	background-color: #005700;
	border:0;
	
}

#tabs li {
	display:inline;
	float:left;
	height:auto;
	
}
#tabs li li {
	display:block;
	float:none;
}
#tabs a {
	display:block;
}

#tabs ul a {
	line-height:20px;
}
#tabs ul ul a {
	
}
#tabs ul a:hover, #tabs ul a.selected {
	
}
#tabs li:hover ul, #tabs li.sf ul {
	visibility:visible;
}
#tabs li:hover ul ul, #tabs li.sf ul ul {
	visibility:hidden;
}
#tabs li:hover ul, #tabs li li:hover ul, #tabs li.sf ul, #tabs li li.sf ul {
	visibility:visible;
}

#tabs ul.children li 
{
    
}
#tabs ul.children a {
	border:0;
	width:280px;
	text-align:left;
	padding:0 10px;
	text-decoration:none;
	color:#fff;
}

#tabs ul.children a:hover, #tabs ul.children a.selected {
	color:#fff6A6;
}


/* letters for google maps */

.letterA {padding:2px; background-color: #FCF357; color:#000; margin-top:1px;}
.letterB {padding:2px; background-color: #649AEA; color:#000; margin-top:1px;}
.letterC {padding:2px; background-color: #64BA4A; color:#000; margin-top:1px;}
.letterD {padding:2px; background-color: #FD776B; color:#000; margin-top:1px;}
.letterE {padding:2px; background-color: #9079FC; color:#000; margin-top:1px;}


.poster {float:left; width:120px; height:160px;}

a.img-preview img {border: solid 3px #fff; padding:5px;}
a.img-preview:hover img {border: solid 3px #ccc; padding:5px;}



/* accordian */


.titleList  {
	width: 300px;
	border: 1px solid black;
}
.titleList div {

}
/*
.titleList p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
*/
/*
.titleList a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("images/AccordionTab0.gif");
}
.titleList a:hover {
	background-color: white;
	background-image: url("images/AccordionTab2.gif");
}
.titleList a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("images/AccordionTab2.gif");
}

*/
.head  {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("images/AccordionTab0.gif");
}
.head:hover {
	background-color: white;
	background-image: url("images/AccordionTab2.gif");
}
.head:selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("images/AccordionTab2.gif");
}

.merchandise 
{
    width:120px;
    height:130px;
    float:left;
}


/* for thumbs */
.thumbs
{
    width: 480px;
    display:block;
    position: relative;
}
.thumb
{
    margin: 5px 0 0 5px;
	float: left;
	overflow: hidden;
	display: inline; 
}

.thumbLeft
{
    width: 200px;
    height: 200px;
}

.thumbRight
{
    width: 260px;
    height: 200px;
}

.thumb img {border: solid 3px #fff; padding:5px;}
.thumb:hover img {border: solid 3px #ccc; padding:5px; background-color:#fff;}


.pagination 
{
    width:500px;
    display:block;
    text-align:right;
    font-size: 10px;
}

.paginationTop
{
    border-bottom: solid 1px #006DA3;
    display:block;
}

.paginationBottom
{
    border-top: solid 1px #006DA3;
    display:block;
}

.pagination a
{
     padding: 2px;
}
.pagination a:hover
{
     border-bottom: solid 1px #006DA3;
     
}
.paginationSelected
{
    padding:2px;
    border: solid 1px #006DA3;
    background-color: #006DA3;
    color:#fff;
}

.navigation
{
    border-bottom: solid 1px #006DA3;
    width:280px;
    height:70px;
    font-size: 10px;
}

.navigation span
{
    float: left;
    display: inline;
    width:140px;
    height:70px;
    text-align: center;
    
}
.navigation span span
{
    height:50px;
    vertical-align: bottom;
}

.searchreturn
{
     border-bottom: solid 1px #006DA3;
    width:280px;
    height:20px;
    font-size: 10px;
}

.search-empty
{
    color:#666;
    font-size:14px;

}

#wall
{
    width:800px;
}

#wall a
{
    margin: 0px;
	float: left;
	overflow: hidden;
	display: inline; 
	height: 55px;
	width: 55px;
	padding:5px;
	
}

#wall img
{
    border: solid 1px #fff;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	text-align:center;
	}

.forum th
{
    background-color:#333;
    font-weight: bold;
    font-size: 14px;
    color:#fff;
    padding: 3px;
}

.box-hilite
{
    padding:0;
}

#article
{
    border: solid 3px #fff;
    padding:15px;
}

#warning
{
    background-color: #B20000;
    color:#fff;
    padding: 10px;
    height: 20px;
    display:block;
}

.question
{
    font-size: 14px; border: solid 3px #006DA3; padding:5px; background-color:#fff;
}

.messageTitle
{
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}

.repliesTitle
{
     color: #333;
    font-size: 14px;
}

.replies
{
    font-size: 14px; border: solid 2px #333; padding: 5px; background-color: #fff;
    margin-bottom: 10px;
}


.post-footer
{
    font-size: 10px;
    padding-bottom: 25px;
    color:#B01222;
}

#sidebar 
{
    background-color: #F4F3E8;
}
.padded
{
    padding: 5px;
    border: solid 1px #ccc;
}
#sidebar
{
    border: solid 1px #BEB789;
    border-top:0;

}
#sidebar h4
{
     border-left:solid 10px #B01222; padding: 2px 0 2px 10px;  background-color:#BEB789;
     color:#fff; border-bottom: solid 1px #B7B086;padding-right: 10px;
     text-transform: uppercase;
}

#sidebar ul.striped {margin: 0 0 15px 10px;}
	ul.striped li {line-height:normal; border:0; padding-left: auto;}
	ul.striped li.alt {background: none;}
	ul.striped li.last {border-bottom: none;}
	
#sidebar a
{
   color: #BEB789;
   line-height: 1.2em;
}
#sidebar a:hover
{
    text-decoration: none;
    border-bottom: dotted 1px #B01222;
}

#sidebar p
{
    padding:10px;
}

#sidebar .padded a:hover
{
    padding: 5px;
    border: solid 1px #ccc;
}
