/* 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(../images/bg2.gif);
	background-position: top center;
	background-attachment: scroll;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#header h1 {
	color: #000;
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
}

#navcontainer { width: 2px; }

#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: 220px; 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(../images/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(../images/menub_hover_left.gif) no-repeat; background-position: left; }

.glossymenu li.current a b, .glossymenu li a:hover b { color: #fff; background: url(../images/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 { text-align:center; 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 21px 0;
	text-align: center;
}

#leftcol h2 {
	margin: 18px 0 21px 0;
	text-align:left
}

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

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

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

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

#leftcol { width: 230px; float: left; margin-left: 18px; }

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

#content {margin-left: 0px; margin-right: 0px; text-align:center}

#content-index {margin-left: 280px; margin-right: 10px; width: 620px; text-align:center}

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

#footer { font-size: 0.75em; width: 920px; 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('../images/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('../images/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*/
	text-align: right;
}

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: 220px;
font: normal 13px Arial;
}

.curlycontainer .innerdiv{
background: transparent url(../images/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}
#contain #content table {
	text-align: center;
}
img { float: inherit}

