/* White Wing Memories style sheet */
/* Written by Allan Simpson http://www.simpson-design.com */

body {
		margin:0px 0 0 0px;
		padding:0;
		background-image:url(sitegraphics/background.jpg);
		background-repeat:no-repeat;
		background-position:top;
		min-width:757px;
		font-family:Arial, Helvetica, sans-serif;
}
p.mainpage {
	margin:0px;
	padding:25px;
	font-size:14px;
}

p.list {
	margin:0px;
	padding:0 0 0 25px;
	color:#666666;
}

#header h1 {
    	padding:35px 0 0 0;
	    margin:0;
		font-size:38px;
		font-family:"Times New Roman", Times, serif;
		font-variant:small-caps;
		color:#BFE0FF;
	}
	
h2 {
	padding:0 0 0 20px;
	color:#143D55;
}

li {
	color:#666666;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 22px;
}
	
	/*----------link styles------------*/
	
a {color:#423408;}
a:link {font-size:10px;text-decoration: none;font-family:Verdana, Arial, Helvetica, sans-serif;font-style:normal;font-weight:900;}
a:visited {font-size:10px;text-decoration: none;font-family:Verdana, Arial, Helvetica, sans-serif;font-style:normal;font-weight:900;}
a:hover {text-decoration: none;color: #FFFFFF;font-style:normal;font-weight:900;}
a:active {text-decoration: none;font-style:normal;font-weight:900;}

a.footerLinks {color:#D8E7FE;}
a.footerLinks:link {font-size:10px;text-decoration: none;font-family:Verdana, Arial, Helvetica, sans-serif;font-style:normal;font-weight:900;}
a.footerLinks:visited {font-size:10px;text-decoration: none;font-family:Verdana, Arial, Helvetica, sans-serif;font-style:normal;font-weight:900;}
a.footerLinks:hover {text-decoration: none;color: #FFFFFF;font-style:normal;font-weight:900;}
a.footerLinks:active {text-decoration: none;font-style:normal;font-weight:900;}

	/*----------Wrapper----------------*/
	
#wrap  {
	margin:0 auto;
	width:757px;
}
	
	
	/*---------------DIV---------------*/
#header {
	width:757px;
	height:75px;
	margin:0px;

}

#nav {
		padding:0px 0 0px 0px;
		margin:0px;
		
	 }
#main {
		background:#FFFFFF;
		float:left;
		width:540px;
	
    }
	

#sidebar {
		background:#EEF3F9;
		float:right;
		width:210px;
    }
#footer {
		background:#143D55;
		clear:both;
	}

	/*---------------Text Style--------------*/


.footer {
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#D8E7FE;
}
	
	
	
	/* ---------------the menu------------*/
	
#dolphincontainer{position:relative;height:56px;color:#E0E0E0;background:#143D55;width:100%;font-family:Helvetica,Arial,Verdana,sans-serif;}
#dolphinnav{position:relative;height:33px;font-size:12px;text-transform:uppercase;font-weight:bold;background:#fff url(sitegraphics/dolphin_bg.gif) repeat-x bottom left;padding:0 0 0 20px;}
#dolphinnav ul{margin:0;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(sitegraphics/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(sitegraphics/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(sitegraphics/dolphin_right-ON.gif) no-repeat top right;height:33px;}


/* Form Styles
--------------------------------*/
form.contact {
	margin: 0 0px 0 10px;  /* contact.php */
}

form.front {
	margin: 0 0px 0 10px;  /* this is the margin for the space on either side of the form box */
}

form {
	margin: 0 150px 0 150px;  /* this is the margin for the space on either side of the form box */
}

label {
	width: 9.5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

label.contact {
	width: 5.5em;
	float: left;
	text-align: right;
	margin-right: 0.1em;
	display: block
}

input {
	color: #28200D;
	background: #FEE3AD;	
	border: 1px solid #A5CF7A
}
/* extra input area for changing background colors */

input.aline {
	color: #000000;
	background: #FF7BE8;	
	border: 1px solid #000000
}

input.bline {
	color: #000000;
	background: #4EA3FB;	
	border: 1px solid #000000
}

input.cline {
	color: #000000;
	background: #93FB4D;	
	border: 1px solid #000000
}

input.dline {
	color: #000000;
	background: #FBF54D;	
	border: 1px solid #000000
}

input.eline {
	color: #000000;
	background: #FB4D4D;	
	border: 1px solid #000000
}

textarea {
	color: #28200D;
	background: #FF7BE8;
	border: 1px solid #28200D
}

textarea.contact {
	color: #28200D;
	background: #FEE3AD;
	border: 1px solid #A5CF7A
}





fieldset {
	border: 1px solid #A5CF7A;
	width: 35em  /* this sets the width of the form box area */
}

legend {
	color: #496B27;
	background: #A5CF7A;
	border: 1px solid #A5CF7A;
	padding: 6px 6px
}

p.submit {
	margin-left: 10em;
}


/* EOF */

