/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author. Modified by MJLSB
Version: 2.0 (Jun 25, 2006)
Screen layout: */

/***** Body and main container *****/
body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#f4f4f4 url(img/bg.gif) top center repeat-y;
color:#303030;
}

#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
width:760px;
}

/***** Various tags *****/
a {
text-decoration:none;
color:#cc0000;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#003366;
background-color:inherit;
}

a img {
border:0;
}

/***** Header *****/
#header {
margin:0;
padding:0;
height:200px;
background:#ffffff;
}

#frontheader {
margin:10px 0px 0px 0px;
border:0;
}
#frontphoto {
margin:0 0 0px;
border:0;
}

/***** Left sidebar *****/
#leftside {
clear:left;
float:left;
width:150px;
border-right:1px solid #adac93;
margin:0 0 5px;
padding:0;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.0em;
margin:0 0 5px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:10px 0 15px;
padding:7px 5px;
width:130px;
font-size:0.9em;
border:1px solid #adac93;
color:#505050;
line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}

/***** Main menu *****/
ul.avmenu {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:140px;
padding:0;
line-height:1.4em;
display:inline;
}
 
ul.avmenu li a{
background-color:#adac93;
color:#505050;
font-weight:bold;
width:130px;
float:left;
margin-bottom:3px;
padding:5px 1px 5px 5px;
border-left:4px solid #807f6c;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background:#95947c url(img/blinkarrow.gif) no-repeat right center;
border-left:4px solid #003366;
font-weight:bold;
color:#003366;
text-decoration:none;
}

ul.avmenu li a.inactive, ul.avmenu li a.inactive:hover {
background:#c8c7aa;
color:#c8c7aa;
font-weight:bold;
width:130px;
float:left;
margin-bottom:3px;
padding:5px 1px 5px 5px;
border-left:4px solid #adac93;
text-decoration:none;
}

/***** Right sidebar *****/
#extras {
float:right;
width:140px;
margin:0 0 5px;
padding:0;
line-height:1.4em;
}

#extras p,#extras ul {
font-size:0.9em;
margin:0 0 16px;
padding:0;
}

#extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:1.1em;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#003366;
background-color:inherit;
font-size:1.2em;
margin:0 0 10px;
padding:0;
}


/***** Main content *****/
#content {
margin:0 150px 5px 150px;
border-left:1px solid #adac93;
border-right:1px solid #adac93;
padding:0 10px;
line-height:1.6em;
}

#contentwide {
margin:0 0 5px 150px;
border-left:1px solid #adac93;
padding:0 0 0 10px;
line-height:1.6em;
}

#content h2, #contentwide h2 {
font-size:1.2em;
line-height: 1.2em;
margin:0 0 10px;
color:#003366;
}

#content h3,#contentwide h3 {
font-size:1.0em;
margin:0 0 8px;
color:#003366;
}

#content h4, #contentwide h4 {
font-size:1.2em;
line-height: 1.2em;
margin:0 0 10px;
color:#003366;
}

#content h5, #contentwide h5 {
font-size:1.2em;
background: url(img/icon_padlock.gif) no-repeat;
line-height: 1.2em;
margin:0 0 10px;
color:#003366;
padding-left:20px
}

#content img,#contentwide img {
padding:1px;
display:inline;
color:#303030;
border:1px solid #adac93;
}

#content img.con,#contentwide img.con {
float: right;
height: 115px; width: 85px;
margin: 7px 0 5px 20px;
background:#cccccc;
color:#303030;
border:1px solid #003366;
}

/***** Tables *****/
table {
	width: 100%;
	text-align: left;
	border-width: thin;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	padding:10;
}

 th {
	padding: 10;
	border-width: thin;
	border-style: none;
	background-color: #003366;
	color:white;
}
 td {
	border-width: thin;
	border-style: none;
	background-color: #d7d7d7;
}

caption {
	text-align: left;
	caption-side: bottom; 
    width: auto;
	border-width: thin;
	border-style: none;
	background-color: white;
}

.bgwhite {
background-color: white;
}

.Recommended {
background-color: #01ac83;
color: #FFFFFF;
}

.Consider {
background-color: #f4f500;
}

.Not {
background-color: #e23433;
color: #FFFFFF;
}

/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
padding:10px 0 20px;
border-top:2px solid #adac93;
width:760px;
text-align:center;
color:#808080;
background:#ffffff;
font-size:0.9em;
}

#footer a {
color:#003366;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
color: #003366
}

/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}

/***** Calendar*****/
.main {
width:200px;

}

.month {
background-color:#003366;
padding: 1px;
color:white;
}

.daysofweek {
background-color:#adac93;
color:white;
padding: 1px;
}

.days {
color:black;
font-size: 0.9em;
line-height: 1.0em;
background-color: white;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}

/* Contact / Search Form Classes */
.contactform {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  align: center;
}

/*CSS for Simple Tree Menu*/
.treeview ul{ 
margin-left: 10px;
margin: 0px;
padding: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
padding-left: 15px;
margin-bottom: 5px;
list-style-type: none;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(img/plusrot.gif) no-repeat left 6px;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.textarea-handle {
	background:#ececec url(img/grab-handle.gif) no-repeat center;
	height: 5px;
	display: block;
	width:423px;

}