/*Main asspects for the whole page*/

body {
	background: #ffffff;
	color: #000;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*The Wrapper, it keeps things nice and tidy*/
#pcwrap {
	width: 810px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/*The header*/
#pcheader {
	height: 110px;
	width: 800px;
}

/*Left Column*/
#leftcolumn {
	width: 150px;
	height: auto;
	background-color: #FFFFD5;
	border-right: dashed #FC9A37 1px;
	border-left: dashed #FC9A37 1px;
	color: #FF3300;
	text-align: center;
	float:left;
/*	margin-right: 5px;	*/
}

/*Right Column*/
#rightcolumn {
	width: 150px;
	height: auto;
	background-color: #FFFFD5;
	border-left: dashed #FC9A37 1px;
	border-right: dashed #FC9A37 1px;
	color: #FF3300;
	text-align: center;
	float:left;
/*	margin-left: 5px;	*/
}

/*Center Column, Main section of the page*/
#centercolumn {
	width: 501px;
	height: auto;
	background: #fff;
	border: none;
	color: #660000;
	float:left;
	padding-left: 2px;
	padding-right: 2px;
}

/*The infamous Footer, where all the (c) is at*/
#pcfooter {
	width: 810px;
	height: auto;
	color: #FFFFFF;
	text-align: center;
	background: #FC9A37;
	clear:both;
	}

/*Misc atributes for other HTML/CSS elements*/
blockquote {
	color: #660000;
	margin-left: 1.5em;
	padding-left: 5px;
}

b, strong, u, i, em, s, strike {
	color: #FF3300;
}

a:link {
	color: #FF3300;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF3300;
}

a:hover {
	text-decoration: underline;
	color: #D22A00;
}

a:active {
	text-decoration: none;
	color: #D22A00;
}





/*no touchy, helps keep columns equal*/
#left-visualPadding, #center-visualPadding, #right-visualPadding{
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 0px;
	}



/*Menu don't tamper with*/

.jqueryslidemenu {
	font: bold 8px Verdana;
	background: #FC9A37;
	width: 100%;
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	background: #FFFFA7; /*background of tabs (default state)*/
	color: #000;
	padding: 8px 10px;
	border-right: 1px solid #FF3300;
	color: #FFFFA8;
	text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: #FF3300;
}

.jqueryslidemenu ul li a:hover{
	background: #FFFFA8; /*tab link background during hover state*/
	color: #FF3300;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: normal 8px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #FFFFA8;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	background: #eff9ff;
	color: #FF3300;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}
