/* Layout */

body {
	margin: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	font-size: 12px;
}

#topbar {
	height: 10px;
	background-color: #f1f1f1;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	margin-top: 25px;
}

a {
	color: #00B2E7;
}

input, textarea, select {
	padding: 5px;
	background: #fff;
	border: 1px solid #EAEAEA
}

hr {
	border-bottom: 1px dotted #3A3A3A;
	border-top: none;
	border-right: none;
	border-left: none;
}

input#submit {
	padding: 0;
	border: none;
}

#userForm td {
	padding: 5px;
}

#userForm tr.even {
	background: #f9f9f9
}

#left {
	width: 218px;
	float: left;
	margin-right: 35px;
}

#logo {
	width: 217px;
	height: 127px;
	margin-bottom: 20px;
}

#right {
	width: 585px;
	float: left;
}

.clr {
	clear: both;
}

#footer {
	background-color: #f1f1f1;
	border-top: 1px solid #dfdfdf;
	padding: 10px;
}

#footer-text {
	width: 850px;
	margin: 0 auto;
	font-family: "Lucida Sans", sans-serif, Arial;
	font-size: 9px;
	color: #9d9c9c;
	padding: 30px 0;
}

#footer-text a {
	outline: none;
}

#footer-text #left {
	width: 400px;
	float: left;
}

#footer-text #right {
	width: 410px;
	float: left;
	text-align: right;
}

#topmod {
	margin-top: 20px;
}

#content {
	padding: 20px 0 10px;
	margin: 15px 0 30px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

#content-inner {
	padding: 20px 0 10px;
	margin: 15px 0 30px;
}

#latestnews {
	margin-top: 15px;
}

.news-img-border {
	border: 1px solid #dfdfdf;
	padding: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	width: 231px;
	height: 85px;
}

.news-img {
	width: 231px;
	height: 85px;
	overflow: hidden;
}

.news-img img {
	border: none;
}

#newsshow1 a.readon_class, #content a {
	text-decoration: none;
	color: #00b2e7;
	font-size: 11px;
	font-weight: bold;
}

#newsshow1 h4.gk_news_show_news_header  {
	width: 310px;
}

#newsshow1 a.readon_class:hover, #content a:hover {
	text-decoration: underline;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

img.alignleft {
	border: 1px solid #DFDFDF;
	padding: 10px;
}

.contentpaneopen {
	margin-bottom: 20px;
	width: 100%;
}

.blog .contentpaneopen {
	margin-bottom: 0;
}

#newsletter {
	margin: 30px 0;
}

#newsletter input#email {
	background: #f1f1f1;
	border: 1px solid #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #989898;
	padding: 7px;
	float: left;
	margin-right: 4px;
	width: 161px;
}

#newsletter input#submit {
	float: left;
}

input.inputbox {
	border: 1px solid #dfdfdf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #989898;
	padding: 5px;
}
	

/* Navigation */

#nav img {
	border: none;
}

#nav ul {
	list-style: none;
	padding: 0;
}

#nav li a {
	height: 28px;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #eaeaea;
	outline: none;
}

#nav li a:hover img, #nav li#current a img {
	margin-top: -28px;
}
