/* CSS Document */
/*  Order of styles:
		body
		header
		content area container
		side menu container
		side menu
		content section
		content
		footer
		emailform
		daily news
*/

/*---------------------Styles in this section tested and perfect!!---------------------*/
body { 
	padding:				0px;
	margin:					0px;
	background-color:		#eee;
	}
	
/*  Header  */	
	#header {
		width:				770px;
		height:				121px;
		color:				#fff;
		background-color:	#6992CA;
		border-right:		1px solid #616161;
		}
	#header #eastryLogo	{
		border:				0px;
		padding:			0px;
		margin:				0px;
		float:				left;
		}
	#header h1 {
		padding:			80px 0px 0px 200px;
		}
/*  Header End  */

/*  Content Area  */
	#contentArea {
		width:				770px;
		float:				left;
		margin-bottom:		20px;
		border-right:		1px solid #616161;
		background-image:	url(/images/navBckgrnd.gif);
		padding:			0px;
		margin:				0px;
		/* commented backslash hack v2 hide from mac ie5 \*/
		clear:				both;
		display:			block;
		/* end hack */
		}
/*  Content Area End  */

/*  Side Menu Container  */
	#sideMenuContainer{
		float:				left;
		text-align:			center;
		width:				200px;
		padding:			0px;
		margin:				0px;
		}
/*  Side Menu Container End  */

/*  Side Menu   */
	#menu {
		text-align:			left;
      	width:				180px;
      	background:			#eee;
      	padding:			0px;
      	margin:				auto;
      	margin-top:			10px;
      	margin-bottom:		10px;
      	border:				1px solid #000;
		}      
	#menu a {
      	display:			block;
      	width:				100%;
      	margin:				0px;
		line-height:		25px;
/*      	padding:			0.3em;*/
      	color:				#333;
      	text-decoration:	none;
		}      
/*	html>body #menu a {
		width:				auto;
		}      */
	#menu a:hover {
		background:#999;
		color:#fff;
		}
/*  Side Menu End  */

/*  Content Section  */
	#contentSection {
		float:				left;
		text-align:			left;
		position:			relative;
		width:				568px;
		background-color:	#fff;
		padding:			0px;
		margin:				0px;
		border-left:		1px solid #616161;
	   /* commented backslash hack v2 hide from mac ie5 \*/ 
		display:			inline;
		width:				569px;
	   /* end hack */	
		}
/*  Content Section End  */

/*  Content  */
	#content {
		margin:				0px;
		padding: 			3px 10px 10px 10px;
		}
/*  Content End  */

/*  Footer  */
	#footerContainer {
		padding:			0px;
		margin:				0px;
		background-color:	#666;
		color:				#fff;
		width:				770px;
		border-right:		1px solid #616161;
		clear:				both;
		display:			block;
		}
	#footer {
		padding:			10px 10px 10px 10px;
		text-align:center;
		}
	#footer a {
		text-decoration:	none;
		color:				#fff;
		}
	#footer a:hover {
		color:				#fff;
		text-decoration:	underline;
		}
/*  Footer End  */

/*  Email form  */
	#emailForm label {
		padding-right:		10px;
		width: 				150px;
		float: 				left;
		text-align:			right;		
		}
	#emailForm .inputElements {
		width:				300px;
		border:				1px solid #333;
		background-color:	#FFFF99;
		}
	/*#emailForm input,
	#emailForm textarea {
		width:				300px;
		border:				1px solid #333;
		background-color:	#FFFF99;
		}*/
	.row {
		padding: 			10px;
		}
	.submitBt {
		background-color:#666;
		color:#000;
	}
/*  Email form End  */


/*	Daily News  */
	#dailynews {
	text-align:left;
	background-color:#CC0000;
	/*border:1px solid #333;*/
	color:#fff;
	}
	#dailynews a {
	color:				#fff;
	text-decoration:	none;
	}
	#dailynews a:hover {
	text-decoration:	underline;
	}
/*	Daily News END  */

/*---------------------------------------END-------------------------------------------*/