/* Free standard-compliant open source XHTML/CSS template provided by Eatlon.com */

body {
	background-image: url(common/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #b9baba;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .7em;
	color: #8f8f8f;
	padding: 0;
	margin: 0;
}


a { text-decoration: none; color: #777; padding: 0; margin: 0; }
a:hover { text-decoration: none; color: #777; /*border-bottom: 1px solid #6d819d;*/ outline: 0; padding: 0; margin: 0; }

a.discrete { text-decoration: none; color: #777; padding: 0; margin: 0; }
a.discrete:hover { text-decoration: underline; color: #777; border-bottom: 0; outline: 0; padding: 0; margin: 0; }

a.title { text-decoration: none; color: #777; padding: 0; margin: 0; }
a.title:hover { text-decoration: none; color: #777; border-bottom: 0; outline: 0; padding: 0; margin: 0; }

h1 {
	font-family: georgia, serif;
	font-size: 3em;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: georgia, serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1em;
	border-bottom: 1px solid #e0e0e0;
	padding: 0;
	margin: 0 0 5px 0;
}

h4 {
	font-size: 1.3em;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

.in { text-indent: 20px; }

#wrap {
	width: 876px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background-color: #fff;
	padding: 0;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 140px;
	background-image: url(common/head_bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
}

	.title_tagline {
		width: 95%;
		height: 140px;
		background-image: url(common/banner.png);
		background-repeat: no-repeat;
		background-position: top right;
		padding: 30px 0 0 30px;
		margin: 0;	
	}


#menu {
	height: 60px;
	background-image: url(common/menu_bg.gif);
	background-repeat: repeat-x;
	font-size: 1.1em;
	padding: 11px 0 0 22px;
	margin: 0;
}

#menu a { text-decoration: none; color: #fafafa; font-weight: bold; padding: 0; margin: 0; }
#menu a:hover { text-decoration: none; color: #d0d0d0; outline: 0; padding: 0; margin: 0; }

	#menu ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	#menu ul li {
		float: left;
		padding: 0 0 0 0;
		margin: 0 10px 0 10px;
	}


#content {
	background-color: #fff;
	margin: 10px 0 0 0;
	padding: 0 18px 0 20px;
}

/* The following CSS,
	"submenu_a",
	"right_wrap",
	"content_middle" and
	"submenu_b"
define the double submenus layout for index.html */

	.submenu_a {
		float: left;
		width: 15%;
		padding: 0;
		margin: 0 0 0 10px;
	}

		.submenu_a p {
			padding: 0;
			margin: 6px 0 0 0;
		}

		.submenu_a ul {
			list-style-type: none;
			padding: 0;
			margin: 5px 0 25px 0;
		}

		.submenu_a ul li {
			padding: 0;
			margin: 0;
		}

	.right_wrap {
		float: right;
		width: 80%;
		padding: 0 24px 0 0;
	}

		.content_middle {
			float: left;
			width: 65%;
			font-size: 1.1em;
			line-height: 1.5em;
			text-align: justify;
			padding: 0 30px 0 25px;
			margin: 0 1px 0 19px;
			border-left: 1px solid #e0e0e0;
			border-right: 1px solid #e0e0e0;
		}

			.content_middle p {
				padding: 0;
				margin: 7px 0 0 0;
			}

		.submenu_b {
			float: right;
			width: 18%;
			padding: 0 9px 0 0;
			margin: 0;
		}

			.submenu_b p {
				padding: 0;
				margin: 6px 0 0 0;
			}

			.submenu_b ul {
				list-style-type: none;
				padding: 0;
				margin: 5px 0 25px 0;
			}

			.submenu_b ul li {
				padding: 0;
				margin: 0;
			}

/* The following CSS,
	"menu_left" and
	"content_right"
define the left-wing layout for index.html */

	.menu_left {
		float: left;
		width: 16%;
		padding: 0;
		margin: 0 0 0 10px;
	}

		.menu_left p {
			padding: 0;
			margin: 6px 0 0 0;
		}

		.menu_left ul {
			list-style-type: none;
			padding: 0;
			margin: 5px 0 25px 0;
		}

		.menu_left ul li {
			padding: 0;
			margin: 0;
		}

	.content_right {
		float: right;
		width: 75%;
		font-size: 1.1em;
		line-height: 1.5em;
		text-align: justify;
		padding: 0 20px 0 25px;
		margin: 0;
		border-left: 1px solid #e0e0e0;
	}

		.content_right p {
			padding: 0;
			margin: 7px 0 0 0;
		}

/* The following CSS,
	"content_left" and
	"menu_right"
define the right-wing layout for right_wing.html */

	.content_left {
		float: left;
		width: 74%;
		font-size: 1.1em;
		line-height: 1.5em;
		text-align: justify;
		padding: 0 25px 0 10px;
		margin: 0;
		border-right: 1px solid #e0e0e0;
	}

		.content_left p {
			padding: 0;
			margin: 7px 0 0 0;
		}

	.menu_right {
		float: right;
		width: 16%;
		padding: 0 20px 0 0;
		margin: 0;
	}

		.menu_right p {
			padding: 0;
			margin: 6px 0 0 0;
		}

		.menu_right ul {
			list-style-type: none;
			padding: 0;
			margin: 5px 0 25px 0;
		}

		.menu_right ul li {
			padding: 0;
			margin: 0;
		}


.square {
	width: 120px;
	border-top: 1px solid #bcc6d4;
	border-bottom: 1px solid #bcc6d4;
	padding: 5px 8px 5px 0;
	margin: 0 0 25px 0;
}

.article { padding: 0 0 20px 0; }

.layouts { text-align: center; padding: 10px 0 0 0; }

#bottom {
	clear: both;
	width: 100%;
	height: 163px;
	background-image: url(common/bottom_bg.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 auto;
}

	.footer {
		width: 100%;
		text-align: center;
		padding: 40px 0 0 0;
		margin: 0;
	}

#calender
{
	margin: 0px 0px 10px 0px;

	/* defines container for calender element */
}

	#calender table
	{
		
		width: 100%;
		height: 150px;
		text-align: center;

		/* define table for calender */
	}

	#calender table td
	{
		width: 14%;
		padding: 3px 0px;

		/* set column width */
	}

	#calender table .controls
	{
		
		font-weight: bold;
	

		/* style event controls */
	}

	#calender table .controls a
	{
		
		text-decoration: underline;

		/* style control links */
	}

	#calender table .controls a:hover
	{
	
		text-decoration: none;

		/* style link controls */
	}

	#calender table .title
	{
		

		/* style calender titles */
	}

	#calender table .days td
	{
		

		/* style day columns */
	}

	#calender table .days a
	{
		
		text-decoration: underline;

		/* style day links */
	}

	#calender table .days a:hover
	{
		
		text-decoration: none;

		/* style day links */
	}

	#calender table td.empty
	{
	

		/* style empty cells */
	}

	#calender table td.article
	{
		

		/* style article cells */
	}

	#calender table td.article_event
	{


		/* style article cells */
	}

	#calender table td.event
	{
		

		/* style event cells */
	}

	#calender table td.event a, #calender table td.article a, #calender table td.article_event a
	{
		
		text-decoration: underline;

		/* style item links */
	}

	#calender table td.event a:hover, #calender table td.article a:hover, #calender table td.article_event a:hover
	{
		
		text-decoration: none;

		/* style item links */
	}

#breadcrumb
{
	height: 10px;
	padding: 0 0 10px 0;
	margin-bottom: 20px;

	/* defines breadcrumb element */
}

	#breadcrumb a
	{
		text-decoration: underline;
	}

	#breadcrumb a:hover
	{
		text-decoration: none;
	}

#notification
{
	background-color: #777;
	height: 100%;
	padding: 15% 10%;
	text-align: center;

	/* defines container for notification element */
}

	#notification h1
	{
		margin: 5px 0px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 25px;
		color: #777;
		text-transform: uppercase;

		/* defines notification h1 element */
	}

	#notification a
	{
		color: #777;
		text-decoration: underline;

		/* defines notification link styles */
	}

	#notification a:hover
	{
		color: #777;
		text-decoration: none;

		/* defines notification link hover styles */
	}

#screenshot
{
	background-image:url(Common/Screenshot-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	text-align: center;
	color: #FFFFFF;
	overflow: visible;
}

	#screenshot img
	{
		background-color: #EFEFD6;
		border: 1px solid #542700;
		margin: 6px;
		padding: 3px;
	}

/* begin article style definitions */
.article
{

	/* container for each individual article */
}

	.article .details
	{
		margin: 0;
		padding: 0;
		list-style: none;

		/* defines the container for the article details */
	}

	.article .details li
	{
		margin: 0px 5px 10px 0px;
		display: inline;

		/* defines each detail part */
	}

	.article .introduction
	{
		border-bottom: 1px solid #E4E4E4;
		line-height: 20px;
		font-size: 115%;

		/* defines the article introduction container */
	}

	.article .link
	{
		font-size: 110%;
		text-align: right;

		/* defines the container for the full information link */
	}

	.article .gallery
	{
		/* defines the container for article gallery */
	}

	.article .gallery img
	{
		border: 1px solid #EEEEEE;
		padding: 3px;
		margin: 3px;
	}

/* begin comment style definitions */

#comments
{
	margin-bottom: 20px;
}

	#comments .details
	{
		margin-bottom: 10px;
	}

	#comments .details dt
	{
		background-image: url(Icons/Avatar.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		float: left;
		height: 55px;
		width: 55px;
		margin-right: 5px;
	}

	#comments .details dd
	{
		margin: 0;
	}

	.comment
	{
		padding: 5px 0px;
		clear: both;
	}

	.whisper
	{
		background-color: #E4E4E4;
		padding: 5px 5px;
		clear: both;
	}

form
	{
	margin: 0;
	padding: 0;


	/* container for comment and search forms */
	}

	form #comment
	{
		width: 100%;
		height: 125px;

		/* comment textarea */
	}

	form #whisper
	{
		margin-left: 0px;

		/* whisper checkbox */
	}

	form #keywords
	{
		width: 32%;
	}

	form #date
	{
		width: 32%;
	}

	form #category
	{
		width: 32%;
	}

#paging
{
	text-align: right;

	/* container for paging controls */
}

	#paging a
	{
		padding: 0px 5px;
	}

/* begin events styling */

.event
{

}

	.event h1
	{

	}

	.event h2
	{

	}

	.event h3
	{

	}

	.event .details
	{
		margin: 0;
		padding: 0;
	}

	.event .details li
	{
		margin-right: 5px;
		list-style: none;
		display: inline;
	}


.clear
{
	clear: both;

}

/* miscellaneous elements */
img
{
	border: none;
}

.btnSubmit{
	cursor: pointer;
	cursor: hand;
}

.faqAnswers{
	display: none;
	border-left: white 20px solid;
	color: #777;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	padding-bottom:5px;
}

@media print {.faqAnswers {display:block;}}

.faqQuestions{
	cursor: hand;
	cursor: pointer;
	color: #777;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	border-bottom: 1px solid #bcc6d4;
	padding-top:10px;
}