﻿body
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background-color: #AAD0FF;
	font-size: 0.75em;
	font-family: Arial, Helvetica, Sans-Serif;
}

a, a:hover, a:visited
{
	color: #39827C;
}

.clear
{
	clear: both;
}

#maincontainer
{
	margin: 0 auto;
	padding: 0;
	padding-left: 40px;
	min-width: 870px;
	max-width: 1160px;
	color: #3C3940;
	margin-bottom: 10px;
}

#topsection
{
	/*background: #EAEAEA;*/
	height: 93px; /*Height of top section*/
}

#topsection h1
{
	margin: 0;
	padding-top: 15px;
}

#contentcolumn
{
	border-left: 1px solid #989036;
	background-color: #fff;
	border-top: 1px solid #989036;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*width: 100%;*/
}

#leftcolumn
{
	width: 230px; /*Width of left column*/
	min-width: 230px;
	max-width: 230px;
	background: #EFE7A6;
	border-right: 1px solid #989036;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	font-size: 11px;
}

#rightcolumn
{
	width: 180px; /*Width of right column*/
	min-width: 180px;
	max-width: 180px;
}

#footer
{
	clear: left;
	width: 100%;
	background: #fff;
	color: #555;
	text-align: center;
	padding: 4px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	font-size: 0.9em;
}

/*#footer a{
color: #FFFF80;
}*/

.innertube
{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	position: relative;
	margin: 0;
	text-align: right;
	float: right;
}

ul#menu li
{
	display: inline;
	list-style: none;
	float: left;
	margin-left: -1px;
	margin-top: 2px;
	margin-bottom: -2px;
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a
{
	padding: 8px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #F7F1BE;
	color: #655C12;
	border: 1px solid #989036;
	border-bottom: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

ul#menu li a:hover
{
	color: #746E3B;
}

ul#menu li a:active
{
	text-decoration: none;
}

ul#menu li.selected
{
	margin-top: 0;
	margin-bottom: 0;
}
ul#menu li.selected a
{
	background-color: #FBF8DB;
	text-decoration: none;
	border-width: 2px;
	padding: 10px 20px;
}

ul.menu
{
	padding: 0;
	list-style-type: none;
	display: inline;
}
ul.menu li
{
	display: inline;
}

#menucontainer
{
	margin: 38px 180px 0 230px;
	height: 36px;
}

#title
{
	display: block;
	float: left;
	text-align: left;
	overflow: hidden;
	height: 93px;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px 180px 10px 230px;
	color: #696969;
	height: 21px;
}
#logindisplay ul
{
	float: right;
}
#logindisplay ul li
{
	float: left;
	margin-left: 1em;
	padding-top: 0.15em;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
	color: #696969;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
	color: #696969;
}

li.search
{
	background: white;
	display: inline;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 20px;
	border: 1px solid #696969;
	margin: 0 0 0 20px;
	padding-top: 0 !important;
	overflow: hidden;
}
li.search form input
{
	border: none;
	color: #696969;
	padding: 0 0 0 10px;
	display: inline;
}
li.search form input.searchField
{
	height: 16px;
	width: 149px;
	font-size: 12px;
	margin-top: 2px;
}
li.search form input.button
{
	background: transparent url(/Content/icons/search_icon.gif) no-repeat scroll -1px 2px;
	width: 18px;
	height: 18px;
	text-indent: -1000px;
}

#bodywrapper
{
	margin-bottom: 10px;
}

#bodywrapper a
{
   	text-decoration: none;
	font-weight: bold;
}

#mainbody
{
	width: 100%;
	border-collapse: collapse;
	position: relative;
	z-index: 1;
}
#mainbody > tbody
{
	padding: 0;
	margin: 0;
}
#mainbody > tbody > tr > td
{
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#contentcolumn > .innertube
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#leftcolumn .block
{
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px;
	border-bottom: outset 1px #444;
}
#leftcolumn .block:first-child
{
	padding-top: 5px !important;
}
#leftcolumn .block:last-child
{
	border-bottom: none;
}

.block h2
{
	margin-top: 0;
	font-size: 1.25em;
}

#rightcolumn > .innertube > *
{
	border: 1px solid;
	margin: 0.25em auto;
}

a > img
{
	border: none;
}