﻿body
{
	background-color: #FFFFFF;
	margin: 0px;
	text-align: left;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 11px;
	color: #363636;
}

#container
{
	width: 770px;
	height: 570px;
	margin: 0;
	border: 1px solid #999999;
}

#sidebar
{
	width: 170px;
	height: 570px;
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #999999;
	background-color: #CAE0FF;
	display: block;
}

#header
{
	height: 47px;
	width: 160px;
	padding: 5px 0px 5px 0px;
	background-image: url(Common/neotalk_logo.png);
	background-position: center 5px;
	background-repeat: no-repeat;
}

	#header h2
	{
		margin: 0;
		padding: 36px 5px 5px 5px;
		text-align: center;
		font-weight: normal;
		font-size: 7pt;
		color: #383838;
	}
	
#navigation
{
	width: 146px;
	height: 285px;
	padding: 5px 7px 5px 7px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 12px;
	color: #000000;

	/* define navigation element */
}

	#navigation p
	{
		font-size: 6pt;	
		color: #363636;
	}

	#navigation img
	{
		border: 1px solid #B7BFC6;
	}

	#navigation ul
	{
		margin: 0px;
		padding: 5px 0px;

		/* remove padding and margin from navigation list */
	}

	#navigation ul li
	{
		list-style: none;
		float: left;

		/* set list elements to display inline */
	}

#navigation ul li a 
	{
		width: 138px;
		height: 15px;
		padding: 2px 2px 2px 5px;
		margin-right: 5px;
		margin-bottom: 4px;
		text-transform: lowercase;
		text-decoration: none;
		text-align: left;
		color: #FFFFFF;
		background-image: url(Common/button2.png);
		border: 2px #FFFDFB outset;
		display: block;

		/* set dimensions of navigation links */
	}

	#navigation ul li a:hover
	{
		width: 138px;
		height: 15px;
		padding: 2px 2px 2px 5px;
		margin-right: 5px;
		margin-bottom: 4px;
		text-transform: lowercase;
		text-decoration: none;
		font-weight: bold;
		text-align: left;
		color: #FFFDFB;
		border: 2px #FFFDFB inset;
		background-image: url(Common/button1.png);


		/* set navigation hover link state */
	}
	

#center
{
	width: 600px;
	float: right;
	margin: 0;
	padding: 0;
	display: block;
}

#content
{
	width: 589px;
	height: 560px;
	overflow: auto;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	color: #000000;
	display: inline;
}

	#content h1
	{
		margin: 0px 0px 0px 0px;
		padding: 10px 15px 20px 15px;
		text-transform: lowercase;
		font-weight: normal;
		font-size: 19pt;
		color: #4269A5;

	}

	#content h2
	{
		margin: 0px;
		padding: 5px 15px 3px 15px;
		font-weight: bold;
		font-size: 12pt;
		text-align: left;
		color: #383838;
		
	}

	#content h3
	{
		margin: 0;
		padding: 10px;
		font-size: 115%;
		font-weight: 600;
		text-align: left;
		
	}

	#content p
	{
		margin: 0px;
		padding: 10px 15px 10px 15px;
		font-weight: normal;
		font-size: 14pt;
		text-align: left;
		color: #363636;
		
	}

	#content a
	{
		color: #4269A5;
		text-decoration: none;
	}

	#content a:hover
	{
		color: #ED1C24;
		text-decoration: underline;
	}
	
#subcontent
{
	width: 150px;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	display: block;


	/* defines subcontent element */
}

	#subcontent h1
	{
		padding: 0px 2px 0px 2px;
		margin: 0px;
		font-weight: normal;
		font-size: 20px;
		text-align: left;
		color: #382E1F;

		/* defines generic h1 element */
	}

	#subcontent h2
	{
		margin: 5px 0px;
		padding: 0px;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #382E1F;

		/* defines generic h2 element */
	}

	#subcontent h3
	{
		margin: 5px 0px;
		padding: 0px;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #382E1F;

		/* defines generic h3 element */
	}

	#subcontent ul
	{
		margin: 0;
		padding: 0;

		/* defines generic list container element */
	}

	#subcontent ul li
	{
		list-style: none;

		/* defines generic list element */
	}

	#subcontent ul li a
	{
		padding: 0px 0px 0px 0px;
		text-decoration: none;
		color: #ED1C24;
		display: block;

		/* defines generic link element */
	}

	#subcontent ul li a:hover
	{
		text-decoration: underline;
		color: #ED1C24;

		/* defines generic link hover state */
	}

#breadcrumb
{
	width: 550px;
	height: 45px;
	float: left;
	padding: 0px 0px 0px 0px;
	color: #4269A5;

	
	/* defines breadcrumb element */
}

	#breadcrumb a
	{
		font-size: 26pt;
		color: #4269A5;
		text-transform: lowercase;
		text-decoration: none;
	}

	#breadcrumb a:hover
	{
		font-size: 26pt;
		color: #4269A5;
		text-transform: lowercase;
		text-decoration: none;
	}
	
#pages       
{
	width: 150px;
	float: left;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	border: solid 1px #B7BFC6;
	background-color: #E9ECEF
	/* defines container for categories element */
}

	#pages h1
	{
		margin: 0px;
		font-size: 10px;
		padding: 0px 3px;
		color: #000000;
		font-weight: bold;

	}

	#pages ul
	{
		margin: 0px;
		padding: 2px 3px;
		color: #000000;
		text-decoration: none;
	}

	#pages ul li a
	{
		margin: 0px;
		padding: 2px 0px;
		color: #ED1C24;
		text-decoration: none;
	}
	

	#pages ul li a:hover
	{
		margin: 0px;
		padding: 2px 0px;
		color: #ED1C24;
		text-decoration: underline;
	}

	
#footer
{
	width: 770px;
	float: left;
	padding: 5px 0px 5px 0px;
	height: 10px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

	#footer p
	{
		font-size: 8pt;

	}

	#footer a
	{
		color: #ED1C24;
		text-decoration: none;

		/* style footer links */
	}

	#footer a:hover
	{
		color: #ED1C24;
		text-decoration: underline;

		/* style footer links */
	}
	
	/* begin article style definitions */
.article
{
		padding: 0px 0px 20px 0px;
		
	/* 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 0px 10px 0px;
		display: inline;

		/* defines each detail part */
	}

	.article .introduction
	{
		margin: 0;
		padding: 10px;
		font-size: 115%;
		font-weight: 600;
		text-align: left;

		/* defines the article introduction container */
	}


	.article .link
	{
		font-size: 90%;
		color: #ED1C24;
		text-align: left;
		font-weight: 600;

		/* 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;
	}
	
.clear
{
	clear: both;

}