/*body*/

*
{
	margin: 0;
	padding: 0;
	outline: 0;
}
body
{
	font: 12px/165% "lucida grande", geneva, verdana, arial, helvetica, sans-serif;
	color: #dedede;
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg) repeat-x;
	text-align: center;
}

/*links*/

a, a:active, a:link
{
	text-decoration: none;
	color: #0bc9e7;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	color: #fae8bc;
}

/*headers*/

h1, h2, h3
{
	font-family: "trebuchet ms", tahoma, arial, sans-serif;
	color: #0bc9e7;
}
h1
{
	font-size: 1.7em;
	font-weight: normal;
	padding: 0px 10px 13px 25px;
	background: url(images/underline1.jpg) no-repeat 25px 25px;
}
h2
{
	font-size: 1.0em;
	font-weight: normal;
	padding: 0px 10px 13px 25px;
}
h3
{
	font-size: 1.1em;
	font-weight: normal;
	padding: 20px 10px 5px;
}

/*other text*/

p, dl
{
	padding: 10px;
	margin: 0px 7px 0px 7px;
}
ul, ol
{
	margin: 10px 20px;
	padding: 0 20px;
}
ol
{
	list-style: square;
	border: 1px solid #5c5f60;
}
ul
{
	list-style: none;
	text-decoration: none;
}
dt
{
	font-weight: bold;
	color: #ababab;
}
dd
{
	padding-left: 25px;
}

/*images*/

img
{
	border: none;	
}
img.float-right
{
	margin: 5px 0px 10px 10px;
}
img.float-left
{
	margin: 5px 10px 10px 0px;
}
blockquote
{
	margin: 15px 10px;
	background: #181b1d;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.6em;
	font-style: italic;
	font-family: georgia, "times new roman", times, sans-serif;
	color: #dedede;
}

/*forms*/

form 
{
	margin: 0px 4px; 
	padding: 0px 0px 0px 13px;
	border: none; 
	background: transparent; 	
}
label 
{
	display: block;
	font-weight: bold;
	margin: 0px 0;
	color: #000000;
}
input, select, textarea 
{
	margin: 1px 1px;
	font: normal 1em verdana, tahoma, sans-serif;
	color: #000000;
	background: #ffffff;  
	border: 1px solid #0bc9e7;
}
textarea 
{
	width: 280px;
	height: 100px;
	display: block;	
}
input.button 
{ 
	font: bold 12px arial, sans-serif; 
	height: 30px;
	margin: 2px 3px; 
	color: #0bc9e7;
	background: #181b1d;
	border-width: 1px;
  	border-style: solid;
  	border-color: #0bc9e7;
}

/*layout*/

#wrap
{
	position: relative;
	width: 766px;
	margin: 0 auto;
	text-align: justify;
}
#header
{
	width: 766px;
	height: 220px;
	background: url(images/header.jpg) no-repeat center top;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#contentwrap
{
	position: relative;
	clear: both;
	width: 766px;
	padding: 0;
	margin-left: 0px;
	background: #ffffff;
	float: left;
	display: inline;
}

/*login*/

#loginwrap
{
	position: absolute;
	margin: 0;
	padding: 0;
	height: 100px;
	width: 200px;
	left: 506px;
	top: 12px;
}
#loginwrap p
{
	padding: 0px;
	margin: 3px;
}
#loginwrap form 
{
	margin: 0px 0px; 
	padding: 0px 0px 0px 0px;
	border: 1px solid #0bc9e7; 
	background: url(images/login.jpg); 	
}
#loginwrap label
{
	float: left;
	text-align: right;
	margin-right: 10px;
	padding: 0px;
	display: block;
}
* html #loginwrap label
{
	margin-right: 7px;
} 
#loginwrap .submit input
{
	margin-left: 42px;
}
#loginwrap input
{
	color: #000000;
	background-color: ffffff;
	border: 1px solid #0bc9e7;
}
#loginwrap .submit input
{
	color: #0bc9e7;
	background: transparent;
	border: 1px solid #bfdbff;
}
.size
{
	width: 137px;
}

/*navigation*/

#nav
{
	position: absolute;
	margin: 0;
	padding: 0;
	height: 185px;
	width: 140px;
	left: 220px;
	top: 140px;
}
#nav ul
{
	float: left;
	list-style: none;
	width: 140px;
	height: 37px;
	margin: 0 0 0 0px;
	padding: 0;
}
#nav ul li
{
	font: 16px/165% "lucida grande", geneva, verdana, arial, helvetica, sans-serif;
	float: left;
	list-style: none;
	width: 140px;
	height: 37px;
	display: inline;
	margin: 0; 
	padding: 0;
}
#nav ul li a
{
	width: 65px;
	height: 30px;
	display: block;
	color: #181b1d;
	line-height: 30px;
	text-decoration: none;
	padding: 0 0 0 75px;
}
#nav ul li a:hover, #nav ul li a:active
{
	background: url(images/buttonhover.gif) no-repeat 50px 10px;
	color: #0bc9e7;
	line-height: 30px;
	text-decoration: none;
	padding: 0 0 0 75px;
	border-bottom: none;
}
#nav ul li#current a
{
	background: url(images/buttonhover.gif) no-repeat 50px 10px;
}

/*signup button*/

#signupbutton
{
	width:74px;
	height:72px;
	position:absolute;
	top:260px;
	left:619px;
}
#signup a, a:active, a:link, a:visited, a:hover
{
	text-decoration: none;
	border-bottom: none;
}

/*main*/

#titlebar
{
	width: 766px;
	height: 54px;
	background: url(images/titlebar.jpg) no-repeat;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#titlebarabout
{
	width: 766px;
	height: 54px;
	background: url(images/titlebarabout.jpg) no-repeat;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#titlebarcontact
{
	width: 766px;
	height: 54px;
	background: url(images/titlebarcontact.jpg) no-repeat;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

/*main*/

#maintop
{
	width: 539px;
	height: 72px;
	background: url(images/maintopbg.jpg) no-repeat 0 0;
	position: relative;
	margin: 0px 0px 0px 220px;
	padding: 0;
}
#mainnav
{
	position: relative;
	margin: 0;
	padding: 0;
	height: 62px;
	width: 500px;
	left: 26px;
	top: 5px;
}
#mainnav ul 
{
	font: 12px/165% "lucida grande", geneva, verdana, arial, helvetica, sans-serif;
	float: left;
	list-style: none;
	width: 500px;		
	height: 40px;
	margin: 0 0 0 0px; 
	padding: 0;	
	display: inline;
}
#mainnav ul li 
{
	display: inline;
	margin: 0; 
	padding: 0;
}
#mainnav ul li a 
{
	float: left; 
	display: block; 
	background: transparent;
	border-top: none;
	color: #fae8bc; 
	padding: 0px 5px 5px 5px;
	margin: 2px;
	text-decoration: none; 
}
#mainnav ul li a:hover, 
#mainnav ul li a:active 
{
	color: #15d5ff;
	background: none;
	border: none;
	border-top: none;
}
#mainnav ul li#current a 
{	
	color: #15d5ff;	
}

#main
{
	width: 539px;
	background: url(images/bodymainbg.jpg) repeat 0 0;
	position: relative;
	margin: 0px 0px 0px 220px;
	padding: 0;
}
#main h2
{
	padding-bottom: 0px;
	margin: 0px 15px 0px 0px;
	font: normal 1.7em "trebuchet ms", tahoma, helvetica, arial, sans-serif;
	color: #ababab;
	letter-spacing: -1px;
	text-transform: none;
}
#main h2 a
{
	color: #ababab;
	text-decoration: none;
	border: none;
}
#bodytopbg
{
	width: 539px;
	height: 17px;
	background: url(images/bodytopbg.jpg) no-repeat 0 0;
	position: relative;
	margin: 0px 0px 0px 220px;
	padding: 0;
}
#bodybottombg
{
	width: 539px;
	height: 18px;
	background: url(images/bodybottombg.jpg) no-repeat 0 0;
	position: relative;
	margin: 0px 0px 0px 220px;
	padding: 0;
}
/*sidebar*/

#sidebar
{
	float: left;
	width: 200px;
	padding: 0;
	margin: 0px 0px 0px 7px;
	display: inline;
}
#sidebar ul.sidemenu
{
	float: left;
	list-style: none;
	width: 200px;
	height: 63px;
	margin: 0 0 0 0px;
	padding: 0;
}
#sidebar ul.sidemenu li
{
	font: 13px/165% "lucida grande", geneva, verdana, arial, helvetica, sans-serif;
	float: left;
	list-style: none;
	width: 200px;
	height: 63px;
	margin: 0px 0 0 0px;
	padding: 0;
	background: url(images/leftnavnormbg.jpg) no-repeat 0px 0px;
}
#sidebar ul.sidemenu li a
{
	width: 168px;
	height: 63px;
	display: block;
	color: #505c63;
	line-height: 30px;
	text-decoration: none;
	padding: 14px 0 0 33px;
}
#sidebar ul.sidemenu li a:hover, #sidebar ul.sidemenu li a:active
{
	background: url(images/sidenavover.jpg) no-repeat 0px 0px;
	color: #0bc9e7;
	line-height: 30px;
	text-decoration: none;
	padding: 14px 0 0 33px;
	border-bottom: none;
}
#sidebar ul.sidemenu li#current a
{
	color: #ffffff;
}
* html body #sidebar ul.sidemenu li
{
	height: 1%;
}

/*footer*/

#footerwrap
{
	height: 84px;
	font: 11px/165% "lucida grande", geneva, verdana, arial, helvetica, sans-serif;
	background: transparent;
	color: #505c63;
	position: relative;
	margin: 0 auto;
	clear: both;
	padding: 0;
}
#footercontent
{
	height: 166px;
	width: 766px;
	background: url(images/footerbg.jpg) no-repeat 0 0;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#footermain
{
	float: left;
	width: 720px;
	padding: 0;
	margin: 0 0 0 0px;
	display: inline;
}
#footercontent a
{
	color: #003366;
}
#footercontent a:hover, #footermain a:active
{
	color: #ffffff;
}

/*align*/

.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.align-left
{
	text-align: left;
}
.align-right
{
	text-align: right;
}

/*clear*/

.clearer
{
	clear: both;
}
.clear
{
	display: inline-block;
}
.clear:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
