* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font-family: Tahoma, Helvetica, Arial, Verdana;
	font-size: 76%;
	color: #c1c1c1;
	text-align: center;
}

#container {
	margin: auto;
	width: 729px;
}

.home #container {
	/*position: absolute;
	height: 300px;
	width: 730px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -345px;*/
	margin-top: 100px;
}

#header {
	border-bottom: 1px solid #c1c1c1;
	margin-top: 100px;
}

h1	{
	background: url(../img/logo.gif) no-repeat;

	text-indent: -9999px;

}


/* @group Dropdowns */

#nav {
	position: relative;
	margin-top:  10px;
	/*margin-left: 2px;*/
	font-family: Verdana, Tahoma, Arial;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	height: 100px;
}

#nav ul, #nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul a {
	display: block;
	/*width: 100%;*/
	padding: 2px;
	color: #c1c1c1;
	text-decoration: none;
}

#nav ul a:hover {
	color: #3098df;
}

#nav ul a.selected {
	color: #3098df;
}

#nav ul li {
	float: left;
	margin-right: 8px;
}

#nav ul li ul {
	position: absolute;
	padding-top: 2px;
	width: 160px;
	left: -999em;
	margin-left: -1px;
	font-size: 0.9em;
}

#nav ul li ul li {
	border: none;
	float: none;
	margin: 0px;
	border-bottom: 1px solid #000;
}

#nav ul li:hover a {
	color: #3098df;
}
#nav ul li:hover ul a {
	color: #3098df;
}
#nav ul li:hover ul a:hover {
	color: #c1c1c1;
}


#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: auto;
}


/* @end */


#content {
	clear:  both;
	/*margin-top: 100px;*/
	line-height: 1.4em;
	text-align: left;
	margin-bottom: 50px;
}

a {
	color: #3098df;
	text-decoration: none;
}

a:hover {
	color: #c1c1c1;
}

p {
	margin-bottom: 10px;
}

h2 {
	font-size: 1.6em;
	color: #3098df;
	font-weight: normal;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.2em;
	color: #3098df;
	font-weight: normal;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.2em;
	color: #3098df;
	font-weight: normal;
}

.col1 {
	float: left;
	width: 350px;
	margin-right: 20px;
}
.col2 {
	float: left;
	width: 350px;
}

#content ul {
	margin-left: 15px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}





