/******************Begin Global Styles******************/
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(../images3/background.jpg) left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the container selector */
	color: #0E145F;
	font-size: 12px;
}

a {
	color:#0E145F;

}
	
a:hover {
	color:#F27321;
}

h1 {
	margin:0px;
	padding:20px 0px 10px 0px;
	font-size:18px;
	font-weight:bold;
}
h2 {
	margin:0px;
	padding:5px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
}
h3 {
	margin:0px;
	padding:2px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
}
p {
	margin:2px;
	padding:5px 0px 5px 0px;
}
.emphasized {
	color:#FF6600; 
	font-style:italic;
	font-weight:bold;
	font-size:14px;
}
.photodate{
font-size:11px;
background-color:#FFFFFF;
}

.required {
	background-color: #ffffcc;
}

.diminutive{
font-size:11px;
}

input{
font-size:13px;
}

select{
font-size:13px;
}

.orange{
	color:#F27321;
}

/***********************End Global Styles********************************/

/***********************Begin Outer Layout Styles********************************/

#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#headerbar {
	background:url(../images3/header.gif);/*background image with round corners*/
	height:22px;
}
#header {
	background:url(../images3/mvlogo.gif) center no-repeat;/*Main Logo*/
	height:82px;
	margin-bottom:0px;
	width:930px;
	margin-left:10px;
	clear:both;
}

#upper{
	width:930px;
	margin-left:10px;
	background: #0E145F;
	clear:both;
}

#navbar ul {
	
	margin:0px;
	padding-left:0px;
	list-style: none;
	float: left;
	width: 920px;
	background: #FFFFFF;
	padding-left:10px;

}
#navbar li {
	float: left;
}
#navbar ul a {
	display: block;
	color:#F27321;
	background-color:#FFFFFF;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin: 10px 8px 3px 8px;
	
}
#navbar ul a:hover {
	color:#0E145F;
}
.selected {
	color:#0E145F !important;
}

#lower{
	width:930px;
	margin-left:10px;
	background: #F27321;
	text-align:center;
	clear:both;
}


#lowernav ul {
	margin: 0;
	padding-left:0px;
	list-style: none;
	border-top:4px solid #FFFFFF;
	border-bottom:4px solid #FFFFFF;
	float: left;
	width: 930px;
	background: #F27321;
}
#lowernav li {
	float: right;
}
#lowernav ul a {
	display: block;
	width: 75px;
	color:#FFFFFF;
	background-color:#F27321;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding: 3px;
	border-left: 3px solid #FFFFFF;
}
#lowernav ul a:hover {
	color:#0E145F;
}
#footer {
	width:930px;
	height:40px;
	margin-left:10px;
	background: url(../images3/footer-inner.gif) bottom center no-repeat #0E145F;
	text-align:center;
	clear:both;
}
#footernav {
	margin:0px;
	padding:0 0 10px 0;
	clear:both;
}
#footernav li {
	display:inline;
	color:#FFFFFF;
}
#footernav li a {
	text-decoration:none;
	font-size:10px;
	padding-top:0px;
	padding-bottom: 0px;
	padding-left:3px;
	padding-right:3px;
	color:#FFFFFF;
	font-weight:bold;
}
#footernav li a:hover {
	color:#F27321;
}
#footer p {
	margin: 0; 
	padding:0 0 5px 0; 
}
.copyright {
	font-size:9px;
	margin:0;
	color:#FFFFFF;
	font-weight:bold;
}
#footerbar {
	background:url(../images3/footer.gif);
	height:22px;  
	clear:both;
}

/***********************End Outer Layout Styles********************************/

/***********************Begin Inner Layout Styles********************************/

#mainContainer {
	margin:0 0 0 10px;
	padding: 0 0 0 0;
	height:530px;
	width:930px;
	background:url(../images3/RomeScreen3.gif) top repeat;
	clear:both;
}

#mainContainer2 {
	margin:0 0 0 10px;
	padding: 0 0 0 0;
	/*min-height:700px;*/
	min-height:700px;
	width:930px;
	clear:both;
}
#mainContainer3 {
	margin:0 0 0 10px;
	padding: 0 0 0 0;
	/*min-height:700px;*/
	min-height:560px;
	width:930px;
	background:url(../images3/RomeScreen3.gif) top repeat;
	clear:both;
}

/*#mainContent {
	margin:0 0 0 0;
	padding: 0 0 0 0;
	min-height:500px;
	width:700px;
	float:left;
}*/

#titlearea{
	background-color:#FFFFFF;
	height: 109px;
	width:696px;
	padding: 0 0 0 20px;
	margin:0 0 0 0;
}

#titlearea h1{
	color:#F27321;	
	padding-top:15px;
	padding-bottom:0px;
	font-family:Arial Black;
}
#titlearea h3{
	font-weight:normal;
}

#underline{
	border-bottom: 2px #F27321 solid;
	margin-top:-10px;
	margin-bottom:10px;
	height:5px;
	width:690px;
}


#absoluteContainer{
position:relative;
}

#absoluteContainer h2{
padding:0;
margin: 0;
}

#absoluteContainer h3{
font-size: 12px;
font-weight:bold;
padding:0px;
margin: 10px 0 2px 0;
}

#absoluteContainer ul{
	list-style:none;
	padding:0px;
	margin: 0;
}
#absoluteContainer li{
	background-image:url(../images3/bullet.gif);
	background-position:3px 3px;
	background-repeat:no-repeat;
	padding-left:19px;
/*	color:#0E145F;*/
}
/*#sidebar {
	width: 230px;
	min-height:300px;
	float:right;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}*/
#login {
	position:absolute;
	right:0px;
	top:-133px;
	width: 200px;
	height: 130px;
	background:#F27321;
	border-left: #FFFFFF solid 4px;
	font-size:11px;
	padding: 3px 0px 0px 10px;
}
#login a {
/*	text-decoration:none;
*/	color:#FFFFFF;
}
#login a:hover {
	color:#0E145F;
}
.logintitle {
	color:#FFFFFF;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.loginform {
	padding-top:5px;
	margin:0px;
}

/***********************End Inner Layout Styles********************************/




/***********************Page Specifc Styles - Services********************************/
#progression{
width:650px;
position:absolute;
left:20px;
top:0px;
}
#detailed{
width:650px;
position:absolute;
left:20px;
top:270px;
}
#slideshows{
width:690px;
position:absolute;
left:20px;
top:540px;
}
#progressionSets{
position:absolute;
left:20px;
top:610px;
width:690px;
text-align:left;
}

/***********************End Services********************************/


/***********************Page Specifc Styles - Why********************************/

#vertical-thumbs{
width:150px;
background-color:#000000;
height:500px;
position:absolute;
right:30px;
top:15px;
}

#whylistarea{
position:absolute;
left: 20px;
top: 0px;
font-size:13px;
}
#wholistarea{
position:absolute;
left: 240px;
top: 0px;
}

#whylistarea h2{
padding:0;
margin: 0;
}

#whylistarea h3{
font-size: 12px;
font-weight:bold;
padding:0px;
margin: 10px 0 2px 0;
}

#whylistarea ul{
	list-style:none;
	padding:0px;
	margin: 0;
}
#whylistarea li{
	background-image:url(../images3/bullet.gif);
	background-position:23px 3px;
	background-repeat:no-repeat;
	padding-left:40px;
	color:#0E145F;
}

#smallfloorplan{
position:absolute;
right:200px;
top:20px;
}

/**********************End Why********************************/
/*#clientlisttable ul{
	list-style:none;
	padding:0px;
	margin: 0;
}
#clientlisttable li{
	background-image:url(../images3/bullet.gif);
	background-position:3px 3px;
	background-repeat:no-repeat;
	padding-left:19px;
	color:#0E145F;
	font-size:11px;
}



/********************************How**********************/
#jumpStation{
position:absolute;
width:690px;
height:140px;
top:50px;
left:20px;
}
#jumpStation ul{
	list-style:none;
	padding:0px;
	margin: 10px 0 10px 0;
}
#jumpStation li{
	background-image:url(../images3/bullet.gif);
	background-position:3px 3px;
	background-repeat:no-repeat;
	padding-left:19px;
/*	color:#0E145F;*/
}
#jumpStation li a{
color:#0E145F;
text-decoration:underline;
}

#jumpStation li a:hover{
color:#F27321;
}

#exteriorFloorplan{
position: absolute;
top: 170px;
left: 20px;
}

#exteriorThumbs{
position:absolute;
left:550px;
top:170px;
width:160px;
height:500px;
}
#exteriorBanner{
position:absolute;
top:155px;
left:20px;
z-index:1000;
font-size:30px;
}
#exteriorBanner img{
position:absolute;
left:-10px;
top:0px;
}
#progressionFloorplan{
position: absolute;
top: 770px;
left: 20px;
}

#progressionThumbs{
position:absolute;
left:550px;
top:770px;
width:160px;
height:500px;
}
#interiorBanner{
position:absolute;
top:755px;
left:20px;
z-index:1000;
font-size:30px;
}
#interiorBanner img{
position:absolute;
left:-10px;
top: 0px;
}
.howThumbs{
margin-top:15px;
}

.howThumbs td {
	padding: 4px 2px 5px 2px;
	color:#000000;
	font-size:11px;
	text-align:center;
}
.howThumbs img {
	margin: 4px auto;
	border: 2px solid #0E145F;
}
/*.howThumbs a img:hover{
	border: 2px solid #ff9900;
}*/
#detailedZoom{
	position:absolute;
	left:20px;
	top:1320px;
	width:690px;
	text-align:left;
}

#detailedPicLabel{
	position:absolute;
	top:2000px;
	left:178px;
}
#detailedPicCaption1{
	width:158px;
	height:69px;
	position:absolute;
	top:1321px;
	left:480px;
}
#detailedBanner{
position:absolute;
top:1305px;
left:20px;
z-index:1000;
font-size:30px;
}
#detailedBanner img{
position:absolute;
left:-10px;
top: 0px;
}

/********************************End How**********************/
/***********************Franchising******************/
#franchising{
position:absolute;
left:20px;
top: 10px;
width:690px;
}
#franchisingTable{
position:absolute;
left:20px;
top: 250px;
width:320px;
border:solid 2px #FF6600;
background:#FFFFFF;
}

/***********************End Franchsing********************************/

/***********************Page Specifc Styles - Contact********************************/

#corporateContact{
position:absolute;
left: 400px;
top:0px;
}


#demoTable{
	position:absolute;
	width:300px;
	left:20px;
	top:0px;
	padding: 0;
	margin: 0;
	border:solid 2px #FF6600;
	background-color:#FFFFFF;
}
#contactsTable{
	position:absolute;
	width:670px;
	left:20px;
	top:0px;
	padding: 0;
	margin: 0;
	border:none;
}

#contactsTable td{
vertical-align:top;
}

#contactsTable img{
padding-top:15px;
}

#contactsTable a{
	background-image:url(../images3/bullet.gif);
	background-position:3px 3px;
	background-repeat:no-repeat;
	padding-left:19px;
	color:#0E145F;
}
#contactsTable a:hover{
	color:#F27321;
}

/***********************End Contact********************************/

#formsArea{
position:absolute;
left: 20px;
top: 0px;
width:650px;
}

#testimonialslistarea{
position:absolute;
left: 20px;
top: -20px;
}

#testimonialslistarea li{
font-size:13px;
font-style:italic;
}

#testimonialstable{
border-top:#F27321 solid 2px;
background: White;
padding-top:10px;
position:absolute;
left: 20px;
top: 100px;
width:800px;
}
#testimonialstable td{
	vertical-align:top;
	padding:5px 20px 5px 5px;
	font-style:italic;
}

#testimonialstable td.image{
	vertical-align:middle;
	text-align:center;
}

.lightorange{
background: #FEF1E9;
}

#clienttypelistarea{
position:absolute;
left: 20px;
top: -20px;
font-size:13px;
}

#clienttypelistarea a{
font-style:italic;
color:#F27321;
}

#clienttypelistarea a:hover{
color:#0E145F
}




#clientlogoarea{
position:absolute;
width:900px;
top: 190px;
background: white;
}

#clientlogoarea td{
padding: 10px 0 10px 0;
text-align:center;

}

#clientssidebar{
position:absolute;
left:480px;
top: 50px;
}

#newstable{
position:absolute;
left: 20px;
top:-40px;
width:680px;
background:white;
}
#newstable td{
	vertical-align:top;
	padding:5px 20px 5px 5px;
}
#whysidebar{
position:absolute;
right:0px;
top: 10px;
}
#servicessidebar{
position:absolute;
right:-10px;
top: 10px;
}
#gsalogo{
position:absolute;
top:-70px;
}
#gsa{
position:absolute;
width:700px;
top:80px;
left:40px;
}