/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background-image: url(images/background.jpg);
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}


/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana;
	font-size:12px;
	color:#3b3b3b;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
}
h1 {
    font-size: 16px;
	font-weight: bold;
	padding: 15px 0px 10px 0px;
}
h2 {
}
address {
}
blockquote {
}
cite {
}
/* ----------------- CONTENT LINKS ----------------- */
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color:#000000;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
}
a:visited { color:#000000; 
font-size: 9px;
text-decoration: none;
font-style: normal;
}
a:hover { color:#FFFFFF; font-size: 9px;
background-color: #d95a81;
text-decoration: none;
font-style: normal;
}
a:active { color:#000000; 
text-decoration: none;
font-size: 9px;
font-style: normal;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Here are some basic page elements that you might find useful. Please feel free to delete the ones you do not use in final layout. */

/* Creates DIV container for header. */
div#header {
	background-image:url(images/header.jpg);
	height:319px;
	background-repeat:no-repeat;
	position: relative;
}
/* Creates the div container for the site. */
div#container {
	background: url(images/content.jpg);
	margin: 0px auto;
	width: 790px;
	position:relative;
}
/* Creates the div container for the site. */
div#content {
	width: 770px;

}

div#left{
	float: left;
	width: 213px;
	padding: 28px 0px 0px 25px;

}

div#pagextext{
	float: left;
	width: 460px;
	margin: 0px 0px 0px 40px;
}

/* Creates the div container for the footer. */
div#footer {
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/footer.jpg);
	height:28px;
	background-repeat: no-repeat;
	clear: both;
	font-size: 7px;
	font-weight: 100;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 210px;
}
/* Creates the div container for the copyright. */
div#copyright {
	margin-left:-200px;
	margin-right:auto;
	left:auto;
	margin: 30px 0px 0px 0px;
	font:normal 12px Verdana;
}
	
address {
	font: normal 12px  Verdana, Helvetica, Arial, sans-serif;
	color: #3b3b3b;
	text-align: left;
	}
	
address a:link, address a:visited{
	font: normal 12px  Verdana, Helvetica, Arial, sans-serif;
	color: #3b3b3b;
	text-align: left;
}
	
address a:hover, address a:active{
	font: normal 12px  Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: left;
}	

div#cta {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
/* ----------------- Navigation ----------------- */

div#navigation {
	width: 337px;
	height: 39px;
	position: absolute;
	left: 328px;
	top: 80px;
}


	ul#mainnav {
	margin: 0px;
	padding: 0px;
		}
	
	
	ul#mainnav li {
		display: inline; 
		list-style: none;
	}
	
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #000;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 16px 7px 9px;
	text-decoration: none;
	font-family: Tahoma, Helvetica, sans-serif;
	border: thin none;	
	}

	ul#mainnav li a:hover {
		color: #fff;
		width: auto;
	 background-image: url(images/hoverbg.jpg);	
	}
	
	ul#mainnav li a#current:link, ul#mainnav a#current:visited {
		color: #fff;
		width: auto;
		background-color:#d95a81;

			}
			
/*------------------FORM------------------------------*/
div#form {
	width: 450px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
form p {
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
}
input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Tahoma, Arial, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333333;	
}

/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
float: left;
}
.right {
float: right;
}
.clear {
clear: both;
}


/*-----------------------IMAGE ----------------------------------*/
img.left {
	float:left;
	margin:0px 15px 15px 0px;
	border:1px solid #333;
	padding: 1px;
}
img.right {
	float:right;
	margin:0px 0px 15px 15px;
	border:1px solid #333;
	padding: 1px;
}

.logo {
	float: left;
	margin-left: 65px;
	margin-bottom: 10px;
}
.logo2 {
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
}
#link {
	position: absolute;
	left: 680px;
	top: 19px;
}
