/*
Design by 1World Technology
http://www.e-1world.com
*/

/* Elements */

body {
	background: #D3D3D3;
	margin-top: 0px;  /*top grey margin*/
	/*text-align: justify;*/
	/*color: #4C4C4C;*/
	/*font: 11px Tahoma, Arial, Helvetica, sans-serif;*/
	
}

/* Remove Borders on Hyperlinked images */
img {
border: 0px none;
}


/* holds the background image containing the webpage */

#bigContainer {
	width: 800px;
	height: auto; /* this is for the logo header'*/
	margin: 0 auto;
	background: url(../images/background4.png) repeat;
	border:#666 1px solid;
}


/* Header */

#header {
	width: 678px;
	height: 176px; /* this is for the logo header'*/
	margin: 0 auto;
	margin-top:40px;
	background: url(../images/banner1.png) 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;
}
*/
/* Menu */

#menu {
	width: 676px;
	height: 62px;
	margin: 0 auto;
	/*padding: 0 10px;*/
	background: url(../images/MenuContentBorderTop1.png) no-repeat bottom;
	/*background:#F00;*/
	line-height: 30px;/*I'm here to try to align vertically*/
}

#menu .double-line {
  line-height: 15px;/*I'm here to try to align vertically*/
}

#menu ul {
	width: 616px;
	height: 40px;
	margin: 0 50px /*40px or 50px*/;
	padding: 0;
	/*background: #333333;*/
	list-style: none;
	/*line-height:14px;*/
	line-height:30px;/*I'm here to try to align vertically*/		/*use above code if you get rid of this line!!!*/
	
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 3px 9px 3px;
	/*border-left: 1px solid #666666;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #CCCCCC;
	/*background:#9C3;*/
	color: #000000;
	height:33px;/*I'm here to try to align vertically*/		/*I used to be 21*/
}

#menu .first a {
	border: none;
}


#menu .image a {
	/*  Remove the padding for the grass image  */
	display:compact;
	border: none;
	margin-top:0px;/*I'm here to try to align vertically*/		/*I used to be -8*/
	padding:-25px -25px -25px -25px;
}
#menu .image a:hover {
	/*  Remove the padding for the grass image  */
	background:none;
	height:0px;
	
}
/* Content */

#content {
	width: 676px;
	margin: 0 auto;
	background:url(../images/ContentBorderRight.jpg) repeat-y right;
	background-color:#FFF;
	/*padding: 10px 10px 0 10px;*/
	/*background: url(images/img3.gif);*/
}
#colContent {
	clear : both;
	width: 635px;
	margin-top:10px;
	margin-left:20px;
	
	
	
	/*padding: 0 0 0 0;*/
	/*overflow:auto;*/
	/*background:#FFF;*/
}

#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 */

#policy-footer {
	width: 676px;
	height: 15px;
	margin: 0 auto;
	padding: 1px 0 0 0;
	background: url(../images/footer.jpg) no-repeat;
	
}

#policy-footer p {
	text-align:center;
}

#footer {
	width: 676px;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(../images/footer.jpg) no-repeat;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #2B2B2B;
}