/* CSS Document */
*
{
	padding:0;
	margin:0;
	font-family: Verdana,"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:justify;
}

a
{
	color:#00CCFF;
	text-decoration: none;
}

strong, em
{
	font-family: Verdana,"Trebuchet MS", Helvetica, Arial, sans-serif;
}

html
{
	background-color: #5E2F00;
}

body
{
	margin-top:40px;
	margin-bottom:40px;
}

#outer_container
{
	width:920px;
	background-color:#000000;
	margin:auto;
}

#inner_container
{
	border-top:20px solid #FFFFFF;
	border-left:20px solid #FFFFFF;
	border-right:20px solid #FFFFFF;
	width:840px;
	padding:20px;
	background:#996600;
	float:left;
}

#header
{
	clear:both;
	height:40px;
	position:relative;
	margin-bottom:10px;
}

#header ul {
	position:absolute;
	bottom: 0;
	width:600px;
	height:22px;
	list-style:none;
	display:block;
}

#header ul li
{
	float:left;
	margin-right:28px;
}

#header ul li a
{
	font-size:20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color:#00CCFF;
	text-decoration:none;
}

#header ul li a:hover
{
	text-decoration:none;
	color:#00CCFF;
}

#content
{
	float:left;
	margin:0;
	padding:0;
}

#right_panel
{
	width:140px;
	float:right;
	padding-left: 40px;
	clear:none;
}

#right_panel2
{
	width: 140px;
	float: right;
}

#content
{
	position:relative;
}

#logo
{
	position: absolute;
	bottom: 0;
	left: 730px;
}


h2
{
	font-size:20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana;
	margin-bottom:15px;
	padding-bottom:10px;
	padding-top:0px;
	color:#FFFFFF;
	font-weight:normal;
	border-bottom:1px dotted #FFFFFF;
}

#accordion h3
{
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 0;
	color:#00CCFF;
	font-weight: normal;
	border-bottom: 1px dotted #FFFFFF;
}

ul
{
	list-style: disc;
	margin: 12px 0 12px 30px;
}

ul li
{
	line-height: 22px;
}

h2 a
{
	font-size:16px;
	text-decoration:none;
}

p
{
	margin-bottom:15px;
	padding-top:0px;
	margin-top:0px;
}

#page
{
	width:640px;
	overflow:hidden;
	float:left;
	display:inline;
	border:3px solid #FFFFFF;
	padding:10px;
}

#page.home_page
{
	padding: 15px;
}

#page.home_page p
{
	font-size: 16px;
}

#page.home_page strong
{
	font-size: 16px;
}

#page.home_page p.teaser a
{
	font-size: 16px;
}

#page p
{
	font-family: Verdana;
}

#subfooter
{
	clear:both;
	font-size:9px;
	line-height:20px;
	text-align:center;
	margin:0px auto 20px auto;
	width:920px;
	height:20px;
	background:#FFFFFF;
	color:#333333;
	padding-top:2px;
}

.contact_label
{
	display: block;
	width: 20%;
	float: left;
	margin-bottom: 15px;
}

.contact_right
{
	float: right;
	width: 78%;
	margin-bottom: 15px;
}