@charset "utf-8";
/*
Theme Name: Granville Construction
Theme URI: http://richarddivina.com
Description: Granville Construction was created on Feb 2010
Version: 1.0
Author: Richard Divina, Michelle Hernandez
Author URI: http://granvilleconstruction.ca/


	Granville Construction v1.0
	http://granvilleconstruction.ca/

	This theme was built by Richard Divina
*/



* {
	margin:0px;
	padding:0px;
	}

.clear {
	clear:both;
}

a {outline: none;}

body { 
	margin-top:50px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
 
	
	}





 
#maincontent ol {
	text-indent:10px;
	list-style:inside;
	list-style-type:decimal;
	 
	
}


#maincontent ul {
	text-indent:10px;
	list-style:inside;
	list-style-type:disc;
	
	
}



 


a:link, a:visited{
	color:#003466;
	text-decoration:none;
}

a:active, a:hover{
	color:#a69260;
	text-decoration:none;
}


	
img {
	border:0px;
}
 


/* IE 6 fix */

* html #wrapper{
	height:481px;
}

/* IE 6 fix */



#wrapper {
	position:relative;
	width:900px;
	min-height:421px;
	margin: 0 auto;
	background-color:#faf8ec;
}

#header {
	height:59px;
	width:900px;
	background-color:#FFF;
	background-image:url(images/mainnav_bg.gif);
	background-repeat:repeat-x;
}



/* Original CSS 2010

#logo{
	float:left;
	width:266px;
	height:59px;
	background-color:#FFF;
}


*/


/* Updated 2011 */





#logo{
	float:left;
	width:266px;
	height:60px;
	background-color:#FFF;
}

/* Updated 2011 */



#navwrapper {
	float:left;
	width:634px;
	height:59px;
	
	
}






 



#mainnav {
	position:absolute;
	top:0px;
	padding-top:0px;
	padding-left:15px; 
	width:619px;
	height:25px;
	 

}


/* ADD CHANGES TO ALTERNATE STYLE SHEET 




#mainnav a:link, a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:11px;
 
	
}





#mainnav  a:hover  {
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:11px;
	 
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;

	
}


/* ADD CHANGES TO ALTERNATE STYLE SHEET*/




#mainnav ul{
	list-style:none;
	padding-bottom:11px;
	
	
}

#mainnav li{
	display:inline;
	margin-right:15px;
	padding-top:7px;
	padding-bottom:11px;
	
}



/* IE 6 fix for sub nav overlap */

* html #subnav ul{
	list-style:none;
	 
	padding-bottom:0px;

	
	
}

 





#subnav {
	position:absolute;
	top:50px;
	padding-top:4.5px;
	padding-left:15px;
	padding-bottom:1px;
	width:619px;
	height:19px;
	color:#FFF;
	background-color:#a69260;
}



 
#subnav a:link, a:visited {
	padding-top:3px;
	padding-left:15px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
 
}


#subnav  a:hover {
	padding-top:3px;
	padding-left:15px;
	color:#003466;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;

	
}



#subnav ul{
	list-style:none;
	padding-bottom:17px;
	
	
}

#subnav li{
	display:inline;
	padding-top:7px;
	padding-bottom:17px;
	
}





#maincontent {
	 
	background-color:#faf8ec;
	background-image:url(HOME_PIC.jpg);
	min-height:421px;
	height:auto;
	 
	
}




/*  IE fix for frontpage.php background */

* html #maincontent {
	
	background-color:#faf8ec;
	background-image:url(HOME_PIC.jpg);
	height:448px;
	width:900px;
	
}

/*  IE fix for frontpage.php background */





#maincontent p{
	 
	padding: 5px 5px 5px 5px; 
		
}


#footer{
	height:15px;
	padding-top:10px;
	padding-right:5px;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	margin:0 auto;
	width:895px;
	text-align:right;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}








/* ADD CHANGES TO ALTERNATE STYLE SHEET*/


ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 970px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1.2em;
	background: url(topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0PX 12PX;
	/*border-right: 1px solid #555; --Divider for each parent level links--*/
}
ul#topnav li a {
 
	display: block;
 
	text-decoration: none;
	
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:11px;
}
ul#topnav li:hover {/* background: #1376c9 url(topnav_active.gif) repeat-x; */}
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/



ul#topnav li span {
	float: left;
	padding: 12px 0;
	position: absolute;
	left: 0; top:25px;
	display: none; /*--Hide by default--*/
	width: 970px;
	/*background: #1376c9;*/
	color: #fff;
	 
}



/* CONTACT SUB MENU SHIFT */ 


ul#topnav span#contactus  {
 
	padding-left:320px;
	width: 300px;
	color: #fff;
	
	
	/* TESTING PURPOSES ONLY
	display:block;
	background: #1376c9; 
	 */
}


*/

/* Showing the page highlight on the menu is buggy */


/* ul#topnav li .showset {
	 
	display: block;
	background:none;
}

 
ul#topnav li.stay    {
	background: #a69260;
}
 */
 
 /* Showing the page highlight on the menu is buggy */


ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}

/* ADD CHANGES TO ALTERNATE STYLE SHEET*/
