@charset "utf-8";
/* CSS Document */

body {
	padding-top:15px;
	background:#fff;
	background-image:url(../media/_design/bgrnd.gif);
	background-position:center;
	background-repeat:repeat-y;
	font-family:, sans-serif;
	font-size:0.9em;
}

br {clear:both;}

.container {
}
.Logo {
	margin-left:10px;
}
#links {
	position:relative;
	margin-top:93px;
	margin-left:110px;
}
#slideshow1 {
	height:186px;
	padding-bottom:10px;
}
#leftlinks {
	margin-left:8px;
}
#Column3 {
	text-align:center;
	width:150px;
}
#footer {
	color:#000;

	text-align:center;
}
#footer p {
	background:#777a1d;
	background-image:url(../media/_design/footerbgrnd.gif);
	background-repeat:repeat-x;
	height:150px;
	padding-top:20px;
	width:950px;
	margin:0 auto;
	font-size:90%;
}
.floatright {
	float:right;
	margin:10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-stretch:semi-expanded;
}
p {
	margin-bottom: 1em;
}
p + p {
	text-indent: 0em;
	margin-top: 0
}
br {
	padding-left:-5px;
}
a {
	font-weight: bold;
	text-decoration:underline;
	color: #5e0c3c;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
	color: #999;
}
.leftnavbutton{
	cursor:pointer;
}
a.leftnavbutton {
	display:block;
	width:143px;
	height:25px;
	background: url(../media/_design/buttonup.gif) no-repeat;
	color:#5e0c3c;
	text-align:center;
	line-height: 25px;
	text-decoration:none;
}
a.leftnavbutton:hover {
	display:block;
	background: url(../media/_design/buttonover.gif) no-repeat;
	width:143px;
	height:25px;
	color:#fff;
}
.left {
	top: 0;
	left: 0;
	width: 200px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
/*ul {
	list-style-type: none;
}*/

.nomdesc{
	height:120px;
}
/*
 * simplyScroll 1.0.3 - a scroll-tastic jQuery plugin
 *
 * http://logicbox.net/jquery/simplyscroll
 * http://logicbox.net/blog/simplyscroll-jquery-plugin
 * http://plugins.jquery.com/project/simplyScroll
 *
 * Copyright (c) 2009 Will Kelly - http://logicbox.net
 *
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * Last revised: 03/07/2009 21:13
 *
 */

/* Default/Master classes 

Example markup format (for horizontal scroller)
Note all DIVs are generated and should not be hard-coded

<div class="your-custom-class simply-scroll-container">
	<div class="simply-scroll-btn simply-scroll-btn-left"></div>
	<div class="simply-scroll-btn simply-scroll-btn-right"></div>
	<div class="simply-scroll-clip">
		<ul class="simply-scroll-list">
			<li>...</li>
			...
		</ul>
	</div>
</div>


*/

#scroller {
	width:165px;
	
}
.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
	
}
.simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	

}
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;

}
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - override classees

.simply-scroll is default

*/

.simply-scroll { /* Customisable base class for style override DIV */
	width: 165px;
	height: 80px;
	margin-bottom: 1em;
}
.simply-scroll .simply-scroll-clip {
	width: 165px;
	height: 400px;
}
.simply-scroll .simply-scroll-list {
}
.simply-scroll .simply-scroll-list li {
	float: left;
	width: 165px;
	height: 80px;
}


/* NOTE left-right classes wouldn't be needed on vertical scroller */


/*Tony's Jquery Image thingy*/
/* FORM STYLES */
div#nominatior, div#nomination {margin:0 0 0 5px;}

div#nominatior p {margin:0 0 10px 0; }

div#nominatior p label{float:left; width:80px; height:20px; margin-right:10px; overflow:none; padding-top:8px; padding-bottom:4px;}

div#nominatior p .input { margin-top:6px; border:1px solid #CCC; width:200px; padding:2px; }

div#nominatior p span {color:#F00; margin-left:5px}

div#response {margin:5px 0 10px 15px;}

div#nominatior .go{width:50px;}

div#nomination label {float:left; width:75px; height:20px; margin-right:10px; overflow:none; padding-top:8px; padding-bottom:4px; font-weight:normal;}

div#nomination p input { border:1px solid #CCC;  }

.save {width:100px; font-weight:bold; text-transform:uppercase;}

.saveNom{width:150px; font-weight:bold; text-transform:uppercase;}

div#nomination p span {color:#F00; margin-left:5px}


