/***********************************************/
/* FrescoSystems.com 2007                      */
/* Style Sheet 		                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0 auto;
	padding: 0px;
	background:#FFFFFF url(../images/template/BG-new.gif) repeat-y center;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #666666;
}

img {
	display:block;
	float:left;
	border:none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageContainer {
	width:762px;
	height:100%;
	margin:0 auto;

}

#contentContainer {
	width: 746px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
	left:0px;
	top:0px;
	z-index:0;
}

#content {
	width:746px;
	height:100%;
	margin:0 auto;
}

#leftContainer {
	width: 421px;
	height: 100%;
	float: left;
	clear:left;
	overflow:hidden;
}

#rightContainer {
	width: 305px;
	height: 100%;
	float: right;
	clear:right;
	overflow:hidden;
}

#footer {
	width:746px;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
}

#navContainer {
	width: 746px;
	margin: 0 auto;
}


/***********************************************/
/* Navigation Components                       */
/***********************************************/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 90px;
	background: #FFFFFF;
}

#nav a:hover {
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	z-index: 5;
	width: 90px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFFFFF;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #666666;
	padding-left: 5px;
	padding-right: 5px;
}

#nav li ul li {
	width: 200px;
}

#nav li ul li a {
	width: 200px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #FFFFFF;
}

/***********************************************/
/* Components (IDs)                            */
/***********************************************/

#header {
	height: 79px;
	width: 100%;
	overflow: hidden;
}

#flashcontent {
	position: relative;
	top: 0px;
	z-index: -10;
}

/***********************************************/
/* Classes              			           */
/***********************************************/

.bottomLinks {
	font-size: 11px;
	color: #666666;
	background-color:#FFFFFF;
}
.bottomLinks a {
	color: #999999;
	text-decoration: none;
}

.bottomLinks a:hover {
	text-decoration: underline;
}

.pagetext01 {
	font-size: 10px;
	color: #666666;
}
.pagetext_tile {
	font-size: 12px;
	font-weight: bold;
}

