@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 24;
	padding-left: 0;
	background-color: #E1E0E5;
}
.thrColFixHdr #container {
	width: 1020px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
} 
.thrColFixHdr #header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
html { overflow-x: hidden; }
	h2 {
	height:24px;
	display:block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	background-image: url(images/menubuttonBG_off.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	}
#foxmenu{
	position:relative;
	display:block;
	height:25px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	padding-bottom: 24px;
	}

#foxmenu ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#foxmenu ul li{
	display:block;
	float:left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	}

#foxmenu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	height:19px;
	background-color: #ED0000;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	}

#foxmenu ul li a:hover{
	color:#fff;
	background-color: transparent;
	background-image: url(images/foxmenu_bg-OVER.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}

#foxmenu ul li a.current,#foxmenu ul li a.current:hover{
	color:#FFF;
	background: 693AF7;
	}
	h2 {
	position: relative;
	display: block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	background-image: url(images/menuBG_off.gif);
    }
	h2:before, h2:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9999px;
	background-image: url(images/menubuttonBG_off.gif);
	background-color: transparent;
	background-repeat: no-repeat;
    }
    h2:before {
	right: 100%;
	background-color: transparent;
	background-image: url(images/menubuttonBG_off.gif);
    }
    h2:after {
	left: 100%;
	background-color: transparent;
	background-image: url(images/menubuttonBG_off.gif);
    }
    
    h2:nth-of-type(1), h2:nth-of-type(1):before, h2:nth-of-type(1):after { background: #ED0000; }
    h2:nth-of-type(2), h2:nth-of-type(2):before, h2:nth-of-type(2):after { background: #6871b1; }
    h2:nth-of-type(3), h2:nth-of-type(3):before, h2:nth-of-type(3):after { background: #d1b935; }
    
    .left-only:after {
	display: none;
	background-color: transparent;
	background-image: url(images/menubuttonBG_off.gif);
    }
    
    .right-only:before {
	width: 20px;
	background-color: transparent;
	background-image: url(images/menubuttonBG_off.gif);
    }
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
} 
#slcontentcont {
	padding: 5px;
	width: 900px;
	min-height:700px;
}
.thrColFixHdr #footer {
	background-color: transparent;
	display: block;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	clear: both;
	width: 100%;
	min-width:100%;
	background-repeat: repeat-x;
	list-style-type: none;
	height: 24px;
	background-image: url(images/menubuttonBG_off.gif);
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: transparent;
	text-align: center;
	height: 24px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(images/menubuttonBG_off.gif);
	font-size: 14px;
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Page styles content slider */
.clear{
	clear:both;
}

a, a:visited {
	color:#007bc4;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#rounded{
	width:800px;
	text-align:left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.container{
	background-color:#FFFFFF;
	padding:10px 20px 20px 20px;
}
h1{
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

h3{
	font-weight:normal;
	font-size:13px;
	color:#000;
}

ul{
	margin:30px 0px;
}

li{
	list-style:none;
	display:block;
	float:left;
	width:auto;
	font-size: 13px;
}

li a,li a:visited{
	padding:5px 10px;
	text-align:center;
	background-color:#000033;
	color:white;
	
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;

	display:block;
	margin-right:10px;
}

li a:hover{
	background-color:#ae0000;
	text-decoration:none;
}

#pageContent{
	margin-top:20px;
	border:1px dashed #cccccc;
	padding:10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
}

#loading{
	visibility:hidden;
}

.demo{
	color:white;
}
