/*-------------------------------------------------------
	Colors
---------------------------------------------------------

Blues
------------------
Dark		#2e3192
Med			#55a1d5
Light		#6eebff

Greens
------------------
Dark		#8cc63f
Light		#d0f460

Accents
------------------
Hot Pink	#ed1e79

-------------------------------------------------------*/

/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

* {   
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;    
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: url(../images/layout/page-bg.jpg) center top fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}	

#container {
	background: url(../images/layout/container-bg.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 998px;
}
	
#mast {
	background: url(../images/layout/mast-bg.gif) no-repeat;
	clear: both;
	float: left;
	height: 210px;
	width: 998px;
}
	
#content-wrapper {
	background: url(../images/layout/wrapper-bg.gif) no-repeat left bottom;
	float: left;
	padding: 5px 0 20px 20px;
	padding-bottom: 30px;
	width: 978px;
}
	
#footer {
	background: url(../images/layout/footer-bg.jpg) no-repeat;
	clear: both;
	float: left;
	height: 155px;
	margin-bottom: -10px;
	padding: 10px;
	width: 978px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/

h1, h2, h3, h4 {
	color: #55a1d5;
}

h1 {
	margin: 7px auto 6px auto;
}

h2 {
	margin: 7px auto 6px auto;
	text-align: center;
}

h3 {
	margin: 7px auto 6px auto;
}

p {
	margin: 7px auto 6px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #55a1d5;
}
	 
a:hover {
	text-decoration: none;
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}



/*-------------------------------------------------------
	Mast Selectors
-------------------------------------------------------*/

#mast * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#home-link {
	float: left;
	height: 160px;
	text-indent: -999em;
	width: 280px;
}

#utility-links {
	float: right;
	height: 14px;
	margin-top: 105px;
	text-align: right;
	width: 700px;
}

#utility-links a {
	border-right: 1px solid #2e3192;
	color: #2e3192;
	line-height: 14px;
	padding: 0px 10px;
	text-decoration: none;
	text-transform: lowercase;
	vertical-align: middle;
}

#utility-links a strong {
	font-variant: small-caps;
	text-transform: lowercase;
	font-weight: bold;
}

#utility-links a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------------
	Tabbed Links & Main Nav Area
-------------------------------------------------------*/

#tabbed-links {
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	display: inline;
	margin-top: 13px;
	width: 690px;
}

#tabbed-links li {
	float: left;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	z-index: 700;
}

#tabbed-links a {
	background: url(../images/layout/nav-bg.gif) -15px -35px;
	color: #fff;
	float: left;
	height: 25px;
	letter-spacing: 0px;
	line-height: 25px;
	padding-left: 5px;
	text-decoration: none;
	text-transform: lowercase;
	word-spacing: normal;
}

#tabbed-links a:hover {
	color: #ed1e79;
}

#tabbed-links a span {
	background: url(../images/layout/nav-bg.gif) -310px -35px;
	display: inline-block;
	width: 15px;
}

/*-------------------------------------------------------
	Drop Down
-------------------------------------------------------*/


#tabbed-links ul {
	background: url(http://pelicanbayltd.com/css/none) #8cc63f;
	border: 1px solid #8cc63f;
	border-top: none;
	display: none;
	float: left;
	left: -3px; top: 25px;
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	margin: 0; padding: 0;
	z-index: 900;
}

#tabbed-links ul li{
	border-bottom: 1px solid #8cc63f; /*--Create bevel effect--*/
	clear: both;
	margin: 0;
	padding: 0;
}

#tabbed-links ul li a span {
	background: url(http://pelicanbayltd.com/css/none);
	width: 0px;
}

#tabbed-links ul li a {
	background: url(http://pelicanbayltd.com/css/none) #8cc63f;
	border: none;
	float: left;
	height: auto;
	line-height: 15px;
	padding: 3px 12px;
	text-transform: lowercase;
	width: 160px;
}
#tabbed-links ul li a:hover { /*--Hover effect for subnav links--*/
	background: #55a1d5;
	color: #fff;
}


/*-------------------------------------------------------
	Search
-------------------------------------------------------*/

#search-box {
	background: url(../images/layout/search-bg.gif);
	float: right;
	height: 24px;
	margin: 15px 20px 0 0;
	width: 285px;
}

#search-box input {
	border: none;
	color: #55a1d5;
	float: left;
	font-weight: bold;
	margin: 3px 8px;
	width: 185px;
}

#search-box #submit {
	background: url(../images/layout/search-button.gif) 0 0;
	font-size: 0px;
	height: 24px;
	line-height: 0px;
	margin: 0 0 0 4px;
	text-indent: -999em;
	width: 80px;
}

#search-box #submit:hover {
	background-position: 0 -24px;
}

/*-------------------------------------------------------
	Left Navigation
-------------------------------------------------------*/

.left-nav * {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.left-nav {
	background: #8cc63f;
	display: inline;
	float: left;
	margin-right: 10px;
	margin-left: -240px;
	padding: 0px;
	position: relative;
	width: 240px;
}

.left-nav li {
	clear: both;
	float: left;
	width: 240px;
}

.left-nav ul ul li {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.left-nav li a {
	background: #8cc63f;
	border-top: 1px solid #d0f460;
	color: #fff;
	float: left;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: uppercase;
	width: 220px;
}

.left-nav a:hover {
	background: #55a1d5;
}

.left-nav ul ul li a {
	border: none;
	font-weight: normal;
	padding: 3px 10px 3px 30px;
	text-transform: none;
	width: 200px;
}

/*-------------------------------------------------------
	Content Areas
-------------------------------------------------------*/

.main-featured {
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 980px;
}

.secondary-featured {
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 980px;
}

.main-featured div, .secondary-featured div {
	float: left;
	margin-right: 10px;
}

.section320 {
	float: left;
	width: 320px;
}

.section300 {
	float: left;
	width: 300px;
}

.main-content {
	float: left;
	display: inline;
	margin-left: 240px;
	width: 720px;
}

.main-content p.splash {
	color: #2e3192;
	font-weight: bold;
	line-height: 175%;
	padding: 0 10px;
}

.full-content {
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 980px;
}

.full-content .section650 {
	float: left;
	display: inline;
	margin: 10px 35px;
	width: 580px;
}

.full-content .section650 p {
	margin: 10px 35px;
}

.site-map h3 {
	/*margin-top: 50px;*/
}

.site-map ul, .site-map li {
	margin-top: 0;
	margin-bottom: 3px;
}

.site-map a {
	text-decoration: none;
} 

.site-map a:hover {
	text-decoration: underline;
} 

.site-map li li {
	list-style: none;
}

.site-map li a {
	font-weight: bold;
}

.site-map li li a {
	font-weight: normal;
}

/*-------------------------------------------------------
	Footer Selectors
-------------------------------------------------------*/

.footer-section {
	border-right: 2px solid #ed1e79;
	float: left;
	height: 140px;
	margin: 10px;
}

.footer-section * {
	color: #ed1e79;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-section h1 {
	color: #2e3192;
	font-size: 125%;
}

.footer-section ul {
	display: inline;
	float: left;
	margin-left: 10px;
	width: 135px;
}

.footer-section a:link, .footer-section a:visited {
	color: #ed1e79;
	font-weight: bold;
	text-decoration: none;
}

.footer-section a:hover {
	text-decoration: underline;
}

#tasteful-treats {
	border-right: none;
	display: inline;
	text-align: center;
	width: 300px;
}

#tasteful-treats h1 {
	color: #ed1e79;
	clear: both;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	line-height: 90%;
}

#tasteful-treats .caption {
	color: #2e3192;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
}

#newsletter-form {
	background: url(../images/layout/newsletter-bg.gif);
	clear: both;
	display: inline;
	float: left;
	height: 24px;
	margin: 5px 10px 25px;
	text-align: left;
	width: 285px;
}
#newsletter-form input {
	border: none;
	float: left;
	display: inline;
	margin: 3px 8px;
	width: 185px;
}

#newsletter-form input.hidden {
	display: none;
}

#newsletter-form #submit {
	background: url(../images/layout/newsletter-button.gif) 0 0;
	font-size: 0px;
	height: 24px;
	line-height: 0px;
	margin: 0 0 0 4px;
	text-indent: -999em;
	width: 80px;
}

#newsletter-form #submit:hover {
	background-position: 0 -24px;
}


#sub-footer {
	color: #2e3192;
	display: inline;
	font-size: 9pt;
	float: left;
	margin: 10px 80px;
	width: 800px;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/
p.pullquote {
	color: #ed1e79;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 28pt;
	line-height: 100%;
	margin-left: -240px;
	padding: 0 10px;
	text-align: center;
	width: 220px;
}

.contact-info {
	margin-top: 25px;
}

.contact-info * {
	text-align: center;
}

.signin-button {
	text-align: center;
}

.signin-button a {
	background: url(../images/layout/signin-button.gif) repeat-x center top;
	border: 1px solid #d0f460;
	color: #fff;
	font-variant: small-caps;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: lowercase;
}

.signin-button a:hover {
	background-position: center -30px;
}
/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/

#contact-form * {
	list-style-type: none;
}

#contact-form {
	background: #fff;
	border: solid 1px #ccc;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	height: auto;
}

#contact-form p {
	padding: 3px 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contact-form label { 
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	width: 140px; 
}

#contact-form input {
	padding: 0px;
	outline: 0;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

#contact-form ul {
	clear: both;
	float: left;
	width: 100%;
}

#contact-form  li {
	margin-left: 50px;
}

#contact-form  ul ul {
	margin: 0px;
}

#contact-form  li li {
	margin-left: 25px;
}

#contact-form ul.columns li {
	float: left;
	display: inline;
	width: 100px;
}

#contact-form input, #contact-form textarea {
}

#contact-form .tasteful-treats {
	clear: both;
	float: left;
	font-weight: bold;
	width: 300px;
}

#contact-form .checkbox {
	width: auto;
	padding: 0px;
	margin: 5px 5px 0 15px;
}

.reload {
	font-variant: small-caps;
	padding: 3px;
	text-size: 90%;
}

#contact-form #submit, #contact-form #submit {
	width: auto;
	padding: 5px;
	margin: 5px auto;
	border: 1px solid #265c8c;
	color: #fff;
	background: url(http://pelicanbayltd.com/images/page-bg-bottom.gif) repeat-x center -30px ;
	font-weight: bold;
}

#contact-form #submit:hover {
	background: url(http://pelicanbayltd.com/images/page-bg-bottom.gif) repeat-x center -60px ;
	cursor: pointer;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}


.required {
/*	background: #fffff2;
	border: 1px solid #efefec;
*/
}

.req-ast {
	color: #990000;
	font-size: 125%;
	padding: 0 3px;
}
/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */