@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2b0131;
	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;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c2b9e4; /* 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: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container2 {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c2b9e4; /* 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: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#containerslider {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c2b9e4; /* 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: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 675px;
} 
#header {
	background: #2b0131;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 153px;
} 
#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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* 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: #c2b9e4; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 125px; /* 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: #c2b9e4; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar3 {
	float: left; /* 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: #c2b9e4; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#mainContent {
	background: #c2b9e4;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2b0131;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.body_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b0131;
	text-decoration: underline;
	font-weight: bold;
}
.body_text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #a24654;
	text-decoration: none;
}
.body_text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c1c3e9;
	text-decoration: none;
	font-weight: bold;
}

.body_text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b0131;
	text-decoration: none;
	font-weight: bold;
}
#navcontainer {
	width: 900px;
	margin-left: 25px;
}
#navcontainer ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-align: center;
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	background-image: url(images/navbarbg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	left: 5px;
}
#navcontainer a
{
	color: #000;
	text-decoration: none;
	display: block;
	width: 125px;
	border-top: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;
	border-left: 1px solid #A8B090;
}
#navcontainer li#active {
	background-image: url(images/navbarbg2.jpg);
	background-repeat: repeat-x;
	background-position: 20px;
}
#navcontainer a:hover {
	background-image: url(images/navbarbg2.jpg);
	background-repeat: repeat-x;
	background-position: 20px;
}

#slider {
	width: 835px; /* important to be same as image width */
	height: 600px; /* important to be same as image height */
	position: relative;
	margin-left: 10px;
}
#slider2 {
	width: 500px; /* important to be same as image width */
	height: 550px; /* important to be same as image height */
	position: absolute;
	margin-left: 10px;
	top: 0px;
	right: 60px;
}

#sliderContent {
	width: 835px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

#sliderBox {
	width:900px;
	margin:0px auto;
	background-color: #c2b9e4;
	top: 0px;
	}
	
.clear {
	clear: both;
}

#slider ul { list-style-type: none;}

img {
	border: 0 none;
	}
