@charset "utf-8";

body { 
	background: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	}

.main_wrapper{
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
.header {
	height:100px;
	background:url('images/header1.gif');
}
.navigation {
	margin: 0px auto;
	height:36px;
	overflow:hidden;
	background:url('images/horizontalStripe.jpg');
}
#nav_spacing{
	width:730px;
	height:60px;
	margin:3px 10px 0px 11px;
	background:url('images/gradBars/whiteToYellow.png');
	background-repeat:repeat-x;
	text-align:center;
	float:left;
}

#mybutton   {border-style: inset;
			border-color: #ff6633;
			background-color: #CC3300;
			text-decoration: none;   
			width: 90px;
			height:22px;
			text-align: center;
			float:left;}
  
.buttontext {color: white; 
			text-decoration: none;   
			font: bold 13pt Verdana;
			cursor: hand;}

.buttonover  {color: yellow; 
			text-decoration: none;
			font: bold 13pt Verdana;
			cursor: hand;}

			
.content_container {
	overflow:hidden;
	background:url('images/horizontalStripe.jpg');
}

.focus {
	background:url('images/frontFocus2.jpg');
	background-color: #4C565E;
	width: 729px;
	margin:0px 0px 0px 11px;
	background-repeat:no-repeat;
	height:285px;
}

.focus2 {
	background-image: url('images/focus_also1.jpg');
	width: 729px;
	margin:0px 0px 0px 11px;
	background-repeat:no-repeat;

}

.content {
	overflow:hidden;
	background:url('images/redStripe.jpg');
	color:#FFF;
}
.indent{
	padding:0px 0px 0px 10px;
}
.bold{
	font-weight: bold;
}
.content_left {
	margin:4px 0px 0px 12px;
	padding-bottom:6px;
	width:261px;
	clear:left;
	float:left;
	color:#FFF;
}
.content_right {
	margin:5px 12px 10px 0px;
	width:461px;
	clear:right;
	float:right;
	color:#FFF;
}

.properties{
}

.properties h2, h3, ul{
	margin:0px;
	padding:0px;
}

.footer{
	text-align:right;
}

.rightSide{
	width: 200px;
	height: 200px;
	float: right;
	background-color: white;
	}
	
img {
	border: 0px;
	}

.inside{
		padding-top: 5px;
		float:left;
		font-size: 17px;
		width: 180px;
		padding:5px;
		margin: 20px 5px 20px 20px;
		border: 3px double white;
		text-align:center;

	}

.inside a:link, .inside a:visited{
	text-decoration: none;
	color: #ffffff;

	}

.inside a:hover, .inside a:active{
	text-decoration: none;
	color: #3980F4;



	}
	
.avail{padding-top: 5px;
		float:left;
		font-size: 17px;
		width: 180px;
		text-align:center;
		cursor:pointer;cursor:hand;
}
	
.avail ul{
	list-style-type: none;
}


.outside{
		padding-top: 5px;
		float:left;
		font-size: 12px;
		width: 123px;
		padding:5px;
		margin: 5px;
		border: 3px double white;
		text-align:center;
		color: #ffffff;
	}

.outside a:link, a:active, a:visited{
	text-decoration: none;
	color: #ffffff;
	}

.outside a:hover {
	text-decoration: underline;
	background-color: PURPLE;
	color: #ffffff;
	}
	
.direct{padding-top: 5px;
		float:left;
		width: 123px;
		text-align:center;
		color: #ffffff;}

.direct h4, h5{
	padding: 0px;
	margin:0px;
}
	
.direct ul{
	list-style-type: none;
}