﻿/**
 * Yahoo's CSS Reset Code
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/**
 * Custom Rules
 */

#regBox {
	background-color: #E99C27;
}

#regForm > input {
	position: absolute;
	right: 1em;
	width: 75%;
}

#regForm > input[type="submit"] {
	width: 25% !important;
}

#title {
	padding: 0em 1em;
}

#title > p {
	width: 80%;
}

h1 { 
	font-size: xx-large;
	font-weight: bold;
	padding-below: 0.5em;
	color: #B60050;
}

h2 {
	font-size: x-large;
	font-weight: bold;
	color: #B60050;
}

h3 {
	font-size: large;
	font-weight: bold;
	color: #B60050;
}

#searchBar {
	position: absolute;
	right: 0em;
	margin: 1em 1em;
	padding: 0em !important;
	clear: both;
}

#searchBar > form > input {
	border: 1px solid gray;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-color: gray;
	
}

#searchBar > form > input[type="submit"] {
	background-color: #939598;
	border: 1px solid #939598;
	padding: 0.5em 1.5em;
	color: white;
}

#searchBox {
	width: 20em;
}

#menuBar {
	text-align: left;
	position: absolute;
	bottom: 0px;
	right: 1em;
	margin: 1em 0em;
	clear: both;
}

#menuBar > a {
	background-color: #941840;
	color: white;
	font-size: 13px;
	text-decoration: none;
	padding: 0.5em 1em 0.75em 1em;
	margin: 1em -3px 10px 0px;
}

#menuBar > a.begin {
/*	margin: -1px 0px;*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#menuBar > a.end {
/*	margin: -1px 0px;*/
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#menuBar > a:hover {
	background-color: #C27599;
}

#bodyContainer {
	background-color: #D8D8D8;
	position: relative;
	margin-bottom: 0px;
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
}

.row {
	margin: 5px 0px;
}

.slideshow {
	background-color: transparent !important;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

.ret {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	padding: 0.1em 1em 1em;
	margin: 1em 0em 0em;
	width: 95%;
	
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	left: 1%;
	right: auto;
	overflow:hidden;		/* This chops off any overhanging divs */
}

/**
 * Adapted from "The Perfect 'Left Menu' 2 Column Liquid Layout (Percentage widths)" by Matthew James Taylor
 * http://matthewjamestaylor.com/
 */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
	margin: 0% 2.5%;
	
	
	
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:95%;
}
a {

}
a:hover {

}
h1, h2, h3 {

}
p {

}
img {

}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	padding: 1em 0em;
	
	
	background-color: white;
	display: block;
	margin-top: 1em;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	
	min-height: 1em;

}
#header {

}
#header p,
#header h1,
#header h2 {
	padding: 0em !important;
	margin: 0em !important;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	text-align:center;
	position:relative;
}
#header ul li a:hover {
}
#header ul li a.active,
#header ul li a.active:hover {
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;

	overflow:hidden;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	padding: 5px;
	box-shadow: 20px 20px 5px;
}
/* 2 Column (left menu) settings */
.leftmenu {
	
	
}
.leftmenu .colleft {
	right:66%;			/* right column width */
}
.leftmenu .col1 {
	width:62%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:33%;			/* left column content width (column width minus left and right padding) */
	left:4%;			/* (right column left and right padding) plus (left column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	
	margin-top: 0px;
	background-color: white;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#footer p {
	margin:0;
	padding: 1em;
}
