@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
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;
	background-color: #EEE;
	background-image: url(../pics2009/pageback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #container {
	width: 989px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../pics2009/containerback.jpg);
	background-repeat: repeat-y;
	background-position: left top;
} 
.thrColFixHdr #header {
	background-color: #FFF;
	margin: 0px;
	padding-top: 0;
} 
#header #headerTop {
	height: 107px;
	position: relative;
}
#header #headerTop #headerTopleft {
	background-image: url(../pics2009/ht01.jpg);
	height: 107px;
	width: 252px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#header #headerTop #headerTopright {
	background-image: url(../pics2009/ht02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 107px;
	width: 737px;
	left: 252px;
	top: 0px;
	position: absolute;
}
#header #headerTop #headerTopright #topMenu {
	height: 24px;
	width: 200px;
	text-align: right;
	position: absolute;
	left: 518px;
	top: 19px;
	font-size: 11px;
	color: #333;
}
#header #headerTop #headerTopright #topMenu a {
	color: #333;
	text-decoration: none;
}
#header #headerTop #headerTopright #topMenu a:hover {
	color: #4F77D6;
	text-decoration: none;
}


#header #headerTop #headerTopright #slogan {
	position: absolute;
	height: 21px;
	width: auto;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	left: 8px;
	top: 47px;
	color: #06C;
}

#header #headerTop #headerTopright #mainMenu {
	height: 27px;
	width: 663px;
	position: absolute;
	left: 70px;
	top: 75px;
}


#header #headerAnimation {
	height: 163px;
	position: relative;
}
#header #headerAnimation #headerAnimationleft {
	background-image: url(../pics2009/ha01.jpg);
	position: absolute;
	height: 163px;
	width: 12px;
	left: 0px;
	top: 0px;
}
#header #headerAnimation #headerAnimationmid {
	background-image: url(../pics2009/ha02.jpg);
	position: absolute;
	height: 163px;
	width: 958px;
	left: 12px;
	top: 0px;
}
#header #headerAnimation #headerAnimationright {
	background-image: url(../pics2009/ha03.jpg);
	position: absolute;
	height: 163px;
	width: 19px;
	left: 970px;
	top: 0px;
}
#header #headerBottom {
	background-image: url(../pics2009/hb01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 13px;
}


.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 288px; /* padding keeps the content of the div away from the edges */
	background-image: url(../pics2009/sb2-back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
}
#sidebar1 #xsunxTranslate {
	text-align: center;
	background-image: url(blank.gif);
	background-repeat: repeat;
	background-color: #F1F1F1;
	margin: 0px;
	padding-top: 18px;
}
#sidebar1 #sb1Top {
	background-image: url(../pics2009/sb1-top-grey.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 31px;
	text-indent: 12px;
}
#sidebar1 #sb1Content {
	padding: 12px;
	line-height: 17px;
	font-size: 11px;
}
#sidebar1 #sb1Bottom {
	background-image: url(../pics2009/sb1-bottom-grey.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 9px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 288px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(../pics2009/sb2-back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar2 .sb2Top {
	background-image: url(../pics2009/sb2-top-green.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-indent: 12px;
	line-height: 31px;
}
#sidebar2 .sb2Top2 {
	background-image: url(../pics2009/sb2-top2-blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-indent: 12px;
	line-height: 30px;
}
#sidebar2 .sb2Top2 a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	text-decoration: none;
}
#sidebar2 .sb2Top a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	text-decoration: none;
}


#sidebar2 .sb2Content {
	line-height: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#sidebar2 .sb2Content2 {
	line-height: 14px;
	background-image: url(../pics2009/sb2-back2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
#sidebar2 .sb2Content2 a {
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F77D6;
	text-decoration: none;
}

#sidebar2 .sb2Content a {
	padding: 0px;
	line-height: 16px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#sidebar2 .sb2Content a:hover {
	padding: 0px;
	line-height: 16px;
	font-size: 12px;
	color: #5079D5;
	text-decoration: none;
	font-weight: bold;
}


#sidebar2 .sb2Bottom {
	background-image: url(../pics2009/sb2-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 9px;
}
#sidebar2 .sb2Bottom2 {
	background-image: url(../pics2009/sb2-bottom2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 9px;
}

#sidebar2 .sb2Spacer {
	background-color: #F1F1F1;
	height: 16px;
}


.thrColFixHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../pics2009/maincontent-back.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 314px;
	margin-bottom: 0px;
	margin-left: 10px;
} 
#mainContent #mainContentTop {
	background-image: url(../pics2009/maincontent-top1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	font-size: 12px;
	line-height: 31px;
	font-weight: bold;
	color: #333;
	text-indent: 12px;
}
#mainContent #mainContentContent {
	padding: 12px;
	line-height: 18px;
	font-size: 11px;
	height: 241px;
}
#mainContent #mainContentBottom {
	background-image: url(../pics2009/maincontent-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
}

.thrColFixHdr #footer {
	padding: 0px;
	margin: 0px;
	background-image: url(../pics2009/footer-content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
} 
#footer #footerTop {
	background-image: url(../pics2009/footer-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	margin: 0px;
	padding: 0px;
}
#footer #footerContent {
	background-image: url(../pics2009/footer-content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #4F77D6;
	text-align: center;
	line-height: 18px;
	position: relative;
	margin: 0px;
}
#footerContent #social {
	position: absolute;
	height: 33px;
	width: 33px;
	left: 919px;
	top: 3px;
}

#footer #footerContent a {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#footer #footerContent a:hover {
	color: #4E76D5;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


#footer #footerBottom {
	background-image: url(../pics2009/footer-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 28px;
}

.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;
}
.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;
}
.learnMore {
	text-decoration: none;
	display: block;
	width: 80px;
	text-align: center;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float: right;
	border: 1px solid #666;
	margin: 4px;
	background-image: url(../pics2009/sb2-top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.learnMore a {
	text-decoration: none;
	color: #333;
	font-size: 11px;
	font-weight: bold;
}
.learnMoreBlue {
	text-decoration: none;
	display: block;
	width: 80px;
	text-align: center;
	background-color: #4F77D6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float: right;
	border: 1px solid #4F77D6;
	margin: 4px;
	background-image: url(../pics2009/maincontent-top1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.learnMoreBlue a {
	text-decoration: none;
	color: #333;
	font-size: 11px;
	font-weight: bold;
}
#mainContent .mainSpacer {
	height: 18px;
	background-color: #F1F1F1;
}
#mainContent #mainContentsubTop {
	background-image: url(../pics2009/index-top-blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-indent: 12px;
	height: 30px;
}
#mainContent #mainContentsub {
	background-image: url(../pics2009/index-content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 12px;
	line-height: 17px;
	font-size: 11px;
	margin-right: 6px;
}
#mainContent #mainContentBottomSub {
	background-image: url(../pics2009/index-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.thrColFixHdr #translateMenu {
	background-color: transparent;
	height: 102px;
	width: 250px;
	left: -252px;
	top: 150px;
	position: fixed;
	z-index: 1000;
	text-align: left;
}
#translateMenu ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 24px;
	margin-top: 14px;
}
#translateMenu ul li {
	background-image: url(../pics/gallery.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	color: #999;
}
#translateMenu ul li a {
	background-image: url(../pics/gallery.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 16px;
	color: #666;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}
#translateMenu ul li a:hover {
	background-image: url(../pics/gallery-selected.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 16px;
	color: #999;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}

.thrColFixHdr #translateBox {
	background-image: url(../pics2009/menubox2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 30px;
	position: fixed;
	left: 0px;
	top: 150px;
	font-size: 10px;
	color: #666;
	text-align: center;
	line-height: 16px;
	z-index: 100;
}
.thrColFixHdr #translateBox a {
	color: #666;
	text-decoration: none;
}
