/* CSS Document */

html,body {  
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px; 
		line-height: 13px;
		background-color:#111111;
		margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
		text-align:center; /* Hack for IE5/Win */
		height:100%; /* needed for container min-height */
}


/*colors*/
.000-orange {
		color:#fcb034;
}
.000-red {
		color:#ee2e24;
}
.000-pink {
		color:#e50278;
}
.000-lightblue {
		color:#7481bf;
}
.000-blue {
		color:#0079c2;
}
.000-green {
		color:#50b848;
}
/*end colors*/



#house {
	padding:0px 10px 10px 10px;
	border:1px dashed #222222;
	background-color:#000000;
	/* width stuff */
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	width:860px;	
	margin:0px auto;
    text-align:left;
	/* height stuff*/
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}


.dot_border {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		line-height: 13px;
		color: #FFFFFF;
}
		
td {  	font-family: Verdana, Arial, sans-serif;
		font-size: 10px; 
		line-height: 13px; 
		color: #FFFFFF;
}
		
.small {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px; 
		line-height: 13px; 
		color: #FFFFFF;
}
.smalllink { 
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px; 
		line-height: 13px; 
		color: #FFFFFF;
		
}


.unformattedlink { 
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px; 
		line-height: 13px;
		color: #FFFFFF;
}

		
.heading	{
		font-family: Verdana, Arial, sans-serif; 
		font-size: 12px; 
		font-weight: bold;
		line-height: 20px; 
		color: #FFFFFF;
		width:100%;
		background-color:#111111;
}
		
.heading3 {
		font-family: Verdana, Arial, sans-serif; 
		font-size: 12px; 
		font-weight: bold;
		line-height: 20px; 
		color: #FFFFFF;
		width:100%;
		background-color:#111111;
}
		
.heading4	{
		font-family: Verdana, Arial, sans-serif; 
		font-size: 12px; 
		font-weight: bold;
		line-height: 20px; 
		color: #FFFFFF;
		width:100%;
		background-color:#111111;
}
		
.super_heading	{
		font-family: Verdana, Arial, sans-serif; 
		font-size: 25px; 
		line-height: 25px; 
		color: #FFFFFF
}
		
.super_heading_dark	{font-family: Verdana, Arial, sans-serif; 
		font-size: 25px; 
		line-height: 25px; 
		color: #604A40 }
		
.dark { font-family: Verdana, Arial, sans-serif; 
		font-size: 11px; 
		line-height: 13px; 
		color: #000000;
}
		
.location_red	{
		font-family: Verdana, Arial, sans-serif; 
		font-size: 9px; 
		line-height: 20px;
		color: #444444;
		text-transform:uppercase;
		/*padding-left:8px;*/
		vertical-align:bottom;
		font-weight:normal;
}








		
.checkbox {  	
		font-family: Verdana, Arial, sans-serif; 
		font-size: 9px; 
		line-height: 13px; 
		background-color: #000000;}
		
.input {  	
		font-family: Verdana, Arial, sans-serif; 
		font-size: 11px; 
		line-height: 13px; 
		background-color: #FFFFFF;
		color: #000000;
		BORDER-TOP:1px solid;
    	BORDER-BOTTOM:1px solid;
    	BORDER-LEFT: 1px solid;
    	BORDER-RIGHT:1px solid;
		BORDER-COLOR: #FFFFFF;
}

.selectedTab {
   display: block;
   visibility: visible;
}

.unselectedTab {
   display: none;
   visibility: hidden;
}
		
.input_list {  	
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px; 
		line-height: 13px; 
		background-color: #FFFFFF;
		color: #604A40;
		BORDER-TOP:0px solid;
    	BORDER-BOTTOM:0px solid;
    	BORDER-LEFT: 0px solid;
    	BORDER-RIGHT:0px solid;
		BORDER-COLOR: #FFFFFF;
}
		
.button {  	
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px; 
		line-height: 13px; 
		background-color: #C41230;
		color: #FFFFFF;
		BORDER-TOP:1px solid;
    	BORDER-BOTTOM:1px solid;
    	BORDER-LEFT: 1px solid;
    	BORDER-RIGHT:1px solid;
		BORDER-COLOR: #C41230;
}
		

A:link {color: #0079C2; font-weight: bold; text-decoration: none}
A:visited {color: #0079C2; font-weight: bold; text-decoration: none}
A:active {color: #0079C2; font-weight: bold; text-decoration: none}
A:hover {color: #0079C2; font-weight: bold; text-decoration: underline}
A.smalllink:link {color: #FFFFFF; font-weight: bold; text-decoration: none}
A.smalllink:visited {color: #FFFFFF; font-weight: bold; text-decoration: none}
A.smalllink:active {color: #FFFFFF; font-weight: bold; text-decoration: none}
A.smalllink:hover {color: #FFFFFF; font-weight: bold; text-decoration: underline}

.pageHeadingImages {
	padding-left: 8px;
}


.location_red a:link {color: #444444; text-decoration: none; font-weight:normal;}
.location_red a:visited {color: #444444; text-decoration: none; font-weight:normal;}
.location_red a:active {color: #444444; text-decoration: none; font-weight:normal;}
.location_red a:hover {color: #444444; text-decoration: none; font-weight:normal;}

