/* ==============================================================================
=RESET
================================================================================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; line-height: 16pt; margin-top: 0;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* ==============================================================================
=BODY
================================================================================*/
body{
	background: url(../images/gradient.jpg) repeat-x fixed;
	background-color: #c4b191;
	margin: 0 auto;
	text-align: center;
	color: #330000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
}

h1, h2, h3{	color: #330000; }

h1{ font-size: 14pt; margin-bottom: 15px; }

h2{ font-size: 12pt; margin: 15px 0 5px 0; }

p{ margin-bottom: 10px; margin-top: 5px; }

ul { line-height: 12pt; margin-top: 10px; margin-left: 10px; }
ul li { margin-bottom: 10px; list-style: outside; }

a:link{ color: #401814; }
a:visited{ color: #401814; }
a:hover{ text-decoration: underline; }
a:active{ color: #401814; }

.bold, strong { font-weight: bold; }

em { font-style: italic; }

blockquote { padding: 0 20px 0 20px; }
hr { margin: 15px 0 15px 0; }

/* ==============================================================================
=CONTENT
================================================================================*/

#container{
	width: 750px;
	border: solid #401814 10px;
	background-color: #f6f3d4;
	margin: 0 auto;
	text-align: center;
}

	#main_content{
		width: 745px;
		margin: 0 auto;
		min-height: 440px;
	}
		#rmc{ 
			width: 350px;
			height: 250px;
			float: left;
			margin: 10px 0 10px 10px;
			padding-top: 2px;
		}
		
		#featured_links{
			width: 365px;
			height: 250px;
			float: right;
			padding: 0;
			margin: 10px 10px 10px 0;
		}
	
			.featlnx{
				margin-bottom: 1px;
			}
	
		#left_content{
			width: 475px;
			float: left;
			padding: 10px;
			text-align: left;
		}

		#right_content{
			width: 220px;
			float: right;
			padding: 15px;
			text-align: center;
		}

		#right_content_two{
			width: 220px;
			float: right;
			padding: 15px;
			text-align: left;
		}

#secondary_content{
	width: 720px;
	text-align: left;
	margin: 0 auto;
	margin-top: 10px;
	min-height: 200px;
}

.ten{
	margin-bottom: 10px;
}

#contact_left{
	width: 170px;
	float: left;
	padding: 10px;
	text-align: left;	
}

#contact_right{
	width: 500px;
	float: right;
	padding: 5px;
	text-align: left;
	margin-bottom: 20px;
}

/* ==============================================================================
=BRANDING
================================================================================*/

#banner{
	height: 135px;
	width: 745px;
	margin: 0 auto;
	padding: 0 3px 0 3px;
	background: url(../images/banner2.jpg) top left no-repeat;
	clear: both;
	background-color: #401814;
}


/* ==============================================================================
=NAVIGATION
================================================================================*/
#header{
	width: 755px;
	height: 35px;
	background-color: #401814;
}

	#navigation{
		clear: both;
		text-transform: uppercase;
		text-align: left;
		float: left;
	}
		#navigation li { display: inline; margin-right: 15px; }
		#navigation ul { margin: 0; padding: 5px 0 5px 0; }
		a.beige{ color: #f6f3d4; text-decoration: none; }
		a:hover.beige{text-decoration: underline;}
	
		a.beige_footer{ font-family: Georgia, serif; font-style: italic; color: #f6f3d4; text-decoration: none; }
		a:hover.beige_footer{ font-family: Georgia, serif; font-style: italic; text-decoration: underline;}
	
	#contact{
		float: right;
		text-align: right;
		padding: 0 10px 0 0;
		color: #f6f3d4;
		font-size: 8pt;
	}


/* ==============================================================================
=SPRITES
================================================================================*/

/* EXECUTIVE SUITES */
	a.sprite_one {
		display: block;
		width: 364px;
		height: 37px;
		text-decoration: none;
		background: url(../images/executiveoffices_sprite.jpg);
		margin-bottom: 6px;
		}
	
	a.sprite_one:hover {
		background-position: 0 -37px;
		}

/* OFFICE RENTAL */
	a.sprite_two {
		display: block;
		width: 364px;
		height: 37px;
		text-decoration: none;
		background: url(../images/officerental_sprite.jpg);
		margin-bottom: 6px;
		}
	
	a.sprite_two:hover {
		background-position: 0 -37px;
		}
		
/* CONFERENCE ROOM RENTAL */
	a.sprite_three {
		display: block;
		width: 364px;
		height: 37px;
		text-decoration: none;
		background: url(../images/conferenceroomrental_sprite.jpg);
		margin-bottom: 6px;
		}
	
	a.sprite_three:hover {
		background-position: 0 -37px;
		}

/* VIRTUAL OFFICE */
	a.sprite_four {
		display: block;
		width: 364px;
		height: 37px;
		text-decoration: none;
		background: url(../images/virtualoffice_sprite.jpg);
		margin-bottom: 6px;
		}
	
	a.sprite_four:hover {
		background-position: 0 -37px;
		}

/* TELEPHONE ANSWERING */
	a.sprite_five {
		display: block;
		width: 364px;
		height: 37px;
		text-decoration: none;
		background: url(../images/telephoneanswering_sprite.jpg);
		margin-bottom: 6px;
		}
	
	a.sprite_five:hover {
		background-position: 0 -37px;
		}

/* MAIL SERVICE */
	a.sprite_six {
		display: block;
		width: 364px;
		height: 37px;
		text-decoration: none;
		background: url(../images/mailservice_sprite.jpg);
		}
	
	a.sprite_six:hover {
		background-position: 0 -37px;
		}

/* FLOOR PLAN */
	a.sprite_floorplan {
		display: block;
		margin: 20px 0 0 40px;
		width: 145px;
		height: 165px;
		text-decoration: none;
		background: url(../images/floorplan_sprite.jpg);
		}
	
	a.sprite_floorplan:hover {
		background-position: 0 -165px;
		}

.displace {
	position: absolute;
	left: -5000px;
	}
	
/* ==============================================================================
=FEATURED FOOTER SPRITES
================================================================================*/
#featuredfooter{
	width: 730px;
	clear: both;
	margin: 0;
}

#side-a {
	float: left;
	width: 240px;
	margin-left: 10px;
}

#side-b {
	float: left;
	width: 240px;
	margin-left: 5px;
}

#side-c { 
	float: right;
	width: 240px;
}


/* EXECUTIVE SUITES */
	a.footersprite_one {
		display: block;
		width: 228px;
		height: 24px;
		text-decoration: none;
		background: url(../images/execoffice_footersprite.jpg);
		margin-bottom: 5px;
		}
	
	a.footersprite_one:hover {
		background-position: 0 -24px;
		}

/* OFFICE RENTAL */
	a.footersprite_two {
		display: block;
		width: 228px;
		height: 24px;
		text-decoration: none;
		background: url(../images/officerental_footersprite.jpg);
		}
	
	a.footersprite_two:hover {
		background-position: 0 -24px;
		}
		
/* CONFERENCE ROOM RENTAL */
	a.footersprite_three {
		display: block;
		width: 228px;
		height: 24px;
		text-decoration: none;
		background: url(../images/conference_footersprite.jpg);
		margin-bottom: 5px;
		}
	
	a.footersprite_three:hover {
		background-position: 0 -24px;
		}

/* VIRTUAL OFFICE */
	a.footersprite_four {
		display: block;
		width: 228px;
		height: 24px;
		text-decoration: none;
		background: url(../images/virtualoffice_footersprite.jpg);
		}
	
	a.footersprite_four:hover {
		background-position: 0 -24px;
		}

/* TELEPHONE ANSWERING */
	a.footersprite_five {
		display: block;
		width: 228px;
		height: 24px;
		text-decoration: none;
		background: url(../images/telephone_footersprite.jpg);
		margin-bottom: 5px;
		}
	
	a.footersprite_five:hover {
		background-position: 0 -24px;
		}

/* MAIL SERVICE */
	a.footersprite_six {
		display: block;
		width: 228px;
		height: 24px;
		text-decoration: none;
		background: url(../images/mail_footersprite.jpg);
		}
	
	a.footersprite_six:hover {
		background-position: 0 -24px;
		}



/* ==============================================================================
=FORM
================================================================================*/		
#form{
	width: 170px;
	margin-top: 20px;
}

#name, #phone, #company, #email
{
	width: 170px;
	height: 15px;
	margin-bottom: 8px;
}

#message{
	width: 170px;
	padding-left: 3px;
}

#submit{
	float: right;
	margin-top: 10px;
}



/* ==============================================================================
=FOOTER
================================================================================*/
#footer{
	font-size: 8pt;
	background-color: #401814;
	clear: both;
	text-align: center;
	padding: 3px;
	color: #f6f3d4;;
}