/** FONT DEFINITIONS **/
@font-face {
	font-family: CartoGothic Std;
	src: local('CartoGothic Std'), url('cartogothic.ttf');
}
@font-face {
	font-family: CartoGothic StdBold;
	src: local('CartoGothic Std Bold'), url('cartogothicb.ttf');
	font-weight: bolder;
}
/** END FONT **/


/** GENERAL DEFINITIONS **/
body { 
	font-family: CartoGothic Std, Segoe UI, Arial; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	margin-bottom: -2px;
}

a { color: #0044AA; }
a:visited { color: #0044AA; }
a:hover { color: #5599FF; }
a:active { color: #2A7FFF; }

h1, h2, h3, h4, h5, h6 { padding-bottom: 2px; }

h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
/** END GENERAL **/


/** HEADER **/
div#header {
	max-height: 100px;

	background-color: #06799F;
	background-image: url('header.png');
	background-repeat: no-repeat;
	background-size: 9px;
	background-position: 100%;

	padding: 24px 0px 20px 10px;
	color: #FFFFFF;
}
/** END HEADER **/


/** SUBNAV **/
div#subnav {
	background-color: #3AAACF;
	padding: 4px 0px 4px 10px;
}
div#subnav span {
	padding-right: 5px;
}
div#subnav span a {
	text-decoration: none;
	font-size: 2em;
	color: #1531AE;
	padding-right: 11px;
	border-right: black dotted 1px;
}
div#subnav span a:hover {
	color: #4962D6;
}
div#subnav span.active a {
	color: white;
	font-family: CartoGothic StdBold, Arial;
}
/** END SUBNAV **/


/** CONTENT **/
div#content {
	min-height: 500px;
	height: 100%;
	padding-left: 5px;
}
div#gradient {
	background: url('grad1.png') repeat-x;
	height: 43px;
}
/** END CONTENT **/


/** FOOTER **/
div#footer {
	background: url('grad2.png') repeat-x;
	height:43px;
}
div#footer_text {
	padding-left: 5px;
	padding-top: 20px;

	text-shadow: #AAAAAA 2px 2px 7px;
}
/** END FOOTER **/
