@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	background-color: #919BAB;
	background-image: url(image/background.jpg);
	background-repeat: repeat-x;
}
a:link {
	font-weight: bold;
	color: #281F6E;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #281F6E;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #4AAC00;
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin-top: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	line-height: 18px;
	color: #111111;
}
.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: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	list-style-type: none;
	width: 180px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 180px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #F9F9F0;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	background-image: url(image/button.jpg);
	background-color: #F9F9F0;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F9F9F0;
	border-bottom-color: #F9F9F0;
	background-repeat: no-repeat;
}

.suckerdiv ul li a:visited{
	color: #FFFFFF;
}

.suckerdiv ul li a:hover{
	background-color: #00CC00;
	background-image: url(image/button_over.jpg);
}

.suckerdiv .subfolderstyle{
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
.twoColFixLtHdr #container #mainContent p {
	font-size: 12px;
	line-height: 150%;
	color: #111111;
	margin-top: 0px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 18px;
	color: #111111;
	line-height: 32px;
	margin-top: 0px;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 16px;
	line-height: 27px;
	color: #111111;
	margin-top: 0px;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 12px;
	line-height: 18px;
	color: #111111;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 24px;
	color: #111111;
	margin-top: 0px;
}

#thumbnail, 
.thumb
{
	display: block;
	width: 220px;
	height: 220px;
	background: url("image/thumbnail_bg.jpg") no-repeat 0 0;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	font-size: 12px;
	color: #364272;
	text-align: center;
	line-height: 150%;
}

#thumbnail img, 
.thumb img {
	margin-top: 20px;
}

#thumbnail:hover,
.thumb:hover
{
	background-position: 0 -220px;
	color: #80C54C;
}

#thumbnail SPAN,
.thumb SPAN
{
	width: 200px;
	position: relative;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}


.twoColFixLtHdr #container #mainContent li {
	font-size: 12px;
	line-height: 150%;
}


.rightCol {
	float: right;
	width: 300px;
	background-color: #EDEEE9;
	padding: 20px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #333E70;
}
.leftCol {
	float: left;
	width: 220px;
	margin-right: 30px;
	
}
