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

* {
	margin: 0px;
	padding: 0px;
}


html,body {
	color: #666666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #e4e7ec;
	line-height: 16px;
	/*background-image: url(../images/styles/bodybg.gif);
	background-repeat: repeat;*/
}

h1 {
	
}

h2 {

}

h3 {
	color: #000000;
	font-size: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

h3 a {
	text-decoration: none;
}

img {
	border: 0px;
}

p {
	padding-top: 10px;
	padding-bottom: 15px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}




/* Page Layout */

#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height : auto;
	height : 100%; /* IE treats as min-height */
	min-height : 100%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 34px;
	padding-bottom: 20px;
	padding-left: 34px;
}

#logobar {
	width: 660px;
	height: 100px;
	margin-bottom: 10px;
	float: left;
}


#chatbox {
	width: 200px;
	height: 75px;
	padding-top: 25px;
	float: left;
}

/* Global Navigation */

#global_nav {
	width: 860px;
	height: 30px;
	float: left;
	background-color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

#global_nav ul {
	display: block;
}

#global_nav li {
	height: 30px;
	padding-left: 2px;
	padding-right: 28px;
	float: left;
	list-style-type: none;
	display: block;
}

#global_nav li a {
	height: 24px;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	padding-top: 6px;
	display: block;
	outline:none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	
}

#global_nav .active a {
	color: #000000;
}

#global_nav a:hover {
	color: #000000;
}

.nav_number {
	float: right;
}

/* Banner */

#banner {
	width: 860px;
	height: 300px;
	margin-top: 28px;
	margin-bottom: 28px;
	float: left;
	background-color: #ffffff;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

#banner p {
	padding: 0px;
}

#content {
	width: 860px;
	height: 100%;
}

#content ul {
	padding-left: 20px;
	list-style-image: url(../images/styles/bullet.gif);
}

#footer {
	width: 860px;
	height: 40px;
	padding-top: 10px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}




.adbox_1 {
	width: 258px;
	height: 190px;
	float: left;
	margin-right: 5px;
	/*background-image:url(../images/styles/adbox-bg1.gif);*/
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
	
.adbox_2 {
	width: 258px;
	height: 190px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	/*background-image:url(../images/styles/adbox-bg2.gif);*/
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
	
.adbox_3 {
	width: 258px;
	height: 190px;
	float: left;
	margin-left: 5px;
	/*background-image:url(../images/styles/adbox-bg3.gif);*/
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
