@charset "utf-8";

*{
	margin:0;
	padding: 0;
}

a {
 outline: none;
 }

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #000000;
	background-color: #5ca1aa;
}

#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	position: relative;
} 

#header {
	padding-top: 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #ffffff;
	background-image: url(images/teal-band.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
} 

#header #phone {
	float: left;
	width: 250px;
	position: absolute;
	right: 5px;
	left: 689px;
	top: 229px;
}

#header #phone p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #fbf2c5;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 50px;
}

#sidebar2 #arrow1 {
	height: 61px;
	width: 213px;
	background-image: url(images/arrow1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: -5px;
}

#sidebar2 #arrow1 ul {
	list-style-type: none;	
}


#sidebar2 #arrow1 ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #115b63;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 20px;
	padding-left: 25px;
}

#sidebar2 #arrow1 ul li a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #50969e;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	top: 20px;
	padding-left: 25px;
}

#sidebar2 #arrow2 {
	height: 61px;
	width: 213px;
	background-image: url(images/arrow2.jpg);
	background-repeat: no-repeat;
	margin-left: -5px;
}

#sidebar2 #arrow2 ul {
	list-style-type: none;	
}

#sidebar2 #arrow2 ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #ffd34d;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 20px;
	padding-left: 45px;
}

#sidebar2 #arrow2 ul li a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #f8e8aa;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	top: 20px;
	padding-left: 45px;
}

#sidebar2 #themes ul {
	list-style-position: inside;
	list-style-image: url(images/bullet.jpg);
}

#sidebar2 #themes ul li{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #646363;
	line-height: 22px;
}

#title {
	width: 350px;
	position: absolute;
	left: 315px;
	top: 268px;
	
}

#mainContent {
	margin-top: 50px;
	margin-right: 235px;
	margin-bottom: 30px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cbcac9;
}

#mainContent #photoshow {
	border: 7px solid #ebeae8;
	height: 282px;
	width: 420px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #646363;
	line-height: 22px;
	text-align: left;
}

#mainContent p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #414040;
	line-height: 22px;
	text-decoration: underline;
}

#mainContent p a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #3a8089;
	line-height: 22px;
	text-decoration: none;
}

#form1 table {
	margin-top: 15px;	
}

#form1 table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #646363;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#form1 table tr td a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #646363;
}

#form1 table tr td a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #646363;
}

#footer {
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/teal-band.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}



#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fbf2c5;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #115b63;
	padding-bottom: 10px;
	padding-top: 0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #115b63;
	padding-top: 20px;
	padding-bottom: 10px;	
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #115b63;
	padding-top: 15px;
	padding-bottom: 8px;
	text-align: center;
}

.themes {
	margin-top: 30px;
}


.image {
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;	
}

.banner-image {
	float: right;
	margin-right: 20px;
	margin-bottom: 35px;
	position: absolute;
	left: 335px;
	top: 36px;
}

.logo {
	margin-left: 25px;
}

.rtsidebarphoto {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 5px solid #ebeae8;	
}

.espanol {
	margin-left: 268px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
