/*
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
margin: 0; 
padding: 0;
}

body {
background: #FFFFFF url(images/gulfsail700.jpg) no-repeat center top;
/*
background: #355379 url(images/gulfsail700.jpg) no-repeat center top;
*/
/*
for classy sailboat:
for seal:
background: #355379 url(images/seal.jpg) no-repeat center top;
for jolie:
background: #798AA2 url(images/fuzzyjolie3.jpg) no-repeat center top;
*/
font: normal small Arial, Helvetica, sans-serif;
font-size: 75%;
/* color: #FFFFFF; */
color: #333;   /*  black is too dark  */
}

h1, h2, h3 {
}

h2 {
}
                                      
h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
margin-left: 3em;
}

ul {
margin-left: 3em;
}

ul li {
}

ol {
margin-left: 3em;
}

ol li {
}

a {
color: #FFFFFF;
}

a:hover {
text-decoration: none;
}

img {
}

/* Boxed Style */

.mbox {
margin: 10px auto 10px auto;
border: 1px solid #FFFFFF;
background: url(images/img02.gif) repeat-x;
color: #788CA5;
}
/* Boxed Style */

.boxed {
margin: 10px auto 10px auto;
background: #58A297;
border: 1px solid #58A297;
}

.boxed .title {
height: 26px;
padding: 10px 0 0 10px;
background: url(images/img02.gif) repeat-x;
border-bottom: 1px solid #FFFFFF;
text-transform: lowercase;
font-size: 1em;
color: #355379;
}

.boxed .content {
/* padding: 20px 20px 40px 20px; */
padding: 20px 20px 50px 20px;
}


/* Logo */

#logo {
width: 700px;
height: 130px;
margin: 0 auto;
background: url(images/img02.jpg) no-repeat;  
}

#logo h1 {
/* padding: 90px 0 0 95px;  */
padding: 15px 0 0 80px;
text-transform: lowercase;
letter-spacing: -2px;
font-size: 4em;
}

#logo h1 span {
font-size: .7em;
font-weight: normal;
}

#logo h2 {
margin-top: -1em;
padding: 0 0 0 40px;
text-transform: uppercase;
letter-spacing: .2em;
font-size: .8em;
font-weight: bold;
color: #FFFFFF;
}

#logo a {
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

/* Menu */

#menu {
width:  700px;
height: 25px;
margin:  10px auto 10px auto;
}

#menu ul {
list-style: none;
}

#menu li {
display: inline;
}

#menu a {
display: block;
float: left; 
/*
padding: 5px 20px 0 20px; 
*/
padding: 5px 20px 0 0;
text-decoration: none;
text-transform: lowercase;
font-size: .9em;
/* font-size: .9em; */
font-weight: bold;
}

#menu a:hover {
text-decoration: underline;
}

#menu .active a {
text-transform: uppercase;
}

/* Content */

#extra {
}

/* Content > Main */

#main {
margin: 10 10 80 10  auto;
padding: 0 0 0 0;
width: 700px;
	background: #99b0a8;
}

#main a {
}

#sidebar a {
}


#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Updates*/

/* Footer */

#footer {
	clear: both;
width: 870px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px dotted #FFFFFF;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
