/*CSS Document*/

/*Reset Styles!*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear:both;
	}
	
p {
	margin:10px 0;
	}
	
a {color:#fff; text-decoration:none;}	
a:hover {text-decoration:underline;}

ul {
	margin:10px 30px;
	}
	
em {
	font-style:oblique;
	}
	
strong {
	font-weight:bold;
	}
	
blockquote {
	margin:50px;
	}
	
ul li {
	list-style-type:circle;
	margin:10px;
	}

body {
/*
	background:#fff url(images/bg.gif) repeat-x;

*/	color:#000;
	font:17px georgia, times, 'times new roman', serif;
	}
	
#container {
	position:relative;
	margin:0 auto;
	width:790px;
	}
	
#wrap {
	float:left;
	background:#fffdfd url(images/content-bg.gif) repeat-y;
	width:786px;
	}
	
#logo {
	float:left;
	text-align:center;
	width:786px;
	padding:7px 0 8px 0;
	}
	
h1.tagline {
	font:22px arial, verdana, sans-serif;
	color:#c57c14;
	float:left;
	text-align:center;
	width:786px;
	padding:5px 0 10px 0;
	line-height: 28px;
	}
	
.content {
	float:left;
	width:770px;
	background:#f1f2f2;
	clear:both;
	padding:10px 0;
	margin-left:6px;
	}

.box-wrap {
	position:relative;
	width:750px;
	margin:0 auto;
	text-align:center;
	padding-left:10px;
	}
	
.content .box {
	float:left;
	width:125px;
	background:#fdfcfc;
	padding:8px;
	text-align:center;
	color:#fff;
	margin-right:6px;
	}
		
.content .box img {
	margin-bottom:5px;
	}
	
.content .box h1 {
	padding:10px;
	width:105px;
	font-size:14px;
	overflow:hidden;
	height:68px;
	text-decoration: none;
	}
	
.content .box h1.blue {
	background:#0880ad;
	}
	
.content .box h1.green {
	background:#52a149;
	}
	
.content .box h1.red {
	background:#d91b1b;
	}

.content .box h1.yellow {
	background:#ce9a0e;
	}

.content .box h1.purple {
	background:#b6606e;
	}	

.content .box h1.brown {
	background:#c98604;
	}	
	
.content .box h1.dgreen {
	background:#8a9136;
	}	

.content .box h1.black {
	background:#000;
	}		
	
.content h2 {
	color:#333;
	font-size:14px;
	float:left;
	width:756px;
	clear:both;
	text-align:center;
	padding:35px 0;
	}
	
.content h2 a {
	padding:3px;
	background:#fff;
	color:#533b1a;
	text-decoration:none;
	}

.content h2 a:hover {
	background:#533b1a;
	color:#fff;
	}
	
#footer {
	float:left;
	width:771px;
	clear:both;
	color:#686868;
	border-top:1px solid #b9b8b8;
	border-bottom:1px solid #b9b8b8;
	padding-top:2px;
	font:11px arial, verdana, sans-serif;
	margin-top:150px;
	text-align:center;
	margin-left:5px;
	}
	
	#footer a {color:#660066; text-decoration: underline;}
