@charset "UTF-8";
body  {
	font: 100% Helvetica, Arial, sans-serif;
	background: #ccc;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
.thrColAbsHdr #container { 
	position: relative;
	width: 920px;
	background: #fff;
	background-image: url(../images/bg_container.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
} 


.thrColAbsHdr #header { 
	height: 217px;
	min-height: 217px;
	background: #fff; 
	background-image: url(../images/bg_header.gif);
	padding: 22px 0 0 15px;
} 
.thrColAbsHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 240px;
	height: 450px;
	min-height: 450px;
	left: 0;
	width: 186px;
	margin: 10px 0 0 15px;
	padding: 0;
	background: #eee;
	background-image: url(../images/bg_navigationBott.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.thrColAbsHdr #promo {
	position: absolute;
	top: 705px;
	height: 200px;
	left: 0;
	width: 186px;
	margin: 10px 0 0 15px;
	padding: 0;
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 240px;
	right: 0;
	width: 327px;
	padding: 15px 15px 0 0;
}

#sidebar2_box {
	width: 327px;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	background-image: url(../images/bg_sidebarBott.gif);
	background-position: bottom;
	background-color: #eee;
	background-repeat: no-repeat;
}

#sidebar2_box img {
	padding: 0;
	margin: 0;
}

#sidebar2_box_inside  {
	padding: 0 10px;
}


.thrColAbsHdr #mainContent { 
	margin: 0 350px 0 200px;
	padding: 0 10px
}

.thrColAbsHdr #mainContentInside { 
	margin: 0 20px 0 200px;
	padding: 0 10px;
	min-height: 500px;
}

.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px;
	height: 65px;
	background:#ccc;
	background-image: url(../images/bg_footer.gif);
	background-position: bottom;
	clear: both;
} 
.thrColAbsHdr #footer p {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	color: #fff100;
	text-align: center;
}

#copyright { 
	padding: 0 10px 0 20px;
	height: 65px;
} 

#copyright p {
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
	color: #666;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color: #666;
	text-decoration: underline;
}

#copyright a:hover {
	color: #666;
	font-color: #000;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

p {
	font-size: .8em;
	line-height: 1.3em;
	color: #555;
}

hr {
	height: 1px;
	border: 0;
	color: #bbb;
	background-color: #333;
}

li {  
font-size: .8em;  
line-height: 1.3em;  
color: #555; 
}

.photoborder {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}


a:link, a:active, a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #f00;
}


/* navigation css */

.glossymenu{
margin: 5px 0 5px 15px;
padding: 0;
width: 165px;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
/*background: #eee;*/
font: bold 14px Helvetica, arial, sans-serif;
display: block;
position: relative;
width: auto;
padding: 4px 0;
padding-right: 17px;
text-decoration: none;
text-align: right;
}

.glossymenu a.menuitem:link, .glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #333;
}

.glossymenu a.menuitem .statusicon{
position: absolute;
top: 4px;
right: 0;
border: none;
}

.glossymenu a.menuitem:hover{
color: #c00;
}

.glossymenu div.submenu{
}

.glossymenu div.submenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px Helvetica, arial, sans-serif;
color: #666;
text-decoration: none;
text-align: right;
padding: 2px 17px 2px 10px;
}

.glossymenu div.submenu ul li a:hover{
color: #c00;
}


/* end navigation css */