/*************************************************
* webstyles.css - Prosirius ClubSite             *
* Copyright (C) 2006 Prosirius Technologies, LLC *
* Abstract: 2008 Florida Paddlers Rendezvous     *
* Last Update: 05-08-08                          *
**************************************************
* We can help you customize this theme. Contact  *
* support@prosirius.com for more information.    *
*************************************************/

/* body background, colors, position */
body {
	background-image: url(images/background.gif);
	background-attachment: fixed;
	background-color: #AEB9CD;
	margin: -1px 0px 20px 0px;
}
/* content body region */
.contentbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin: 10px;
}
/* content footer region */
.contentfooter {
}

/* ============================== MENUS ==================================== */

/* left margin menu frame */
.leftmarginmenu {
	margin-top: 15px;
	margin-left: 7px;
}
/* left margin standard menu link */
a.menubutton1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 4px;
	color: #FFFFFF;
	text-align: left;
}
/* left margin standard menu rollover*/
a.menubutton1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight:bold;
	text-decoration: underline;
	color: #33CC33;
}
/* left margin menu footer image */
.leftmarginfooter {
	margin:35px 0px 20px 0px;
	background-image: url(images/menuimage.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 200px;
}
.menu {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
}
/* ============================== LINKS ==================================== */

/* normal text link */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000060;
}
/* rollover for text link */
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #33CC33;
}
/* ============================== TYPE FORMATTING ========================== */

/* normal text: p and textnormal */
p,.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}
/* page header appearing in text area */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 22px;
	font-weight: bold;
	color: #30303F;
	text-align:center;
}
/* large text in text area */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #30303F;
}
/* alternate text appearing in text area */
.textalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #06CB0B;
	line-height: 1.5em;
}
/* small text */
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	line-height: 1em;
}
.texthighlight {
	background-color: #FFFF00;
}
.framebox {
	border: 2px solid #000000;
}
ul {
	list-style-type: circle;
}
li {
	padding-bottom: 10px;
}
/* ============================== FORMS =================================== */

/* default button style */
input {
	background-color: #FFFFFF;
	border: 1px solid #844B00;
	padding: 2px;
}
.buttonstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	background-color: #6E95B3;
	color: #FFFFFF;
	border: 1px solid #000000;
}
.buttonstyle:hover {
	background-color: #FF0000;
}