@import url("global.css");

/* MASTERBOX
------------------------------------------------------------------------------------------------------------------------*/ 	
#MasterBox {
	width: 760px;
	margin: 0 auto;
	background: url(../images/MasterBox.gif);
	border: 1px solid #CCC;
	border-top: none;
	border-bottom: none;
	}	
	
/* RIGHT SIDE PARENT AND CONTENT
------------------------------------------------------------------------------------------------------------------------*/ 		
#PageRightBox {
	float: left;
	width: 543px;
	padding:0 0 20px;
	background: url(../images/PageRightBox.jpg) #800000 no-repeat;
	}
#PageSubHead { /* feats robbins, carmax, wholefoods */
	height: 187px; 
	background: url(../images/PageSubHead1.jpg);
	}
#PageSubHead2 { /* feats maui mall, penske, stater bros */
	height: 187px; 
	background: url(../images/PageSubHead2.jpg);
	}
#PageSubHead3 { /* feats pollys, mazda, foothill bank */
	height: 187px; 
	background: url(../images/PageSubHead3.jpg);
	}
#PageHeader {
	height: 60px;
	background: url(../images/PageHeader.jpg);
	}
#PageContent {
background:#800000;
	padding: 20px 20px 0 20px;
	}
#PageContent p { /* styles for page content text */
	font: 12px Arial;
	margin: 0 0 20px;
	}
#PageContent h2 {
	font: 18px Trebuchet MS;
	color: #FFCC33;
	font-weight: bold;
	}
#PageContent a {
	color: #FFCC00;
	text-decoration: underline;
	}
#PageContent a:hover {
	color: #CFE7FF;
	background: #800000;
	text-decoration: none;
	}
#PageContent h5 {
	font-size: 10px;
	color: #CCC;
	margin-bottom: 15px;
	}
.ImageWhiteBdr {
	border: 1px solid #FFF;
	}
#Portfolio #PageContent{
	text-align:center;
	}
#Portfolio #PageContent p {
	margin:0 0 15px;
	}
#PhotoBox { /* Markets section, sub-page galleries container */
	}
#PhotoBox img { /*Markets section, sub-page gallery image styles */
	width: 150px;
	height: 122px;
	border: 1px solid #FFF;
	margin: 0 13px 13px 0;
	}
	
/* IMAGE POPUP
------------------------------------------------------------------------------------------------------------------------*/ 	
#PopupLogoHead {
	width: 520px;
	height: 80px;
	background: url(../images/PopupHead.jpg);
	}
#PopupImage {
	text-align: center;
	}
#PopupClose {
	background: #e7e01e;
	height: 28px;
	text-align: center;
	}

/* Printable Brochures Page */
#RightContentBox{
}
#RightContentBox img{
padding:10px;
}

/* Contact Form Mini Css */

#ContactFormMini ul, #ContactFormMini li{
list-style:none;
}
#ContactFormMini li{ /* Vertical spacing between form fields */
margin:4px 0;
}

#ContactFormMini input{
width:200px;
}
#ContactFormMini textarea{
width:200px;
height:80px;
}
#ContactFormMini .SubmitBtn{
height:20px;
width:100px;
background:#FFC800;
color:#333;
}
