

body {
	margin: 0px 20px 20px 20px;
	padding: 0;
	background: #EFEFEF;
	/*EFEFEF*/
}

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4{
	color: #333333;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.3em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

input, textarea, select {
	color: #000000;
}

a {
	color: #333399;
}

a:hover {
	text-decoration: none;
}


/* spans */

span.deepred {
	font-weight: bold;
	color: #CC0000;
}

span.smaller {
	font-size: 0.8em;
}

span.smaller_deepred {
	font-size: 0.9em;
	font-weight: bold;
	color: #CC0000;
}

span.larger_bold {
	font-size: 1.2em;
	font-weight: bold;
}

span.larger_deepred {
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
}

span.larger2_deepred {
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0000;
}

span.tags {
	font-size: 0.9em;
}

span.tags a{
	font-size: 0.9em;
	text-decoration: none;
}

span.pagination {
	font-weight: normal;
	font-size: 10px;
}

span.currentbid {
	font-size: 1.2em;
	font-weight: bold;
	color: #009900;
}


/* Logo */

#logo {
	margin-bottom: 10px;
}

#logo p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1.5px;
	word-spacing: 10px;
	color: black;
}



/* MENU STYLING - li.first stops the divider showing on first link */

#menu {
	width: 800px;
	height: 52px;
	margin: 0 auto;
	background: url(site_images/bar.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 12px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 10px 0 10px;
	background: url(site_images/img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#menu img.button {
	float: right;
	margin: -3px 20px 0px 0px;
}

/* forms */

option.red {
	background-color: #cc0000; font-weight: bold; font-size: 12px;
	}

option.pink {
	background-color: #ffcccc;
	} 
	
option.greyed {
	color: #999999;
	background-color: #cccccc;
	} 




/* Front Page */

#frontpage {
	margin-left: 260px;
}


/* Normal Pages */

#page {
	text-align: center;
}

#page-w1100 {
	text-align: center;
	width: 1050px;
	margin: 0 auto; 
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}


/* Twitter */

#twitter {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: smaller;
}

#twitter p {
	margin: 0;
	text-align: center;
}




/* Buttons */

#dddbutton {
background: url(site_images/buttonblank.png) no-repeat left center;
height: 25px;
width: 200px;
/*border-radius: 100%;
background-color: red;
border: 10px solid #990000;
box-shadow: 4px 4px 4px #999; */
font-weight: bold;
font-size: 10px;
text-align: center;
vertical-align: middle;
color: white;
line-height: 25px; /*or you could use 4em*/
}



#centered200bluebutton {
	position:relative;
	width: 200px;
	height: 25px;
	margin: 0 0 0 0px;
	background: url(site_images/buttonblank.png) no-repeat left center;
	padding: 9px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
}

#centered200bluebutton a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
}

#centered200bluebutton a:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#centered200greenbutton {
	position:relative;
	width: 200px;
	height: 25px;
	left: 50%;
	margin: 0 0 0 -100px;
	background: url(site_images/buttongreen.png) no-repeat left center;
	padding: 9px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
}

#centered200greenbutton a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #006600;
}

#centered200greenbutton a:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#centered200redbutton {
	position:relative;
	width: 200px;
	height: 25px;
	left: 50%;
	margin: 0 0px 0 -100px;
	background: url(site_images/buttonred.png) no-repeat left center;
	padding: 9px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
}

#centered200redbutton a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffff99;
}

#centered200redbutton a:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}


#button {
	height: 21px;
	padding: 3px 0px 0px 12px;
	background: url(site_images/buttonblank.png) no-repeat left center;
}

#button a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
}

#button a:hover {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#buttonred {
	height: 21px;
	padding: 7px 0px 0px 0px;
	background: url(site_images/buttonred.png) no-repeat left center;
}

#buttonred a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffff99;
}

#buttonred a:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#buttongreen {
	height: 21px;
	padding: 7px 0px 0px 0px;
	background: url(site_images/buttongreen.png) no-repeat left center;
}

#buttongreen a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #006600;
}

#buttongreen a:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#medbuttonred {
	height: 20px;
	padding: 5px 0px 0px 0px;
	background: url(site_images/medbuttonred.png) no-repeat center center;
}

#medbuttonred a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffff99;
}

#medbuttonred a:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#medbuttongreen {
	height: 20px;
	padding: 5px 0px 0px 0px;
	background: url(site_images/medbuttongreen.png) no-repeat center center;
}

#medbuttongreen a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #006600;
}

#medbuttongreen a:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}




/* Content */

#content {
}

#content h1, #content h2 {
	font-weight: normal;
	margin-top: 0;
}

.pagetitle {
	margin: 0 0 10px 0;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	background: #FFFFFF;
}

.greenpost {
	margin-bottom: 20px;
	background: lightgreen;
}

.redpost {
	margin-bottom: 20px;
	background: pink;
}

.title {
	text-align: center;
	margin: 0;
	padding: 0 0px 3px 0;
}

.byline {
	text-align: left;
	font-size: smaller;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 0px 0px;
	border-top: 2px solid #C0C0C0;
}

.entry {
	text-align: left;
	padding: 0px 20px 0px 20px;
}

.entry-w1200 {
	text-align: left;
	padding: 0px 20px 0px 20px;
	
	/* set minimum width of div */
	min-width:1200px;
    width:auto !important;
    width:1200px; 
}

.entry-100 {
	text-align: left;
	padding: 0px 20px 0px 20px;
	
	/* set minimum height of div */
	min-height:100px;
    height:auto !important;
    height:100px; 
}

.entry-150 {
	text-align: left;
	padding: 0px 20px 0px 20px;
	
	/* set minimum height of div */
	min-height:150px;
    height:auto !important;
    height:150px; 
}

.entry-200 {
	text-align: left;
	padding: 0px 20px 0px 20px;
	
	/* set minimum height of div */
	min-height:200px;
    height:auto !important;
    height:200px; 
}

.entry-250 {
	text-align: left;
	padding: 0px 20px 0px 20px;
	
	/* set minimum height of div */
	min-height:250px;
    height:auto !important;
    height:250px; 
}

.entry-400 {
	text-align: left;
	padding: 0px 20px 0px 20px;
	
	/* set minimum height of div */
	min-height:400px;
    height:auto !important;
    height:400px; 
}

.entry-500 {
	text-align: left;
	padding: 0px 20px 0px 20px;
	
	/* set minimum height of div */
	min-height:500px;
    height:auto !important;
    height:500px; 
}


.meta {
	margin: 0;
	padding: 0 20px;
}

img.right {
	float: right;
	margin-left: 10px;
	height:150px
}

img.left {
	float: left;
	margin-right: 10px;
	height:150px
}

img.center {
	text-align: center;
	height:150px
}

img.right100 {
	float: right;
	margin-left: 10px;
	height:100px
}

img.left100 {
	float: left;
	margin-right: 10px;
	height:100px
}




/* Rounded Corners */

.ct {
    background: url(site_images/xtop2.jpg) repeat-x left top;
}

.ct .l {
	background: url(site_images/xtopleft2.jpg) no-repeat;
}

.ct .r {
	height: 15px;
	background: url(site_images/xtopright2.jpg) no-repeat right top;
}

.cm {
    background: ;
}

.cm .l {
	background: url(site_images/xleft2.jpg) repeat-y left top;
}

.cm .r {
	background: url(site_images/xright2.jpg) repeat-y right top;
}

.cb {
	background: url(site_images/xbot2.jpg) repeat-x left bottom;
}

.cb .l {
	background: url(site_images/xbotleft2.jpg) no-repeat left bottom;
}

.cb .r {
	height: 15px;
	background: url(site_images/xbotright2.jpg) no-repeat right bottom;
}

/* Footer */

#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
}



/*stuff below is for sliding menu*/

.glossymenu{
margin: 5px 0;
padding-left: 0px;
width: 200px; /*width of menu*/
border: 0;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: url(site_images/buttonblank.png) no-repeat;
font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #000066;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
height: 16px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #000066;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 15px;
border: none;
}

.glossymenu a.menuitem:hover{
color: white;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0;
}

.glossymenu div.submenu ul li a{
display: block;
font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #006699;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
height: 16px;
}

.glossymenu div.submenu ul li a:hover{
background: #EFEFEF;
color: black;
}



/* stuff for pagination script */

div.pagination {
	text-align: center;
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	

	

/* stuff for mailing list script */	
	
.required {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.missing {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : red;
}

.error  {
	font-size : 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : underline;
}

.info  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : magenta;
	text-decoration : none;
}