html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
}

#header {
	width: 100%;
	height: 100px;
	border-top: 5px solid #E8D7AC;
	border-bottom: 5px solid #E4DBC7;
	background: #F6EFDC url(images/header-bg.jpg) repeat-x;
	
	border-top: 5px solid #f60;
	border-bottom: 0;
	background: #333 url(images/bg2.gif);
}

#header .content {
	width: 960px;
	margin: 0 auto;
	direction: rtl;
	padding-top: 12px;
}

#header .content h1 {
	width: 0;
	height: 0;
	font-size: 0;
	position: absolute;
	top: -100px;
	left: -100px;
}

#navigation {
	width: 100%;
	
	background: #8C0105;
	border-top: 5px solid #7A0104;
	border-bottom: 5px solid #7A0104;
	
	background: #23282D;
	border-top: 5px solid #0D0E11;
	border-bottom: 5px solid #0D0E11;
}

#navigation .content {
	width: 960px;
	margin: 0 auto;
	font: normal 11px tahoma;
	padding: 8px 0 19px !important;
	padding: 8px 0;
	height: 13px;
}

#navigation .content ul {
	display: inline;
	position: relative;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	direction: rtl;
}

#navigation .content ul li {
	display: inline;
	float: right;
}

#navigation .content ul li ul {
	display: none;
}

#navigation .content ul li a {
	display: block;
	margin: 0 4px;
	padding: 4px 8px 7px;
	text-decoration: none;
	
	border: 1px solid #23282D;
	color: #eee;
}

#navigation .content ul li a:hover,
#navigation .content ul .active {
	border-style: solid;
	border-width: 1px;
	
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-radius: 4px;
	
	color: #F6EFDC;
	background: #7A0104;
	border-color: #680103 #9A0A0E #9A0A0E #680103;
	
	background: #181B1F;
	border-color: #0D0E11 #394249 #394249 #0D0E11;
}

#navigation .content ul .last {
	float: left;
}

/*
#subnav {
	height: 32px;
	display: none;
	
	background: #FED579;
	border-top: 4px solid #EFC772;
	border-bottom: 1px solid #DDD6C3;
	
	background: #4F5C65;
	border-top: 4px solid #394249;
	border-bottom: 0;
}

#subnav .content {
	width: 960px;
	font: normal 11px tahoma;
	direction: rtl;
	margin: 0 auto;
	padding-top: 5px;
}

#subnav .content ul {
	display: inline;
	position: relative;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	direction: rtl;
}

#subnav .content ul li {
	display: inline;
	float: right;
}

#subnav .content ul li a {
	display: block;
	text-decoration: none;
	margin: 0 10px;
	padding: 3px 5px 6px;
	
	border: 1px solid #FED579;
	color: #333;
	
	border: 1px solid #4F5C65;
	color: #eee;
}

@-moz-document url-prefix() {
	#subnav .content ul li a:hover {
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomright: 4px;
		
		-webkit-border-radius: 4px;
		
		background: #E9B544;
		border-color: #DFA11B #EFC772 #EFC772 #DFA11B;
		
		background: #394249;
		border-color: #2E353B #4F5C65 #4F5C65 #2E353B;
	}
}
*/

#subnav {
	position: absolute;
	top: 78px;
	left: 0;
	height: 32px;
	overflow: hidden;
	width: 100%;
}

#subnav .content {
	margin: 0 auto;
	width: 940px;
	text-align: left;
	direction: rtl;
	padding: 0 10px;
}

#subnav .content a {
	text-decoration: none;
	color: #eee;
	font: normal 11px tahoma;
}

#subnav .content a:hover {
	color: #f60;
}

#wrapper {
	width: 100%;
	background: #fff;
	
	border-top: 5px solid #E4DBC7;
	
	border-top: 5px solid #657681;
}

#wrapper #maincontent {
	width: 960px;
	margin: 10px auto 50px;
	direction: rtl;
	font: normal 11px tahoma;
	color: #777;
	text-align: justify;
	position: relative;
}

#wrapper #maincontent .rightcontent {
	width: 650px;
}

#wrapper #maincontent .rightcontent h1 {
	font: bold 36px 'times new roman';
	color: #333;
}

#wrapper #maincontent .rightcontent h2 {
	font: bold 24px 'times new roman';
	color: #555;
}

#wrapper .spotlight {
	text-align: center;
	width: 960px;
	height: 200px;
	background: #000;
	margin: 15px 0;
	overflow: hidden;
}

#footer {
	width: 100%;
	
	background: #8C0105;
	border-top: 5px solid #7A0104;
	
	background: #23282D;
	border-top: 5px solid #181A1F;
	
	clear: both;
	
	border-bottom: 5px solid #000;
}

#footer .content {
	width: 960px;
	margin: 0 auto;
	color: #eee;
	font: normal 11px/1.5em tahoma;
	padding: 30px 0;
}

#footer .content table a {
	display: block;
	width: 80%;
	text-decoration: none;
	color: #eee;
	padding: 4px 7px 7px 7px;
	border-bottom: 1px solid #181B1F;
	border-top: 1px solid #181B1F;
	margin-top: -1px;
}

#footer .content table a:hover {
	background: #2E353B;

	}

.kwickc {
	margin: 50px 0 50px;
	display: none;
}

#wrapper #maincontent .kwickc .picture {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	height: 160px;
}

#wrapper #maincontent .kwickc .info {
	position: absolute;
	top: 0;
	right: 160px;
	width: 180px;
	height: 150px;
	padding: 5px 5px 5px 15px;
	font: normal 11px tahoma;
	color: #eee;
	text-align: justify;
}

#wrapper #maincontent .kwickc .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 160px;
	z-index: 100;
	background: #fff;
}

#wrapper #maincontent .kwickc .link a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 160px;
}

#wrapper #maincontent .kwickc h2 {
	font: bold 13px 'times new roman';
	margin: 4px 0 5px;
	padding: 0;
	border: 0;
	color: #eee;
}

#wrapper #maincontent .kwickc a {
	color: #eee;
	text-decoration: none;
}

#wrapper #maincontent .kwickc a img {
	border: 0 none;
}

.kwicks {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0 auto;
}
.kwicks li{
	width: 160px;
	height: 160px;
	display: block;
	overflow: hidden;
	padding: 0;
}
.kwicks.vertical  li{
	margin-bottom: 5px;
}

#kwick_1 { 
	background: #2F1403;
}
#kwick_1 .info {
	background: url(images/kwick1-bg.gif) no-repeat;
}
#kwick_2 {
	background: #1e2c2d;
}
#kwick_2 .info {
	background: url(images/kwick2-bg.gif) no-repeat;
}
#kwick_3 {
	background: #5b7617;
}
#kwick_3 .info {
	background: url(images/kwick3-bg.gif) no-repeat;
}
#kwick_4 {
	background: #d33800;
}
#kwick_4 .info {
	background: url(images/kwick4-bg.gif) no-repeat;
}
#kwick_5 {
	background: #225c6a;
}
#kwick_5 .info {
	background: url(images/kwick5-bg.gif) no-repeat;
}

#homepage-rightcontent {
	width: 560px;
	float: right;
}

#homepage-leftcontent h2,
#homepage-rightcontent h2 {
	font: bold 36px 'times new roman';
	color: #999;
	border-bottom: 1px solid #999;
	margin: 0;
	position: relative;
	width: 100%;
}

#homepage-leftcontent h2 span,
#homepage-rightcontent h2 span {
	color: #ff6600;
}

#homepage-rightcontent h2 span.date {
	position: absolute;
	top: 0;
	left: 0;
	color: #ccc;
}

#homepage-rightcontent p {
	padding: 0 15px;
}

#homepage-rightcontent ul {
	list-style-type: square;
	color: #ff6600;
	font: bold 16px 'times new roman';
}

#homepage-rightcontent ul li span {
	color: #777;
	font: normal 11px tahoma;
}

#homepage-rightcontent ul {
	margin-bottom: 18px;
}

#tws {
	margin-bottom: 50px;
}

#tws .title {
	font: bold 13px 'times new roman';
}

#tws .buttons {
	position: relative;
	text-align: left;
	height: 50px;
}

#tws .signup {
	position: absolute;
	top: 0;
	left: 0;
	width: 286px;
	height: 50px;
	background: url(images/free-signup-green-hover.gif) no-repeat;
}

#tws .signup a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	width: 286px;
	height: 50px;
	background: url(images/free-signup-green-normal.gif) no-repeat;
}

#tws .signup a:hover {
	background: none;
}

#tws .moreinfo {
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	height: 50px;
	background: url(images/moreinfo-blue-hover.gif) no-repeat;
}

#tws .moreinfo a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	width: 260px;
	height: 50px;
	background: url(images/moreinfo-blue-normal.gif) no-repeat;
}

#tws .moreinfo a:hover {
	background: none;
}

#tws .signupform {
	background: #ff8;
	margin-top: 15px;
	background: #eee;
	border-bottom: 1px solid #999;
	overflow: hidden;
	position: relative;
	display: none;
}

#tws .signupform input {
	font: normal 11px tahoma;
}

#tws .signupform .textbox {
	width: 150px;
	color: #333;
	padding: 2px 5px 3px;
}

#tws .signupform .submit {
	width: 165px;
}

#tws .signupform .content {
	margin: 0;
	padding: 15px 25px;
	width: 500px;
}

#tws .signupform .content p {
	margin: 0;
	padding: 0;
}

#tws .signupform .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	z-index: 100;
	background: #000 url(images/loading.gif) no-repeat center;
	display: none;
}

#latest-news .news-box {
	position: relative;
	margin-bottom: 25px;
}

#latest-news .news-box .date {
	width: 47px;
	height: 52px;
	background: url(images/icon_calendar.gif) no-repeat;
	position: absolute;
	top: 15px;
	right: 15px;
}

#latest-news .news-box .date .header {
	position: absolute;
	top: 5px;
	left: 0;
	width: 47px;
	height: 14px;
	text-align: center;
	color: #fff;
	font: bold 13px 'times new roman';
}

#latest-news .news-box .date .footer {
	position: absolute;
	top: 22px;
	left: 0;
	width: 47px;
	height: 25px;
	text-align: center;
	font: bold 11px 'times new roman';
}

#latest-news .news-box .body {
	margin-right: 75px;
	padding-top: 10px;
}

#latest-news .news-box .body .title {
	padding: 0 15px;
	font: bold 13px 'times new roman';
	margin-top: 10px;
	margin-bottom: -5px;
}

#homepage-leftcontent {
	width: 350px;
	float: left;
}

#homepage-leftcontent .newsletter {
	background: #eee;
	border-bottom: 1px solid #999;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}

#homepage-leftcontent .newsletter .content {
	text-align: center;
	padding: 15px 0;
}

#homepage-leftcontent .newsletter .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	z-index: 100;
	background: #000 url(images/loading.gif) no-repeat center;
	display: none;
}

#homepage-leftcontent .newsletter form {
	margin-bottom: 10px;
}

#homepage-leftcontent .newsletter input {
	font: normal 11px tahoma;
}

#homepage-leftcontent .newsletter .textbox {
	width: 139px;
	direction: ltr;
	text-align: left;
}

#homepage-leftcontent .newsletter .submit {
	width: 145px;
}

#homepage-leftcontent .newsletter p {
	margin: 0;
	padding: 0;
}

#homepage-leftcontent .latest-blog-entry {
	background: #eee;
	border-bottom: 1px solid #999;
	position: relative;
	margin-bottom: 50px;
}

#homepage-leftcontent .latest-blog-entry .content {
	padding: 5px 15px;
}

#homepage-leftcontent .latest-blog-entry .content .title {
	font: bold 13px 'times new roman';
}

#homepage-leftcontent .latest-blog-entry .content .readmore {
	font: bold 13px 'times new roman';
	text-align: left;
}

#homepage-leftcontent .latest-blog-entry .content .readmore a {
	text-decoration: none;
	color: #777;
}

#homepage-leftcontent .latest-blog-entry .content .readmore a:hover {
	color: #f60;
}

#homepage-leftcontent .latest-blog-entry .content .complete-information {
	position: relative;
	background: url(images/complete-information-green-eee-hover.gif) no-repeat;
	width: 286px;
	height: 50px;
	margin: 25px auto 15px;
}

#homepage-leftcontent .latest-blog-entry .content .complete-information a {
	position: absolute;
	top: 0;
	left: 0;
	width: 286px;
	height: 50px;
	background: url(images/complete-information-green-eee-normal.gif) no-repeat;
}

#homepage-leftcontent .latest-blog-entry .content .complete-information a:hover {
	background: none;
}

#homepage-leftcontent .ts {
	background: #eee;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	position: relative;
	margin-bottom: 50px;
}

#homepage-leftcontent .ts .content {
	padding: 5px 15px;
}

#homepage-leftcontent .twitter {
	background: #eee;
	border-bottom: 1px solid #999;
	position: relative;
	margin-bottom: 50px;
}

#homepage-leftcontent .twitter .content {
	padding: 5px 15px;
}

#homepage-leftcontent .twitter .content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#twitter_update_list {
	display: none;
}

.twittercontainer {
	display: none;
}

#homepage-leftcontent .ts .content .tsname {
	font: bold 13px 'times new roman';
	text-align: left;
}

.adver {
	color: #C0C0C0;
	font: normal 11px 'lucida console';
}

a {
	text-decoration: none;
	color: #777;
}

a:hover {
	color: #f60;
}

a img {
	border: 0 none;
}

#homepage-leftcontent h2 {
	margin-top: 10px;
	font: bold 26px 'times new roman';
}