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

#container{
	width:1000px;
	margin:0 auto;
}
#main{
	width:auto;
	margin-top: 10px;
}
#page_top {
	height: 20px;
	width: 999px;
	background-image: url(../images/page_top.png);
	background-repeat: no-repeat;
	/* [disabled]float: left; */
}
#page_bot {
	height: 20px;
	width: 999px;
	background-image: url(../images/page_bot.png);
	background-repeat: no-repeat;
	/* [disabled]float: left; */
}
#page {
	height: auto;
	width: 999px;
	background-image: url(../images/page_mid.png);
	background-repeat: repeat-y;
	/* [disabled]float: left; */
}
#topbar{
	height:100px;
}
#top_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	float: right;
	height: auto;
	width: auto;
	display: inline;
	color: #F66;
}
#top_links a:link {
	color: #333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#top_links a:visited {
	color: #333;
	text-decoration: none;
}
#top_links a:hover {
	color: #000;
	text-decoration: none;
}
#top_links a:active {
	text-decoration: none;
	color: #000;
}
#logo {
	height: auto;
	float: left;
	width: 250px;
}
#headertag {
	color: #000;
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 60px;
	padding-left: 280px;
}
#navbar{
	width:auto;
	height:33px;
	margin-bottom: 1px;
	margin-top: 8px;
}
#banner {
	width:999px;
	height:175px;
	/* [disabled]margin-top: 1px; */
}
#banner_shadow {
	width:auto;
	height:10px;
	/* [disabled]background-image: url(../images/banner_shad.png); */
}
#subnav {
	height: auto;
	width: auto;
}
#subnav ul {
	list-style-type: none;
}
#subnav ul li {
	float: left;
}
#subnav ul li a{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: 28px;
	width: 120px;
	float: left;
	vertical-align: middle;
	padding-top: 2px;
}
#subnav ul li a:link {
	color: #333;
	text-decoration: none;
	
}
#subnav ul li a:hover {
	text-align: center;
	/* [disabled]font-family: Arial, Helvetica, sans-serif; */
	/* [disabled]font-weight: bold; */
	color: #C4172C;
	text-decoration: none;
	/* [disabled]font-size: 12px; */
	/* [disabled]display: inline-block; */
	/* [disabled]background-color: #CCC; */
	/* [disabled]border-top-width: 1px; */
	/* [disabled]border-right-width: 1px; */
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-left-width: 1px; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-right-style: none; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-left-style: solid; */
	/* [disabled]border-top-color: #999; */
	/* [disabled]border-right-color: #999; */
	/* [disabled]border-bottom-color: #999; */
	/* [disabled]border-left-color: #999; */
	/* [disabled]height: 28px; */
	/* [disabled]width: 120px; */
	/* [disabled]float: left; */
	vertical-align: middle;
	/* [disabled]padding-top: 2px; */
}
#subnav ul #current {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	height: 28px;
	width: 120px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding-top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
}
#subnav ul li.single {
	line-height: 25px;
}
#subnav ul li a.single {
	line-height: 25px;
}
#subnav img {
	/* [disabled]float: left; */
	/* [disabled]clear: none; */
}
#column_left{
	width:199px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	float: left;
	height: auto;
	background-color: #FFBEB6;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#column_left_home {
	width:500px;
	float: left;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#column_left .head {
	background-image: url(../images/boxhead.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 199px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
}
#column_right{
	float:left;
	/* [disabled]margin-right: 10px; */
	margin-bottom: 10px;
	margin-left: 10px;
	width: 725px;
}
#column_right_home {
	float:left;
	/* [disabled]margin-right: 10px; */
	margin-bottom: 10px;
	margin-left: 10px;
	height: auto;
	width: 430px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
#column_right .cell {
	display: inline-block;
	border: 1px solid #999;
	height: auto;
	/* [disabled]width: 700px; */
	margin-bottom: 20px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#column_right .cellsmall {
	display: inline-block;
	border: 1px solid #999;
	height: auto;
	width: 230px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	float: left;
	margin-right: 10px;
}
#column_right .cell tr td a img {
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #FFF;
}
#column_right .cell tr:hover  {
	background-color: #FFE2DE;
}
#column_right .cell tr td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#textblock  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	height: auto;
	width: auto;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	/* [disabled]margin-right: 10px; */
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding: 5px;
}
.text_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 5px;
}
.tablelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.tablelinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.tablelinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.tablelinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.tablelinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
#center {
	text-align: center;
	display: block;
	height: auto;
	width: auto;
	padding-top: 10px;
}
#box_right {
	background-image: url(../images/box_right.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 200px;
	padding-top: 10px;
}

body {
	background-color: #DFDED9;
	background-image: url(../images/greyBG4.jpg);
	background-repeat: repeat;
}

/* 
div.spacer, solve an issue with #container height
in css 2 column layout. 
*/

div.spacer{
	clear:both;
	height:20px;
	display:block;
}
#endpage {
	background-image: url(../images/page_bot.png);
	background-repeat: no-repeat;
	height: 50px;
	width: auto;
}

#footer{
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	color: #000;
	padding-top: 5px;
}
#footer a:link {
	color: #333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:visited {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer a:active {
	text-decoration: none;
	color: #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CE5449;
	text-decoration: none;
}
a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}
.twitter {
	background-image: url(../images/quote-bubble.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 80px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.twitter .tweet a:link, .twitter .tweet a:visited{
	height: 45px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.twitter .twit-but {
	height: 25px;
	margin-top: 10px;
	width: 150px;
	float: right;
	margin-right: 70px;
}
.twitter .tweet {
	height: 45px;
	overflow: hidden;
}

