﻿/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #444;
	}

.SkinBGColor { background-color: #E7E5BE; }
	
A { color: #A28; text-decoration: underline; }
A:visited { color: #815; text-decoration: underline; }
A:hover { text-decoration: none; }
A:active {	color: #B28; text-decoration: none; }
 
h1, H1 {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 24px; font-weight:normal; color: #852;	 
	text-decoration: none;	
	}
h3, H3 {
	margin-top: 3px;
	font-size: 14px; font-weight: bold; color: #852;	 
	text-decoration: none; text-transform: none;
	}
h4, H4 {
	margin-top: 3px;
	font-size: 12px; font-weight: bold;
	text-decoration: none; text-transform: none;
	}
	

	
.OptionText, .OptionText * {
	font-size: 0.9em;
	}	
	
.counter { font-size: 0.8em; }


#menu .Header {
	width: 130px; height: 257px;
	margin: 0px; padding: 21px 21px 0px 21px;
	background-image:url(/Images/Layout/Menu3.jpg);
	background-repeat: no-repeat;
}
#menu .Content {
	width: 130px;
	padding: 10px;
	border-width: 0px 1px 1px 1px;
	border-style: solid; 
	border-color: #E7E5BE;
	margin: 0px 10px 10px 10px;
}	
	#menu .menuitem  { 
		width: 110px; height: 18px; overflow: hidden; display: block; margin: 1px 0px;
		padding: 5px 10px;
		color: #840;
		font-family: Arial, Helvetica, sans-serif; font-size: 11px;
		text-transform: UPPERCASE; font-weight: bold; text-decoration: none;
		  }
	#menu A.menuitem, #menu A.menuitem:hover  { 
		width: 108px; height: 16px; overflow: hidden; display: block; margin: 1px 0px;
		padding: 5px 10px;
		border: 1px solid #EEE; 
		color: #840;
		font-family: Arial, Helvetica, sans-serif; font-size: 11px;
		text-transform: UPPERCASE; font-weight: bold; text-decoration: none;
		  }
	#menu A.menuitem:visited {  
		color: #950;
		}		
	#menu A.menuitem:active {  
		color: #F90;
		}		


#console .Header {
	position: relative; width: 468px; height: 237px;
	margin: 0px; padding: 41px 41px 0px 41px;
	background-image:url(/Images/Layout/Content3.jpg);
	background-repeat: no-repeat;
}
	#console .Header .Title {
		position: absolute; bottom: 16px; right: 50px;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 28px; text-transform: uppercase; letter-spacing: 3px;
		color: #950; 
	}
#console .Content {
	width: 468px;
	padding: 20px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #E7E5BE;
	margin: 0px 20px 20px 20px;
}
#console .Footer {
	width: 468px;
	padding: 5px;
	text-align: center;
	margin: 0px 20px 20px 20px;
}

/* RIGHT COLUMN */
	
#features .Header {
	width: 190px; height: 257px;
	margin: 0px; padding: 21px 21px 0px 21px;
	background-image:url(/Images/Layout/Features3.jpg);
	background-repeat: no-repeat;
}
#features .Content {
	width: 190px;
	padding: 10px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #E7E5BE;
	margin: 0px 10px 10px 10px;
}

	.Feature {
		width: 190px; display: block; 
		margin: 0px 0px 20px 0px; padding: 0px;
		border-top: solid 1px #EEE;
		border-bottom: solid 1px #EEE;
	}		
	
		.Feature .title {
			position: relative;
			width: 184px; display: block; 
			padding: 3px; margin: 2px 0px;
			background-color: #EEE;
			text-align: center; 
			color: #950; font-family: Arial, Helvetica, sans-serif; font-size: 11px;
			text-transform: UPPERCASE; font-weight: bold; text-decoration: none;
		}	
			
		.Feature .menubar {
			position: relative;
			width: 184px; display: block; 
			padding: 3px; margin: 2px 0px;
			background-color: #EEE;
			background: url(Images/Layout/3/dropDownBG.gif); background-repeat: repeat;
			text-align: center; 
			color: #950; font-family: Arial, Helvetica, sans-serif; font-size: 11px;
			text-transform: UPPERCASE; font-weight: bold; text-decoration: none;
		}		
			.Feature .menubar .icon {
		 		position: absolute; right: 4px;
			}	
	
		.Feature .body {
				width: 190px; display: block;
				padding: 5px 0px; overflow:hidden;
				font-size: 11px;
		}		
			.Feature .body * {
				font-size: 11px;
			}	
			
		.Feature .body .subtitle {
			display: block; width: 182px; padding: 3px; 
			margin: 2px 0px; border: solid 1px #EEE;
			background-color: inherit; 
			text-align: center; overflow: hidden;
			color: #840; font-family: Arial, Helvetica, sans-serif; font-size: 11px;
			text-transform: UPPERCASE; font-weight: bold; text-decoration: none; 
		}			
	
		.Feature .options {
			width: 182px; display: block; 
			padding: 3px; margin: 2px 0px;
			background-color: inherit; border: solid 1px #EEE;
			text-align: right;
		}		
			
/* / RIGHT COLUMN */


	
.ReadText, .ReadText * { font-family: Georgia, "Times New Roman", Times, serif; }	

.ReadLink { color: #444; text-decoration: none; border-bottom: 1px dotted #444; }
.ReadLink:visited { color: #222; text-decoration: none; border-bottom: 1px dotted #222; }
.ReadLink:hover { color: #444; text-decoration: none; border: none; }
.ReadLink:active { color: #844; text-decoration: none; border: none; }
	

.PhotoCaption {
	margin: 4px 30px; padding: 4px; border: solid 1px #AAA; 
	text-align: center; color:#666; 
	font-family:Arial, Helvetica, sans-serif; font-size:10px;
	}
	
.ArticlePhotoIndex TD {
	 width: 110px; margin: 5px;
	 text-align: center;
	 border: thin dotted #bbb;
	 font-weight: bold;
}	
.ArticlePhotoIndex IMG {
	 margin: 5px;
	 border: 0px;
}


/* Banner */

	.TextBanner .title {
		color: #822;
	}

/* / Banner */




