/* ------------- Create Font Families -------------- */
@font-face {
	font-family: oldBookman;
	src: url(fonts/BOOKOS.TTF);
	}

* {
	font-family: oldBookman, sans serif;
	
	}
	
/* ---------------- Main Stylez ------------------- */
body {
	
	}
	
div.header { 

	background-image: url(../images/back-header.jpg);
	background-repeat: no-repeat;
	background-size: auto, cover;
	/* background-attachment: fixed, fixed; */
	background-position: top left, center center;
	height: 500px;
	/* background-size: initial; /* auto 500px; */ 
	
	}

header {
	
	}
	
main {
	
	}
	
footer {
	}
	
.content {
	text-align: center;
	position: relative;
	}
	
p.header {
	font-weight: bold;
	text-align: center;
	font-size: 18pt;
	}

p.content {
	text-align: center; 
	font-size: 14pt;
	width: 50%;
}

ul.content {
	text-align: left;
	display: inline-table;
	font-size: 14pt;
	}

h2.header {
	text-align: center;
	font-size: 24pt;
	font-weight: bold;
	}

table.table1 {
	margin-left: auto;
	margin-right: auto;
	}
	
.table1-text {
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	}
	
table.table2 {
	margin-left: auto;
	margin-right: auto;
	}
	
.table2-text {
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	}

li span {
	font-size: 14pt;
	}

ul.content li {
	list-style-image: url(img/bullet.png);
	/*font-weight:bold;*/
	}

ul.content li span {
	font-size: 14pt;
	}


/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:600px; 
	margin:10px auto 10px; 
	background:#FFFFFF ; 
	display:block; 
	position:relative; 
	padding:0px 10px 0px;
	/*border-bottom:5px #000000 solid;*/
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:200px; 
	bottom:0px; 
	right:5px; 
	background:url(../images/slideitmoo_forward.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(../images/slideitmoo_back.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:650px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 15px 0px; 
	font-size:11px; 
	width:140px; 
	text-align:center; 
	color:#FFFFFF;
}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:#FFFFFF; padding:2px; }
#SlideItMoo_items a img{ border:none; }