@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/bg_grad.jpg);
	background-repeat: repeat-x;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	font-family: Arial, Helvetica, sans-serif;  /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	f\ont-family: Arial, Helvetica, sans-serif; /* for other IE versions */
}

#bodyContainer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

/*-------- HEADER STYLES ---------*/

#headerContainer {
	clear: both;
}

#printLogo {
	display: none;
	}

/*---------- BODY STYLES ----------*/

#sidebar {
	width: 200px;
	float: left;
}

#contentContainer {
	width: 555px;
	margin-left: 205px !important;
	margin-left: 200px;
	margin-top: 0px;
}

#contentTop {
	background: url(../images/content_top.png)  no-repeat;
	height: 5px !important;
}

#contentBottom {
	background: url(../images/content_bottom.png) top no-repeat;
	height: 5px !important;
}

#content {
	background-color: #fff;
	padding: 5px 10px 0 10px;
	min-height: 400px;

	margin-top: 0px;
}

#content p {
	/*margin: 8px;*/
	padding: 5px 0px 0 0px;
}

#pageName {
	background-color: #5c7797;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	padding-right: 5px; 
	text-align: right;
}

#gTranslator {
	
}

#icons {
	text-align: right;
}

#icons a {
	padding: 0 8px 0 0;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

#icons img {
	vertical-align: baseline;
	padding: 0 3px 0 0;
}

#icons a:hover {
	color: #ccc;
}

/*---------- QUICKLINKS ----------
#quickLinksContainer {
	width: 160px;
	float: right;
	padding: 0px 5px 0px 10px;
}

#quickLinks {
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	float: right;	
	width: 160px;
}
#quickLinks li {
	width: 160px;
	margin-top: 7px;
}
#quickLinks a:link, #quickLinks a:visited, #quickLinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color: #5c7797;
	display: block;
	border: 1px groove #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
}
#quickLinks a:hover {
	background-color: #a68962;
}*/

/*---------- QUICKLINKS ----------*/
#qlContainer {
	width: 150px;
	float: right;
	padding: 0px 5px 0px 10px;
}

#ql {
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	float: right;	
	width: 150px;
}

#ql li {
	width: 150px;
	margin-top: 7px;
}
#ql a:link, #ql a:visited, #ql a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px 7px 0 10px;
	background-image: url(../images/qlBtn_top.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#ql a:hover {
	color: #666;
}

#qlBottom {
	background-image: url(../images/qlBtn_bottom.jpg);
	background-repeat: no-repeat;
	height: 13px;
}

/* ---------------------------------- HEADER MENU ---------------------------------- */

#headerMenu {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#headerMenu ul {
	display: inline;
	list-style-type: none;
}

#headerMenu li {
	padding: 0 15px;
	display: inline;
}

#headerMenu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#headerMenu a:link, #headerMenu a:visited, #headerMenu a:active {
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
#headerMenu a:hover {
	color:#ccc;
}

/* ---------------------------------- FOOTER MENU ---------------------------------- */

#footer {
	/*width: 760px;*/
	text-align: center;
	margin-top: 0;
	padding-top: 5px;
	clear: both;
}

	#footer p {
		padding: 5px 0 5px 0;
		font-size: 90%;
		color: #000;
	}
	
	#footer a.link,#footer a.visited,#footer a.active {
	color: #3d595d;
	text-decoration: none;
	}

	#footer a.hover {
		color: #336699;
		text-decoration: underline;
	}
	
#footerMenu {
	margin-left: auto;
	margin-right: auto;
}

#footerMenu ul {
	display: inline;
	list-style-type: none;
}

#footerMenu li {
	padding: 0 7px;
	display: inline;
	border-left: 1px solid #000;
}

#footerMenu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#footerMenu a:link, #footerMenu a:visited, #footerMenu a:active {
	color: #3d595d;
	font-size: 75%;
	text-decoration: none;
	text-transform: uppercase;
}
#footerMenu a:hover {
	color:#ccc;
}