/*  GLOBAL STUFF  */

body,td,th {
	background-color: #FFFFFF;
	color: #2C4C3D;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 15px;
	text-align: center;
}
a {
	border-bottom: #CCCCCC solid 1px;
	color: #2C4C3D;
	text-decoration: none;
	outline: none;
}
a:hover {
	border-bottom-color: #FF9900;
	color: #000000;
}
p, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
		font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;

}
h1, h2, h3, h4, h5, h6 {
	padding: 5px 5px;
		line-height: 18px;
		font-weight:normal;
			color:#2C4C3D;
	/*background: #F9F9F9;*/
	background-color:#EBEEEC;
	clear:both;
}
h1, h2{
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

hr {
	height: 1px;
	color: #999999;
}
img {
	border: 0;
}
ul {
	list-style-type: square;
}
acronym, abbr {
	border-bottom: #BBBBBB 1px dashed;
	cursor: help;
}
acronym:hover, abbr:hover {
	color: #000000;
}

/*  CLASSES  */

input.styled {
	border: #E5E5E5 solid 1px;
	background-color: #F3F3F3;
	color: #2C4C3D;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.underline {
	border-bottom: solid 1px;
}

.box {
	padding: 7px 10px;
	background-color: #F9F9F9;
	display: block;
}

/*  STRUCTURE (in order of appearance)  */

#bg {
	margin: 0 auto;
	width: 814px;
	background: url(img/bg.png);
}
#bg_top {
	background: url(img/bg_top.png) top no-repeat;
}
#body {
	padding: 17px;
	background: url(img/bg_bottom.png) bottom no-repeat;
	text-align: justify;
}
#header {
	color:White;
	/*background: #F9F9F9;*/
	font-size: 40px;
	background: url(images/header.png) no-repeat;
	height:125px;
	margin-bottom:10px;
}
#header .subheader {
	padding-left: 15px;
	font-size: 18px;
}
#side {
	width: 160px;
	line-height: 18px;
	float: left;
	color:white;
	/*background: #F9F9F9;*/
	background-color:#2C4C3D;
}
#side .side_title {
	margin: 15px 0 10px 0;
	padding: 0 5px 5px 5px;
	border-bottom: #DDDDDD solid 1px;
	font-size: 16px;
	display: block;
	color:white;
	/*background: #F9F9F9;*/
	background-color:#2C4C3D;
	text-align:left;
}
#menu {
	padding: 10px;
	line-height: normal;
		text-align:left;
}
#menu ul {
	margin: 0;
	padding: 0;
	border-bottom: #DDDDDD solid 1px;
	list-style-type: none;
		text-align:left;
}
#menu li {
	border-top: #DDDDDD solid 1px;
}
#menu a {
	width: 120px;
	padding: 10px;
	border: none;
	color:white;
	/*background: #F9F9F9;*/
	background-color:#2C4C3D;
	text-decoration: none;
	display: block;
}

#menu .current {
	width: 120px;
	padding: 10px;
	color:white;
	/*background: #F9F9F9;*/
	background-color:#2C4C3D;
	display: block;
}
#side_content {
	padding: 0 10px 10px 10px;
	border-top: #FFFFFF solid 10px;
}
#mainbody {
	margin: 0 0 0 15px;
	width: 605px;
	line-height: 18px;
	float: left;
}
#footer_clear {
	clear: both;
}
#footer {
	margin-top: 10px;
	padding: 8px;
	height: 24px;
	background-color: #EBEEEC;
	font-size: 10px;
	text-align: center;
}
#footer a {
	color: #2C4C3D;
}
#footer a:hover {
	border-bottom-color: #2C4C3D;
}
#contentleft
{
    width: 100px;
    padding: 0px;
    float: left;
    background: #fff;
}

#contentcenter
{
    width: 480px;
    padding: 0px;
    float: left;
    background: #fff;
}

/* left hand menu on show calendar */

.arrowlistmenu
{
    width: 90px; /*width of menu*/

}

.arrowlistmenu .headerbar
{
    font: bold 14px Verdana, "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: white;
    background: black url(media/titlebar.png) repeat-x center left;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li
{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
    color: #2C4C3D;
    background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
}

.arrowlistmenu ul li a:visited
{
    color: #2C4C3D;
}

.arrowlistmenu ul li a:hover
{
    /*hover state CSS*/
    color: #2C4C3D;
    background-color: #F3F3F3;
}

.sub
{
    font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px; /*font-weight: bold;*/
    color: #2C4C3D;
    text-align: left;
}

/* standard table with border*/
.bordertable td
{
    font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #2C4C3D;
    vertical-align: top;
    border: 1px solid #2C4C3D;
}
.bordertable th
{
    font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #2C4C3D;
    vertical-align: top;
    border: 1px solid #2C4C3D;
    text-align:left;
}

/* main table without a border*/
.maintable td
{
    font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #2C4C3D;
}
.maintable th
{
    font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #2C4C3D;
    vertical-align: top;
    text-align: left;
}
.varietiesheader, .varietiesheader td
{
    padding: 5px 5px;
		line-height: 18px;
		font-weight:normal;
			color:#2C4C3D;
	/*background: #F9F9F9;*/
	background-color:#EBEEEC;
	font-size: 18px;
	clear:both;
	margin-top: 0;
		font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
