/* CSS Document */
body {
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	color: #333333;
}

.maindiv {
	background-color:#26365A;
	margin: 0 auto;
	width: 800px;
}
.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}
.header {
	background-image:url(../images/headerb.gif);
	background-repeat:repeat;
	height: 100px;
	border: 0px;
	border-bottom: 3px solid #FF6600;
}
.w960 {
	width: 960px;
	margin: 0 auto;
}
a img {
	border: none;
}
.logo {
	width: 700px;
	float: left;
}
.topmenu {
	width: 200px;
	float: right;
}
.topmenu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000099;
}
.clear {
	line-height:0px;
	font-size: 0px;
	clear: both;
}
.bread {
	color: #333333;
	margin: 3px 3px 3px 3px;
}
.bread a {
	color: #333333;
	text-decoration:none;
}
.bread a:hover {
	text-decoration:underline;
}
.categories {
	width: 178px;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 5px 0px;
}
.etop {
	height: 17px;
	padding: 2px 0px 2px 0px;
}
.etop1 {
	height: 17px;
	padding: 2px 0px 2px 0px;
	background-color: #FFFFBB;
}
.sub {
	padding: 0px 0px 0px 13px;
}

.main {
	width: 772px;
	float: right;
}
.main h1 {
	color: #FF6600;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	margin: 0px;
	padding: 0px 0px 5px 5px;
}
.orange, .orange a {
	color: #FF6600;
	text-decoration: none;
}
.orange a:hover {
	text-decoration: underline;
}
.textbox {
	border: 1px dashed #CCCCCC;
	padding: 5px;
	margin-bottom: 15px;
}
.footer {
	background-color: #FF6600;
	height: 19px;
	color: #FFFFFF;
	text-align: center;
	padding: 4px 0px 0px 0px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.copy {
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
}
.copy a {
	color: #333333;
	text-decoration: none;
}
.copy a:hover {
	text-decoration: underline;
}
.google {
	float: right;
	width: 336px;
	height: 280px;
}
hr {
	border-top: 1px dashed #CCCCCC;
	border-bottom: 0;
	height: 0px;
	width: 85%;
}
.gbanner {
	width: 468px;
	height: 60px;
	margin: 0px auto;
}
.gbanner2 {
	width: 728px;
	height: 90px;
	margin: 0px auto;
}
.leftcol {
	width: 180px;
	float: left;
	margin: 0px 0px 5px 0px;
}
.pagination {
	text-align: center;
}
.expand img {
	height: 9px;
	width: 9px;
}

/*tabs*/
.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left;
}

.shadetabs li {
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #CCCCCC;
	border-bottom: 3px solid #FF6600;
	color: #333333;
	background-color: #FFFFFF;
}

.shadetabs li a:visited {
	color: #333333;
}

.shadetabs li a:hover {
	text-decoration: none;
	color: #FF6600;
}

.shadetabs li a.selected {
	position: relative;
	top: 1px;
}

.shadetabs li a.selected {
	border-bottom-color: white;
}

.shadetabs li a.selected:hover {
	text-decoration: none;
	color: #333333;
}

.tabcontent{
	display: none;
}

.addinfobox {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 1em;
	margin-top: 2px;
}
