@charset "utf-8";
/* CSS Document */



body {
padding:0px;
margin:0px;
background:url(../images/bg.png) repeat #414042;
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:13px;
color:#FFFFFF;
}

img, div {border:none; }

#yellow{
	color: #f0dc8b;
	font-size: 115%;
}



/* LAYOUT */
#page {
width:976px;
margin-left:auto;
margin-right:auto;
margin-top:73px;
}

#header {border-bottom:#FFFFFF solid 4px; background:#003300;}

#navbar {
	font-size: 130%;
	height: 60px;
	width:976px;
	padding-left: 50px;
	list-style: none;
}

#left-pane {
background:url(../images/bg-l-1.jpg);
height:440px;
width:302px;
float: left;
top:0px;
left:0px;
}

#sarah-head {
	margin: 0 15px 0 15px;
	height:200px;
	width:168px;
	float: right;
}

#main {
background:#9d9ea1;
position:relative;
}

#content {
position:relative;
background:url(../images/bg-r-grey.png) repeat-y #6d6e71;
min-height:440px;
width:670px;
margin-left:302px;
border-left:#FFFFFF solid 4px;
}

img.contentimg {
float:left;
clear:none;
border:#FFFFFF solid 1px;
margin: 5px 10px 5px 0px;
}

#footer { color: #444; padding:8px 0px 12px 0px; padding-top:8px; width:100%}

#footer a{
	color: #444;
	text-decoration: none;	
}

#footer a:hover {color:#fff200; text-decoration:underline; }

#copy { padding:14px 200px 10px 21px; }

.home #copy { background:url(../images/home-content-bg.jpg) no-repeat; height:130px; border-top:#FFFFFF solid 4px; }

img#title {display:block; padding-bottom:6px; float:none; border:none; }
img#tag { display:block; padding-bottom:20px; float:none; border:none;}

#banner { position:absolute; bottom:0px; right:0px; border-top:#FFFFFF solid 4px;  }
#banner img {border:none; margin:0px; padding:0px; float:none; }

/* text formatting */

#footer { font-size:11px; }

a {color:#FFF; text-decoration:underline; }
a:hover {color:#fff200; text-decoration:underline; }

p {margin-top:5px; margin-bottom:5px; }

h1 {font-size: 15px; font-weight:bold; margin-bottom:8px; margin-top:15px; }
h2 {font-size: 12px; font-weight:bold; color:#f5de18; margin-bottom:8px; margin-top:15px; }
h3 {font-size: 30px; color: #f0dc8b; }

#bullets {
	list-style: square;
}

#bullets li{
	padding-bottom: 5px;}
	
#bullets li a{
	color:#fff;
	text-decoration:none; 
}
	
#details{
	font-size: 120%;
	padding-bottom: 25px;
}

#details img{
	margin-top:15px;
	margin-right: 10px;
	margin-bottom: -6px;
}



/* MENU */


#address { color: #444; padding-top: 8px; padding-bottom: 2px; }

ul{
	list-style: none;
}

#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	position:relative;
	z-index:5;
}
#nav li{
	float:left;
	margin-right:25px;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:#fff;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#b3bd38;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:-40px; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#b3bd38;
	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#67983d;
}

/*Badges*/
ul#badges{
	float: right;
	list-style: none;
	margin: 15px;
	
}

ul#badges li{
	display: inline;
	margin: 0;
}
