@charset "utf-8";
/* SPA - Website stylesheet */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DDD;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(back.png);
	background-position: top;
	background-repeat: repeat-x;
}

hr {
	border: none;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
}

a:link {
	text-decoration: none;
	color: #C93;
}
a:visited {
	text-decoration: none;
	color: #C93;
}
a:hover {
	text-decoration: underline;
	color: #C93;
}
img {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*********************************************************/

.container {
	width: 780px;
	background-color:#FFF;
	margin: 0 auto;
	text-align: left;
	box-shadow: 0 0 50px #666;
}

.container #header {
	display: block;
	height: 100px;
	width: 740px;
	background-image: url(header2.png);
	/*border-bottom: solid;
	border-color: #99F;
	border-width: 4px;*/
	font-size: 120%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}
.col {
	width: 50%;
	float: left;
	color: #FFF;
}
.headTitle {
	font-size: 72px;
	font-style: normal;
	font-weight: normal;
	padding-top: 20px;
}
.subHeader {
	font-size: 14px;
}
.container #header #col #logo {
	text-align: right;
}
.container #menuBar {
	background-color: #333;
	height: 40px;
	margin-top: 1px;
	width: 780px;
}
.container #menuBar u1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.container #menuBar li {
	display: inline;
	float: left;
}
.menuItem {
	display: block;
	height: 28px;
	padding-left: 10px;
	padding-top: 12px;
	padding-right: 30px;
	border-right: solid;
	border-width: 1px;
	border-color: #FFF;
	background: #333;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}
a.menuItem {
	color: #FFF;
	text-decoration: none;
}
/* Current link */
.curLink {
	background: #999999;
}
.container #menuBar #block {
	float: left;
	height: 40px;
	width: 20px;
	border-right: solid;
	border-width: 1px;
	border-color: #FFF;
	background: #333;
}
.container #menuBar #block2 {
	float: left;
	height: 40px;
	width: 33px;
	background: #333;
}

/*********************************************************/

#subHeader {
	background-image: url(subhead.png);
	color: #FFF;
	border-top: solid;
	border-bottom: solid;
	border-width: 2px;
	border-color: #CCC;
	font-size: 12px;
	padding-left: 30px;
}

#subHeader u1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#subHeader li {
	display: inline;
	float: left;
}

.shItem {
	display: block;
	padding: 10px 10px;
	padding-right: 10px;
	font-size: 12px;
	text-decoration: none;
}
a.shItem {
	text-decoration: none;
	color: #333;
}

#curShItem {
	margin-right: 20px;
}

/*********************************************************/

#listCon {
	background-color: #111;
	height: 237px;
	overflow: hidden;
	position: relative;
	clear: both;
}

#listSide {
	color: #FFF;
	font-size: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.listSideItem {
	background-color: #333;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 22px 0px 22px 40px;
	width: 283px;
	cursor: pointer;
}

#curList {
	background-color: #555;
}

.listItem {
	position: absolute;
	top: 0px;
	left: 324px;
	margin-top: 1px;
	margin-bottom: 1px;
}

/*********************************************************/

#imageCon {
	height: 250px;
	overflow: hidden;
	position: relative;
	clear: both;
	border-top: solid;
	border-bottom: solid;
	border-width: 2px;
	border-color: #CCC;
	margin-top: 10px;
}
.slideImg {
	width: 780px;
	height: 250px;
	position: absolute;
	float: left;
	left: 0;
	top: 0px;
	overflow: hidden;
}
.slideImg img {
	margin: 0;
}
#imgDesc {
	position: absolute;
	top: 145px;
	left: 0px;
	height: 70px;
	width: 405px;
	background-color: #555;
	padding: 10px;
	padding-left: 40px;
	z-index: 1;
	font-size: 12px;
	color: #FFF;
}
#imgDesc myh {
	display: block;
	color: #DA4;
	margin-bottom: 8px;
}
#imgDesc .descBlock {
	height: 50px;
}
#imageSwitchCon {
	margin-top: 5px;
	background-color: #333;
	width: 400px;
}
.imgSwitch {
	width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	background-image: url(unchecked.png);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	margin-right: 4px;
	cursor: pointer;
}
#curSwitch {
	background-image: url(checked.png);
}
#imgLeft {
	background-image: url(left.png);
	background-position: 6px 4px;
}
#imgRight {
	background-image: url(right.png);
	background-position: 6px 4px;
}

/*********************************************************/

#mainBody {
	/*container for body content*/
	margin-top: 10px;
	clear: both;
	height: 700px;
}
#mainContent {
	margin-right: 10px;
	float: left;
	width: 480px;
}
.container #sidebar {
	width: 290px;
	float: left;
}
h2 {
	font-weight: normal;
	display: block;
	font-size: 14px;
	color: #444;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 3px;
	padding-top: 5px;
	border-bottom-color: #DDD;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: 10px;
	margin-bottom: 0;
	background-color: #CCC;
}
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	padding: 4px;
	text-align: left;
	width: 390px;
	background-color: #FFF;
}
.buttonText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	padding: 4px;
	text-align: center;
	width: 100px;
}
.textArea {
	font-size: 12px;
	color: #444;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: justify;
	background-image: url(bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	box-shadow: 0px 0px 50px #DDD inset;
}
.textAreaR {
	font-size: 12px;
	color: #444;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-bottom-color: #333;
	border-bottom-width: 4px;
	border-bottom-style: solid;*/
	margin-bottom: 10px;
	text-align: right;
	background-image: url(bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	box-shadow: 0px 0px 50px #DDD inset;
}
.block {
	background-color: #333;
	height: 760px;
}

/*********************************************************/

.container #footer {
	color: #FFF;
	height: 40px;
	background: #333;
	clear: both;
}

.textFloatLeft {
	float: left;
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.brk {
	clear: both;
	height: 0px;
	width: 100%;
}

.bottom {
	background-color: #333;
}

.bottomContainer {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

.bottomContent {
	padding: 20px 40px;
	color: #CCC;
	font-size: 12px;
}

.bottomAccred {
	padding: 20px 0px;
	padding-top: 10px;
	background-color: #FFF;
	margin: 0 40px;
	width: 210px;;
}

.bottomSec {
	float: left;
	width: 213px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	border-top-style: dotted;
	border-width: 2px;
	padding-top: 5px;
}

.bottomContent p {
	clear: both;
}

[collapsible] {
	overflow: hidden;
}