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

body {
background: #bdb5a0 url(images/bg.jpg) repeat-x;
margin: 0px;
padding: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
height: auto;
}

img {
border: none;
}

.article_image{
margin:5px;
padding:5px;
}

a {
color:#4f02a8;
text-decoration:none;
}

a:hover{
color:#4f02a8;
text-decoration:underline;
}

h2 {
color:#990099;
font-size:18px;
margin-bottom:10px;
padding:0px;
}

h3 {
font-size:14px;
}

#container_large {
margin: 0 auto;
width: 967px;
background: url(images/top.jpg) no-repeat;
height: auto;
}

#container_small {
margin: 0 auto;
width: 804px;
height: auto;
}


#header {

margin: 0 auto;
width: 804px;

}

#logo {
float: left;
width: 300px;
height: 127px;
}
#search {
height:32px;
float:right;
width:375px;
text-align:right;
padding-top:25px;
}

input {
background: #ffffff;
border:none;
}

#nav {
width: 600px;
height: 38px;
}

#menu {
	float: left;
	width: 804px;
	height: 45px;
	
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 15px;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	display: block;
	float: left;
	
	
}

#menu a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 5px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: underline; 
}

#main {
float:left;
background: #ffffff;
width: 763px;
margin-left:1px;

padding: 15px 20px;
}

#sidebar {
float: right;
width: 235px;
padding: 10px 0px;
}
#sidebar h2 {
color:#990099;
}

#sidebar p {
margin-top:0px;
}

#sidebar li {
margin: 0px 0px 10px -30px;
padding:0px;
}


#content {
float: left;
width:480px;
padding: 10px 10px;
}

#content p{
margin-top:0px;
}

#content h2 {
color:#990099;
}

#callout {
background: url(images/callout_bg.jpg) no-repeat;
margin: 0px;
padding: 0px;
}

.quad {
float:left;
width:350px;
background: url(images/quad_bg.jpg) #f9f9f9 bottom no-repeat;
margin: 0px 5px;
padding: 0px 10px;
}

.quad_big {
float:left;
width:550px;
background:#f9f9f9 bottom no-repeat;
margin: 0px 5px;
padding: 0px 10px;
}

.quad_right{
float:right;
width:150px;
background: #f9f9f9 bottom no-repeat;
margin: 0px 5px;
padding: 0px 10px;
}
.left_element{
margin-right:10px;
}

span {
filter:alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;

overflow:hidden;


}

.callout_left_top_icon {
float:left;
width: 85px;
height:84px;
overflow:hidden;
}


.callout_left_top_link {
float:left;
width: 154px;
overflow:hidden;
color:#330066;
}

#callout h2 {
padding: 35px 0 0 0 ;
margin: 0;
}

.callout_left_bot_icon {
float:left;
width: 85px;
height:84px;
overflow:hidden;
}

.callout_left_bot_link {
float:left;
width: 154px;
overflow:hidden;
color:#330066;
}



.callout_right_top_icon {
float:left;
width: 85px;
height:84px;
overflow:hidden;
}

.callout_right_top_link {
float:left;
width: 154px;
overflow:hidden;
color:#330066;
}



.callout_right_bot_icon {
float:left;
width: 85px;
height:84px;
overflow:hidden;
}

.callout_right_bot_link {
float:left;
width: 154px;
overflow:hidden;
color:#330066;
}



#main_bottom_left {
}

#main_bottom_right {
}


/*TABLES*/
.schedule {
font-size:11px;
}
table.schedule tr{
background:#ebebeb;
}
table.schedule th{
background:#ddad4b;

}

/* Footer */
#footer-wrap {
	width: 804px;
	height: 64px;
	margin: 0 auto;
	
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
color:#ffffff;
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #999999;
}

#legal a {
	color: #ffffff;
}

#newsletter_sidebar {
float:right; width:300px; margin:10px 10px 10px 10px;  background: url(images/newsletter/background.jpg); padding:5px;
}
#newsletter_sidebar a{
color:#fff;
}


.purple {
color:#000099;
}

a.highlight{
background:#DC9B1D;
}
