/* 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;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: rgb(220, 227, 207);
	font-size: 11px;
	font-family: Helvetica, Arial, LucidaGrande, Lucida, sans-serif;
	background: rgb(86, 89, 82);
}

img {
	border: 0;
	margin: 0;
}

div {
	text-align: left;
}

a, a:visited {
	color: rgb(190, 165, 80);
	text-decoration: none;	
}

a:hover, a:active {
	color: rgb(175, 190, 150);
}

#container {
	width: 940px;
	margin: 40px auto 0 auto;
	padding: 0 0 60px 15px;
}

#header {
	height: 30px;
	margin-left: 240px;
}		

#header h1 {
	display: none;
}

#content {	
	margin-left: 240px;
	height: 100%;
}

* html #content {
	/* only IE acts on this */
	margin-left: 237px;
}

#content a:hover {
	text-decoration: underline;
}

#content img { 
	margin-bottom: 10px;
}

#content h3 {
	font-size: 1.1em;
	margin: 0;
}

#content p {
	margin: 10px 30px 30px 0;
	line-height: 1.5em;
}

#content ul {
	padding: 0;	
	margin: 10px 0 10px 0;
}

#content li {
	line-height: 1.5em;
	list-style-type: square;
	list-style-position: inside;
}

#navigation {
	float: left;
	width: 210px;
	background: url(assets/square.gif) no-repeat;
}

#menu ul, #description ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;	
}

#home { margin-top: 170px; }

#home a {
	display: block;
	height: 40px;
}

#home a span {
	display: none;	
}

#navigation h2 {
	display: none;
}

#menu { }

#menu li{
	float: left;
	text-align: center;
}

#menu li a {
	width: 70px;
	display: block;
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color: rgb(86, 89, 82);
	background: url(assets/pointer.gif) no-repeat 0 -100%;					
}	

* html #menu li a {
	/* only IE acts on this */
	padding-top: 14px;
}

#menu li a:hover {
	color: rgb(0, 0, 0);			
	background: url(assets/pointer.gif) no-repeat 50% 0;		
}

#menu li a.active {
	color: rgb(0, 0, 0);
	cursor: default;	
	background: url(assets/pointer.gif) no-repeat 50% 0;
}

#footer {
	clear: both;	
	margin-top: 10px;
	margin-bottom: 10px;	
}

#footer hr { display: none; }

#contact {
	margin-left: 240px;
	padding-left: 10px;
	border-left: 1px solid rgb(220, 227,207);
}

#contact dt, #contact dd {
	font-size: 1.1em;
}

#contact dl, #contact dd {
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	border: 0;
}

#contact dt {
	font-weight: bold;
}

#contact strong:after {
	content: ":";
}

#copy a {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	background: url(assets/copy.gif) no-repeat 100% 0;
}

#copy a:hover {
	width: 110px;
	background:  url(assets/copy.gif) no-repeat 100% 0%;
}

#copy a span {
	display: none;
}
