/** STATIC ENTRIES -- Use in conjunction with other classes, but don't change **/
#header {
	width: 1024px;
	margin: 0 auto;
}

#nav-container {
	width: 1024px;
	margin: 0 auto;
}

#wrapper {
	margin: 1px auto;
	width: 1024px;
	height: auto;
	overflow: visible;
}
/** Default page width, with room for vertical ad to the right **/
#content-zone1 {
	float: left;
	width: 849px;
	display: inline;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; *
	behavior: url("/css/boxsizing.htc"); /*IE7 hack*/
}
/** Vertical ad space **/
#content-zone2 {
	float: left;
	width: 175px;
	display: inline;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; *
	behavior: url("/css/boxsizing.htc"); /*IE7 hack*/
}
/** First column in two column layout **/
#content-zone3 {
	float: left;
	width: 660px;
	display: inline;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; *
	behavior: url("/css/boxsizing.htc"); /*IE7 hack*/
}
/** Second column in two column layout **/
#content-zone4 {
	float: right;
	width: 350px;
	display: inline;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; *
	behavior: url("/css/boxsizing.htc"); /*IE7 hack*/
}

.blue-box-with-gradient {
	float: left;
	background: #D8EBF9; /* Default for non-CSS3 compliant browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8EBF9',
		endColorstr='#B9CCDB' ); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#D8EBF9),
		to(#B9CCDB) ); /* Webkit */
	background: -moz-linear-gradient(top, #D8EBF9, #B9CCDB); /* Firefox */
	-webkit-box-shadow: 0 8px 6px -6px #000000;
	-moz-box-shadow: 0 8px 6px -6px #000000;
	box-shadow: 0 8px 6px -6px #000000;
	width: 100%;
	padding: 15px;
}

.gray-box-with-gradient {
	float: left;
	background: #EBEFF2; /* Default for non-CSS3 compliant browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBEFF2',
		endColorstr='#D3D7DA' );
	background: -webkit-gradient(linear, left top, left bottom, from(#EBEFF2),
		to(#D3D7DA) ); /* Webkit */
	background: -moz-linear-gradient(top, #EBEFF2, #D3D7DA); /* Firefox */
	-webkit-box-shadow: 0 8px 6px -6px #000000;
	-moz-box-shadow: 0 8px 6px -6px #000000;
	box-shadow: 0 8px 6px -6px #000000;
	width: 100%;
	padding: 15px;
}

.blue-nav-bar {
	float: left;
	background: #0067B2; /* Default for non-CSS3 compliant browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0067B2',
		endColorstr='#004B83' ); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0067B2),
		to(#004B83) ); /* Webkit */
	background: -moz-linear-gradient(top, #0067B2, #004B83); /* Firefox */
}

.brown-nav-bar {
	float: left;
	background: #717173; /* Default for non-CSS3 compliant browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#717173',
		endColorstr='#535257' );
	background: -webkit-gradient(linear, left top, left bottom, from(#717173),
		to(#535257) ); /* Webkit */
	background: -moz-linear-gradient(top, #717173, #535257); /* Firefox */
}

.blue-inverted-tabbed-box-with-gradient {
	float: left;
	background: #D8EBF9; /* Default for non-CSS3 compliant browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8EBF9',
		endColorstr='#B9CCDB' ); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#D8EBF9),
		to(#B9CCDB) ); /* Webkit */
	background: -moz-linear-gradient(top, #D8EBF9, #B9CCDB); /* Firefox */
	width: 100%;
}

.blue-inverted-tabbed-box-bottom {
	float: right;
	width: 65%;
	border-top: 30px solid #B9CCDB;
	border-left: 30px solid transparent;
	position: relative;
	/*box-shadow: 0px 5px 3px #888888;*/
}

.grey-inverted-tabbed-box-with-gradient {
	float: left;
	background: #EBEFF2; /* Default for non-CSS3 compliant browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBEFF2',
		endColorstr='#D3D7DA' );
	background: -webkit-gradient(linear, left top, left bottom, from(#EBEFF2),
		to(#D3D7DA) ); /* Webkit */
	background: -moz-linear-gradient(top, #EBEFF2, #D3D7DA); /* Firefox */
	width: 100%;
}

.grey-inverted-tabbed-box-bottom {
	float: right;
	width: 45%;
	border-top: 30px solid #D3D7DA;
	border-left: 30px solid transparent;
	position: relative;
}
/** END STATIC ENTRIES **/
/** Main design entries.  Override in page CSS if necessary **/
.tab-header-text {
	position: absolute;
	padding: 9px 0 0 14px;
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: 'TitilliumText22LRegular';
	color: #71717B;
	font-weight: normal;
}

.blue-box-tab-default {
	float: left;
	width: 250px;
	border-bottom: 30px solid #D8EBF9;
	border-right: 30px solid transparent;
	position: relative;
}

.blue-box-tab-small {
	float: left;
	width: 45%;
	border-bottom: 30px solid #D8EBF9;
	border-right: 30px solid transparent;
	position: relative;
}

.gray-box-tab-default {
	float: left;
	width: 250px;
	border-bottom: 30px solid #EBEFF2;
	border-right: 30px solid transparent;
	position: relative;
}

.nav-bar-default {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; *
	behavior: url("/css/boxsizing.htc"); /*IE7 hack*/
	width: 100%;
	height: 30px;
}

.nav-bar-default ul {
	list-style: none;
	height: 30px;
}

.nav-bar-default li {
	float: left;
	display: inline-block;
	margin-right: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 30px;
}

.nav-bar-default li:hover {
	background: #717173; /* Default for non-CSS3 compliant browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#717173',
		endColorstr='#535257' );
	background: -webkit-gradient(linear, left top, left bottom, from(#717173),
		to(#535257) ); /* Webkit */
	background: -moz-linear-gradient(top, #717173, #535257); /* Firefox */
	border-left: 2px solid white;
	border-right: 2px solid white;
}

.nav-bar-selected {
	background: #717173; /* Default for non-CSS3 compliant browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#717173',
		endColorstr='#535257' );
	background: -webkit-gradient(linear, left top, left bottom, from(#717173),
		to(#535257) ); /* Webkit */
	background: -moz-linear-gradient(top, #717173, #535257); /* Firefox */
	border-left: 2px solid white;
	border-right: 2px solid white;
}

.nav-box-outline {
	border-bottom: 2px solid #E3E3E8;
	border-left: 2px solid #E3E3E8;
	border-right: 2px solid #E3E3E8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; *
	behavior: url("/css/boxsizing.htc"); /*IE7 hack*/
	width: 100%;
	overflow: auto;
}

.nav-bar-text {
	color: #FFFFFF;
	display: block;
	padding: 7px 15px 5px 15px;
	text-transform: uppercase;
}

.white-box-model-inset {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #D5D8DA;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; *
	behavior: url("/css/boxsizing.htc"); /*IE7 hack*/
	width: 100%;
	padding: 15px;
}

.box-model-inset {
	float: left;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; *
	behavior: url("/css/boxsizing.htc"); /*IE7 hack*/
	width: 100%;
	padding-top: 20px;
	/*padding-bottom: 0;*/
}

/*.gray-box-with-gradient#offerWorksheet {
	padding-top: 40px;
}*/

.gray-box-with-gradient#myOffers {
	padding-top: 20px;
}

.gray-box-with-gradient#homePage {
	padding-top: 0;
	padding-bottom: 0;
}

#buyHomes {
	padding-top: 0;
	padding-bottom: 0;
}

.gray-box-with-gradient#sellHomes {
	padding-top: 0;
	padding-bottom: 0;
}

#blue-inverted-tabbed-box-with-gradient {
	padding-top: 0;
}
/** End main design entries **/