/* Start of CMSMS style sheet 'thewidgetfoundry' */
/* Set Up the outside divs */
body 
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	background: #929090;
}

#OuterContainerFix
{
	margin: 0px 0px 100px;
	width: 100%;
}

#OuterContainer
{
	border-left: 2px solid #222;
	border-right: 2px solid #222;
	border-bottom: 2px solid #222;
	background: #404040;
}


/* Set up Header style */
#top
{
	border-bottom: 2px solid #222;
	border-top: 2px solid #222;
	background: #b18a2d url(images/logo.png) no-repeat;
	height: 281px;
}


/* Set Up Left Container Style */
#leftColumn
{
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#leftContainerFix
{
	margin-bottom: 10px;
}

#leftContainer
{
	width: 250px; /* set width of menu */
	z-index: 1;
	text-align: center;
}

#HeaderFix
{
	background: url(images/header.gif) no-repeat;
	height: 23px;
}

#LeftHeaderFix
{
	background: url(images/header_short.gif) no-repeat;
	height: 23px;
}

#Header 
{
	font: bold 1.1em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-left: 35px;
	text-align: left;
	color: #FFAE00;
}

#menu, #news
{
	background: #61605F;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #000;
}

/* Set up content container style */
#middle 
{
	margin: 20px 10px 10px 270px;
}

#content
{
	border: 1px solid #000;
	background: #61605F;
	padding-left: 10px;
	padding-right: 10px;
}


/* Set up footer style */
#footer 
{
	clear: both;
	border-top: 2px solid #222;
	text-align: center;
	background: #61605F;
	height: 65px;
}

#footer a 
{
        color: #FFAE00;
	text-decoration: none;
}

#footer p
{
	font-size: small;
	margin: 5px;
}


#footerValidate
{
	font: bold 16px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 5px;
	display: inline;
}

#footerValidate ul, #footerValidate ul li
{
	list-style: none;
	display: inline;
	margin:0;
	padding: 0;
}

/* End of 'thewidgetfoundry' */

/* Start of CMSMS style sheet 'thewidgetfoundry Menu' */
/********************
MENU
*********************/
#menu {
   background: #61605F;
   padding-top: 5px;
   padding-bottom: 5px;
}

#menu ul
{
   margin-left: 0;
   padding-left: 0;
}

/* menu li block */
#menu li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu li a { height: 1%; } 
* html #menu li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.25em 0.125em 0.25em 1.25em; /* some air for it */
   color: #FFFFFF; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:.5em; /* Fixes IE7 whitespace bug */ 
   font-size:.75em;
   text-align: left;
}

/* next level links, more padding and smaller font */
div#menu ul ul a {
   font-size: .75em;
   padding: 0.25em 0.125em 0.25em 2.3em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu ul ul ul a {
   padding: 0.25em 0.125em 0.25em 3.3em;
   background: url(images/cms/dash.gif) no-repeat 2.5em center; 
}

/* hover state for all links */
div#menu a:hover {
   background-color: #444;
}
div#menu a.activeparent:hover {
   background-color: #444;
   color: #fff;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #333;
   color: #fff;
}

div#menu ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #FFF;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #333;
   display: block; 
   padding: 0.5em 0.25em 0.5em 1.5em;  /* some air for it */
   color: #FFAE00;                          /* this will be link color for all levels */
   font-size: .8em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   text-align: left;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu ul ul h3 {
   padding: 0.5em 0.25em 0.5em 2.5em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
}

/* current page on third level, more padding */
div#menu ul ul ul h3 {
   padding: 0.5em 0.25em 0.5em 3.5em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:left;
}



/* separator */
div#menu li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu li.separator hr {
   display: none; /* this is for accessibility */
}

div#menu dfn
{
   display: none;
}
/* End of 'thewidgetfoundry Menu' */

/* Start of CMSMS style sheet 'thewidgetfoundry Content' */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content a
{
	color: #FFAE00;
}

#content a 
{
	text-decoration: none;
	font-weight: bold;
	color:  #FFAE00;
	outline: none;
}

#content a:visited 
{
	color:  #FFB000;
}

#content a:hover 
{
	text-decoration: underline;
}

#content strong, b 
{
	font-weight: bold;
}

#content p 
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}

#content hr
{
	width: 80%;
}

#content #ImageLeft
{
	float: left;
}

#content #Clear
{
	clear: both;
}

#content li
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
/* End of 'thewidgetfoundry Content' */

