@charset "utf-8";
/* CSS Document - Styles for Maquan Communications Home Page*/
/***see p7pmvMaquan.css in p7pm folder for left navigation styles***/
body  {
	font:100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #6F87A1 url(../_images/background_image.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; 	
}

/******div styles******/
/*holds all page content except footer*/
#container { 
	width: 720px; 
	margin: 20px auto; 
	text-align: left;
}
/*puts border around all content except footer*/ 
#box {
	float:left;
	border: 1px solid #003366;
}	
/*holds left navigation and logo div*/
#sidebar {
	float: left; 
	width: 185px;
	padding: 0;
}
/*holds logo at top left of page*/
#logo { 
	background: #FFFFFF; 
	padding: 5px 10px 10px 10px; 
} 
/*hidden logo for printing purposes- see print style sheet*/
#logoPrint {
	display:none;
	} 
/*holds flash intro on right side of page*/
#mainContent { 
	float:left;
	margin: 0;
	width:531px;
	background:#C70B48;
} 
#flash {
	float:left;
}
#text {
	float:left;
	width:531px;
	color:#fff;
	text-align:center;
	background:#C70B48;
}
/* this div should be the final element before the close of a container that should fully contain a float- it clears the floats of the divs above it */
#clear { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	padding-bottom:0px;
}

/*holds tagline at bottom of page*/
#footer { 
	padding: 0 10px;
} 
/******paragraph styles******/
p {
	font-size: 90%;
	text-align:center;
	}
#text p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:8px;
	line-height:140%;
	}
/*paragraph styles for footer*/
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
}
/*h3 and paragraph styles for sidebar div*/
#sidebar h3, #sidebar p {
	margin-left: 10px;
	margin-right: 10px;
}
/******heading styles******/
h1 {
	color:#000066;
	font-size: 100%;
	}
/*style for tagline in footer*/
#footer h1 {
	color:#003366;
	font-size: 70%;
	font-weight:bold;
	text-align:center;
	margin-bottom:0px;
	margin-top:5px;
	}