@charset "utf-8";

/* CSS Document */

body {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	margin:0;

}



.links:link     { color:#0099FF; text-decoration:none; }

.links:active   { color:#0099FF; text-decoration:none; }

.links:visited  { color:#0099FF; text-decoration:none; }

.links:hover    { color:#90c161; text-decoration:none; }



#head_wrapper {

	width:1000px;

	margin-left:auto;

	margin-right:auto;

	margin-bottom:-4px;

}



		#head_left {

			float:left;

			width:690px;

			margin-bottom:0;

		}



				#head_left img {

					border:none;

				}



		#head_right {

			float:left;

			width:310px;

		}

		

				#head_right ul {

					list-style:none;

					margin:30px 0 0 0;

					padding:0;

				}

				

				#head_right li {

					float:left;

				}

				

				#head_right li a {

					display:block;

					width:100px;

					height:25px;

					background:url(images/top_nav_bg.png) center no-repeat;

					margin-left:2px;

					font-size:12px;

					line-height:25px;

					text-align:center;

					color:#999;

				}



				#head_right li a:hover {

					background:url(images/top_nav_bg_over.png) center no-repeat;

					color:#090;

				}

#twitterLink {

	outline:none;

}

#twitter {

	border:none;

	margin-top:15px;

	margin-left:145px;

}



#navigation {

	clear:left;

	width:1000px;

	margin-left:auto;

	margin-right:auto;

	margin-top:0;

}



		#navigation ul {

			list-style:none;

			margin:0;

			padding:0;

			border:1px solid #CCC;

			height:50px;

			margin-bottom:10px;

			background:url(images/nav_bg.png) left repeat-x;

		}

		

		#navigation li {

			float:left;

		}

		

		#navigation li a {

			display:block;

			width:142px;

			height:50px;

			line-height:50px;

			text-align:center;

			color:#333;

			font-size:16px;

			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

			text-transform:uppercase;	

		}

		

		#navigation li a:hover {

			background:url(images/nav_bg_over.png) left repeat-x;

			color:#707e55;

		}

		

		#link1 { background:url(images/nav_divider.png) bottom right no-repeat; }

		#link2 { background:url(images/nav_divider.png) bottom right no-repeat; }

		#link3 { background:url(images/nav_divider.png) bottom right no-repeat; }

		#link4 { background:url(images/nav_divider.png) bottom right no-repeat; }

		#link5 { background:url(images/nav_divider.png) bottom right no-repeat; }

		#link6 { background:url(images/nav_divider.png) bottom right no-repeat; }



#body_wrapper {

	clear:left;

	width:1000px;

	margin-left:auto;

	margin-right:auto;

}



#footer_wrapper {

	width:970px;

	margin-left:auto;

	margin-right:auto;

	margin-top:20px;

	height:40px;

	padding:8px 15px 15px 15px;

	color:#666666;

	border:1px solid #CCC;

	font-size:14px;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	background:url(images/footer_bg.png) left bottom repeat-x;

}



#footer_wrapper p {

	padding:0;

	margin:10px 0 0 0;

}

/* MISC CSS ITEMS */

.divClearLeft {

	clear:left;

	height:1px;

}

.divClearLeftNil {

	clear:left;

	height:1px;

	padding:0;

	margin:0;

}

.divClearRight {

	clear:right;

	height:1px;

}



a {

	text-decoration:none;

}



#noscript {

	border:1px solid #F00;

	background-color:#FCF;

	text-align:center;

	color:#900;

	padding:10px;

	margin:15px;

	font-size:12px;

}
