/*Coded By: Jeremy Mooy - http://jmooy.com */
/*Date: 12/12/2009*/

/*COLORS*/
/*BG - #d0e8fd*/
/*Footer TXT - #6b6d6b*/
/*Main TXT - #666666*/
/*Donation TXT - #5c625f*/
/*Donation Link TXT - #0d140e*/
/*Showroom TXT - #747373*/

/*EXTRAS*/
/**/

/*MAIN ELEMENTS*/
html,body{
	margin: 0;
	padding: 0;
}

body {
	background: #d0e8fd url('../images/bg.gif') repeat-x;
	color: #000000;	
	font-size: 14px;
	font-family: Georgia, Times New Roman, Serif;
	height: 100%;	
	letter-spacing: -.0075em;
	min-width: 1024px;
	width: 100%;	
}

a img {
	border: none;
}

img.floatleft { 
	float: left; 
	margin: 5px; 
}

img.floatright { 
	float: right; 
	margin: 5px; 
}


.clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrapper {
	background: #d0e8fd url('../images/bg.gif') repeat-x;
	width: 1024px;
	height: 1152px;
	margin: auto;
}

#banner {
	background: url('../images/banner.jpg') no-repeat;
	width: 1024px;
	height: 206px;
}

#content {
	width: 1024px;
	height: 884px;
	margin: 0;
}

/*LEFT ELEMENTS*/

h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
	margin: 118px 0 0 40px;
}	

#leftcontent {
	background: url('../images/left_bg.jpg') no-repeat;
	width: 615px;
	height: 884px;
	float: left;
}

#left_text {
	color: #666666;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0 0 0 40px;
	width: 310px;
	line-height: 26px;
}

#soldiers {
	background: url('../images/soldiers.jpg') no-repeat;
	width: 314px;
	height: 234px;
	margin: 40px 0 0 35px;
}

#left_pics {
	width: 240px;
	float: right;
	margin: 0;
}

.top_left_pic {
	margin: 20px 0 0 0;
}	

.pic_caption {
	color: #5f8470;
	font-size: 12px;
	margin: 0 0 0 4px;
}	

.pic_link {
	font-size: 8px;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 4px 0 6px 4px;
}	

/*RIGHT ELEMENTS*/

#rightcontent {
	background: url('../images/right_bg.jpg') no-repeat;
	width: 409px;
	height: 884px;
	float: left;
}

#right_text {
	color: #666666;
	font-size: 16px;
	margin: 68px 0 0 24px;
	width: 347px;
	line-height: 24px;
}

#donation {
	background: url('../images/donation_bg.jpg') no-repeat;
	color: #5c625f;
	width: 369px;
	height: 269px;
	line-height: 20px;
	margin: 28px 0 0 10px;
	text-align:center;
}

#wash_phone {
	float: left;
	height: 40px;
	width: 184px;
	margin: 170px 0 0 0;
}

#nova_phone {
	float: right;
	height: 40px;
	width: 184px;
	margin: 170px 0 0 0;
}

.phone {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
}			

#estimate {
	float: left;
	width: 369px;
	margin: 18px 0 0 0;
}

#estimate a:link {
	color: #0d140e;
}	

#room {
	background: url('../images/room.jpg') no-repeat;
	width: 369px;
	height: 213px;
	margin: 0 0 0 10px;
}

#showrooms {
	text-align:center;
	color: #747373;
	font-size: 10px;
	line-height: 12px;
	margin: 40px 20px 0 20px;
	width: 369px;
}

#rockville {
	float: left;
	margin: auto;
	width: 180px
}

#fairfax {
	float: right;
	margin: auto;
	width: 180px	
}

.bold {
	font-weight: bold;
}	

/*FOOTER ELEMENTS*/

#footer {
	color: #6b6d6b;
	font-size: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	height: 62px;
	text-align: center;
	width: 1024px;
}	
