﻿/* LAST UPDATED 06.28.2010 */

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION DEFAULTS
	III.  STRUCTURE & TYPOGRAPHY
	IV.   TABLES
	V.    FORMS
	VI.   HEADINGS

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

.red { color: #da1f3d; }
.blue { color: #68bbd0; }

body {
	margin: 0;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 16px;
	color: #444;
	background: #fff url('/images/backgrounds/bg.jpg') top center no-repeat;
}

p, ul, ol {
	margin: 0;
	padding: 0 0 1.3em;
}

* p:last-child { padding: 0; }

a {
	color: #68bbd0;
	text-decoration: none;
}

.arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #da1f3d;
}
	.arrow:after {
		font-size: 14px;
		content: " \00BB";
	}

a img { border: 0; }

ul, ol { margin: 0 0 0 3em; }


.donatebutton {
	background-color:#dedede;
	border:1px solid gray;
	color:maroon;
	display:inline;
	font:bold 14px/35px arial,helvetica,san-serif;
	padding:10px 20px;
	}
.photo	{
	padding:3px;
	background-color:#fff;
	border: 1px gray solid;
}


.photocontainer	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.photocontainerleft	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:left;
	margin-right:15px;
	margin-bottom:8px;

}

.photocontainerright	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
	margin-left:8px;
	margin-bottom:8px;

}

.photo img {
	border: 1px solid #CCCCCC;
	vertical-align:middle;
	margin-bottom: 3px; 
}

.left	{
	float:left;
	margin: 0.5em 0.8em 0.5em 0;
}

.right	{
	float:right;
	margin: 0.5em 0pt 0.5em 0.8em;
}

.center	{
	margin: 0.5em 0pt 0.5em 0pt;
}

.centertext	{
	text-align:center;
}
.clearall	{
	clear:both;
}


/* -----------------------------------------------------------
		II. NAVIGATION DEFAULTS
----------------------------------------------------------- */

nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #600000 url('/images/backgrounds/bg-nav.gif') bottom repeat-x;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	nav li { float: left; }

	nav li a {
		display: block;
		padding: 0 1.5em;
		line-height: 2.75em;
		color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		text-decoration: none;
		text-transform: uppercase;
	}

	nav li a:hover, nav li a.hovering {
		color: #fff;
		text-decoration: none;
		background: url('/images/backgrounds/navHover.png') repeat;
	}

	nav li a:focus {
		outline: none;
		border: none;
	}

/* SUBMENU */

nav ul ul {
	position: absolute;
	left: -999em;
	width: 20em;
	z-index: 1;
}

	nav li li { float: none; }

	nav li li a {
		width: 17em;
		padding: 0 1.5em;
		font-size: 13px;
		line-height: 2.5em;
		text-transform: none;
		background: #330000;
	}

	nav li li a:hover { background: #600000; }

/* LEVEL THREE */

nav ul ul ul { margin: -2.5em 0 0 20em; }

nav li:hover ul ul { left: -999em; }

nav li:hover ul, nav li li:hover ul { left: auto; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

header, section, footer, aside, nav, article, figure { display: block; }

.wrap, #content, #copyright {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

	header {
		height: 174px;
		background: url('/images/backgrounds/bg-header.jpg') top center no-repeat;
	}

		header .wrap { height: 174px; }

		#logo {
			position: absolute;
			top: 6px;
			left: 0;
		}

		#tagline {
			position: absolute;
			top: 35px;
			right: 220px;
		}

		#donate {
			position: absolute;
			bottom: 0;
			right: 0;
		}

	#content {
		background: #fff url('/images/backgrounds/bg-sideNav.gif') left repeat-y;
		overflow: hidden;
	}

		#sideNav {
			float: left;
			width: 172px;
			margin-right: 1.6em;
		}

			#sideNav ul {
				list-style: none;
				margin: 0;
				padding: 0;
				width: 171px;
			}

				#sideNav li a {
					display: block;
					margin-bottom: 1px;
					padding: .4em 1em .4em 1.3em;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 14px;
					color: #4a483c;
					background-color: #bababa;
				}
				
				
				#sideNav li li a	{
	
						padding: .3em 1em .4em 2.6em;
						font-size: 12px;

					}

				#sideNav li a:hover, #sideNav li a.active {
					color: #fff;
					background: #ab1830 url('/images/backgrounds/bg-sideNavHover.gif') bottom repeat-x;
				}

		#mainContent {
			float: left;
			padding: 2.5em 0;
			width: 514px;
		}

		#sidebar {
			float: right;
			width: 248px;
		}

			#sidebar section {
				margin-bottom: 5px;
				overflow: hidden;
			}

			#sidebar img { float: left; }

			#newsletterBox {
				min-height: 170px;
				padding: 1em;
				background: #dfebed url('/images/backgrounds/bg-newsletterBox.gif') top repeat-x;
				overflow: hidden;
			}
			
		/******  Lists with thumbnail imaages *****************/	
					ul.nobuttons	{
						list-style: none;
						margin:none;
						padding:none;
						}
						
					ul.thumblist li	{
						margin-left: 130px;
						clear:left;
						padding-bottom: 10px;
						border-bottom: 1px solid black;
						margin-bottom: 30px;
						}
						
					ul.thumblist li .thumbnail	{
							margin-left: -150px;
							float:left;
							}
					
	/******  Newsletter Thumbnails styles *****************/
	
					ul.newsletter_thms	{
						list-style:none;
						margin:0;
						padding:0;
						clear:left;
						}
					
					ul.newsletter_thms li {
						display:inline;
						float:left;
						padding:5px 10px;
					}
			
		/******  Featured News list *****************/
		
					ul.newslist {
						margin:  0 10px 20px 10px;
						padding: 0;
						list-style:none;
						}
						
					ul.newslist li	{
						padding: 15px 10px;
						border-bottom: 1px solid maroon;
						}	
					ul.newslist li p	{
						padding-bottom: .5em;
						}	
					
					ul.newslist p.headline	{
						font-weight: bold;
						font-size:1.1em;
						padding-bottom:10px;
						}
										
					ul.newslist .subheadline	{
						font-weight:normal;
						font-style:italic;
						font-size:.9em;
						}
						
			ol.reasonslist	{
				font-weight:bold;
				padding: 0 20px;
				}
				
				ol.reasonslist li{
				margin-bottom: 1.3em;
				}
			
		footer {
			clear: both;
			padding: .5em 1.2em .5em 3.3em;
			font-family: Arial, Helvetica, sans-serif;
			background: #080d29 url('/images/backgrounds/bg-footer.gif') top repeat-x;
			overflow: hidden;
		}

			footer .icon {
				vertical-align: middle;
				float: right;
				margin: 3px 0 0 10px;
			}

			footer a.contact {
				float: left;
				display: inline-block;
				padding-left: 45px;
				height: 27px;
				line-height: 27px;
				color: #da1f3d;
				background: url('/images/icons/envelope.png') top left no-repeat;
			}

	#copyright {
		clear: both;
		padding: 30px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: center;
		color: #6d6d6d;
	}

/* Homepage differences */

body#home #content { background-image: none; }

	body#home #mainContent {
		padding: 0;
		width: 731px;
	}

	body#home article { padding: 3em 3.3em 1.5em; }

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: .75em;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0 .75em .75em 0;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

textarea, select, .textBox {
	background-color: #fff;
	border: 1px #d1d1d1 solid;
	padding: 4px;
	color: #999;
	background: #fff url('/images/backgrounds/bg-textBox.gif') top left no-repeat;
}

textarea:hover, textarea:focus, .textBox:hover, .textBox:focus { background: #fefff2; }

#newsletterBox .textBox {
	margin-bottom: 1em;
	width: 96%;
	border-color: #c0cbcc;
}

#newsletterBox .button { float: right; }


/*  general formarea styles */

.required	{
	color: #315963;
	font-weight: bold;
	}

.formarea	{
	width: 400px;
	padding: 20px;
	padding-top: 30px;
	background-color: #fff;
	background-image:url('/images/backgrounds/form_bkgd.gif') ;
	background-position:center top;
	background-repeat:repeat-x;
	border: 1px solid #315963;
	}

	.formarea fieldset {
		clear: both;
		border: 0;
		}


		.formarea legend 	{
			font-size: 22px;
			color: #315963;
			}
	
			.formarea legend span{
				display:block;
 				width: 350px;
 				border-bottom: 1px solid #315963;
 				padding: 0 10px;
				margin: 10px 0;
				margin-left: -10px;
				}
				
			.formarea .note	{
				font-size: .85em;
				}


			.formarea p.formtext	{
				margin-left: -155px;
				}
	

			.formarea div{
				width: 300px;
				clear: left;
				margin: 0;
				padding: 5px 0 8px 0;
				padding-left: 155px; /*width of left column containing the label elements*/
				height: 1%;
				}

				.formarea fieldset div label{
					float: left;
    				margin-left: -155px; /*width of left column*/
    				width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
   					}
   			
 
				.formarea select.dropdown	{
					padding: 4px 5px;
					border: 1px solid #315963;
					background: #fefefe url('/images/backgrounds/bg-textBox.gif') top repeat-x;
					color:#333333;
					}

					.formarea select.dropdown option{
						background:none;
						}
				.formarea div .textBox {
					margin-bottom: 1em;
					width: 230px;
					border-color: #315963;
					color:#333333;
					}
		
 				.formarea div .textArea	{
					border: 1px solid #315963;
					color:#333333;
					}

				.formarea input.additional	{
					display:none;
					}


			.formarea div.submitBtn	{
				display:block;
				margin-bottom: 20px;
				margin-right: 30px;
				float:right;
				}



/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4 {
	margin: 0;
	padding: 0 0 .8em;
	font-weight: normal;
	line-height: 1.2em;
}

h1 a, h2 a, h3 a, h4 a { text-decoration: none; }

h1 { font-size: 28px; }

h2 { font-size: 25px; }

h3 { font-size: 20px; color:maroon;line-height: 1em;padding-bottom: 5px; }

	#sideNav h3 {
		padding: .7em 0 .3em 1.1em;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 17px;
		text-transform: uppercase;
	}

	#newsletterBox h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 19px;
	}

h4 { font-size: 19px; }






/*************************************
     SELECTORS FROM _main.css
**************************************/



.noFloat {
	margin: 0.5em 0pt 0.5em 0pt;
	clear:both;
}

#sidebox {
	border: 2px solid #660000;
	width: 200px;
	float: right; 
	margin-top: 15px; 
	margin-left: 20px;
	padding: 10px;
	background-color: #fcfccc;
}


#sidebox h3{ 
	text-align:center;
	}
	
#sidebox li	{
	font-weight: bold;
	margin-bottom: 5px;
}

#sidebox li	a {
	color:  maroon;
}

/*******************
EVENTS PAGE css
**********************/

.style1 {
	font-size: medium;
	text-decoration: underline;
}
.style2 {
	border-width: 0px;
}
.golfimage {
	border: thick double #800000;
}
.style3 {
	margin-bottom: 0px;
}
.sponsor {
	vertical-align: middle;
	height: 50px;
	font-size: small;
}
.style4 {
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	color: #800000;
}
.style5 {
	vertical-align: middle;
	height: 50px;
	font-size: small;
	text-align: center;
}
.style6 {
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}
.style7 {
	vertical-align: middle;
	height: 50px;
	font-size: small;
	border-top-style: solid;
	border-top-width: 1px;
}
.style8 {
	
	text-align:center;
	font-weight:bold;
	border-style: solid;
	border-width: 1px;
	border-color:black;
	vertical-align: middle;
	height: 50px;
	font-size: small;
}
.style9 {
	font-size: medium;
	text-decoration: underline;
	text-align: center;
}

.department {
	font-size: medium;
	font-weight: bold;
	padding-top: 10px;
}

.subhead{
	width: 80%;
	font-style:italic;
	font-size:1.3em;
	border-bottom: 3px red solid;
	}

h3.listheader	{
	width: 90%;
	margin-bottom: 15px;
	border-bottom: 1px solid maroon;
}
.stafflist td	{
	vertical-align:top;
}




