/* PAGELAYOUT */

body { margin: 0; padding: 0 0 16px 0; }

#page { margin: 0 auto; overflow: hidden; width: 960px; }

#header-left { float: left; width: 870px; }

#header-right-logo { 
	background: url(logo.png) no-repeat 0% 0%; 
	float: left;
	margin-top: 10px; 
	height: 90px;
	width: 90px; 
}

#title-1 {
	font-size: 70px;
	line-height: 1.1em;
	position: relative;
	z-index: 30;
}

#title-1 span { color: #c00; }

#title-2 {
	color: #fff;
	font-size: 70px;
	line-height: 1.1em;
	margin: -76px 0 0 1px;
	position: relative;
	z-index: 20;	
}

#title-3 {
	color: #ccc;
	font-size: 70px;
	line-height: 1.1em;
	margin: -74px 0 0 3px;
	position: relative;
	z-index: 10;	
}

#title-gradient {
	height: 50px;
	background: url(gradient_title.png) repeat-x 0% 0%;
	line-height: 50px;
	position: absolute;
	text-indent: -1000px;
	width: 700px;
	z-index: 40;
}

#subtitle {
	color: #ccc;
	font-size: 35px;
	line-height: 1.3em;
	margin-top: -16px;
	position: relative;
}

#navigation-horizontal { float: left; height: 26px; width: 100%; }

#navigation-vertical { float: left; width: 200px; }

#left-column {
	float: left;
	margin: 16px 0;
	width: 200px;

	height: auto !important;
	height: 480px;
	min-height: 480px; /* Must be the same value as height */
}

#main-section {
	float: left;
	margin: 16px 16px;
	width: 524px;

	height: auto !important;
	height: 480px;
	min-height: 480px; /* Must be the same value as height */
}

#right-column {
	float: left;
	margin: 16px 0;
	width: 200px;

	height: auto !important;
	height: 480px;
	min-height: 480px; /* Must be the same value as height */
}

#footer {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	padding: 8px 0;
	text-align: center;
	width: 100%;
}

/* NAVIGATION */

#navigation-horizontal ul { 
	list-style-type: none; 
	line-height: 1.4em; 
	margin: 5px 0 0 8px; 
	padding: 0 0 0 10px; 
}

#navigation-horizontal li { display: inline; margin: 0 10px 0 0; white-space: nowrap; }

#navigation-horizontal li a { color: #00e; text-decoration: none; }

#navigation-horizontal li a:hover { text-decoration: underline; }

#navigation-vertical { margin: 0 0 16px 0; width: 192px; }

#navigation-vertical ul {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 8px 0;
	width: 192px;
}

#navigation-vertical li a { 
	color: #c00; 
	display: block;
	padding-left: 8px; 
	text-decoration: none; 
	width: 100%; 
}

#navigation-vertical li a:hover { background: url(arrow.png) no-repeat left 4px; text-decoration: underline; }

/* COLORS AND FONTS */

/* COLORS */

body { background-color: #fff; }

#navigation-horizontal { background: #ebebeb url(bg_menu.png) no-repeat 0% 0%; }

a { color: #00e; text-decoration: none; }
a:hover { text-decoration: underline; }

.border {
	border: 1px solid #ccc;
	margin-bottom: 16px;
}

p.border {
	padding: 4px 8px;
}

.background {
	background-color: #ebebeb;
}

/* FONTS */

body { font-size: 13px; }

#page {
	font: normal 93%/1.5em arial,sans-serif;
  
/* FONTS
	font: normal 100%/1.5em verdana,sans-serif;
	font: normal 100%/1.5em "trebuchet MS",sans-serif;
	font: normal 100%/1.5em georgia,serif;
	font: normal 100%/1.5em "times new roman",times,serif;
*/

}

h1, h2, h2, h3, h4, h5, h6 { 
	clear: both;
	color: #999;
	float: left;
	font-weight: normal; 
	line-height: 1.1em; 
	margin: 0 0 8px 0;
	padding: 0;
	width: 100%;
}

h1 { 
	background: url(bg_h1.png) no-repeat 0% 0%; 
	color: #000;
	font-size: 197%; 
	height: 18px;
	padding: 40px 0 16px 30px; 
}

h2 { font-size: 167%; }
h3 { font-size: 138.5%; font-weight: bold; }
h4, h5, h6 { font-size: 100%; font-weight: bold; }

/*  PAGE STYLES */

p { float: left; margin: 0; padding: 0 0 16px 0; width: auto; }

/*  MISCELLANEOUS */

.box-top {
	background: #ebebeb url(bg_box_top.png) no-repeat 0% 0%;
	float: left;
	height: 13px;
	width: 200px;
}

.box {
	background: #ebebeb url(bg_box.png) no-repeat left bottom;
	float: left;
	margin-bottom: 16px;
	width: 200px;
}

.box p { margin: 0 0 16px 0; padding: 0 16px; z-index: 10; }

*:first-child+html .box p { padding: 0 16px 16px; }

.left { float: left; }

.right { float: right; }

.middle { text-align: center; }

img.left { float: left; margin: 5px 10px 0 0; }

img.right { float: right; margin: 5px 0 0 10px; }

img.middle { margin: 0 auto; text-align: center; }

.thumb { 
	/*background: url(frame.gif) no-repeat 0% 0%;*/
	border-top: 4px solid #efefef;
	border-left: 4px solid #efefef;
	border-right: 4px solid #929292;
	border-bottom: 4px solid #929292;
	height: auto; 
	width: 120px; 
}




