/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #4C4C4C;
	margin-top: 20px;  /*top grey margin*/
	text-align: justify;
	color: #4C4C4C;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	
}

h2, h3 {
	margin-top: 0px;
	color: #383838;
}

h2 {
	font-size: 16px;
}

h3 {
	margin: 0;
	font-size: 14px;
}

h4 {
}

h5, h6 {
	text-align: left;
}

p, ol, ul, dl, blockquote {
	margin-top: 0;

}

a {
	color: #2B2B2B;
}

a:hover {
	text-decoration: none;
}




/* Header */

#header {
	width: 534px;
	height: 150px; /* this is for the logo header'*/
	margin: 0 auto;
	/*margin-top:40px;*/
	background: url(../images/HeaderBarWithLogo.jpg) no-repeat;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 50px 0 0 20px;
	font-size: 32px;
	line-height: 0px;
}

#header h2 {
	float: right;
	margin: 0;
	padding: 45px 20px 0 0;
	font-size: 14px;
}

#header a {
	text-decoration: none;
	color: #000000;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
	border:none;
}

/* Menu */

#menu {
	width: 514px;
	height: 31px;
	margin: 0 auto;
	/*padding: 0 10px;*/
	background: #333333;
	/*background:#F00;*/
}

#menu ul {
	width: 514px;
	height: 30px;
	margin:0 0 0 0;
	
	padding: 0;
	/*background: #333333;*/
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 15px 5px 15px;
	border-left: 1px solid #666666;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #CCCCCC;
	color: #000000;
	/*height:22px;*/
}

#menu .first a {
	border: none;
}


#menu .image a {
	/*  Remove the padding for the grass image  */
	display:compact;
	border: none;
	margin-top:-8px;
	padding:-25px -25px -25px -25px;
}
#menu .image a:hover {
	/*  Remove the padding for the grass image  */
	background:none;
	height:0px;
	
}
/* Content */

#content {
	width: 514px;
	margin: 0 auto;
	background:url(images/ContentBorderRight.jpg) repeat-y right;
	background-color:#FFF;
	/*padding: 10px 10px 0 10px;*/
	/*background: url(images/img3.gif);*/
}
#colSingle {
	clear : both;
	width: 474px;
	margin-top:10px;
	padding-left:20px;
	padding-right:20px;
/*	margin-left:20px;
	margin-right:20px;*/
	
	
	
	/*padding: 0 0 0 0;*/
	/*overflow:auto;*/
	/*background:#FFF;*/
}

#colTwo {
	float: right;
	width: 160px;
	padding: 0 15px 0 0;
}

#colOne {
	float: left;
	width: 299px;
	padding: 0 0 0 15px;
}


#colRightBorder {
	clear:right;
	float:right;
	width: 6px;
	background-image:url(images/ContentBorderRight.jpg);
	/*padding: 0 15px 0 0;*/
}

#colLeftBorder {
	float: left;
	width: 10px;
	background:url(images/ContentBorderLeft.jpg) repeat-y left;
	/*padding: 0 0 0 15px;*/
}

#contentFooter {
	clear:both;
	width: 676px;
	height: 15px;
	margin: 0 auto;
	/*padding: 0 10px;*/
	background: url(images/ContentBorderBottom.jpg) no-repeat top;
}



/* Footer */

#footer {
	width: 534px;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(../images/img4.gif) no-repeat;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #2B2B2B;
}