/* Set tag styles */
* {
	margin: 0;
	padding: 0;
}
html {
	background: #a7a7a7 url(../images/bg.jpg) repeat-x top center;
}
body {
	color: #000000;
	font-family: Verdana, Lucida, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	font-weight: normal;
}
img {
	border: none;
}
a {
	color: #c00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #f00;
}

/* Some useful classes */
.clear {
	clear: both;
}

.message {
	margin: 15px;
	padding: 5px;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}

.required {
	width: auto;
	margin: 0;
	padding: 5px;
	color: #DC1313;
	border-top: none;
	border-bottom: 1px solid #FF7373;
	border-left: 1px solid #FF7373;
	border-right: 1px solid #FF7373;
	background: #FED0D0;
}

.s-width {
	margin: 0 auto;
	padding: 0 18px;
	width: 880px;
}

/*** Main Site Container ***/
#Container {
	background: transparent url(../images/bg-shaddow.png) repeat-y top center;
	text-align: left;
}

/*** Header ***/
#Header {
	background: #ffffff url(../images/header-bg.jpg) repeat-x top center;
	height: 228px;
	border-bottom: 4px solid #861015;
}
	#Header #Logo {
		background: transparent url(../images/logo.png) no-repeat bottom right;
		height: 81px;
		padding: 14px 0 0 69px;
		margin-bottom: 18px;
		width: 194px;
	}

/*** Main Nav ***/
#Navigation {
	font-size: 0.9em;
	list-style: none;
	margin-left: 23px;
	height: 29px;
	padding-top: 200px;
}
	#Navigation li {
		display: block;
		float: left;
		margin-right: 1px;
	}
		#Navigation li a {
			background: transparent url(../images/nav-bg.png) no-repeat top left;
			color: #333333;
			display: block;
			line-height: 29px;
			overflow: hidden;
			text-align: center;
			text-decoration: none;
			width: 93px;
			vertical-align: bottom;
		}
			#Navigation li a:hover {
				color: #f00;
				text-decoration: none;
			}
		#Navigation li.current a, #Navigation li.section a {
			background: transparent url(../images/nav-selected.png) no-repeat top left;
			color: #ffffff;
		}
		
		/* Navagation Second Level */
		#Navigation li ul {
			background: transparent;
			border-left: 1px solid #CCCCCC;
			border-right: 1px solid #CCCCCC;
			border-bottom: 1px solid #CCCCCC;
			margin-left: -1px;
			margin-top: -2px;
			padding: 0;
			position: absolute;
			visibility: hidden;
		}
			#Navigation li ul li {
				background: none;
				float: none;
				margin-right: 0px;
			}
				#Navigation li ul li a {
					background: #FFFFFF !important;
					border: none;
					color: #000000 !important;
					font-size: 0.9em;
					line-height: 20px;
					padding: 0 3px;
					text-align: left;
					width: 138px;
					opacity: 0.9;  filter: alpha(opacity = 90);
				}
				#Navigation li ul li.current a, #Navigation li ul li.section a {
					background: #FFFFFF !important;
					color: #000000 !important;
				}
					#Navigation li ul li a:hover {
						background: #ff6 !important;
						opacity: 1.0;  filter: alpha(opacity = 100);
						color: #f00 !important;
					}

		#Navigation li.first ul {
			margin-left: 0;
		}
		#Navigation li.first ul li a, #Navigation li.last ul li a {
			width: 137px;
		}

#BigImage {
	background: transparent url(../images/bigimage.jpg) no-repeat top left;
	height: 134px;
}
/*** Content Layout ***/
#Layout {
	background: #ffffff url(../images/bubble-bg.gif) repeat-x top center;
	padding: 14px 50px;
}

#Breadcrumbs {
	margin-bottom: 5px;
	font-size: 0.8em;
}
	#Breadcrumbs a {
		text-decoration: underline;
	}

/*** Footer ***/
#Footer {
	background: transparent url(../images/footer-shaddow.png) no-repeat bottom center;
	font-family: Arial, Verdana, Lucida, sans-serif;
	height: 86px;
	color: #dcbabb;
}
	#Footer a {
		color: #dcbabb;
		text-decoration: none;
	}
		#Footer a:hover {
			text-decoration: underline;
		}
	#Footer p {
		line-height: 25px;
		margin: 0 !important;
		padding: 0;
	}
	#Footer #FooterBg {
		background-color: #861015;
		font-size: 0.9em;
		padding: 9px 12px;
	}
	#Footer #FooterNav {
		margin: 10px 0px 7px;
		text-align: left;
	}
	#Footer #FooterCopy .copy {
		float: left;
	}
	#Footer .by {
		background: transparent url(../images/digicreative.png) no-repeat center right;
		float: right;
		padding-right: 22px;
	}
	
	#Footer .remark { 
		background-image: url('../images/remark.png');
		padding-right: 60px;
	}

/* Search Results */
#SearchResults {
	list-style: none;
	margin: 20px 0 0 0;
}
	#SearchResults li {
		margin: 10px 0;
	}
	#SearchResults a.searchResultHeader {
		font-size: 1.2em;
		font-weight: bold;
		text-decoration: none;
	}

/* For modules with Sidebar */
#Sidebar {
	padding: 0;
	width: 197px;
}
	#Sidebar .sidebarBox {
		background: #f5f6f6;
		margin: 0 0 20px 0;
	}
		#Sidebar .sidebarBox a {
			color: #333333;
		}

	#Sidebar h3 {
		border-bottom: 1px #ffffff solid;
		clear: both;
		color: #1F2735;
		font-size: 1.3em;
		font-weight: bold;
		line-height: 25px;
		margin: 0;
		padding: 0 0 0 10px;
	}

	#Sidebar ul {
		padding: 10px 5px;
	}

	#Sidebar li {
		list-style: none;
		line-height: 1.6em;
	}
	
	#Sidebar #Menu2 {
		padding: 5px 10px;
	}
		#Sidebar #Menu2 li {
			list-style: none;
		}

/* Comments Holder */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 10px 1px 1px 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
	text-align: right;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 11px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

#NewsletterForm_Email {
	padding: 10px 5px;
}
.newsletter {
	font-size: 0.9em;
}
	.newsletter form {
		padding: 10px;
	}
	.newsletter label {
		display: block;
		float: left;
		line-height: 18px;
		width: 40px;
	}
	.newsletter .field {
		clear: both;
		padding-bottom: 5px;
	}
	.newsletter .middleColumn {
		width: 129px;
	}
	.newsletter input.text {
		width: 123px;
	}
	.newsletter .Actions {
		clear: both;
		text-align: right;
	}