/********************DIABETES YOUTH FOUNDATION OF INDIANAPOLIS*********************/
/******************COPYRIGHT 2008*************************/
/*******************WEBDESIGN: ISABEL S. MELOTTI*************/
*{
	padding: 0;
	margin: 0;
}
body{
	font-size: 12px;
	font-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(graphics/green.png);
	background-repeat: repeat;
}
div#container{
	margin: 0 auto;
}
#container {
	position: relative;
	width: 750px;
	top: 40px;
}
#header {
	height: auto;
	width: 750px;
}
#header h1 span{
	display: none;
}
#header h1 {
	background-image: url(graphics/DYF_camp4kids.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	height: 50px;
	width: 550px;
	padding: 5px;
	left: 10px;
}
#contentarea h3 {
	font-size: 14px;
}
#tree {
	position: relative;
	left: 630px;
	bottom: 110px;
}
#topwave {
	position: relative;
	bottom: 120px;
	right: 20px;
}
#bottom{
	position: relative;
	right: 20px;
	top: 15px;
}
#leftBar {
	width: 200px;
	height: auto;
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6699CC;
	position: relative;
	bottom: 60px;
	text-align: center;
	float: left;
	clear: both;
	z-index: 5;
}
#leftBar a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699CC;
	text-decoration: none;
	padding: 3px;
	line-height: 14px;
	font-weight: bold;
	margin: 3px;
}
#leftBar a:hover {
	color: #99CC66;
}
#leftBar a:visited {
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}
#photogalleryMenu {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699FF;
	margin: 5px;
}
#photogalleryMenu img {
	margin-bottom: 5px;
}
#directions {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699FF;
	margin: 5px;
}
#directions table {
	margin-bottom: 10px;
}
#contentarea img {
	position: relative;
	left: 5px;
	vertical-align: middle;
}
#contentarea img.floatLeft { 
    float: left; 
    margin: 5px; 
}
#contentarea img.floatRight { 
    float: right; 
    margin: 5px; 
}
#contentarea img.floatLeftClear { 
    float: left; 
    clear: left; 
    margin: 5px; 
}
#contentarea img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 5px; 
}
#otherlinks {
	margin: 5px;
	padding: 2px;
}
#otherlinks h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#otherlinks li {
	list-style-image: none;
	list-style-type: none;
	margin: 5px;
}
#otherlinks p {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	margin-bottom: 5px;
}
#campForm {
	margin: 5px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
}
#campForm h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#campForm li {
	list-style-image: none;
	list-style-type: none;
	margin: 5px;
}
#campForm p {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	margin-bottom: 5px;
}
#donate {
	margin: 5px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
}
#donate h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#donate img {
	margin: 5px;
}
#contentarea {
	width: 500px;
	margin: 5px;
	padding: 2px;
	position: relative;
	float: right;
	right: 10px;
	height: auto;
	bottom: 70px;
	z-index: 5;
	font-size: 12px;
}
#contentarea h2 {
	font-size: 18px;
	margin: 5px;
	padding: 5px;
	text-align: center;
}
#contentarea a {
	color: #6699FF;
	text-decoration: none;
	font-weight: normal;
}
#contentarea a:link {
	color: #6699FF;
	text-decoration: none;
}
#contentarea a:hover {
	color: #6699ff;
	text-decoration: none;
}
#contentarea ul {
	padding: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#contentarea li {
	list-style-type: none;
	padding: 2px;
}
#contentarea p {
	width: 500px;
	padding: 3px;
	top: 5px;
	position: relative;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
#contentarea .centerP {
	text-align: center;
}
#contentarea td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC66;
	height: 20px;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
}
#contentarea td img {
	margin: 5px;
	padding: 3px;
}
#contentarea hr {
	background-color: #6699FF;
}
#specialLink {
	text-align: center;
	font-size: 20px;
	bottom: 10px;
	margin-bottom: 5px;
}
#contentarea b {
	color: #99CC66;
}
#specialLink a {
	font-size: 20px;
	color: #99CC66;
	text-decoration: none;
}
#specialLink a:link {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #99CC66;
	text-decoration: none;
}
#specialLink a:hover {
	color: #6699FF;
}
#footer p {
	text-align: center;
	color: #FFFFFF;
	margin: 5px;
	padding: 5px;
}
#footer img.floatLeft { 
    float: left; 
    margin: 5px; 
}
#footer img.floatRight { 
    float: right; 
    margin: 5px; 
}

/********************************DROP DOWN MENU: DROP DOWN MENU CODE FOUND ON THE SUCKER FISH WEBSITE***************************/
#menu {
	float: right;
	position: relative;
	bottom: 120px;
	z-index: 100;
	text-align: center;
	width: 750px;
	left: 5px;
	margin: 5px;
	padding: 5px;
}
#menu, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#nav a {
	display: block;
	width: 8.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6699CC;
	text-decoration: none;
	line-height: 12px;
	height: 1.5em;
	text-align: center;
	background-color: #FFFFFF;
}
#nav a:hover {
	color: #99CC66;
	text-decoration: none;
	background-color: #FFFFFF;
}

#nav li {
	float: left;
	width: 6em;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99CC66;
}
#nav li ul {
	position: absolute;
	width: 11em;
	left: -999em;
}
#nav li ul a {
	height: 2em;
	width: 11em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #6699CC;
	border: 1px solid #FFFFFF;
}
#nav li ul a:hover {
	color: #6699CC;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #6699CC;
}

#nav li:hover ul {
	left: auto;
	color: #99CC66;
	text-decoration: none;
	line-height: 12px;
	padding: 1px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
/***************************************END DROP DOWN MENU****************************/
/******THIS IS THE SECTION THAT MAKES THE EDGES ROUND. PLEASE DON'T TOUCH THIS SECTION OTHER WISE IT WILL NO LONGER MAKE THE EDGES LOOK ROUNDED.
THIS CODE CAME FROM: http://www.spiffycorners.com/index.php?sc=spiffy&bg=680000&fg=b20000&sz=5px **********/
.rounded{display:block}
.rounded *{
  display:block;
  height:1px;
  overflow:hidden;
  background: #FFFFFF}
.rounded1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
  background:#9f0000}
.rounded2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
  background:#FFFFFF}
.rounded3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;}
.rounded4{
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF}
.rounded5{
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF}
.content{
	background:#FFFFFF;
	padding: 5px;
}
/********************************************END ROUNDED EDGES CODE*******************************/
