/*   ------->    GENERAL FORMATTING */

body, td, div, span, a {
	font-family: Verdana, Vera, sans-serif;
	font-color: #000;
	font-weight: normal;
	font-size: 11px;
}

body {
	background-color: #D9D9D9;
}

a:link {
	color: #C41130;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a.file {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #555;
}

hr {
    height: 1px;
    color: #666;
    background-color: #666;
    border: none;
}

p {
	display: inherit;
}

.downloads {
	padding: 10px;
	margin: 0px;
	background-color: #eee;
}

a.c_link {
	text-decoration: none;
	color: #C41130;
}

/*   ------->    GLOBAL AND LOCAL MENUS */


#gl_sub_menu {
	display: block;
	background-color: #D9D9D9;
	background-image: url(../_img/gl_sub_bg.gif);
	background-repeat: repeat-x;
}

span.more {
padding: 2px;
}

div#brand {
	position: absolute;
	top: 50px;
	left: 20px;
	display: block;
	width: 157px;
	height: 157px;
	text-align: center;
	vertical-align: middle;
	background-color: #EBEBEB;
}

div#brand_black {
	display: block;
	float: left;
	padding: 0px 22px;
	width: 157px;
	height: 157px;
}

img#logo{
	display: block;
}

div#gl_menu {
	position: absolute;
	top: 50px;
	left: 177px;
	width: 157px;
	height: 157px;
	display: block;
}

div#local_menu {
	position: absolute;
	top: 50px;
	left: 334px;
	width: 346px;
	height: 157px;
	display: block;
}


/*   ------->    CONTENTS */


div#fv_alert {
	font-size: 9px;
	line-height: 13px;
	color: #B72626;
	border: 1px solid #B72626;
	background-color: #F6D9D9;
	width: 90%;
	padding: 10px;
}

td.content {
	background: #fff;
	text-align: left;
	vertical-align: top;
}

#ti_headline {
	display: none;
}

#norm_headline {
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-align: left;
}

#black_headline {
	display: block;
	padding: 50px 220px;
}

	#black_headline h2 {
		padding: 0px;
		margin: 0px;
		font-size: 19px;
		font-weight: normal;
		color: #fff;
	}
	
	#black_headline h4 {
		font-family: Arial, Helvetica, sans-serif;
		padding: 0px;
		margin: 0px;
		font-size: 13px;
		font-weight: normal;
		color: #999;
	}
	
#loader {
	display: block;
	float: left;
	padding: 0px 22px;
	width: 260px;
	color: #fff;
}

#photos {
	display: block;
	float: left;
	padding: 0px 22px;
	width: 800px;
}

h3.jobtitle {
margin: 0px;
padding: 0px;
font-family: Tahoma, Helvetica, Arial, Verdana, sans;
font-size: 17px;
font-weight: bold;
text-align: left;
color: #888;
}

p#ti_text {
	display: none;
}

#norm_text {
	font-size: 11px;
	font-weight: normal;
}

td.text {
	text-align: justify;
	line-height: 18px;
	padding-bottom: 30px;
}

#theme_background {
	width: 100%;
	height: 150px;
	overflow: hidden;
	text-align: left;
	vertical-align: top;
	display: table;
}

/*   ------->    IMAGE CLASSES */

img#i60x200 {
	display: block;
	height: 200px;
	width: 60px;
}

img#i20x157 {
	display: block;
	height: 157px;
	width: 20px;
}

img#i60x20 {
	display: block;
	height: 20px;
	width: 60px;
}

/*   ------->    LISTS  */

ul {
	margin: 0px;
	padding: 0px;
}

ul b{
	display: block;
	font-weight: bold;
	font-size: 10px;
	color: #222;
	padding: 5 5 5 10;
	border-style: solid;
	border-width: 1px;
	border-color: #fff #fff #fff #999;
	background-color: #efefef;
	text-transform: uppercase;
}

li {
	padding: 3 0 3 0;
	margin-left: 30px;
	list-style: circle outside;
	border-bottom: 1px solid #ccc;
}


/*   ------->    ADMIN CLASSES */

a.admin_a {
	margin-bottom: 10px;
	padding: 7px;
	background-color: #fff;
	color: red;
	text-decoration: none;
	font-weight: bold;
}

a.admin_a:hover {
	background-color: black;
	color: white;
}


a.subm {
	font-family: Verdana, Vera, sans-serif;
	font-size: 9px;
	color: #676767;
	text-decoration: none;
}

a.subm :hover {
	text-decoration: underline;
}