@charset "utf-8";
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: Verdana, Geneva, sans-serif;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/*======= Color Pallet ========

Darkest Blue: #011428
Dark Blue: #06528C
Royal Blue: #33C
Dark Blue 200 Lumin: #BBBBEE

===== End Color Pallet ========*/

/*=========== global classes =====*/
h1 {
	font-size: 24px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

a, a:link, a:visited{
	color: #FFF;
	text-decoration: none;
}

p {
	font-size: 14px;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
	background: #CCC;
}

a:selected {
	
}

#mainContent a {
	color: #600;	
}

tr {
	border: 1px solid #FFFFFF;
}
/*======== end global classes ====*/
html {
	background: url(../Images/bkgndgrad.png) repeat-x;
}

html, body {
	height: 100%;

}

#outerWrapper {
	margin: 0px auto -30px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1024px;
	background: #fff;
}

#header {
	width: 100%;
	height: 120px;	
	background:url(../Images/Banner-v1d.gif) no-repeat;


}
#navigation {
	background: #eee;
	margin: 0px auto;
	width: 1024px;
	height: 36px;
	border-bottom: #0084FF;
}

#navSub {
	color: #600;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 0.1em;
	border-top: 1 solid #333;
	display: block;
	background-color: #CCC;
	text-align: center;	
}

#navSub a {

}

#contentWrapper {
	width: 100%;
	overflow: auto;	

}

#sidebar1, #sidebar2 {
	color: #FFF;
	width: 165px;
}

#sidebar1 {
	float: left;
	overflow: auto;
}

#sidebar2 {
	background: #0084FF;
	height: 768px;
}

#advertisement {
	font-family: Arial, Helvetica, sans-serif, "Myriad Pro Cond";
	width: 160px;
	height: 150px;
	background: #0084FF;
	margin: 5px 0px 5px 5px;
}

#advertisement h2{
	background: #06528C;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: .1em;
}

#advertisement p{
	font-size: 12px;
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 1.25em;
}

#mainContent {
	float: left;
	width: 674px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#mainContent img{
	float: left;
	margin: 5px;
	border: 1px solid #06528C;
}

#sidebar2 {
	float: right;

}


#terms1 {

}

#termsStandard h3, #termsOption h3, #termsSale h3 {
	color: #fff;
	background: #06528C;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: .1em;
}

#termsOption h4{
	color: #fff;
	background: #0084FF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: .1em;
}

#footer {
	background: #eee;
	margin: 0px auto;
	height: 30px;
	width: 1004px;
	padding: 10px;
}

#footer a {
	color: #333;
}

.webdesign {
	font-size: .8em;
	float: left;
}
.copyright {
	font-size: .8em;
	float: right;
}

#noOverlap {
	clear: both;
	height: 30px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
.rentStatus {
	color: #600;
	font-size: 0.8em;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: underline;
}

.galleryLink {
	color: #600;
}

.galleryLink a {
	color: #F00;
}
.notes {
	font-size: .8em;
	font-style: italic;
}
