/* THIS IS A PARSED FILE - Do not edit this file. Edit original file instead. */ 

/* Color scheme:
*/

body, table {
	background-image: url('/images/canvas_bg3.jpg');
	background-color: #333333;
	background-repeat: repeat;
	text-align: center; /* need to center page IE */
	
	font-family:Trebuchet MS; 
	color: #984B36; 
	font-size:13px; 
}

#main-body {
	width: 780px;
	margin: 0 auto; /* needed to center page */
	text-align: left;  /* needed to center page IE */
}



a {
	color: #000000;
	font-weight: bold;	
}

a:hover {
	color: #984B36;
}

#linklist a {
	font-size:12px;
	text-decoration: none;
}


table {
	background-color: #FFFFFF; 
	background-image: none;		
}


img {
	margin: 0px;
} 

#main-body div {
}

#mainarea {
	background: #FFFFFF;
	float: left;
	height: auto;
	padding-top: 15px;
	width: 780px; 
}

a.swapbutton {
	display: block;
	width : 196px;
	height: 87px;
	
	background-position: top left; 
	background-repeat: no-repeat;	
}

a.swapbutton:hover {
	background-position: -196px;
}

.maininfobox {
	width: 175px;
	margin-left: 14px;
	margin-top: 5px;
	background-image: url('/images/button1-bottom.png');	
	background-position: bottom right; 
	background-repeat: no-repeat;
}

.maininfobox h3 {
	background-image: url('/images/button1-top.png');	
	background-position: top right; 
	background-repeat: no-repeat;

	margin: 0; 
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	font-size:110%;
	color: #F4F7EE;
	text-align: center;
/*	background:blue;	*/

}

.maininfobox ul {
	margin: 0; 
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;	

	color: #333333;
	text-align: center;
	list-style: none;
/*	background:blue;	*/
}

.maininfobox ul li {
	margin: 0 0 6px;
	padding: 0; 
}

.maininfobox a {
	color: #DADBD5;
}

.content {
/*	background: blue;  */
	padding:0;
	margin: 0;
	
	display: block; 	
	float: right;
	width: 570px; /* 780 - 200; MINUS 10 DUE TO PADDING OF SIDEBAR? */

	/* min-height not supported by IE - these 3 lines are needed as IE hack: */	
	min-height:500px;				
	height:auto !important;
	height:500px;
}

.content .inside-content {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-top: 0;
/*	background: red; */
}


.content h1 {
	font-size:130%;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 0px;
	margin: 0;
}

.content h2 {
	font-size:110%;
	font-weight: normal;
	text-align: center;	
	padding-top: 0px;
	padding-bottom: 3px;
	margin: 0;
}

.content h3 {
	font-size:100%;
	font-weight: bold;
	text-align: left;	
	padding-top: 0px;
	padding-bottom: 3px;
	margin: 0;
}

.centeredrow, .centeredrow h3 {
	background: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center; /* need to center page IE */	
}

.centeredrow h3 {
	font-size:100%;
	font-weight: normal;
	margin-top: 15px;
}

.threeinarow {
	float:left;
	margin: 5px;
	width: 150px;
}


.centeredrow img {
	padding: 0;
	margin: 0;
}


#sidebar {
	float: left;
	overflow: hidden;
	width: 200px; 

}

#sidebar #inside-sidebar {
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}


#header {
	clear: both;
	background: none;
	height: 140px;		
	overflow: hidden;
}

#header h2 {
	margin:0;
	margin-left: 105px;
	margin-top:75px;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 1px;
}

#header h3 {
	margin-left: 105px;
	margin-top: 0px;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: 0px;
	color:#A2A2A0;
}


#mainmenucontainer {
	clear: both;
	text-align: center;
	background: #333333;
	padding: 0;
	margin:0;
	overflow: hidden;
	height: 25px;
}
html>body #mainmenucontainer { /* will only be interpreted by All other browsers, not IE */
	height: 30px; /* height - 2xpadding */
} 


#mainmenu ul
{
	white-space: nowrap;
}

#mainmenu li
{
	margin: 0;
	line-height: 35px;
	display: inline;
	list-style: none;
}
html>body #mainmenu li { /* will only be interpreted by All other browsers, not IE */
	line-height: normal; 
} 


#mainmenu a { 
	background-image: url('/images/topcorner-slice.png');
	background-position: top left;
	background-repeat: no-repeat;

	margin: 0;
	padding: 3px 15px; 
	background-color: #DADBD5;
}

#mainmenu a:link, #mainmenu a:visited
{
	color: #333333;
	text-decoration: none;
}

#mainmenu a.menuselected {
	background-color: #FFFFFF;
}

#mainmenu a:hover
{
	color: #fff;
	background-color: #984B36;
	text-decoration: none;
}


#footer {
	width: 100%;
	float: left; /* a container will stretch to fit around floated elements within it - only if the container is also floated */
	clear: both;
	background: #DADBD5;
	padding: 0;
	margin: 0;
}

#footer #footer-inside {
	padding: 5px;
	padding-bottom: 25px;
}


#footer a {
	text-decoration: none;
	color: #984B36;
	font-weight: normal;	
}

#footer a:hover {
	color: #333333;
}


#footer #left {
	float: left;
}

#footer #right {
	float: right;
}

#subfooter {
	/* shadow bottom */
	background-image:url('/images/horizontal_shadow.png'); 
	background-position: top right; 
	background-repeat: no-repeat;
	width:780px;
	margin:0;
	padding: 0;
	padding-top: 5px;
	
	overflow:hidden;
	clear: both;
	text-align: center;
}

#subfooter #subfootermenu ul
{
	white-space: nowrap;
}

#subfooter #subfootermenu li
{
	margin: 0;
	line-height: 35px;
	display: inline;
	list-style: none;
	font-size:11px; 	
}
html>body #subfooter #subfootermenu li { /* will only be interpreted by All other browsers, not IE */
	line-height: normal; 
} 

#subfooter a {
	text-decoration: none;
	color: #984B36;
	font-weight: normal;	
}

#subfooter a:hover {
	color: #333333;
}



form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  width: inherit; 
}

fieldset {
  background-color: #F4F7EE;
  border-color: #984B36;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
