@charset "UTF-8";
/* CSS Document */

body {
	background-color:#E1DFD9;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	line-height:18px;
}

a {color:#000;}
a:hover{color:#000;}

#container {
	width:960px;
	margin:50px 50px 0 50px;
}

#header-top {
}

#header-id {
	margin:50px 0;
}

#content {
	margin:0 0 100px 0;
}

#footer {
	line-height:16px;
}


.col1 {
	width:180px;
	float:left;
}
.col2 {
	width:375px;
	float:left;
}
.col3 {
	width:570px;
	float:left;
}
.col4 {
	width:765px;
	float:left;
}
.gutter {
	margin-right:15px;
}

.menu {
	text-transform:uppercase;
}

.menu a {
	text-decoration:none;
	color:#000;
}
.menu a:hover {
	text-decoration:underline;
	color:#000;
}
.menu a.on {
	text-decoration:underline;
	color:#000;
}
.menu a.on:hover {
	text-decoration:underline;
	color:#000;
}

.title {
	text-transform:uppercase;
	text-decoration:underline;
}

.highlight {text-decoration:underline;}

.list-left {float:left;}
.list-right {float:right;}
.list-line:hover{ background-color:#c8c3bc;}

.right {text-align:right;}
.left {text-align:left;}
.full {text-align:justify;}

img {border:none;}

ul {margin:0px; padding:0 0 0 30px;}
ol {margin:0px; padding:0 0 0 15px;}

ol.nested { counter-reset: item; margin:0px; padding:0 0 0 0px;}
ol.nested ol { counter-reset: item; margin:0px; padding:0 0 0 30px;}
ol.nested li { display: block; }
ol.nested li:before { content: counters(item, ".") ".  "; counter-increment: item; }

ol.nested ul { counter-reset: item; margin:0px; padding:0 0 0 30px;}
ol.nested ul li:before { content: "— "; counter-increment: item; }

.clearfloat {
	clear : both;
	font-size : 1px;
	line-height : 0;
	margin : 0;
	height : 0;
}
