/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}
#dolphincontainer{
	position:relative;
	border-bottom: 2px solid #16571f;
	color:#E0E0E0;
	background:#143D55;
	width:100%;
}
#dolphinnav{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;}
#dolphinnav ul{margin:0 0 0 20%;padding:0;list-style-type:none;width:auto;float:left;}
#dolphinnav ul li{display:block;float:left;margin:0 1px;}
#dolphinnav ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 20px;height:33px;}
#dolphinnav ul li a span{padding:12px 20px 0 0;height:21px;float:left;}
#dolphinnav ul li a:hover{color:#fff;background:transparent url(../images/dolphin_bg-OVER.gif) repeat-x bottom left;}
#dolphinnav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#dolphinnav 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%;}
#dolphinnav 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;}

#dolphin_inner{color: #fff; margin-left:20%; padding: 5px; font-size: 80%; height: 1em}

#dolphin_inner a:link, #dolphin_inner a:visited, #dolphin_inner a:active{color: white}
#dolphin_inner a:hover{color: yellow}

.innercontent{display: none;}
.banner {
margin:0 auto;
width:960px;
}
.container {
	width: 960px;
	height:1007px;
	margin: 0 auto;
	background:url(../images/notebook6.jpg) no-repeat top right;
}
body {
	margin: 0;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
.right_col {
	margin-right: 0px;
	width: 660px;
	height:900px;
	float: right;
	padding-top:220px;
}
.left_col {
	margin-left: 0 px;
	width: 300px;
	height: 900px;
	float: left;
	padding-top:120px;
}
.footer {
	width: 100%;
	clear: both;
	background:url(../images/dolphin_bg.gif) repeat-x;
	height:29px;
	
}
.footertext {padding-top:8px;text-transform:uppercase;
	color:#ffffff;
	text-align:center;font-size:10px;}
.indent {
	margin:10px 50px 0 30px;
	line-height:20px;
	font-family: 'Neucha', arial, serif;
	letter-spacing:2px;
}
.faqlist {
	font-family: 'Neucha', arial, serif;
	letter-spacing:2px;
	line-height:20px;
	font-size:12px;
}
.bullet 
	{background:url(../images/bullet.png) left no-repeat;
	padding-left:20px;
	margin-left:30px;
}
h1 {font-size:20px;
color:#143D55;
}
p {	font-size:14px;
}
a:link{text-decoration:none;}
a:visited{color:#0066ff;}
a:hover{color:#003399;}
.bulletred {background:url(../images/hand_red.png) no-repeat top left;
padding:8px 0 0 50px;height:30px;}
.bulletblue {background:url(../images/hand_blue.png) no-repeat top left;
padding:8px 0 0 50px;height:30px;}
.bulletgrey {background:url(../images/hand_grey.png) no-repeat top left;
padding:8px 0 0 50px;height:30px;}
.bulletgreen {background:url(../images/hand_green.png) no-repeat top left;
padding:8px 0 0 50px;height:30px;}
/*pagination button css*/
 .button
        {
	margin: 10px 5px 5px 0;
	text-decoration: none;
	font: 0.8em 'Trebuchet MS',Arial, Helvetica; /*Change the em value to scale the button*/
	display: inline-block;
	text-align: center;
	color: #fff;
	letter-spacing:2px;
	border: 1px solid rgba(0, 0, 0, 0.3); /* Fallback style */
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 .05em rgba(0,0,0,0.4);
            -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
            -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
	text-transform: uppercase;           
        }
        
        .button, .button span
        {
            -moz-border-radius: .3em;
            border-radius: .3em;
        }
        
        .button span
        {
            border-top: 1px solid #fff; /* Fallback style */
            border-top: 1px solid rgba(255, 255, 255, 0.5);
            display: block;
            padding: .2em 0.5em;
              
        }

        .button:hover
        {
            box-shadow: 0 0 .1em rgba(0,0,0,0.4);
            -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
            -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
        }
        
        .button:active
        {
            /* When pressed, move it down 1px */
            position: relative;
            top: 1px;
        }
         .button-blue
        {
	background: -moz-linear-gradient(-90deg, #006699, #003366);
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#003366) );
	background: -moz-linear-gradient(-90deg, #006699, #003366);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#006699', EndColorStr='#003366');
        }
        
        .button-blue:hover
        {
	background: -moz-linear-gradient(-90deg, #3399FF, #2C85E0);
	background: -webkit-gradient(linear, left top, left bottom, from(#3399FF), to(#2C85E0) );
	background: -moz-linear-gradient(-90deg, #3399FF, #2C85E0);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#3399FF', EndColorStr='#2C85E0');
        }
        
        .button-blue:active
        {
            background: #006699;
        }
		.pad{margin-top:30px;}
/* QUOTE BOX */

#quotebox { width:610px; height:320px; /*background-image:url("../images/quote_bg.png");*/ margin:20px auto; color:#143C54; overflow:hidden;}
.quote { display:none; float:left; height:69px; margin-left:20px; margin-top:0px; padding:7px; }
.quote p { font:bold 17px Helvetica, Arial, Sans-serif; }
.quote .author { font:italic 13px Georgia,serif,Times; color:#549FC9; padding-top:1px; }
.quotemark { display:none; float:left; font:bold 200px Helvetica; letter-spacing:-20px; line-height:200px; color:rgba(215, 215, 215, 0.8); }
.rightquote { margin-top:-3px; }
