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

@import url("form.css");
@import url("nav.css");
@import url("datatable.css");

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background:#FFFFFF;
	margin:0px;
}
a {
	color:#860d10;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1,h2,h3 {
	margin:0px 0px 10px 0px;
	font-weight:normal;
}
h1 {
	font-size:24px;
	color:#860d10;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:14px;
}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	height:135px;
}
#nav_container {
	clear:both;
	margin:0px auto;
	
}
#content_container {
	clear:both;
	margin:0px auto;
	
}
#footer_container {
	clear:both;
	margin:50px auto 0px auto;
	height:120px;
}

/*** HEADER ***/

#header {
	clear:both;
	margin:0px auto;
	padding:20px 0px 0px 0px;
	width:984px;
	height:115px;
}
#logo {
	margin:0px 0px 15px 12px;
	width:380px;
	height:58px;
	background:url(../images/logo.gif) no-repeat;
}

/*** NAV ***/

#nav {
	width:984px;
	height:42px;
}
#nav a {
	display:block;
	float:left;
	padding:0px 12px 0px 12px;
	height:42px;
	line-height:42px;
	font-size:14px;
	color:#464545;
	text-decoration:none;
}
#nav a:hover {
	color:#860d10;
	text-decoration:underline;
}
#nav .on {
	color:#000000;
}

/*** CONTENT ***/

#flash {
	clear:both;
	margin:0px auto;
	width:984px;
	height:380px;
	background:url(../images/flash_bg.png) no-repeat;
}
#content {
	clear:both;
	margin:0px auto;
	width:960px;
}
#wysiwyg {
	padding:10px;
	background:#FFFFFF;
}

.panel {
	display:block;
	float:left;
	padding:0px 13px 0px 0px;
	width:230px;
}

/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	width:960px;
	height:120px;
	color:#860d10;
	border-top:#bfbfbf solid 1px;
}
#footer_left {
	float:left;
	height:42px;
	line-height:42px;
}
#footer_right {
	float:right;
	height:42px;
	line-height:42px;
	text-align:right;
}

#ionline {
	clear: both;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	}
#ionline a {
	/*position:absolute;
	clear:both;
	margin-top:5px;*/
    background-color: #EEEEEE;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #7F7F7F !important;
    padding: 4px;
    text-decoration: none;
	-webkit-transition: background-color 150ms ease-in-out 0s;
	-moz-transition: background-color 150ms ease-in-out 0s;
	transition: background-color 150ms ease-in-out 0s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	}
#ionline a:hover {
	background-color:#666;
	text-decoration:none;
}

#ionline img {
	vertical-align:middle;
	margin-bottom:3px;
}
