/* CSS Document */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #515148;
	margin: 0 auto;
	padding: 0 0 10px 0;
	height: 100%;
	text-align: center;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #585B54;
	font-size: 70%;
	line-height: 160%;
}

body.popup {
	background-image: none;
	background-color: #fff;
}

.popup p {
	font-size: 0.7em;
}

a {
	color: #1a88a7;
	text-decoration: none;
    outline: none;
}

a:link {
	color: #FFA900;
	text-decoration: none;
}

a:visited {
	color: #FFA900;
	text-decoration: none;
}

a:hover {
	
	text-decoration: underline;
}


p {
	margin: 10px 0 10px 0;
}

ul {
	margin-top: 0;
	list-style-type: square;
}


form {
	margin: 0px;
}

h1 {
	color: #666;
	font-size: 200%;
	margin: 0 0 30px 0;
	padding: 0;
}

h2 {
	color: #DE8F07;
	font-size: 140%;
	margin: 0 0 1em 0;
	padding: 0;
}


h3 {
	color: #666;
	font-size: 110%;
	margin: 1.8em 0 1.2em 0;
	padding: 0;
}


h4 {
	color: #666;
	font-size: 100%;
	margin: 1.8em 0 1.2em 0;
	padding: 0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper {
	width: 750px;
	margin: 0 auto; /* align div to center */
	padding: 0px;
	text-align: left;
	/*background-image: url(images/page_bg.jpg);  
	background-repeat: repeat-y;*/
	background-color: #fff;
}

#logo {
	float: left;
	width: 216px;
	height: 138px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
}

#topPanel {
	width: 534px;
	height: 53px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}


#menuWrapper {
	width: 534px;
	height: 85px;
	background-color: #47494B;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}


#header {
	width: 720px;
	height: 196px;
	background-image: url(images/header_img.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding: 25px 0 0 30px;
	margin: 0;
}

#wrapperFooter {
	width: 750px;
	height: 60px;
	background-color: #E7E7E7;
	border-top: 1px solid #C2BEB1;
}

#footerBottom {
	background-image: url(images/footer_bottom.jpg);
	background-repeat: no-repeat;
	height: 6px;
	font-size: 1px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#contactBox {
	color: #ccc;
	font-size: 10px;
	line-height: 170%;
	width: 160px;
	padding: 30px 0 0 30px;
	margin: 0;
}

#newslist {
	float: right;
	margin: 15px 10px 0 0;
}

#title {
	height: 58px;
	margin: 1px;
	background-image: url(images/title_bg.gif);
	background-repeat: repeat-x;
	border-top: 5px solid #6D716C;
	border-bottom: 1px solid #EBE7DB;
	clear: both;
}

#title h1 {
	margin: 0 0 0 235px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 58px;
}

.leftCol {
	width: 216px;
	float: left;
}

.rightCol {
	width: 534px;
	float: left;
}

.contentInner {
	margin: 30px 20px 20px 20px;
}

.footerRight {
	width: 514px;
	float: left;
	height: 60px;
	padding-left: 20px;
	line-height: 60px;
	font-size: 9px;
	color: #888;
}

.leftContentInner {
	margin: 30px 0 100px 20px;
	background-color: #EDF3F5;
	padding: 10px;
}

/************ horizontal menu ****************/

#hMenu {
	height: 50px;
	margin: 15px 0 0 14px;
	padding: 0;
	list-style: none;
}

#hMenu a {
	height: 20px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	background-image: url(images/menu_item_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
	float: left;
	padding: 30px 11px 0 11px;
	border-left: 1px solid #76736B;
	font-family: "Arial Narrow", "Trebuchet MS", Arial;
}

#hMenu a:link, #hMenu a:visited {
	color: #D4D4D5;
}

#hMenu a:hover {
	color: #FFA800;
	text-decoration: none;
	background-position: left;
}

#hMenu li {
  	/*background-image: url(images/menu_item_bg.gif);
	background-position: right;
	background-repeat: no-repeat;*/
 	display: inline; /* Removes gaps in IE/WIN */
}

/* -- */


/************ vertical menu ****************/

#vMenu {
	width: 180px;
	margin: 30px 0 100px 20px;
	padding: 0;
	list-style: none;
}

#vMenu a {
	width: 176px;
	height: 25px;
	line-height: 25px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	/*background-image: url(images/menu_item_bg.gif);
	background-repeat: no-repeat;
	background-position: right;*/
	text-transform: normal;
	padding: 0 2px 0 2px;
	display: block;
	border-bottom: 1px solid #E7E7E7;
	text-align: right;
}

#vMenu a:link, #vMenu a:visited {
	color: #444;
}

#vMenu a:hover {
	color: #FFA800;
	text-decoration: none;
}

#vMenu li {
  	/*background-image: url(images/menu_item_bg.gif);
	background-position: right;
	background-repeat: no-repeat;*/
 	display: inline; /* Removes gaps in IE/WIN */
}

/* -- */



/**************** Text styles ****************/
.whiteText, .whiteText a, .whiteText a:visited {
	color: #fff;
}

.whiteText a:hover {
	text-decoration: underline;
}

.grayTxt, a.grayTxt, a.grayTxt:visited {
	color: #868686;
}

.lightGrayTxt, .lightGrayTxt a, .lightGrayTxt a:visited {
	color: #b7b7b7;
}

.lightGrayTxt a:hover {
	text-decoration: underline;
}

.lightGreenTxt {
	color: #a9c95d;
}

.lightGreenTxt, .lightGreenTxt a, .lightGreenTxt a:visited {
	color: #a9c95d;
}

.greenText, .greenText a, .greenText a:visited {
	color: #709a0d;
}

.greenText a:hover {
	text-decoration: underline;
}

.redTxt {
	color: #b71f1f;
}

.lightBlueTxt, .lightBlueTxt a, .lightBlueTxt a:visited {
	color: #cfebf1;
}

.lightBlueTxt a:hover {
	color: #cfebf1;
	text-decoration: underline;
}

.blueTxt, .blueTxt a, .blueTxt a:visited {
	color: #3a99b3;
}

.blueTxt a:hover {
	text-decoration: underline;
}

.whiteTxtBlueBg {
	color: #fff;
	background-color: #2d95b2;
	padding: 0 3px 0 3px;
	text-transform: uppercase;
	line-height: 1.4em;
}

.blueTxtUpCase {
	color: #2d95b2;
	text-transform: uppercase;
	font-size: 1.1em;
}

.txt1_2em {
	font-size: 1.2em;
}
.txt1_3em {
	font-size: 1.3em;
}
.txt1_4em {
	font-size: 1.4em;
}
.txt1_5em {
	font-size: 1.5em;
}
.txt1_6em {
	font-size: 1.6em;
}

/****************** Backgrounds *************/

.lightGrayBg {
	background-color: #f9f9fb;
}

.whiteBg {
	background: #fff;
}

/**************** MISC **********************/


.thumb {
	border: 12px solid #EEE;
	margin: 0 10px 10px 0;
	float: left;
}

.clear {
clear: both; height: 1px; font-size: 0.1px; border: none; margin: -1px 0 0 0; padding: 0; background: transparent;} 


hr {
 	height: 1px;
	background-color: #e2dcd2;
	color: #e2dcd2;
	border: 0px;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}


.floatLeft {
	float: left;
}


/*********** form ***************/


input.textfield {
	background-image: url(images/text_field_bg.gif);
	width: 150px;
	height: 18px;
	line-height: 18px;
	border-top: 1px solid #a3a3a3;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #e7e7e7;
	padding: 0;
	padding-left: 3px;
	vertical-align: middle;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
}


.btnGo {
	width: 24px;
	height: 18px;
	background-color: #828792;
	background-image: url(images/btn_go.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 0;
	border: 0;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Tahoma, Helvetica;
}


.searchField {
	font-size: 14px;
	border: 1px solid #CFCFCE;
	width: 155px;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #F6F6F5;
	vertical-align: middle;
	padding: 3px;
}

