﻿body {
margin: 0;
padding: 0;
font: 75% Geneva, "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode",  Verdana, sans-serif;
/*font: 73%  helvetica, arial, "Trebuchet MS", calibri, sans-serif; */
text-align:left;
line-height : 1.5em;
color: #444;
background: #fff;
}

/*******************************************************/
/*        DO NOT MESS WITH THIS STYLE SHEET.           */
/*  YOU DO NOT WANT TO MAKE THE NICE MAGICKIAN ANGRY.  */
/*******************************************************/


			/*TOP BANNER*/		
#header {
height: 125px;
margin: 0;
padding-bottom: 1em;
background: #fff url(images/UnityWaveBanner.png) no-repeat;
color: #000;
}
#header h1 {
padding: 80px 0 0 140px;
font-size: 170%;
color: #009bd8;
background:transparent;
}
			/*TOP NAVIGATION*/
#navbar{position:relative;height:27px;color:#E0E0E0;background:#002f66;width:100%;font-family:Helvetica,Arial,Verdana,sans-serif;}
#nav{position:relative;height:33px;font-size:12px;text-transform:uppercase;font-weight:bold;background:#fff url(images/dolphin_bg.gif) repeat-x bottom left;padding:0 0 0 20px;}
#nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#nav ul li{display:block;float:left;margin:0 1px;}
#nav ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 20px;height:33px;}
#nav ul li a span{padding:12px 20px 0 0;height:21px;float:left;}
#nav ul li a:hover{color:#fff;background:transparent url(images/dolphin_bg-over.gif) repeat-x bottom left;}
#nav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#nav ul li a.current,#dolphinnav ul li a.current:hover{color:#fff;background:#1D6893 url(images/dolphin_left-on.gif) no-repeat top left;line-height:275%;}
#nav ul li a.current span{display:block;padding:0 20px 0 0;width:auto;background:#1D6893 url(images/dolphin_right-on.gif) no-repeat top right;height:33px;}
			/*3 COLUMNS*/
#gutter {
float: left;
width: 20px;
height: 1px;
}
#col1 {
float:left;
width:75%;
text-align:justify;
margin-bottom: 5px;
margin-right: 10px;
}
#col2 {
float: right;
width: 230px;
margin-left:15px;
margin-bottom: 15px;
padding-left: 10px;
padding-right: 10px;
border-left:2px #dddddd solid;
}

			/*COLUMN LINKS*/
#col2 a {
text-decoration: none;
margin: 0;
padding: 5px 0px 10px 0px;
}
#col2 p a{
text-align:left;
text-decoration: none;
margin: 0;
padding: 5px 5px 5px 5px;
color: #3D8CB8;
}
#col2 ul li a:hover {
background: #f2f2f2 url(images/icon.gif) left center no-repeat;
color: #666;
}
			/*FOOTER*/
#footer {
clear: both;
height: 35px;
font-size : 8pt;
background: #002f66;
border-top: 5px solid #009bd8;
color: #EDE4DF;
padding-left:50px;
vertical-align:bottom;
letter-spacing:1px;
text-align:left;
}
#footer a {
text-decoration: none;
color: #fff;
}
#footer a:hover {
text-decoration: underline;
color: #ddd;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0 0 0 0;
padding : 0.3em 0 .3em 0;
text-transform: uppercase;
font-size : 150%;
letter-spacing : 3px;
color: #002f66;
background : transparent;
}
h2 { 
margin: 0 0 0 0;
padding: 0.3em 0 .3em 0;
text-transform: uppercase;
letter-spacing : 3px;
font-size: 140%;
color: #009bd8;

}
h3 {
width: 90%;
align: center;
margin: 0 0 0 0;
padding: 2px;
font-size: 90%;
border: 1px solid #002f66;
color: #002f66;
background : #ffffef;
}

h4 {
margin: 0 0 0 0;
padding : 0.3em 0 .3em 0;
font-size: 110%;
font-weight : bold;
letter-spacing : 3px;
text-transform : none;
color: #009bd8;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #444444;
margin-left:80px;
margin-right:80px;
}
li {
	list-style:disc; margin-left:30px;
}
/*Table*/
caption {
text-align:center;
letter-spacing: 3pt;
font-size: 14pt;
font-weight:bold;
line-height:1.5em;
}
.cellplain {
font: 75% Geneva, "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode",  Verdana, sans-serif;
text-align:left;
line-height : 1.5em;
color: #dddddd;
}
.cellplaincenter {
font: 75% Geneva, "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode",  Verdana, sans-serif;
text-align:center;
line-height : 1.5em;
color: #dddddd;
}
.cellwhite {
font: 75% Geneva, "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode",  Verdana, sans-serif;
text-align:center;
line-height : 1.5em;
color: #ffffff;
}

			/*LINKS*/
a {
text-decoration: none;
color: #009bd8;
}
a:hover {
text-decoration: none;
color: #3786B3;
}
a img {
border: 0;
}
/*----------SPECIAL-----------*/
.capital {
float:left;
color:#002f66;
font-size:35px;
line-height:26px;
padding-right:3px;
font-family: Trebuchet MS, sans-serif;
background: #fff;
margin-top:5px;
}
			/*IMAGES*/
.imgleft {
float: left;
padding: 5px;
margin-right: 5px;
border: none;
}
