@charset "utf-8";
/* CSS Document */
@font-face { 
	font-family: Delicious; 
	src: url('fonts/segoepr.ttf'); 
}
@font-face { 
	font-family: tw; 
	src: url('fonts/TCM.TTF'); 
}

body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* = 10px */
	padding:0px;
	position:relative;
}

#backgroundWeb {
	height:500px;
	position:absolute;
	width:100%;
	z-index: -99;
}

div#main_container{
	margin: 0 auto 0 auto;
	width: 900px;
	height: auto;
	text-align: left;
	position:relative;
}

/* Menu top */

/*
 For html 5
#topNavigation {
	width: 100%;
	margin: 0;
	box-shadow: 0 0 5px #888;
	border-radius: 15px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	min-height: 60px;
	background-color:#FFF;
	margin-top: -15px;
	padding-top: 15px;
	overflow:hidden;
	background-color:#7b7b7b;
	background: -webkit-linear-gradient(top, #7b7b7b, #d1d1d1);
	background: -moz-linear-gradient(top, #7b7b7b, #d1d1d1);
 	background: -ms-linear-gradient(top, #7b7b7b, #d1d1d1);
  	background: -o-linear-gradient(top, #7b7b7b, #d1d1d1);
	margin-bottom: 5px;
}
*/

#topNavigation {
	width: 100%;
	margin: 0;
	height: 64px;
	background-color:#FFF;
	overflow:hidden;
}

#logo {
	font-family: Delicious, sans-serif;
	width: 232px;
	float:left;
	text-align:center;
	height: 64px;
}

a img{
	border: none;
}

#headerRight {
	font-family: Delicious, sans-serif;
	width: 24px;
	float:left;
	text-align:center;
	height: 64px;
}

#logo span {
	line-height: 20px;
	color:#FFF;
	font-size:24px;
}

.spacing{
	margin-top: 5px;
}

#topMenu {
	background-color:#FFF;
	float:left;
	background-image:url(img/background_header.jpg);
	background-repeat:repeat-x;
	height: 64px;
}

#topMenu nav ul {
	text-align:center;
	list-style: none;
	margin: 15px 0 0 0;
	font-size:14px;
	width: 100%;
}

#topMenu nav ul li {
	font-size:12px;
	float:left;
	padding-right: 10px;
	border-right: 1px solid #fc5100;
}

#topMenu  nav ul li a {
	color: #4f4f4f;
	margin: 0;
	padding: 0;
	text-decoration:none;
	height: 30px;
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
}

.active a{
	color: #FC5100;	
}

#topMenu  nav ul li a:hover {
	color: #FC5100;
}


#topMenu  nav ul li a.active{
	color: #FC5100;	
}

/* Header */

header {
	width: 100%;
	height: 140px;
	padding: 0 30px;
}


/* Sub container */

div#sub_container {
	background-color:#FFF;
	width: 100%;
	border: 1px solid #e5e5e5;
	float:left;
}


/* Left menu */

#leftMenu {
	clear:left;
	float:left;
	width:250px;
}

aside nav h3 {
	list-style: none;
	margin: 0;
	width: 97%;
	font-size:14px;
	background-color: #F7F7F7;
	background: -webkit-linear-gradient(top, #fdfdfd, #eee);
	background: -moz-linear-gradient(top, #fdfdfd, #eee);
 	background: -ms-linear-gradient(top, #fdfdfd, #eee);
  	background: -o-linear-gradient(top, #fdfdfd, #eee);
	border-bottom: 1px solid #DFDFDF;
	border-right:1px solid #efefef;
	border-left: 1px solid #efefef;
	border-top: 1px solid #F9F9F9;
	text-shadow: white 0 1px 0;
	padding: 0 4px;;
	
}

.ui-state-active a{
	color: #FC5100;	
}

.ui-state-hover a {
	color: #FC5100;
	
}

.ui-state-active {
	background: none;
	background-color: #E6E6E6;
}

.ui-state-hover {
	background: none;
	background-color: #E6E6E6;
}

aside nav a {

}

aside nav h3 a {
	color: #6e6e6e;
	text-decoration:none;
	font-family: tw, georgia, serif;
	display:block;
	min-height: 25px;
	display:block;
	padding: 6px 14px;
	font-weight:normal;
	background-image:url(img/arrow.png);
	background-position:right;
	background-repeat:no-repeat;
}

aside nav ul {
	list-style: none;
	padding: 0;
	margin:0;
}

/* LEVEL TWO */

aside .sub_nav li {
	font-size:12px;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #F9F9F9;
	border-right:1px solid #efefef;
}

aside .sub_nav li a {
	padding: 6px 8px;
	font-size:12px;
	text-decoration:none;
	color: #3f3f3f;
	display:block;
	min-height: 20px;
}

aside .sub_nav li img {
	padding-right: 5px;
}

/* LEVEL TWO */

aside .sub_sub_nav li {
	font-size:12px;
	width: 100%;
	background:#FFF;
	border-bottom: none;
	border-right:1px solid #efefef;
	border-top: none;
	min-height:10px;
}

aside .sub_sub_nav li a{
	font-size:12px;
	width: 100%;
	color: #5e5f61;
	height:auto;
	display:block;
}

#greySquare {
	background-color: #E3E3E3;
	height:40px;
}

#greySquareSmall {
	background-color: #E3E3E3;
	height:10px;
}

/* Content */
.boxmain{
	width: 650px;
	float: left;
	display: inline;
	margin: 0;
	color:#333;
}

#content {
	padding: 30px 30px;
}

#subtext {
	position:absolute;
}

#contentHeader {
	margin-top: 10px;
	display:block;
	clear:right;
	overflow:auto;
}

#content h1 {
	font-weight: normal;
	font-size:20px;
	color:#fc5100;
}

#content h2 {
	padding-left: 15px;
	font-weight: normal;
	font-size: 14px;
	color: #FC5100;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color:#EDEDED;
	text-shadow: white 0 1px 0;
}

#content h3 {
	padding-left: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #737373;
}

#rightHeader {
	float:right;
}

#leftHeader {
	float:left;
	padding-top: 40px;
	padding-left: 120px;
}

#leftHeader h1{
	font-size:48px;
	color:#fc5100;
	text-shadow: #666666 0 1px 0;
}

#leftHeader h2{
	font-size: 24px;
	color: #000;
	font-family: Delicious, sans-serif;
	padding-left: 20px;
	margin-top:-10px;
}

h1 {
	margin: 0;
	margin-bottom: 10px;
	padding:0;
}

h2 {
	margin: 0;
	padding:0;
}










