@charset "utf-8";

/*ul menus*/
#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li
{
	float: left;
	margin: 0 0.15em;
}
#nav-menu li a
{
	height: 39px;
	line-height: 39px;
	float: left;
	padding-left:10px;
	padding-right:10px;
	/*width: 7em;*/
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	/*font-weight:bold;*/
}
#nav-menu li a:hover{
	float:none;
	color:#FFF; /*#FDCA57;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/menu_bg_hover.jpg);
	background-repeat: repeat-x;	
}
/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none
}
/* End hide */

#nav-menu
{
	width:100%
} 
/*end nav menu*/


.table_bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	height: 825px;
	min-height: 825px;
}
.menu_bg {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

.header_txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFF;	
}

.normal_txt {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color:#5E5E5E; line-height:17px;
}

.normal_txt_header {
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	color:#5E5E5E; line-height:17px;
}

#image{background:#dbdbdb;}

.bigwhitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.blacktxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.greytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
}
.headerTexts {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#999;
}
.contactHeader {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:100;
	font-style:italic;
	color:#CCC;
}
.normal_main_header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#828282;
	font-style:italic;
}
.normal_txt_red {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color:#F00;
	line-height:17px;
}
.normal_txt_red a:link {
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	color:#F00;
	line-height:17px;
}
.normal_txt_red a:visited {
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	color:#F00;
	line-height:17px;
}
.normal_txt_small {
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	color:#5E5E5E; line-height:17px;
}
.myList {
	list-style-image:"samlllogo.jpg";
	margin-left:0px;
	padding-left:0px;
}
.tableBox {
	border:groove;
	border-color:#CCC;
	border-width:1px;
	border-collapse:collapse;
}
