@charset "UTF-8";

/*Document Styles*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #636466;
	font-size: 12px;
	background-color: #4f4f4f;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	font-size: 2.3em;
	margin: 0 0 .3em 0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	font-size: 1.6em;
	margin: .3em 0 0 0;
}

h3 {
	color:#4f4f4f;
	margin:0 0 .1em 0;
}

.style1 {
	font-size: 9px;
	color: #fff;
}

.style2 {
	font-size: 1.6em;
}

p {
	margin: 0 0 1em 0;
}

p.right {
	text-align: right;
}

/*End Document Styles*/


/*Top Spacer*/
/*__________________________________________________________*/
#spacer {
	height: 50px;
	width: 100%;
}


/*Start Header*/
/*__________________________________________________________*/
#header {
	height: 108px;
	width: 960px;
	background-image: url(images/header.jpg);
	margin: 0 auto;
}

#header-image {
	float: left;
	position: relative;
	top: 36px;
	left: 36px;
}

#header-text {
	float: right;
	position: relative;
	top: 18px;
	right: 36px;
	font-size: 1.65em;
	color: #ffffff;
	text-align: right;
	line-height: 18px;
	font-weight: lighter;
}

#header-text ul {
	list-style: none;
	text-align:right;
}

#header-text li {
	margin: 0;
}

/*End Header*/


/*Start Navigation*/
/*__________________________________________________________*/
#navigation {
	width: 960px;
	height: 30px;
	padding: 25px 0 15px 0;
	margin: 0 auto;
	background-color: #dbdbdb;
}

#navigation ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

#navigation li{
	list-style: none;
	display: inline;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#navigation a {
	font-size: 1.4em;
	text-decoration: none;
	color: #4d4d4d;
	padding: 15px 38px 30px 38px;
}

a.white {
	background-color: #fff;
}

#navigation a:visited {
	color: #4d4d4d;
}

#navigation a:hover {
	color: #00ACEC;
	background-color: #fff;
}


/*End Navigation*/


/*Start Content - 1 Column*/
/*__________________________________________________________*/
#content-container {
	height: inherit;
	width: 720px;
	margin: 0 auto;
	background-color: #fff;
	padding: 72px 120px 72px 120px;
}

#content-text {
	width: 720px;
	margin: 0 auto;

}

#content-text a {
	color: #00ACEC;
	text-decoration: none;
}

#content-text a:visited {
	color: #00ACEC;
	text-decoration: none;
}

#content-text a:active {
	color: #00ACEC;
	text-decoration: none;
}

#content-text a:hover {
	color: #dbdbdb;
}

#content-text ul {
	list-style: none;
}

#content-text li {
	margin: 0 0 0 -30px;
}

.content-space {
	height: 50px;
	width: 720px;
	background-color: #dbdbdb;
}

.content-small-space {
	height: 40px;
	width: 720px;
}

/*RIGHT AND LEFT FLOAT*/
img.floatleft {
	float: left;
	margin: 3px 15px 15px 0;
}

p.topspace {
	margin: 15px 0 0 0;
}

img.imgtop {
	float: left;
	margin: 10px 15px 15px 0;
}

#innerfade {
	width: 720px;
	height: 252px;
	margin: 0 auto;
	padding: 0;
}

#innerfade ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#innerfade img {
	border: none;
}
/*End Content - 1 Column*/



/*Start Content - 2 Column Equal*/
/*__________________________________________________________*/
.cp-left {
	height: inherit;
	width: 341px;
	float: left;
	margin: 0 20px 0 0;
}

.cp-right {
	height: inherit;
	width: 341px;
	float: right;
	padding: 0 10px 0 0;
}

.clear {
	clear: both;
	width: 100%;
}

/*End Content - 2 Column Equal*/




/*Start Footer and Footer Nav*/
/*__________________________________________________________*/
#footer {
	height: 77px;
	width: 910px;
	margin: 0 auto;
	padding: 30px 50px 0 0;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	color: #fff;
}
	
#footer ul {
	list-style: none;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:active {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #00ACEC;
}

#footer li {
	display: inline;
	margin: 0 10px;
}

#footer p {
	text-align: center;
	font-size: .75em;
}

/*End Footer and Footer Nav*/


/*Bottom Spacer*/
/*__________________________________________________________*/
#footspace {
	height: 50px;
}