/*** Nutmeg Exhibit CSS ***/
@import url(reset.css);

/*** Default Rules ***/
body{
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000;
}

a{text-decoration: none; color: inherit;}
h2{font-size: 2em; font-weight: normal;}
p, dl,address{margin-bottom: 22px;}
dl{overflow: hidden;display: block;float: left;width: 100%;}
dt, dd{display: block;}
dt{float:left; font-weight: bold; clear: left; width: 80px;}

/*** Common id's ***/

/****** Masthead ******/
	#masthead{
		width: 950px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	/*** Logo ***/
	
	h1{/* Float the whole box left */
		float: left;
	}
	
	h1, h1 a{/* Both the box and the link get sized and backgrounded so IE can click */
		display: block;
		background: url(/images/nutmeg-logo.gif) top left no-repeat;
		width: 230px;
		height: 161px;
	}
	
	h1 a{/* Just the link gets indented out */
		text-indent: -9999px;
	}

	/*** Top Navigation ***/
	#primary-nav{
		color: #000;
		font-size: 12px;
		float: right;
		padding-top:161px;
	}
	#primary-nav a{ color:#000;}
	
	#primary-nav li{
		display: inline;
		padding-right: 40px;
		line-height: normal;
	}

/****** Content Area ******/
	/*** Body copy ***/
	#content-container{
		padding-top: 40px;
		width: 950px;
		margin: 0 auto;
	}
	#content{
		padding-right: 100px;
		padding-left: 205px;
		color:#000;
		text-align: justify;
	}
	
	.spare{
		text-align: left;
	}

	#content a:link, #content a:visited, #content a:hover, #content a:active, #content a{
		color: #777; border-bottom: 1px solid;
	}
	.phonelabel{float: left; width:30px;}
	
	#content ol{ list-style: decimal;}
	#content ul{ list-style: disc;}
	#content li{ margin-left: 22px; margin-bottom:3px;}
	#content ul, #content ol{ margin-bottom: 22px;}
	#content h3{ font-size: 1.2em; margin-bottom: 3px;}
	#content li h4{margin-top: 11px;}
	#content h4, #content h3{ margin-top: 0;}
	#content .top{margin-top: 0;}
	
	.value{text-align: right;}
	
	/*** Heading ***/
	#main-heading-container{
		background: #999999 url(/images/heading-container-bg.gif) top center no-repeat;
		height: 59px;
	}
	
	#main-heading-container h2{
		color: #676767;
		font-size: 38px;
		width: 920px;
		margin: 0 auto;
	}
	#main-heading-container h2 a{color:#676767;}
	#main-heading-container h2 span{
		line-height: 50px;
		padding-top:9px;
		padding-left: 30px;
	}

/****** Section Navigation ******/
	#section-nav{
		width: 205px;
		float: left;
		font-size: 12px;
		line-height: 17px;
	}
	
	#section-nav li{
		padding-left: 50px;
	}

/*** Specific Styles ***/

/****** Home page ******/
	/*** Flashy flashy ***/
	#media-container{
		background-color: #999999;
		background-image: url(/images/bg-weave.gif);
	}
	#media{
		background: transparent;
		width: 950px;
		margin: 0 auto;
		height: 363px;
		display: block;
	}
	
	
	/*** Copy ***/
	#home #content-container{
		padding-top: 10px;
	}
	#home #content{
		padding-left: 100px;
	}


/****** Gallery ******/
	.gallery #content{
		padding-left: 170px;
	}
	
	.gallery #section-nav{
		width: 170px;
	}
	#simpleviewer{
		width:774px;
		height: 327px;
	}
	
/***** Servuces ******/

.services-list ul{
	float: left;
	padding-right: 40px;
}

.services-list{
	overflow: hidden;
}
#requirements{clear: left;}

.contactus{clear: left;}

/*** Thanks for watching ***/