/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #F8F7F7;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	line-height: 16px;
	color: #313131;
}

body.editor {
	background-color: #F8F7F7;
	background-image: none;
	text-align: left;
}

body.popup {
	margin: 20px;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

tr {
	vertical-align: top;
}

p {
        margin-top: 10px;
}

p:first-child {
        margin-top: 0px;
        padding-top: 0px;
}

a:link, a:visited, a:active {text-decoration: none; color : #C2202B}
a:hover {text-decoration: none; color : #000000}

img { border: none; }

ul {
	list-style-position: inside;
}

/* LAYOUT CSS */

#wrapper {
	width: 100%;
}

#left_bg {
	width: 33%;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-position: top right;
}

#right_bg {
	width: 33%;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#page {
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 768px;
}

#left_column {
	width: 169px;
	text-align: right;
}

#nav {
	width: 156px;
	height: 242px;
	background-image: url(/images/nav_bg.jpg);
	background-repeat: no-repeat;
}

#nav, #newsletter {
	font-size: 12px;
	text-align: left;
}

#nav a {
	color: #000000;
	width: 138px;
	height: 21px;
	display: block;
	padding-left: 18px;
}

#newsletter a {
	color: #777777;
	width: 138px;
	height: 19px;
	display: block;
	padding-left: 18px;
}

#nav a:hover, #nav a.active, #newsletter a:hover {
	color: #C2202B;
}

#newsletter {
	width: 156px;
	height: 76px;
	background-image: url(/images/newsletter_bg.jpg);
	background-repeat: no-repeat;
}

.headerphoto {
	width: 248px;
	height: 179px;
	background-color: #B7B6AF;
}

#content_box {
	background-color: #F8F7F7;
	background-image: url(/images/content_bg.gif);
	background-repeat: no-repeat;
}

.content_spacer {
	height: 431px;
	width: 25px;
}

#content {
	width: 540px;
	padding-bottom: 30px;
}

#definition {
	margin-bottom: 20px;
}

/* FORM CSS */

input {
	margin: 2px 0px;
}

input.newsletter {
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
	border-bottom: 1px solid #959595;
	border-right: 0px;
	width: 105px;
	height: 13px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 10px;
	padding: 1px;
	margin: 0px;
}

input.newslettersubmit {
	width: 16px;
	height: 17px;
}

.submit, .button, button {
	background-color: #C2202B;
	color: #FFFFFF;
	border: 1px solid #650F1D;
	font-size: 12px;
	margin: 2px 5px 2px 0px;
	padding: 0px 2px;
	height: 20px;
}

.search {
	border: 1px solid #959595;
	height: 16px;
	margin-right: 5px;
	padding: 1px;
}

/* CONTENT CSS */

.teampics {
	width: auto;
	height: auto;
	float: right;
	border: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 0px 0px 10px 15px;
	padding: 2px;
}

hr {
	clear: both;
    border: 0px;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    height: 1px;
	background-color: #C2202B;
}



.missing, .alert, .red, .date, .sig {
	color: #C2202B;
	font-weight: bold;
}

.home_box {
	width: 239px;
	min-height: 150px;
	background-image: url(/images/home_box.gif);
	background-repeat: no-repeat;
	padding: 0px 12px;
}

.home_box h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

h1, h2, h3 {
	font-size: 14px;
}

h5 {
	font-size: 16px;
}

#gallery {
	margin-top: 20px;
	border-top: 1px solid #C2202B;
	width: 100%;
}

#gallery img {
	border: 1px solid #B1B1B1;
	padding: 2px;
	margin-top: 25px;
}
