@charset "utf-8";
/* CSS Document */
html, body {
background: url(../raw/fist-logo.jpg);
display:table;
font-family:Georgia,verdana,arial,sans-serif;
font-size:76%;
height:100%;
margin:0px;
overflow:hidden;
padding:0px;
width:100%;
}
#container {
display:table-cell;
height:100%;
margin:0px;
overflow:hidden;
padding:0px;
position:relative;
text-align:center;
vertical-align:middle;
width:100%;
}
#flashcontent {
display:table;
margin:auto;
overflow:visible;
padding:0px;
position:relative;
text-align:center;
vertical-align:middle;
}
#headernleftholder {
width: 177px;
height: 300px;
float: left;
padding-right: 20px;
}
#infoholder {
width: 1015px;
height: 600px;
}
ul {
	text-decoration: none;
	list-style-type:none;
	line-height: 17px;
	
}
a {
	text-decoration: none;
	list-style-type:none;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
li {
	text-decoration: none;
	list-style-type:none;
}

#header {
	float: left;
	background-color: #000000;
	height: 88px;
	width: 100%;
	clear: both;
}
#headerpic {
	float: right;
	/*background: url(../raw/johnlogo.png);*/
	height: 49px;
	width: 160px;
	margin-bottom: 30px;
}
#leftcontainer {
	float: left;
	width: 175px;
	text-align: right;
	
}
#contentcontainer {
	float: right;
	height: 200px;
	width: 215px;
}
#flashholder {
position:absolute;
width:815px;
height:600px;
left:50%;
top:50%;
margin-left:-320px; &nbsp;// half of width
margin-top:-805px; &nbsp;// half of height
}


#Menu {
	width: 140px;
}
#Menu ul {
	list-style-type : none;
	text-decoration: none;
}
#Menu a {
	font-size:15px;
	display : block;
	text-align: right;
	text-decoration: none;
	list-style-type:none;
	
}
#Menu ul a {
	font-size:12px;
	text-align: right;
}
.smallcategory {
	font-size:12px;
}
.bigcategory {
	font-size:15px;
	font-weight: bold;
}
.tagged {
	background-color: #CC3333;
	color: #000000;
	font-weight: bold;
}
#contactcontainer {
	width: 800px;
	border: 1px solid yellow;
	margin-left: auto;
	margin-right: auto;
}

.contactinfo1 {
	float: left;
	width: 200px;
	margin-left: 50px;
	margin-top: 65px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.contactinfo1 .title {
	float: left;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.contactinfo1 .body {
	float: left;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
}

.contactinfo2 {
	float: left;
	margin-top: 65px;
	width: 200px;
	margin-left: 40px;
	margin-right: 40px;
	text-align: left;
}
.contactinfo2 .title {
	float: left;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.contactinfo2 .body {
	float: left;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
}
.contactinfo3 {
	float: left;
	margin-top: 65px;
	width: 200px;
	margin-right: 50px;
	text-align: left;
}
.contactinfo3 .title {
	float: left;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 28px;
}
.contactinfo3 .body {
	float: left;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
}
#informationcontainer {
	float: left;
	background: 1px solid blue;
	margin-top: 65px;
	width: 400px;
	margin-left: 50px;
	text-align: left;
}
.title {
	float: left;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 28px;
}
.body {
	float: left;
	clear: both;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
}