/* Basic Elements */
html, body {
	margin: 0;
	font-family: arial, "lucida console", sans-serif;
	color:#666666;
	font-size:small;
}

html ul, body ul, #content ul{
	list-style:none;
	list-style-position:outside;
	padding:0;
	margin:0;
}

#logo a{
	background: transparent url("../images/logo.gif") no-repeat scroll 0 0;
	display: block;
	height: 0px !important;
	overflow: hidden;
	padding:135px 0 0;
	width: 237px;
	text-decoration: none;
}

#donate-button a{
	background: transparent url("../images/donate_now_button.gif") no-repeat scroll 0%;
	display: block;
	height: 0px !important;
	overflow: hidden;
	padding:35px 0 0;
	width: 136px;
	text-decoration: none;
}

h1{
	margin:0;
}

h3{
	margin:1em 0;
	font-size:15px;
}

h4{
	margin:0;
	padding:0;
}

h2{
	margin:0;
	padding:0;
	color: #059ddc;
}

#container {
	width: 970px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 100px;
}
	
#wrapper {
	float: left;
	width: 970px;
	padding:0;
}
	
#content {
	margin: 30px 0 0 245px;
}

	#content-header{
		height:30px;
	}
	
	#content ul li{
		margin-bottom:1.5em;
	}

#left {
	float: left;
	width: 245px;
	margin-left: -970px;
	_margin-left:-974px;
}

#right {
	float: left;
	width: 150px;
	margin-left: -150px;
	background: #84d5fa;
}

#sponsor {
	height: 150px;
	width: 150px;
}

#sponsor a {
	display: block;
	width: 100%;
	height: 100%;
}

.footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0 20px 0;
	color: #999999;
	margin-bottom:20px;
}

/* Sidebar */
#sidebar {
	background:#b4e1f4;
	padding-bottom:1.5em;
	margin:0;
}

	#calendar-wrapper{
		background:#c8f191;
		padding:11px;
	}
	
	#calendar{
		background:#ffffff;
		width:222px;
		/*height:207px;*/
	}
	.calendar{
		/*margin:10px 0 10px 10px;*/
		padding: 10px 0 10px 10px;
	}
	table.calendar{
		border:0;
	}
	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		
	#sidebar li {
		border-top: 1px dotted #cecece;
	}
	#sidebar li a {
		display: block;
		font-size: 1em;
		color: #153e52;
		text-decoration: none;
		padding: 7px 0 4px 0;
	}
	
	#sidebar li a:hover {
		color: orange;
	}

#logo-citrus{
	margin-top:5px;
}

#column-wrapper{
	float:left;
	background: url("../images/line_ddd.gif") no-repeat 25px 2.75em;
	width:720px;
}

#column-wrapper-inner{
	float:left;
	background: url("../images/line_ddd.gif") no-repeat 25px 4.75em;
	width:720px;
}

#heading-inner{
	padding-left:26px;
}

#column-main{
	float:left;
	width:520px;
	padding:0 0 0 26px;
}

#column-secondary{
	float:right;
	width:160px;
}

#column-main-inner{
	float:left;
	width:455px;
	padding:0 0 0 26px;
}

#column-main-inner p{
	padding-right:15px;
}

#column-secondary-inner{
	float:right;
	width:225px;
	padding-left:10px;
}

/* Additional styles */
p {
	padding: 10px 0;
	margin: 0;
	}
img {
	border: 0;
	}

a {
	color: #059ddc;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}
	
.left{
	float:left;
}

.right{
	float:right;
}

.input{
	background: url("../images/input_bg.gif") no-repeat 0% 0%;
	border:0;
	padding:5px;
}

.small{
	font-size:small;
}

.border-right{
	border-right:1px dotted #cccccc;
}

.top-link{
	padding-left:10px;
	margin-left:10px;
	border-left:1px dotted #cccccc;
	
}

.callout{
	margin-top:12px;
	float:left;
	width:217px;
	height:129px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.callout-content{
	margin:20px 15px 15px 110px;
	font-size:small;
}

.c1{
	background: url("../images/featurebg.gif") no-repeat 0% 0%;
}

.side-padding{
	padding:0 25px 0 25px;
}

.footer-text{
	display:block;
	float:left;
	margin:7px 15px 0 0;
}

.footer2-text{
	display:block;
	float:left;
	margin:10px 5px 0 0;
}

.justify{
	text-align:justify;
}

div.error, div.success {
	padding: 7px;
	margin-bottom: 15px;
}

div.error p, div.success p {
	margin: 0;
	font-weight: bold;
}

div.error {
	border: 1px solid #da4646;
	background-color: #fbecec;
}

div.error p {
	color: #da4646;
}

div.success {
	border: 1px solid #92b56b;
	background-color: #f4f7f0;
}

div.success p {
	color: #92b56b;
}

#cms_content ol { list-style-type: decimal; }
#cms_content ul { list-style-type: disc; }
#cms_content li { margin-left: 30px; margin-bottom: 5px !important; }

