/* Northgate Main Style Sheet Created by 2Creative */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	color: #FFF;
	background: #11628A url(images/bg-strip.jpg) repeat-x left top;
}
h1, h2 {
	color: #3399CC;
}
h1 {
	font-size: 125%;
	font-weight: normal;
	margin-bottom: 20px;	
}
h2 {
	font-size: 125%;
	margin-bottom: 10px;	
}
h3 {
	font-size: 110%;
	margin-bottom: 10px;
	color: #FFF;		
}
p { 
	padding-bottom: 15px;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 0;
	list-style: square;
}
img {
	border: none;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;		
}
	#header {
	}
		#top {			
			height: 20px;
			background: url(images/top-header.gif) no-repeat left top;			
		}
		#menu {
				margin-top: 45px;
				margin-bottom: 45px;
			}
			#menu ul {
				margin: 0 ;
				padding: 0;
				list-style: none;
			}
			#menu li {				
				float: left;
				display: block;
				border-right: 1px solid #FFF;
				padding: 0 77px;				
			}
				#menu li.firstMenuItem {
					padding-left: 0;
				}
				#menu li.lastMenuItem {
					padding-right: 0;
					border: none;
				}
			
			#menu a {
				font-size: 14px;
				color: #FFF;
				text-decoration: none;	
			}
			#menu a:hover {
				color: #3399CC;
				text-decoration: none;
			}			
			
			#thispage a:link, #thispage a:visited,
			#thispage a:hover, #thispage a:active {	
				color: #3399CC;
				text-decoration: none;
			}	
			
		#mainPic {
			height: 269px;
			margin-bottom: 50px;
		}	
			
	#content {
		padding: 0 0 40px;
	}
		#leftColumn {
			float: left;
			width: 490px;
			margin-right: 30px;
		}
			#intro {
				float: left;
				width: 418px;
			}

			.homeDecoBox {
				float: left;
				width: 72px;
				height: 236px;
			}
			
		#rightColumn {
			float: left;
			width: 460px;
		}	
			#latestWorks {
				float: left;
				width: 388px;
			}		
			.workListing {
				
			}
				.workImage {
					float: left;
					width: 232px;
					margin-right: 15px;					
					margin-bottom: 12px;
				}
				.workText {
					float: left;
					width: 130px;
				}
			
			#masterBuilder {
				position: relative;				
				width: 96px;
				top: -85px;
				left: 890px;
			}
	
	#pagePics {
		height: 112px;
		padding-bottom: 49px;
	}
			.imageList {
				float: left;
				padding-right: 16px;
			}
			#lastImage {
				float: left;
				padding-right: 0;
			}
						
	#oneColumn {
	}
		
		#titleBox {
			float: left;
			width: 54px;
		}
		#mainContent {
			float: left;
			width: 900px;						
		}
			#services {
				margin-top: 10px;
			}
				#services img {
					margin-bottom: 15px;				
				}
				#services p {
					color: #3399CC;
					padding-bottom: 5px;
				}
		
			#projects {				
			}
			.project-wrapper {
				float: left;
				width: 232px;
				margin: 0 50px 20px 0;				
			}
				.project-wrapper p {
					padding-top: 10px;
					text-align: center;
				}
				
		
	#bottom {
		height: 9px;
		margin-bottom: 5px;
		background: url(images/bot-bit.gif) no-repeat left top;
	}
	
	#footer {				
		border-top: 4px solid #FFF;
		padding-top: 10px;
	}
		#footer p {
			font-size: 85%;
		}
		a.linkDesign {
			text-decoration: none;
		}
		a.linkDesign:hover {
			text-decoration: underline;
		}
	
	
/**************************** MISC *********************************/
.clearFloat {
	clear: both;
}
.invisibleHeading {
	display: none;
}
.textDarkBlue, .textDarkBlueBold {
	color: #03203C;	
}
.textDarkBlueBold {
	font-weight: bold;
}
.textLightBlue, .textLightBlueBold {
	color: #3399CC;
}
.textLightBlueBold {
	font-weight: bold;
}
.textLarge {
	font-size: 110%;
}

.imageFloatedRight {
	float: right;
	margin: 0 0 20px 20px;
}

a.linkLightBlue {
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
}

.warning {
	color: #FF3333;
	font-weight: bold;
	padding-bottom: 5px;
}
.notice {
	font-style: italic;
}

.projectName {
	font-size: 125%;
}
.projectAddress {
	font-style: italic;
	color: #3399CC;
}

	
/************************* FORM **********************/
#formContact {
}
#formContact label, #formContact input, #formContact select, #formContact textarea {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	font-size: 100%;
	padding: 2px;
}
#formContact input, #formContact select, #formContact textarea {
	border: 1px solid #000;
}
#formContact label {
	text-align: left;
	width: 120px;
	padding-right: 5px;
	border: none;
}
#formContact p {
	padding-top: 10px;
	padding-bottom: 5px;
	
}
#formContact br {
	clear: left;
}
#formContact .sendButton {	
	height: 20px;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	border: none;
	float: left;
	display: block;
	margin-top: 10px;
	background: #FABA00;
	width: 100px;
}
#formContact p {
	margin-bottom: 5px;
}
#formContact .tinyInput { 
	width: 60px;
}
#formContact .wideLabel {
	width: 280px;
}
#formContact p {
	margin-bottom: 5px;
}
#formContact input.hidden {
	display: none;
}