/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #1d221f;
	margin: 0 auto;
	padding: 0 0 10px 0;
	height: 100%;
	text-align: center;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #7B909B;
	font-size: 70%;
	line-height: 150%;
}


a {
	color: #325a7c;
	text-decoration: none;
}

a:link {
	color: #325a7c;
	text-decoration: none;
}

a:visited {
	color: #325a7c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


p {
	margin: 5px 0 15px 0;
}

h1 {
	color: #33506a;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 135%;
	margin: 0 0 30px 0;
	padding: 10px 0 5px 0;
	font-weight: normal;
	line-height: 100%;
	border-bottom: 1px solid #cce;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #333;
	font-size: 120%;
	margin: 30px 0 10px 0;
	padding: 0;
	line-height: 100%;
}

h2 a,  h2 a:visited {
	color: #696969;
}

form {
	margin: 0;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper {
	width: 800px;
	margin: 0 auto; /* align div to center */
	padding: 0;
	text-align: left;
	background-color: #E3E3E3;
}

#topLine {
	width: 800px;
	height: 54px;
	background-image: url(images/header_top.gif);
	background-repeat: no-repeat;
	background-color: #272A2D;
}

#header {
	width: 800px;
	height: 177px;
	background-image: url(images/header_img.jpg);
	background-repeat: no-repeat;
	background-color: #94B8CE;
}

#menuWrapper {
	width: 775px;
	height: 39px;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	background-color: #181E1B;
	padding: 5px 0 0 25px;
}


#contentWrapper {
	width: 750px;
	background-color: #E3E3E3;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 45px 25px 0px 25px;
}


#footerWrapper {
	width: 775px;
	background-color: #161E25;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 57px;
	text-align: left;
	margin: 0;
	clear: both;
	padding: 0 0 0 25px;
}



/***********************************************/
/* Components                                  */
/***********************************************/


#newsletter {
	float: right;
	width: 310px;
	height: 20px;
	margin-top: 20px;
	color: #D6DEE2;
	font-size: 10px;
	line-height: 20px;
}

#newsletter img{
	margin-right: 5px;
}

#newsletter .txtfield {
	background-color: #D6DEE2;
	width: 140px;
	height: 16px;
	border: 1px solid #fff;
	vertical-align: top;
	margin: 0 0 0 10px;
	font-size: 10px;
	color: #555;
	line-height: 16px;
}

#newsletter .btn {
	vertical-align: top;
	margin: 0 0 0 10px;
	background-color: #C0B77D;
	background-image: url(images/btn_add.gif);
	width: 22px;
	height: 20px;
	border: 0;
	cursor: pointer;
}

#col1 {
	width: 465px;
	float: left;
}


#col2 {
	width: 285px;
	float: left;
}

#contentCol {
	margin-left: 20px;
	width: 505px;
	float: left;
}


#contentBottom {
	background-image: url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 34px;
	padding: 20px 0 0 30px;
	clear: both;
}



/************ menu ****************/

#menu {
	margin: 0px;
	padding: 0;
	list-style: none;
}

#menu a {
	width: 73px;
	height: 32px;
	line-height: 32px;
	display: block;
	text-decoration: none;
	font-family: "Arial Narrow", "Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	background-image: url(images/menu_item_bg.gif);
	background-position: left;
}

#menu a:link, #menu a:visited {
	color: #c6c6c6;
}

#menu a:hover {
	background-position: right;
}

#menu li {
  	background-image: url(images/menu_item_bg.gif);
	background-repeat: no-repeat;
 	display: inline; /* Removes gaps in IE/WIN */
	float: left;
	margin-left: 10px;
}

/* -- */

/***************** side menu 1 ****************/

#sideMWrapper {
  	width: 221px; 
 	padding: 0;
	margin: 0;
	background-color: #101417;
	float: left;
}

ul.sideMenu {
  	width: 221px; 
 	margin: 0 0 20px 0; 
 	padding: 0; 
  	list-style: none; 
}

ul.sideMenu a {
	font-size: 11px;
	color: #D7D7D7;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
  	background-image: url(images/side_menu_item_l02.gif);
	background-repeat: no-repeat;
	background-position: left;
  	display: block;
 	width: 188px;
  	height: 23px;
 	line-height: 23px;
	float: left;
	margin: 0;
	padding: 0 0 0 33px;
}

ul.sideMenu a.level01:link, ul.sideMenu a.level01:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #FF9000;
  	background-image: url(images/side_menu_item_l01.gif);
	padding: 0 8px 0 25px;
	margin: 10px 0 10px 0;
}

ul.sideMenu a:link, ul.sideMenu a:visited {
	color: #D7D7D7;
}
 
ul.sideMenu a:hover {
    text-decoration: none;
	color: #549BCE;
}
 
ul.sideMenu li {
  	background-image: url(images/side_menu_item_l02.gif);
	background-repeat: no-repeat;
 	display: inline; /* Removes gaps in IE/WIN */
}




/* -- */



/************ link menus home ****************/

.linkBox {
	width: 133px;
	float: left;
	margin: 0 20px 25px 0;
}

.linkBox .links {
	min-height: 182px;
	height: auto !important;
	height: 182px;
	margin: 0;
	list-style: none;
	width: 133px;	
	padding: 0;
	background-color: #fff;
}

.linkBox .links  a {
	display: block;
	line-height: 18px;
	width: 113px;
	padding: 0 10px 0 10px;
	height: 18px;
}


.linkBox .links  a, .linkBox .links  a:visited {
	color: #616161;
}

.linkBox .links  a:hover {
	color: #000;
	background-color: #D3D3F8;
	text-decoration: none;
}


.linkBox .links li {
 	display: inline; /* Removes gaps in IE/WIN */
}


.linkBox .title {
	width: 123px;	
	color: #fff;
	font-size: 110%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E3E3E3;
	padding-left: 10px;
	height: 22px;
	line-height: 22px;
}

.linkBox .title a {
	color: #fff;
	display: block;
	width: 113px;
}

/* -- */

#footerLinks {
	width: 465px;
	height: 57px;
	line-height: 57px;
	float: left;
	color: #B4B4B4;
}

#footerInfo {
	width: 285px;
	height: 57px;
	line-height: 57px;
	float: left;
	font-size: 9px;
	color: #808080;
}

#footerLinks a,  #footerLinks a:visited {
	color: #B4B4B4;
	font-family: sans-serif, Arial, Helvetica;  
	font-size: 10px;
}

#footerLinks a {
	margin: 0 10px 0 10px;
}

#footerLinks a:hover {
	text-decoration: underline;
}




/**************** MISC **********************/


.thumb {
	border: 7px solid #FFF;
	margin: 0 6px 8px 0;
	float: left;
}



.clear {
	clear:both;
	margin-top:-1px;
	height:1px;
	font-size: 0px;
	overflow: hidden;
} 


hr {
 	height: 1px;
	background-color: #ccc;
	color: #ccc;
	border: 0px;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}


.floatLeft {
	float: left;
}




