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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-top: 20px;
	background-image: url(../images/logos/bg.png);
	background-repeat: repeat-x;
}
h1 {
	font-size: 24px;
	color: #F7921E;
	font-weight: lighter;
	margin: 0px;
}
h2 {
	font-size: 20px;
	color: #F7921E;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	color: #333333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: lighter;
}
#shell #page #content #pan_content1 table tr td h3 {
	color: #333;
}
h4 {
	font-size: 14px;
	color: #666;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h5 {
	font-size: 16px;
	color: #F7921E;
	font-weight: lighter;
}
h6 {
	font-size: 24px;
	color: #F7921E;
	text-align: center;
	font-weight: lighter;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	color: #F7921E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: underline;
	color: #F7921E;
}
a:active {
	text-decoration: none;
	color: #333;
}
p {
	margin-bottom : 18px;
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 20px;
	font-weight: lighter;
}

.click {font-size: 9px;
	color: #CCCCCC;
	text-align: right;
}
.button {
	color : #fff;
	line-height : 1.583em;
	background-color: #FF9900;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	float: right;
}
.button:link {
	color : #fff;
	padding : 4px 10px;
	line-height : 1.583em;
	background : #91bf04;
	text-decoration: none;
}
.button a {
	color : #F7921E;
	padding : 4px 10px;
	line-height : 1.583em;
	text-decoration: none;
	font-size: 12px;
}
.button:hover {
	color : #FFF;
	background-color: #333;
	text-decoration: none;
}
.button2 {
	color : #fff;
	padding : 4px 10px;
	line-height : 1.583em;
	background-color: #1E1E1E;
}
.button2:link {
	color : #F90;
	padding : 4px 10px;
	line-height : 1.583em;
	background-color: #333333;
}
.button2 a{
	color : #F90;
	padding : 4px 10px;
	line-height : 1.583em;
	font-size: 12px;
	background-color: #333333;
}
.button2:hover {
	color : #FFFFFF;
	text-decoration: underline;
}
/* CSS Document */


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.text {
	height: 100px;
	padding-left: 5px;
	margin-bottom: 5px;
	background-image: url(../images/box.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	color: #666666;
}
.ct1 {
	float: left;
	width: 250px;
	height: 140px;
	margin-top: 0px;
	padding: 5px;
	margin-bottom: 15px;
}
.ct1middle {
	float: left;
	width: 250px;
	height: 140px;
	margin-top: 0px;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
}
.ct-text {
	height: 100px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	color: #666666;
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.3em;
}
#shell {
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
#header {
	background-color: #FF9900;
	height: 10px;
}
#page {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#tmenu {
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	margin-bottom: 5px;
	height: 30px;
	padding-bottom: 7px;
	color: #F7921E;
	background-color: #000000;
}
#home {
	float: left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#home a {
	color: #F7921E;
	display: inline;
	background-color: #1E1E1E;
}
#request {
	float: right;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #F7921E;
	/* [disabled]box-shadow: 0px 0px; */
	width: 130px;
}
#request a {
	color: #FFFFFF;
}
#banner {
	background-color: #000000;
}
#logo {
	float: left;
	width: 310px;
	background-color: #000000;
	padding-top: 60px;
}
#flash {
	float: left;
	width: 650px;
}
#bdr {
	background-color: #FFFFFF;
}
#nav {
	float: left;
	text-decoration: none;
	width: 140px;
	padding-left: 2px;
	margin-top: 25px;
	padding-bottom: 15px;
}

#nav ul {
	list-style: none;
	padding: 0;
	width: 155px;
	margin: 0;
}

#nav li {
}

#nav li a:link, #nav li a:visited {
	webkit-border-radius: 2px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-color: #333;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 122px;
	padding-left: 5px;
	font-size: 12px;
}

#nav li a:hover {
	color: #FFF;
	background-color: #666;
}
#content {
	float: left;
	background-color: #FFFFFF;
	width: auto;
}
#pan_content1 {
	float: left;
	color: #666;
	padding-left: 10px;
	text-align: left;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 616px;
}
#sidebarimages {
	width: 165px;
	float: left;
	padding-top: 30px;
	font-size: 9px;
	padding-right: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #E8E8E8;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ct1-1 {
	float: left;
	width: 396px;
}
.readmore {
	font-size: 10px;
	color: #E18700;
}
.readmore a{
	font-size: 11px;
	color: #E18700;
}
.readmore a:hover{
	font-size: 11px;
	color: #E18700;
	text-decoration: underline;
}
#pan_lowersect {
	background-color: #FFF;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #333333;
}
#ls_menu {
	color: #999999;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
#pan_lowersect a{
	border-top-width: 1px;
	color: #FBA81E;
}
#ls_menu a {
	font-size: 11px;
}
#bt_footer {
	font-size: 7px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	color: #666;
	text-align: right;
}
#bt_footer a{
	font-size: 7px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	color: #666;
	text-align: right;
}
#footer {
	font-size: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-weight: lighter;
	text-align: center;
	color: #666;
	margin-top: 10px;
	line-height: 1.75em;
}
#footer a{
	font-size: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-weight: lighter;
	text-align: center;
	color: #666;
	margin-top: 10px;
}

#bubble {
	background-image: url(../images/bubble.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 135px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	margin-left: 100px;
	margin-bottom: -55px;
	text-align: center;
}
