/*CONSTANT*/

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin-top: 15px 0px;
	font-size: 14px;
	color: #000033;
	background: #003366;
}

td {
	vertical-align: top;
}

p, h1, h2, h3, h4, h5, h6, h7 {
	margin-top: 0px;
}

h1, h2, h3, h4,  h5, h6, h7 {
	color: #cc0033;
}

a {
	color: #cc0033;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: #000033;
	border-style: solid;
	border-color: #000033;
}

/*PAGE*/

div#wrapper {
	position: relative;
	width: 778px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	width: 778px;
	height: 124px;
}

div#divider {
	width: 778px;
	height: 2px;
}

div#main {
	border-left: #000033 2px solid;
	border-right: #000033 2px solid;
	width: 762px;
	background-color: #ffffff;
	padding: 6px 6px 0px 6px;
}

div#footer {
	text-align: center;
	font-size: .8em;
	clear: both;
}

div#bottom {
	width: 778px;
	height: 14px;
}

/*LEFT SIDE*/

div#leftside {
	width: 152px;
	padding: 0px;
	float: left;
}

div#nav {
	margin: 0px;
	padding: 0px;
}

div#nav h3 {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	padding-left: 8px;
	line-height: 25px;
	text-align: left;
	background-image: url(images/menu_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#nav ul {
	width: 143px;
	padding: 5px 0px 5px 9px;
	border-top: #000033 1px solid;
	background-image: url(images/menu_bottom.png);
	background-position: center bottom;
	margin: 0px 0px 15px 0px;
}

div#nav li {	
	font-size: 16px;
	line-height: 20px;
	display: block;
	list-style-type: none;
}

body#home li#home, body#about li#about, body#calendar li#calendar, body#schedules li#schedules, body#standings li#standings, body#results li#results, body#contact li#contact, body#tournaments li#tournaments, body#directions li#directions, body#donate li#donate, body#newsletter li#newsletter, body#photos li#photos, body#involved li#involved, body#articles li#articles, body#newsletter li#newsletter {
	font-weight: bold;
}

div#nav a {
	color: #ffffff;
}

/*CONTENT*/

#content {
	width: 604px;
	float: left;
	margin-left: 6px;
	margin-bottom: 15px;
}

#content_text {
	width: 604px;
	text-align: justify;
}

#content_text p {
	line-height: 1.3em;
}

/*FORMS*/

div.form_error {
	border: #e10052 2px solid;
	background-color: #f6b3ad;
	padding: 2px;
	width: 50%;
	margin-top: 2px;
}

div.form_success {
	border: #122272 2px solid;
	background-color: #baedff;
	padding: 2px;
	width: 60%;
	margin-top: 2px;
}

/*GALLERY*/

div#gallery {
	width: 746px;
	height: 100px;
	overflow: auto;
}

div#gallery table {
	text-align: center; vertical-align: middle;
}

div#gallery table tr td {
	vertical-align: middle;
	padding: 3px;
}

div#gallery table tr td a:hover {
	cursor: pointer;
}

div#gallery table tr td a img {
	border: #000000 1px solid;
}

div#image {
	width: 746px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

div#image img {
	border: #000000 1px solid;
	background-image: url(images/gallery/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

/*MISC*/

.blue_border {
	border: #000033 1px solid;
}