/* GLOBAL */
html, body {
	margin: 0px;
	
	background-color: White;
	
	font-family: Segoe UI, Tahoma, Verdana, Arial, sans-serif;
}
input[type='text'], textarea {
	-moz-border-radius: 3px;
	-webkit-border-radis: 3px;
	border-radius: 3px;
	
	background-color: #404444;
	border: solid 2px #687074;
	
	margin: 1px;
	
	font-family: inherit;
	font-size: 9pt;
	color: #dedede;
}
input[type='text'] {
	height: 18px;
}
input.defaultValue, textarea.defaultValue {
	color: #898a8b;
	font-style: italic;
}
h3 {
	font-size: 15pt;
	margin: 0px;
	padding: 0px;
	
	font-family: Segoe UI Light, Segoe UI, Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	
	color: #f1f1f1;
	text-shadow:Black 1px 1px 2px;
}
p {
	margin: 15px;
	font-size: 10pt;
	color: #343434;
}
h1 {
	font-family: Segoe UI Light, Segoe UI, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 22pt;
	color: Black;
	
	margin: 0px;
	margin-bottom: 15px;
}
h5 {
	margin-bottom: 2px;
}
hr {
	float: none;
	clear: both;
	border: none;
	background: url(hr.png) no-repeat;
	width: 700px;
	height: 1px;
}
a {
	color: #dcdcdc;
	text-decoration: none;
}
a:hover {
	color: #ffc600;
	text-decoration: none;
}
a.black {
	color: #141414;
	text-decoration: none;
}
a.black:hover {
	color: #ffc600;
	text-decoration: none;
}
a.gray {
	color: #343434;
	text-decoration: none;
}
a.gray:hover {
	color: #f2ab00;
	text-decoration: none;
}

ul {
	display: block;
	font-size: 9pt;
}
div#mainContainer {
	width: 1024px;
	margin: auto;
}
div.pageBorder {
	width: 12px;
	height: 640px;
	float: left;
	
	margin-top: 50px;
}
div.pageBorder.left {
	background-image: url(pageBorder_left.png);
}
div.pageBorder.right {
	background-image: url(pageBorder_right.png);
}

/* MAIN MENU */
div.mainMenu {
	background-color: Black;
	width: 100%;
	height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}
div.mainMenuContent {
	margin: auto;
	width: 1000px;
	padding: 0px;
}
div.mainMenuContent > ul {
	list-style: none;
	
	background-color: Black;
	
	margin: 0px;
	margin-left: 50px;
	padding: 0px;
	padding-top: 2px;
}
div.mainMenuContent > ul > li {	
	float: left;
	margin: 1px;
	padding: 0px;
	margin-left: 8px;
	margin-right: 8px;
}
div.mainMenuContent > ul > li > a {
	border: solid 1px Transparent;
	color: #ffdc00;
	font-size: 10pt;
	text-decoration: none;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
}
div.mainMenuContent > ul > li > a:hover {
	color: Black;
	background-color: #ffdc00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.mainMenuContent > ul > li.selected > a {
	border: solid 1px #ffdc00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.mainMenuContent > input.search {
	float: right;
	
	background-image: url(../icons/magnifier.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 20px;
	margin-top:-2px;
	width: 175px;
}

/* HEADER */
div.header {
	background-image: url(headerBackground.gif);
	background-repeat: repeat-x;
	
	width: 100%;
	height: 327px;
	overflow: visible;
}
div.header p {
	color: White;
}
div.header > div.headerContent {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	
	margin: auto;
	width: 1000px;
	height: 327px;
	padding: 0px;
}
div.headerContent > ul.subMenu {
	list-style: none;
	overflow: hidden;
	
	width: 0%;
	opacity:0;
	
	height: 20px;
	padding: 2px;
	margin: 0px;
	margin-left: 227px;
}
div.headerContent > ul.subMenu > li {
	float: left;
	margin: 1px;
	padding: 0px;
	margin-left: 8px;
	margin-right: 8px;
}
div.headerContent > ul.subMenu > li > a {
	text-decoration: none;
	color: #c2c5c5;
	font-style: italic;
	font-size: 9.5pt;
}
div.headerContent > ul.subMenu > li > a:hover {
	text-decoration: none;
	color: White;
}
div.headerContent > ul.subMenu > li > a.selected {
	border: solid 1px #ffdc00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
}
div.headerContent > p {
	display: block;
	margin-top: 70px;
	
	width: 950px;
	color: #e8eaee;
	font-size: 9pt;
}
div.headerContent > div.langBar {
	float: right;
}
div.headerContent > div#ajaxBanners {
	float: right;
	display: block;
	clear: right;
	margin-top: 25px;
}
div.headerContent > div#ajaxBanners > a {
	display: block;
	clear: both;
	margin: 4px;
	
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	
	background-color: White;
	color: Gray;
	text-decoration: none;
}
div.headerContent > div#ajaxBanners > a.selected {
	background-color: Transparent;
	color: White;	
}
div.headerContent > div#ajaxBanners > a:hover {
	background-color: Gray;
	color: White;	
}
div.headerContent > img#ajaxLoading {
	position: absolute;
	margin-left: 370px;
	margin-top: 110px;
}

div.header.small {	
	background-image: url(headerSmallBackground.png);
	background-repeat: repeat-x;
	
	height: 150px;
	margin-bottom:-55px;
}
div.header.small > div.headerContent {
	background-image: url(header.jpg);
	height: 100px;
}

/* BIG BOXES */
div.trioBoxes {
	margin: auto;
	width: 786px;
	margin-top: -60px;
}
div.bigBoxContainer {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	
	width: 243px;
	height: 237px;
	background: url(bigBoxShadow.png) no-repeat;
	padding-top: 3px;
	padding-left: 9px;
}
div.bigBoxContainer > div.bigBox {
	width: 205px;
	height: 212px;
	padding: 15px;
	padding-top: 8px;
}
div.bigBoxContainer > div.bigBox > h3 {
	text-align: center;
}
div.bigBoxContainer > div.bigBox > p {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	text-align: left;
	
	font-size: 10pt;
	
	color: White;
	text-shadow: #464646 0px 0px 6px;
}

/* REAL CONTENT */
div.realContent {
	width: 800px;
	margin: auto;
	clear: both;
	padding: 0px;
	padding-top: 20px;
}
div.realContent > div {
	float: left;
	width: 45%;
	margin: 0px;
}
div.realContent hr {
	
	float: left;
	clear: none;
	width: 10%;
	height: 450px;
	background-image: url(verticalSeparator.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 0px;
	margin: 0px;
	border: none;
}
ul.news {
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
}
ul.news > li {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
ul.news h4 {
	margin: 0px;
	padding: 0px;
	
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
}
ul.news p {
	margin: 0px;
	padding: 0px;
	
	font-size: 10pt;
	color: #818181;
}

/* OTHER */
div.copyright {
	clear: both;
	display: block;

	width: 1000px;
	margin: auto;
	text-align: right;
	
	font-style: italic;
	font-size: 9pt;
	color: #65696d;
}
div.copyright > a {
	color: #65696d;
	text-decoration: none;
}
div.copyright > a:hover {
	color: Black;
}
