/* Screen Css for Neutral  */


/* light green bg colour = #cbcfb4									*/
/* dark green font and button colour = #414929						*/

body
{
	margin: 0px;
	padding: 0px;
	/*font-size: 1.0em;*/
	font-size: 80%; 
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #414929;
	background-image: url(../images/bg_grad.png);
	background-color: #cbcfb4;
	background-repeat: repeat-x;
}

/***********************************************************************/
/* main containers                                                     */
/***********************************************************************/

#container
{
	margin: 0px auto;
	padding: 0px;
	width: 795px;
}

#content
{
	float: left;
	width: 795px;
	padding: 0px;
	margin: 0px;
}

/* bg sit */

#outer
{
	width: 100%;
}

#Inner
{
	/*background-image: url(../images/bg_white.gif); */
	background-position: center;
	background-repeat: repeat-y;
	float: left;
	width: 100%;
}

/***********************************************************************/
/* top                                                                 */
/***********************************************************************/
#top
{
	
	width: 795px;
	padding: 20px 0px 10px 0px;
	margin: 0px;
}

#logo
{
	width: 500px;
	float: none;
	padding: 0px 10px 30px 0px;
	margin: 0px;
}


.mainMenu {
	background-color: #414929;
	width: 600px;
	padding: 5px 0px 5px 200px;
	margin: 0px;
	float:left;
	font-size: 62.5%; 

	
}

.menuItemBorder {
	background: url(../images/menu_sep.gif) 100% 50% no-repeat;
	padding: 3px 10px 0 6px;
	float:left;
	}

.mainMenu ul, .mainMenu li {
	list-style: none;
	display: inline;
	margin : 0px 0px 0px;
	padding: 0px;
}


.mainMenu a:link {
	float:left;
	/*font-size: 0.6em;*/
	padding: 3px 20px 0 20px;
	margin : 0px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.mainMenu a:visited {
	float:left;
	/*font-size: 0.6em;*/
	padding: 3px 20px 0 20px;
	margin : 0px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.mainMenu a:hover {
	float:left;
	/*font-size: 0.6em;*/
	padding: 3px 20px 0 20px;
	margin : 0px;
	color: #cbcfb4;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.mainMenu a.selected, .mainMenu a.selected:hover
{
	color: #cbcfb4;
	text-decoration: none;
	padding: 3px 20px 0 20px;
	margin : 0px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/menu_sep.gif) 100% 50% no-repeat;
}

.mainMenu a.selectedEnd, .mainMenu a.selectedEnd:hover
{
	 color: #cbcfb4;
	 text-decoration: none;
	padding: 3px 20px 0 20px;
	 font-weight: normal;
	 text-decoration: none;
	 text-transform: uppercase;
}



/***********************************************************************/
/* middle                                                              */
/***********************************************************************/


#middle
{
	float: left;
	width: 795px;
	padding: 10px 0px 20px 0px;
	margin: 10px 0px 0px 0px;
}

#middle p
{
	line-height: normal;
	color: #414929;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	
}

#middle a
{
	font-weight: bold;
	text-decoration: none;
	color: #414929;
	
	
}

.images
{
	display: inline;
	float: right;
	
	
}


/***********************************************************************/
/* footer                                                              */
/***********************************************************************/

#footer
{
	float: left;width: 795px;
	padding: 10px 0px 20px 0px;
	margin: 10px 0px 0px 0px;
	border-top: solid 1px #6e7544;
}

#footer p
{
	font-size: 62.5%; /* this means 1em = 10px */
	line-height: normal;
	color: #414929;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	
}

.footerMenu {
	padding: 5px 0px 5px 200px;
	margin: 0px;
	font-size: 62.5%; 

	
}

.footerItemBorder {

	padding: 3px 10px 0 6px;
	float:left;
	}

.footerMenu ul, .footerMenu li {
	list-style: none;
	display: inline;
	margin : 0px 0px 0px;
	padding: 0px;
}


.footerMenu a {
	/*float:left;
	/*font-size: 0.6em;*/
	padding: 3px 20px 0 20px;
	margin : 0px;
	color: #414929;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}


