/*

A&P Roofing

MWISMedia New Media Design & Development

Author: David Goadby

 */


/* ---------------------------------------------------------------*/
/* Forces vert scrollbar on all pages*/
/* Removes unpredictable 'browser default' settings */
/* Body tag settings */

html { height: 100%; margin-bottom: 1px; }  

html,body{height:100% !important}

p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6, label, input {
	font: normal 11px "arial", Arial;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: normal 11px "arial", Arial;
	color:#666666;
	background-color:#666666;
	text-align:center;
}

/* ---------------------------------------------------------------*/

/* Div Containers*/

#main_container {
width: 800px;
margin: auto;
padding: auto;
background: repeat-y url(../images/bg.jpg);
}

#col_one {
width: 450px;
float:left;
margin:0 0 0 8px;
position:relative;
}
#col_two {
width: 320px;
float:left;
position:relative;
background: repeat-y url(../images/col_two.jpg);
height: 250px;
}

#no_flash_header {
background: url(../images/no_flash_nav.jpg);
}

#footer {
width: 800px;
background: no-repeat url(../images/footer.jpg);
margin:0 0 0 0;
padding-top: 30px;
}

/* ---------------------------------------------------------------*/

/* Text  */

#col_one h1 {
text-align:left;
width: 400px;
padding: 10px 10px 10px 10px;
font-size: 14px;
font-weight: bold;
}

#col_two h1 {
text-align:left;
padding: 10px 10px 10px 25px;
font-size: 14px;
font-weight: bold;
}

#col_one p{
text-align:left;
width: 400px;
padding: 10px 10px 10px 10px;
}

#col_two p {
text-align:left;
width: 250px;
}

#col_one  em, #col_two em {
color: #6699CC;
font-style:normal;
}

#footer p {
	font: normal 9px "arial", Arial;
	color:#FFFFFF;
	line-height: 18px;

}

#footer a {
	font: normal 9px "arial", Arial;
	color:#FFFFFF;
	text-decoration:none;
}

.test {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:left;
	padding: 5px 25px 5px 45px;
	font: italic;
	line-height: 18px;
	color:#999999;
}

/* ---------------------------------------------------------------*/

/* Privacy Policy  */

#priv {
width: 350px;
}

#priv h1 {
	text-align: left;
	color: #FFFFFF;
}
#priv p {
	text-align: left;
	color: #FFFFFF;
}

#priv a {
	color: #FFFFFF;
	font: bold;
}
#col_one a, #col_two a {
	color: #6699CC;
}
