/* BROWSER RESET - elimantes default browser css for the following elements. 
===================== */
@import url("MasterFloatRESETv11-1-2-min.css");  /* Upload stylesheet to GFX folder */
@import url("iog-grid-fixed.css");

html {
overflow-x: hidden !important; /* This will NOT show the horizontal scrollbar in all modern browsers */
overflow-x: hidden/9; /* This will NOT show the horizontal scrollbar in IE8 */
overflow-y: auto/9; /* This will show the vertical scrollbar if needed  in IE8 */
*overflow-x: hidden; /* This will NOT show the horizontal scrollbar in IE7 */
*overflow-y: auto; /* This will show the vertical scrollbar if needed  in IE7 */	
}

* { /*DO NOT REMOVE*/
         font-family: "Comic Sans MS", "ChalkboardSE-Regular", Arial, sans serif;
	text-align: left;
	margin: 0;
	padding: 0;
	
}
body {
	margin: 0 auto;
	background-color: #beedf3;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	

}
h1, h2, h3, h4, h5 {
	text-transform: capitalize;
	margin-right: 15px;
	font-weight: normal;
	line-height: 1.7em;
	margin-bottom: 25px;
}
h1 {
	font-size: 2em;
	color: #c80008;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/bg-top-content.png);
	height: 85px;
	padding-top: 15px;
	margin: 0px;
	background-repeat: no-repeat;
}
h2 {
	font-size: 1.6em;
	padding-left: 25px;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}


p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0px 25px 25px 30px;
}
/* ----------------- GENERAL LINKS ----------------- */
a {
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #0099CC;
}
a:active {
	color: #339999;
}




	        


/* ------------------------- MAIN NAVIGATION ----------------------------- */
div#menu {
	z-index: 99;
	height: 47px;
	width: 1000px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0;
	position: absolute;
	top: 429px;
	left: -22px;

}


ul#nav {
	margin: 0 0 0 25px;
	padding: 0;
	background-image:  url(../images/bg-menu-line.png);
	background-position:left;
	background-repeat:no-repeat;
	margin-top:0px;
	position: relative;
	height:59px;
	
	}
	

	ul#nav li {
	float: left;
	padding: 0;
	list-style: none;
	list-style-image: none;
	background-image:  url(../images/bg-menu-line.png);
	background-position:right;
	background-repeat:no-repeat;
	margin: 0px;
		}
		ul#nav li.last {
			}
		ul#nav li.first {
			}
		ul#nav li a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
	color: #2a4c90;
	line-height:50px;
         font-family: "Comic Sans MS", "ChalkboardSE-Regular", Arial, sans serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
			}
		/* yes, you can combine the bottom two styles if you would like or need to */	

			

		ul#nav li.current a {
			background-image: url(../images/bg-menu-current.png);
			background-position:center;
			background-repeat: repeat-x;
			color:#fff;
			}
		ul#nav li a:hover {
			background-image:url(../images/bg-menu-hover.png);
			background-position:center;
			background-repeat: repeat-x;
			z-index:25px;
			color:#fff;
			}
ul#nav li ul { /* second-level lists */
	position: absolute;
	margin-top:-2px;
	background-color: #fbda79;
	z-index:9999px;
	/*background: orange;*/
			width: 218px;
	padding-left:0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left:-50px;
	padding-bottom: 0px;
		}
		
		ul#nav li ul li, ul#nav li.current ul li {background-image:none; width:238px; border-bottom: 1px solid #4fb0eb; text-align:center;}
		ul#nav li ul li a, ul#nav li.current ul li a  {background-image: none; white-space:normal; line-height:18px; padding:6px 15px; margin-left:0px; font-size: 14px;  text-align:center; color: #2a4c90;} 
		ul#nav li ul li a:hover, ul#nav li.current ul li a:hover {background-image:none; background-color:#e12823; border-bottom: 1px solid #f84a45;  text-align:center; color:#fff;}
		 
		ul#nav li ul ul { /* third-and-above-level lists */
			margin: -1em 0 0 10em;
		}
		 
		ul#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
			left: -999em;
		}
		 
		ul#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}






/* ----------------- LAYOUT ELEMENTS ----------------- */
div#header {
	height: 483px;
	margin: auto;
	position: relative;

}


div#logo {
	position: absolute;
	top: 90px;
	left:6px;
	height: 271px;
	width: 400px;
}


/*---- main content---*/


div#content {
	margin: auto;
	width: 1042px;
	position: relative;
	height: auto;

}
div#sidebar {
	float: left;
	margin-left: 15px;
	width: 300px;
        position: relative;
}

div#rightside {
	float: right;
	width: 670px;
}
div#rightsideinterior {
	float: right;
	width: 692px;
	background-image: url(../images/bg-rightside.png);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 5px;
}
.contentbottom {
	padding-bottom: -10px;
	margin-bottom: -18px;
}
div#slogan {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 246px;
	width: 580px;

	
}


.boy_fishing{
margin-left:31px;
}


  
    
/* ----------------- COPYRIGHT/LOGIN ----------------- */
div#copyright {
	clear: both;
	font-size: 10px;
	color: #000;
	text-align: center;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
div#copyright a {
	text-decoration: underline;
	color: #009;
	font-size: 10px;
}
div#copyright a:hover {
	color: #03C;
}

div#copyright img {

}



/* ----------------- CUSTOM CLASSES ----------------- */
.center {
	text-align: center;
}
.clear {
	clear: both;
}




/*------------ADDRESS STYLES--------------------*/
 


address {
	color: #333;
	text-align: left;
	font-size: 14px;

}
address a {

}



  
/*-------------------WRAPPERS-------------------*/


div#wrapperheader {
	height: 483px;
	background-image: url(../images/bg-headerwrapper.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

div#wrappercontent {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg-wrappercontent.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	min-height:730px;
	padding: 0px;
}
div#wrappercontentindex {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg-wrappercontentindex.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	min-height:730xp;
	padding: 0px;
	height: 1685px;
}



div#wrapperfooter1 {
	clear:both;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: #95E0E6;
	width: 100%;
	margin: auto;
	padding-top: 63px;
	height: 200px;
}

div#wrapperfooter {
	clear:both;
	background-color: #94dfe6;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-image: url(../images/bg-footerwrapper.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 416px;
}

/* ----print page, send to friend, send to phone ---------- */

div#content a.sms-button {
margin-bottom: 11px;
display: inline-block;
margin-left: 10px;
font-size: 1em;
width: 150px;
}

span.print-page-link
{
margin-left: 15px;
display: inline-block;
font-size: 1em;
padding-left: 35px;
padding-right: 15px;
}

span.sendtofriend-link {
margin: 0px 0px 15px 0px;
display: inline-block;
font-size: 1em;
padding: 5px;
padding-right: 20px;
}

/* facebook like link */
div#fblike {
	float: left;
	margin: 15px;
	color: #333;
}

/* ------widget styling------- */


.widget-wrapper {
}

.widget-title {
}

.widget-title h3 {
	color: #FFF;
	margin: 0;
	font-weight: bold;
}
.widget-body { 
	padding:0px;
	height: auto;
	
}
.widget-body a {

}
.widget-body p { 
	text-align: left;
	
}



/*------ form---------------*/
.form-row .form_field_text {
 	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
 	float:left;
  	line-height:1.2em;
  	width:100%;
}

.aremandatory {
    line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

/*------ map module---------------*/
div#main {
margin-left: 24px;
}

div#di_wrapper {
margin-left: 15px;
}

.map-options {
margin-left: 15px;
}

#directions-title {
  color: #000000;
  font-family: "Lucida Grande","Lucida Sans",Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 0.5em;
  padding: 0;
  width: 60%;
}

div#di_wrapper {
  margin-left: 24px;
}


/* --- PAGE LAYOUT ELEMENTS FOR FOOTER ON index PAGE --- */
div#footerbox {
	list-style: none;
	width: 1020px;
	margin: auto;
	position: absolute;
	padding: 0px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	left: 12px;
	top: 1414px;
	height: 107px;
}

.alligatorimage {
	position: absolute;
	top: -163px;
	left: 467px;
	padding: 0px 0px 0px 0px;
	margin: 30px 20px 0px 0px;
	z-index: 100;
}

div#footerbox ul {
	list-style: none;
	margin: auto;
	padding-top: 35px;
	padding-left: 25px;
}


div#footerbox ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#footerbox ul li a:link, div#footerbox li a:visited {
	padding-left: 3px;
	padding-right: 3px;
	border-right: solid 1px #fff200;
	font-size: 13px;
	color: #fff200;
	display: inline;
	line-height: normal;
	padding-bottom: 0;
	padding-top: 0;
	font-weight: bold;
}

div#footerbox li a:active {
	color: #fff200;
}

div#footerbox li.end a:link, div#footerbox li.end a:visited, div#footerbox li.end a:active {
	border-right: none;
}
div#footerbox li a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* --- PAGE LAYOUT ELEMENTS FOR FOOTER ON interior PAGEs --- */
div#footerinteriorbox {
	width: 1020px;
	height: 100px;
	font-size: 19px;
	padding: 0px;
	margin: auto;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.alligatorimage2 {
	position: absolute;
	top: -157px;
	left: 482px;
	padding: 0px 0px 0px 0px;
	margin: 30px 20px 0px 0px;
	z-index: 100;
}
div#footerinteriorbox ul {
	list-style: none;
	margin: auto;
	padding-top: 35px;
	padding-left: 25px;
}


div#footerinteriorbox ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#footerinteriorbox ul li a:link, div#footerinteriorbox li a:visited {
	padding-left: 3px;
	padding-right: 3px;
	border-right: solid 1px #fff200;
	font-size: 13px;
	color: #fff200;
	display: inline;
	line-height: normal;
	padding-bottom: 0;
	padding-top: 0;
	font-weight: bold;
}

div#footerinteriorbox li a:active {
	color: #fff200;
}

div#footerinteriorbox li.end a:link, div#footerinteriorbox li.end a:visited, div#footerinteriorbox li.end a:active {
	border-right: none;
}
div#footerinteriorbox li a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ----------------- CUSTOM CLASSES from old site ----------------- */

.leftsidebarimage {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 5px -1px;
	z-index: 10; 
}


.pierimage {
    float: right;
    margin: 45px 15px 0 0;
    padding: 0;
}

.locationimage {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 30px 20px 0px 35px;

}

div#slidercontent {
	float: right;
	width: 600px;
	height: 373px;
	margin: 30px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/slider_bg.png) repeat-x top;
	z-index: 1; 
}


div#contentarea {
	width: 1000px;
        min-height: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(../images/body_bg_container_interior.png) repeat-y;
}

div#contentarea2 {
	width: 1000px;
	min-height: 1634px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(../images/body_bg_container_home.png) repeat;
}

.planeanimation {
	position: absolute;
	top: 12px;
	left: 409px;
	width: 550px;
	height: 233px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.planeanimation2 {
	position: absolute;
	top: -415px;
	left: 475px;
	width: 550px;
	height: 233px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.redfont {
	font-weight: bold;
	color: #c80008;	
}

.redfont2 {
	font-weight: 100;
	color: #c80008;	
}

.redlargefont {
	font-weight: bold;
	color: #c80008;	
	font-size: 24px;	
}

.darkredfont {
	font-weight: 100;
	color: #b50b17;	
}

.greenfont {
	font-weight: 100;
	color: #00b050;	
}

.greenfontbold {
	font-weight: bold;
	color: #00b050;	
}

.greenlargefont {
	font-weight: bold;
	color: #00b050;
	font-size: 24px;	
} 

.bluefont {
	font-weight: 100;
	color: #002d69;	
}

.bluefontbold {
	font-weight: bold;
	color: #002d69;	
}

.centerbluefont {
	font-weight: 100;
	color: #002d69;
	text-align: center;	
}

.lightblue {
	font-weight: 100;
	color: #00b0f0;	
}

.purplefont {
	font-weight: 100;
	color: #ff2ad6;	
}

.darkpurplefont {
	font-weight: 100;
	color: #7030a0;	
}


.greenfont {
	font-weight: 100;
	color: #55682f;	
}

.lightgreenfont {
	font-weight: 100;
	color: #55682f;	
}

.yellowfont {
	font-weight: 100;
	color: #ffc000;	
}
 
.prenatalfont1 {
	font-weight: 100;
	color: #ff2ad6;	
}

.prenatalfont2 {
	font-weight: 100;
	color: #6998ff;	
}


ul {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:  1.1em;
	line-height: 1.6em;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 20px 20px;
}

li {
	color:#000000;
	font-weight: 100;
	list-style: url(../images/checkmark.png);
        margin-left: 25px;
}

.clear {
	clear: both;
}

div#entertainmentdiv {
	float: left;
	width: 570px;
	margin: 0px;
	padding 0px;
}

div#pdfbox {
	float: left;
	width: 640px;
	margin: 0px 0px 25px 40px;
	padding 0px;
	text-align: center;	
}

div#pdfbox1 {
	float: left;
	width: 125px;
	height: 260px;
	margin: 0px 35px 0px 0px;
	padding 0px;	
}
.textcenter {
	text-align: center;
	margin: auto;
}
/* --- REDEFINE IMAGE TAG SELECTORS --- */

img {
	border: none;
}
img.left {
	float: left;
	margin: 0px 10px 10px 20px;
}
img.right {
	float: right;
	margin: 5px 15px  5px 10px;
}
.leftchart {
	float: left;
	margin: 0px 60px 10px 20px;
}

img.right2 {
	float: right;
	margin: 5px 45px 5px 10px;
}

img.center {
	float: right;
	margin: 5px 40px 5px 20px;
}

.leftart {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 20px;
}

.rightart {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 200px 0px 0px;
}

.centerart {
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;	
}

.pdfimage {
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	border: 1px solid #000000;
}

img.leftborder {
	padding: 4px;
	border: 1px solid #cccccc;
	float: left;
	margin: 5px 20px 20px;
}
img.rightborder {
	padding: 4px;
	border: 1px solid #cccccc;
	float: right;
	margin: 5px 20px 20px;
}
img.border {
	padding: 4px;
	border: 1px solid #cccccc;
}
form[name="reqform"] {
margin-left: 50px;
}


div#smartbrief {
    margin-left: 28px !important;
    margin-top: -20px;
    border: 1px solid black;
    height: 300px;
    width: 160px;
}

#language {
    top: 0;
    width: 195px;
    height: 54px;
    text-align: center;
    right: 0;
    position: absolute;
    z-index: 999;
}

#language p {
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    z-index: 999;
}