/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --- SITE SETTINGS --- */
html {
	height: 100%;
}

body {
	background: #E3F7F5 url("images/site-background.jpg") top left repeat;
	color: #444;
	height: 100%;
}

hr {
	width: 80%;
	color: #444;
	border: 1px dotted #ccc;
}

#container {
   	min-height:100%;
   	position:relative;
   	height: 100%;
}

.center-content {
	margin: auto;
	width: 960px;
}

.clear {
	line-height: 1;
	clear: both;
}

/* --- SECTIONAL SETTINGS --- */
#head {
   	background: url("images/head-background.jpg") top left repeat-x;
   	height: 214px;
}

#content {
   	padding:10px;
   	padding-bottom:120px;   /* Height of the footer */
   	margin-bottom: 10px;
}

#foot {
   	position:absolute;
   	/* bottom:0; */
   	width:100%;
   	height:120px;   /* Height of the footer */
   	border-top: 3px solid #555;
   	background:#333;
}


#primary-navigation {
	
}

	#pn-first, #pn-second, #pn-third {
		color: #fff;
		width: 300px;
		height: 65px;
		float: left;
		border: 4px solid #fff;
		margin: 5px;
		clear: none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-box-shadow: 2px 2px 2px #ddd;
	}
	
	#pn-first {
		background: url("images/nav-1.jpg") top left repeat-x;
	}

	#pn-second {
		background: url("images/nav-2.jpg") top left repeat-x;
	}
	
	#pn-third {
		background: url("images/nav-3.jpg") top left repeat-x;
	}
	
#secondary-navigation {
		line-height: 14.5pt;
	}
	
	#secondary-navigation h2 {
		text-transform: uppercase;
	}
	
	#secondary-navigation img {
		padding: 5px;
		border: 2px solid #fff;
		background: #444;
		float: left;
		width: 100px;
		margin: 10px;
		margin-bottom: 20px;
	}	
	
	#secondary-navigation .wide {
		padding: 5px;
		border: 2px solid #444;
		background: #fff;
		float: left;
		width: 240px;
		margin: 10px;
		margin-bottom: 20px;		
	}
	
	#secondary-navigation .text {
		float: left;
		padding: 5px;
	}
	
	#sn-first, #sn-second, #sn-third {
		background: #eee;
		color: #777;
		width: 300px;
		max-width: 280px; /* for firefox */
		text-align: left;
		font-size: 14pt;
		letter-spacing: 1pt;
		float: left;
		border: 4px solid #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-box-shadow: 2px 2px 2px #ddd;
		margin: 5px;
		margin-bottom: 40px;
		clear: none;
		padding: 10px;
	}
	
	