@charset "utf-8";
/* CSS Document */
/*------------- colors are---- dark #b5df94---- lighter #fffcfa---- second dark #c7bfb9------- fonts #292f57---ups 98855b-----gradiante whit--ef0e9dc*/

html {
	background:url(../Images/bodyimg.jpg) fixed left top;	
}
body {
	font: 100.01% Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #292f57;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	
}

h1, h2, h3 {color:#603; font-family:Georgia, "Times New Roman", Times, serif; font-size: 14px;}
strong {color:#603; font-family:Georgia, "Times New Roman", Times, serif; font-size: 14px;}
p { background:#fff; font-family: Arial, Helvetica, sans-serif;	font-size: 14px;}

.centeredImage { text-align:center;  margin:0 0; padding:10px 10px;}

#header-wrapper {	
	margin: 0px;
	padding: 0px;
}

#header {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	position:relative;
}
#number {
	position:absolute;
	bottom:0;
	right:11px;
	width:180px;
	height:40px;
	background:url(../Images/phnumber.png);
}

/*------ Menu -------*/

#menu {
	float: left;
	width: 690px;
	height: 45px;
	position: absolute;
	left:0;
	bottom:0;
}

#menu ul {
	margin:15px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	letter-spacing:.2em;
	display: block;
	float: left;
	height: 30px;
	margin-right: 2px;
	padding: 5px 20px 0px 20px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666;
	font-weight: normal;
	background:url(../Images/tabsnormal.jpg) repeat-x;
}
#menu a:hover {
	font-weight: normal;
	text-decoration: none;
	color:#FFF;
	height: 30px;
	padding: 9px 20px 0px 20px;	
}
#menu .current_page_item a {
	height: 30px;
	padding: 8px 20px 0px 20px;
	background:url(../Images/tabselected.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing:.2em;
	font-size:14px;
	color:#603;
	cursor:default;
}

#menu .first {
	background: none;
}
/*------- one column page -------*/

.oneCol #page-wrapper {
	width: 802px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneCol #mainContent {

	background:#fff;
	padding: 5px 30px 15px 30px;
	line-height:1.7em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	word-spacing: .1em;
	text-align: justify;
}.oneCol #subContent {
	background:#fff;
	padding: 5px 30px 15px 30px;
	line-height:1.7em;
	word-spacing: .1em;
	text-align: justify;
}
.oneCol #mainContent p {
	color:#292f57;
}
/*------- footer -------*/

#footer-wrapper {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	margin: 0;
	padding: 0;
	background: url(../Images/bkgrdStrip.jpg);
}
body #footer-wrapper {
	position:fixed;	
}
#footer {
	width: 808px;
	height: 50px;
	margin: 0 auto;
	padding-top:40px;
	background:url(../Images/footerpic.png) no-repeat center top;
}
#footer p {
	letter-spacing:.3em;
	margin:0;
	padding:0;
	background:transparent;
	color:#fff;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#fff;
}
#footer a:hover {
	color:#000;;
	border-bottom:1px solid #fff;
}
