/* File css/format.css */

/* Content: Special formats for screen only */

/*div { border:1px solid red;} /**/

/*** Basic formats ***/
div.page {
	background-image:url(../images/left_bg.png);
	background-repeat:repeat-y;
	}	

/* header bar formats */
div.header {
	font-size:1.2em;
	font-weight:bold;
	color:orange;
	text-align:right;
	padding-top:20px;
	padding-right:20px;
	height:40px;
	background-color:#511715;
	background-image:url(../img/bg_header.jpg);
	background-repeat:repeat-y;
	}

div.header a:link    { text-decoration:none; color:orange; }
div.header a:visited { text-decoration:none; color:orange; }
div.header a:hover   { text-decoration:none; color:#ffea14; }
div.header a:active  { text-decoration:none; color:black; }	


/* left tool bar formats */
div.nav_container {
	font-weight:normal;
	line-height:1.2em;
	height:110px;
	padding:0;
	margin:0;
	}

div.nav_container ul#nav_level1 a:link    { text-decoration:none; font-weight:normal; color:orange; }
div.nav_container ul#nav_level1 a:visited { text-decoration:none; font-weight:normal; color:orange; }
div.nav_container ul#nav_level1 a:hover   { text-decoration:none; font-weight:normal; color:yellow; }

ul#nav_level1 {
	height:1.5em;
	margin:0;
	padding-left:5%;
	padding-right:5%;
	background-color:#8d1c16;
	}
	
ul#nav_level1 li {
	text-align:left;
	list-style:none;
	float:left;
	width:16%;
	}

div.nav_container ul#nav_level2 a:link    { text-decoration:none; font-weight:normal; color:#be3000; }
div.nav_container ul#nav_level2 a:visited { text-decoration:none; font-weight:normal; color:#be3000; }
div.nav_container ul#nav_level2 a:hover   { text-decoration:none; font-weight:normal; color:orange; }

ul#nav_level2 {
	font-size:0.8em;
	line-height:1.2em;
	color:black;
	width:10%;
	margin-top:5px;
	margin-bottom:0px;
	padding-left:5px;
	padding-right:0px;
	border-left:1px solid gray;
	}
	
ul#nav_level2 li {
	text-align:left;
	list-style-type:none;
	}

.nav_pos1 { margin-left: 5.0%; }
.nav_pos2 { margin-left:19.5%; }
.nav_pos3 { margin-left:34.0%; }
.nav_pos4 { margin-left:50.0%; }
.nav_pos5 { margin-left:64.5%; }
.nav_pos6 { margin-left:79.0%; }


/* content formats */
div.content {
	margin-left:200px;
	}

div.content h1 {
	color:#303030;
	}
	
div.content h2 {
	color:#303030;
	}	

div.narrowcontent {
	margin-right:320px;
	}

/* news section */
div.news {
	width:280px;
	float:right;
	border-left:1px solid #C0C0C0;
	margin-left:20px;
	}
/* footer formats */
div.footer_container {
	color:#B08080;	
	}

div.footer_container a:link    { text-decoration:none; font-weight:bold; color:#DDE3FF; }
div.footer_container a:visited { text-decoration:none; font-weight:bold; color:#DDE3FF; }
div.footer_container a:hover   { text-decoration:none; font-weight:bold; color:#DDE3FF; }
div.footer_container a:active  { text-decoration:none; font-weight:bold; color:#000000; }
