/* Ocean's View CSS  by Len Saunders http://www.lensaunders.com -  You must keep this line here if you use this template/ 
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

* { margin: 0; outline: none; }

body { color: #333; font: normal 16px/1.3em verdana, arial, helvetica, sans-serif; background-color: #fff; background-image: url(bg.gif); background-position: top center; background-attachment: scroll; background-repeat: repeat-y; margin: 0; padding: 0; }

#header h1 { color: #fff; }

#navcontainer { width: 200px; }

#navcontainer ul { margin: 0 0 1em 0; padding-left: 0; list-style-type: none; font-size: 0.75em; }

#navcontainer a { display: block; padding: 3px; width: 160px; background-color: #045c97; border-bottom: 1px solid #eee; }

#navcontainer a:link, #navlist a:visited { color: #eee; text-decoration: none; }

#navcontainer a:hover { background-color: #ccc; color: #000; }

.glossymenu { position: relative; padding: 0; margin: -15px auto 0 auto; background: url(menub_bg.gif) repeat-x; height: 46px; list-style: none; }

.glossymenu li { float:left; }

.glossymenu li a { float: left; display: block; color:#000; text-decoration: none; font-family: sans-serif; font-size: 0.8em; font-weight: bold; padding:0 0 0 16px; height: 46px; line-height: 46px; text-align: center; cursor: pointer; }

.glossymenu li a b { float: left; display: block; padding: 0 24px 0 8px; }

.glossymenu li.current a, .glossymenu li a:hover { color: #fff; background: url(menub_hover_left.gif) no-repeat; background-position: left; }

.glossymenu li.current a b, .glossymenu li a:hover b { color: #fff; background: url(menub_hover_right.gif) no-repeat right top; }

a,a:link,a:active,a:visited { color: #045c97; font-weight: bold; text-decoration: underline; }

a:hover { text-decoration: none; }

h1,h2,h3,h4 { letter-spacing: 1px; }

h1 { font-size: 2.5em; font-weight: normal; color: #fff; padding: 18px; }

h2 { font-size: 1.3em; font-weight: normal; color: #666; margin: 18px 0 0 0; }

#leftcol h2 { margin: 18px 0 9px 0; }

h3 { font-size: 1em; font-weight: bold; color: #666; margin: 0; text-align: left; }

p { font-size: 0.75em; text-align: justify; }

#contain { margin: 0 auto; width: 750px; border-right: 2px solid #000; border-left: 2px solid #000; background: #fff; }

#header { background: #fff url('header.jpg') right no-repeat; width: 750px; height: 275px; border-bottom: 1px solid #ccc; text-align: right; color: #fff; }

#leftcol { width: 200px; float: left; padding: 0 0 0 18px; margin: 0; }

#leftcol p { padding: 18px 0 18px 0; margin: 0; }

#content { margin-left: 240px; width: 500px }

#content p { margin: 18px 18px 18px 0; }

#footer { font-size: 0.75em; width: 750px; border-top:1px solid #000; border-bottom:1px solid #000; background: #045c97; padding: 6px 0 6px 0; color: #fff; margin-top: 10px; text-align:center; }

#footer a,#footer a:link,#footer a:active,#footer a:visited { color: #fff; font-weight: bold; text-decoration: underline; }

#footer a:hover { text-decoration: none; }

.leftImg { float: left; margin: 6px 6px 6px 0; }

a.boldbuttons{
background: transparent url('roundedge-gray-left.gif') no-repeat top left;
display: block;
float: right;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: none;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.curlycontainer{
border: 2px solid #b8b8b8;
margin-bottom: 1em;
width: 160px;
font: normal 13px Arial;
}

.curlycontainer .innerdiv{
background: transparent url(brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}