/* ===================================== \
|										 |
|	Author: Michelle Melton						 |
|	Author URI: http:///	 |
|										 |
\ ===================================== */



/* -- // @ Main Elements \\ --*/
body {
	background:#141515;
	color:#141515;
	font-family: 'PT Sans', arial, sans-serif;
	font-size:10pt;
	margin:0; 
	min-width:960px;
	padding:0; 
}
	a:link, a:visited, a:active {
		color:#cbdb2a;
		font-weight:bold;
		text-decoration:none;
	}
	a:hover {
		color:#cbdb2a;
		font-weight:bold;
		text-decoration:underline;
	}

	h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}
	h1 {font-size:12pt; font-weight:lighter; margin:10px 0 0 10px; text-transform:uppercase; color:#fff;}
	h2 {font-size:9pt; font-weight:lighter; border-bottom:1px dotted #cbdb2a; margin:0px 0 10px 0; padding:10px 0 3px 0; text-transform:uppercase;}
	h3 {font-size:9pt; font-weight:lighter; margin:0 0 10px 0; text-transform: uppercase;}
	h4 {font-size:8pt;}
	h5 {font-size:7pt;}
	
	img {border:0;}
	img.center {display:block; margin:5px auto;}
	img.align-r {display:inline; float:right; margin:0 0 2px 7px;}
	img.align-l {display:inline; float:left; margin:0 7px 2px 0;}
	
	input.button {font-size:8pt; margin-right:5px;}
	
	ol, ul {list-style-image:url('bullet.gif'); margin:0; padding:0 0 20px 0; font-size:10pt;}
	ol li, ul li {margin:0 0 0 18px; padding:0;}
	
	p {
		margin:0; 
		font-size:10pt;
	}
		
	.clear {clear:both;}



/* -- // @ Header \\ -- */
.top {background:url('top.png') left top repeat; height:71px;}
.nav {background:url('nav.png') left top repeat-x; height:42px;}
.header {background:url('header.png') left top repeat; height:280px;}
.headerimg {margin:0 0 0 10px;}
.overlay {background-color:#cbdb2a; width:960px; height:43px; position:absolute; top:340px; opacity:.9;}
.corner {background:url('corner.png') left top no-repeat; width:10px; height:10px; position:absolute; top:383px;}


/* -- // @ Navigation \\ -- */
.navtext {color:#fff; font-size:9pt; text-transform:uppercase; padding:14px 0 0 65px;}
	.navtext li {display:inline;}
	.navtext a:link, .navtext a:visited, .navtext a:active {
		color:#fff;
		font-weight:normal;
		text-decoration:none;
	}
	
	.navtext a:hover {
		color:#cbdb2a;
		font-weight:normal;
		text-decoration:none;
	}

.dropmenudiv {
	background-color:#fff;
	opacity:.8;
	font-size:9pt;
	text-transform:uppercase;
	border:1px solid #ccc;
	border-bottom-width:0;
	line-height:20px;
	margin-left:0px;
	margin-top:5px;
	position:absolute;
	text-align:left;
	top:0;
	visibility:hidden;
	width:125px;
	z-index:100;
}		

.dropmenudiv a {
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	color:#141515;
	display:block;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	text-indent:4px;
	width:auto;
}		

.dropmenudiv a:hover {
	background-color:#fff;
	opacity:.9;
	color:#cbdb2a;
	font-weight:bold;
	text-align:left;
}

* html .dropmenudiv a {width:100%;} /*IE only hack*/
.notop {border-top:0px !important;}

		


/* -- // @ Content \\ -- */
.content {width:960px; margin:0px auto;}
#contentbg {background:#fff;}
.content2 {width:950px; margin:0px auto; padding:0 0 0 10px;}

.content3 {width:640px; margin:0 20px 0 0; float:left;}
.content4 {width:290px; float:left;}

.video {
	background-color:#eee;
	border:1px solid #ccc;
}

.subtitle {
	font-size:9pt;  
	text-transform: uppercase;
	font-weight:bold;
	padding:5px;
}

#contentForm {margin:0; padding:0;}

	/* ----- Bullets ----- */
	ul.CLASSNAME {  							/* ---- add a class to the list (i.e. <ul class="CLASSNAME">) to adjust indivual lists ---- */
		list-style-image:url('bullet.gif');		/* ---- this is where you change the name of your bullet ---- */
	} 											/* ---- if you need to move this element, add a margin or padding ---- */
	ul.CLASSNAME li {}							/* ---- use this line to adjust individual list items ---- */


/* -- // @ Flickr Badge \\ -- */	
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#141515;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; text-align:left; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#cbdb2a;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#141515 !important;}
	

/* -- // @ Footer \\ -- */
.sponsors {background:url('top.png') left top repeat; height:auto;}
.silver {font-size:10pt; color:#fff;}
.bronze {font-size:9pt; color:#fff;}
.footercontent {width:210px; margin:0 30px 0 0; float:left;}
.footerlinks {width:85px; float:left;}
.footerlinks2 {padding:25px 0 0 0;}
.footerbg {background:url('footer.png') left top repeat-x; height:auto;}

#footer {
	color:#fff;  
}

	#footer p {
		font-size:9pt;
	}
	
	#footer a:link, #footer a:visited, #footer a:active {
		color:#cbdb2a;
		font-weight:normal;
		text-decoration:none;
	}
	#footer a:hover {
		color:#cbdb2a;
		font-weight:normal;
		text-decoration:underline;
	}
