﻿body
{
    background-position: center;
    text-align: center;
    padding: 0;
    margin: 0;
    background-image: url(img/bubbleback.jpg);
    background-repeat: repeat-y;
    background-color: #0D72BA;
    font-family: 'Lucida Sans Unicode' , 'Trebuchet MS' , 'Lucida Grande' , 'Lucida Sans' , Arial, sans-serif;
    font-size: 12pt;
}
img
{
    border: none;
}
a
{
    color: #F70;
}
a:hover {
	color: #C60;
}
.white
{
    color: #ffffff;
} 
.blue
{
    color: #0D72B9;
} 
h1.white
{
    padding: 0px;
    margin: 0px;
    font-size: 25pt;
    font-weight: bold;
    color: #0D72B9;
}   
h1.blue
{
    padding: 0px;
    margin: 0px;
    font-size: 25pt;
    font-weight: bold;
    color: #FFFFFF;
}   
h2.white
{
    padding: 0px;
    margin: 0px;
    font-size: 15pt;
    font-weight: bold;
    color: #0D72B9;
}   
h2.blue
{
    padding: 0px;
    margin: 0px;
    font-size: 15pt;
    font-weight: bold;
    color: #FFFFFF;
}   

/* Objects */
#central 
{
    margin-left: auto;
    margin-right: auto;
    width:800px;
}
#titleheader
{
    background-color: #000000;
    padding: 10px;
    color: #FFFFFF;
    height: 25px;
    vertical-align: middle;
    font-size: 12pt;
}
#titlemain
{
    height: 300px;
    background-image: url(img/800300jackobox.jpg);
}
.hline_blue
{
    height: 5px;
    background-color: #0d72bf
}
ul#mainmenuitems
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(img/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}
ul#mainmenuitems li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#mainmenuitems li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#mainmenuitems li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(img/nav_bg.png) 0px -30px no-repeat;		
}
ul#mainmenu li a.current
{
	display:inline;
	height:22px;
	background: transparent url(img/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}
#content
{
    background-color: #FFFFFF;
    padding: 20px;
    text-align: left;
}
#contactus
{
	background: transparent url(img/Long-back.jpg) repeat-x;	
    height: 250px; 
    vertical-align: top;
    background-color: #0D72BA;
    text-align: left;
    padding: 20px;
}
#footertitle
{
    height: 30px; 
    vertical-align: middle;
    text-align: left;
    background-color: #000000;
    padding: 10px;
}
#footer
{
    height: 18px; 
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    background-color: #000000;
    color: #FFF;
    font-size: 9pt;
}
#contacttable
{
    width: 100%;
    padding: 5px;
    font-size: 10pt;
    color: #FFF;
}
.formitem
{
    padding: 5px;
    border: 1pt solid #000000;
    font-size: 10pt;
    background-color: #FFFFFF;
    color: #3366FF;
    font-weight: bold;
    width: 300px;
}
.sitetext
{
    font-size: 10pt;
}
/* Tooltip CSS */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	width: 250px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 { font-size: 10pt;}
.memform
{
    vertical-align: middle;
    width: 250px;
    height: 80px;
    float: right;
	background: transparent url(img/Long-back.jpg) repeat-x;	
	color: #fff;
	font-size: 20pt;
	padding: 20px;
	text-align: center;
	margin: 10px;
}
#ycpnews
{
    width: 400px;
    padding: 10px;
    margin: 5px;
}
#ycpevents
{
    border-style: solid;
    border-width: 1pt;
    border-color: #0D72BA;
    background: #F1F9FE;
    width: 310px;
    padding: 10px;
    margin: 5px;
}