@charset "utf-8";
/* CSS Document */

body,html {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Arial,Verdana,Tahoma, Georgia  ;
	font-size:12px;
	color:#333333;
	background-color:#000000;
}
.clearer {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin-bottom:-1px;
	overflow:hidden;
}
ul,li,td,p,h1,h2,h3,h4 {
	padding:0px;
	margin:0px;
}
img {
	border:none;
}
h1 {
	font-size:1.5em;
	padding:5px 0px 4px 0px;
	border-bottom:dotted 1px #888888;
}
h2 {
	font-size:1.2em;
	border-bottom:dotted 1px #888888;
	padding:4px 0px 2px 0px;
	margin-bottom:5px;
}
h3 {
	font-size:1em;
}
p {
	padding:5px 10px;
	line-height:1.6em;
}
.imageNote {
	font-size:0.8em;
}
.newcontent h2 {
		border:none;
}
.newcontent ul {
	padding-top:10px;
}
.newcontent {
	padding:20px 0px;
	width:90%;
	border-bottom:1px inset #D4C9AA;
	margin:0px auto;
}
/***************************/
#happynewyear {
	background: url(/images/happynewyear.png) no-repeat;
	width:140px;
	height:288px;
	position:absolute;
	right:30px;
	top:0px;
	text-indent:-2000em;
}
* html #happynewyear {
/*	display:none;*/
}
/*****************************************************************/
#wrapper {
	width:780px;
	margin:10px auto;
}
#header {
	height:95px;
}
#logo {
	background-image:url(/new_images/logo.gif);
	background-repeat:no-repeat;
	width:175px;
	height:90px;
	text-indent:-2000em;
}
/** Navigation **************************************************/
#navigation {
	background-image:url(/new_images/navigationBackground.gif);
	background-repeat:no-repeat;
	background-color:#a18a52;
	width:780px;
	min-height:30px;
	display:block;
	float:none;
	
}
* html #navigation {
	height:30px;
}
#navigation ul {
	list-style:none;
	padding:2px 30px 0px 30px;
}
#navigation li {
	display:inline;
	line-height:28px;
}
#navigation a {
	background:transparent;
	float:left;
	margin:0px;
	padding:0px 3px 0px 0px;
	text-decoration:none;
	color:#000000;
	min-height:28px;
	cursor:pointer;
	margin:0px 4px;
}
#navigation a span {
	background:transparent;
	display:block;
	float:left;
	padding:0px 10px 0px 13px;
}

#navigation a:hover {
	background:transparent url(/new_images/activeLinkBG_right.gif) no-repeat scroll right top;
	color:#FFFFFF;
}
#navigation a:hover span {
	background:transparent url(/new_images/activeLinkBG.gif) no-repeat scroll left top;
	color:#FFFFFF;
}

#navigation ul li a.currentLink   {
	background:transparent url(/new_images/activeLinkBG_right.gif) no-repeat scroll right top;
	float:left;
	margin:0px;
	padding:0px 3px 0px 0px;
	text-decoration:none;
	color:#FFFFFF;
}
#navigation ul li a.currentLink span {
	background:transparent url(/new_images/activeLinkBG.gif) no-repeat scroll left top;
	display:block;
	float:left;
	padding:0px 10px 0px 13px;
	
}
/****************************************************************/
#mainContainer {
	width:774px;
	display:block;
	float:none;
	background-color:#faf1da;
	padding:0px 3px;
}

#innerContainer {
	background-image:url(/new_images/mainBackground.gif);
	background-repeat:repeat-x;
	background-color:#ccb988;
	min-height:300px;
	padding:0px 10px 10px 10px;
	margin:0px auto;
}
* html #innerContainer {
	height:300px;
}
.home #innerContainer {
	padding:10px 10px 10px 10px;
	margin:0px;
	background-repeat:repeat-x;
	width:390px;
	float:left;
}

.home .rightColumn {
	float:right;
	min-height:300px;
	background-color:#faf1da;
	padding-left:2px;
	width:361px;
}
* html .home .rightColumn {
	height:300px;
}
#mainContent {
	background-image:url(/new_images/contentFullWidthBG.gif);
	background-color:#d4c9aa;
	background-repeat:repeat-x;
	min-height:300px;
	padding:10px;
	line-height:1.5em;
	position:relative;
}
* html #mainContent {
	height:300px;
}


/***** Footer */
#footer {
	background-image:url(/new_images/footerBackground.gif);
	background-color:#FAF1DA;
	background-repeat:repeat-x;
	min-height:25px;
	padding:10px 10px 5px 10px;
	color:#777777;
	text-align:left;
	/*margin-bottom:10px;*/
}
* html #footer {
	height:25px;
}
#footer p {
	float:left;
	font-size:0.8em;
	padding:3px;
}



#footerNavigation {
background-color:#FAF1DA;
	font-size:0.8em;
	color:#777777;
	/*padding:2px 5px;*/
	clear:both;
	/*float:right;*/
	border-top: 1px solid #333333;
	margin-bottom: 3px;
	
}
#footerNavigation ul {
	min-height:1.3em;
	margin:0px auto;
	text-align:center;
}
* html #footerNavigation ul {
	height:1.3em;
}
#footerNavigation a {
	color:#777777;
	text-decoration:none;
	padding:0px 5px;
}
#footerNavigation a:link,#footerNavigation a:visited {
	text-decoration:none;
}
#footerNavigation a:hover,#footerNavigation a:active{
	text-decoration:underline;
}
#footerNavigation li {
/*	float:right;*/
	display:inline;
	list-style:none;
	border-left:solid 1px #777777;
}

/***** CREDITS */
#credits {
	font-size:0.8em;
	color:#444444;
	padding:2px 5px;
	float:left;
}
#credits a {
	color:#444444;
	text-decoration:none;
	padding:0px 5px;
}
#credits a:link,#credits a:visited {
	text-decoration:none;
}
#credits a:hover,#credits a:active{
	text-decoration:underline;
}
#credits li {
	float:left;
	list-style:none;
	border-right:solid 1px #444444;
}
/****** Footer Tags */
#footerTags {
	float:right;
}
#footerTags li {
	float:left;
	list-style:none;
}
