body {
	margin: 0;
	font-family: verdana, helvetica, arial;
	background: #8DF239 url(/images/footer-stripe.png) repeat;
}

a {
	color: #E32A82;
	text-decoration: none;
	border-bottom: 1px dashed #E32A82;
}

a:hover {
	color: #5DAFD3;
	border-bottom: 1px dashed #5DAFD3;
}

h1, h2, h3 {
	color: #E32A82;
	margin: 0;
}

table {
	border-collapse: collapse;
	margin: 15px 0px;
	width: 100%;
}

th {
	background: #2F79A7;
	color: #FFF;
}

td, th {
	border: 1px solid #000;
	padding: 5px 10px;
}

img {
	border:0;
}

#logo {
	padding: 0px 40px;
	background: #FFF;
}

#logo img {
	margin: 0;
}

#logo h1 {
	text-indent: -9000px;
	background: url(/images/logo.png) no-repeat;
	height: 90px;
	margin: 0;
}

#logo .container {
	position: relative;
}

#logo .social {
	position: absolute;
	top: 15px;
	right: 0;
}

#logo .social a {
	border: 0;
}

#logo .social img {
	width: 64px;
	height: 64px;
}

#menu {
	background: #5DAFD3 url(/images/menu-stripe.png) repeat top left;
	border-top: 5px solid #0B7DAE;
	border-bottom: 5px solid #5DAFD3;
	height: 40px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	display: inline;
}

#menu a {
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	border: 0;
	text-align: center;
	color: #fff;
}

#menu a:hover {
	background: #E6449A;
	height: 35px;
	border-bottom: 5px solid #E32A82;
}

#highlight {
    background: #0B7DAE;
    border-bottom: 3px solid #E6449A;
}

#highlight .container {
    background: #5DAFD3;
    height: 200px;
}

#highlight li {
    float: left;
    border: 5px solid #0B7DAE;
    margin-left: 5px;
    height: 185px;
    width: 245px;
}

#highlight img {
    height: 185px;
    width: 245px;
}

#prevBtn a, #nextBtn a {
    float: left;
    width: 48px;
    height: 191px;
    display: block;
    background: #E6449A;
    color: #5DAFD3;
    margin-left: 5px;
    border: 2px solid #E32A82;
    font-size: 48pt;
    text-align: center;
    line-height: 190px;
}

#prevBtn a:hover, #nextBtn a:hover {
    color: #FFF;
}

#slider {
    position: relative;
    width: 780px;
    height: 200px;
    overflow: hidden;
    float: left;
}

#highlight ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
}

#content {
	font-size: 11pt;
	background: #FFF;
}

#content img {
	border: 5px solid #0B7DAE;
	width: 400px;
	height: 300px;
}

#right, #left {
	width: 430px;
	padding: 10px;
}

#form {
	width: 600px;
}

/* Footer */

#footer-menu {
	height: 40px;
	background: #FFF;
	padding: 0;
	margin: 0;
}

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

#footer-menu a {
	float: left;
	height: 40px;
	line-height: 55px;
	width: 160px;
	margin-right: 10px;
	text-align: center;
	background: url(/images/footer-tab.png) no-repeat bottom left;
	border: 0;
	color: #fff;
	font-size: 10pt;
}

#footer-menu a:hover {
	background: url(/images/footer-tab-hover.png) no-repeat;
	line-height: 40px;
}

#footer {
	clear: both;
	border-top: 5px solid #A4F264;
	padding: 10px 0;
	height: 60px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: 10pt;
	color: #E6449A;
}

.container {
	width: 900px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
