@charset "utf-8";
/* CSS Document */

/******LINKS*************************/
a {
	color:#FFFFFF;
}

a:hover {
color: #FFF;
}

a:visited {
	color: #CCCCCC;
}

a:visited:hover {
	color: #FF0000;
}

/********************************/

/*******HEADINGS AND TEXT*************************/

h1{
	color: #333333;
	margin: 0.3em 0;
	padding-left: 15px;
	font: 2em "Arial Narrow", Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	color: #333333;
	font: 1.5em "Arial Narrow", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0.3px;
	margin-bottom: 0.3px;
	margin-left: 0.3px;
}

h3 {
	font-family: "Arial Narrow", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	margin: 0.4em 0em 0.4em 0.3em;
}

p {
	margin: 10px 15px 5px 15px;
	color: #ffffff;
}

.small_text {
	font-size: 0.5em;
}

.hiddentext
{
	display: none;
}

#sidebar1 h6, #sidebar2 h6 {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/***********LISTS*********************/

#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	color: #000;
	width: 100%;
	font: bold 80% arial, helvetica, sans-serif;
	text-align: center;
	background: #cecaca;
}


li { display: inline; }

li a
{
	text-decoration: none;
	color: #000;
	padding: .2em 1em;
	border-right: 1px solid #fff;
	background: #cecaca;
}

li a:hover
{
	color: #000;
	background: #cecaca;
}

li a:visited
{
	color: #000;
	background: #cecaca;
}

/********CONTAINERS************************/


#frontpage_vid_1 {
	padding: 0px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}



.vid_clip {
	border: 1px solid #CCCCCC;
	height: 200px;
	width: 400px;
}

#whoarethey_box {
	border: 1px none #000000;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../../images/whoarethey4.gif);
	height: 97px;
	background-position: center;
	background-repeat: no-repeat;
}

/********IMAGES************************/

.image-float-right {
	float: right;
}

/********CONTACT FORM************************/

#message_form {
	text-align: center;
}

.alert {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 1.5em;
	border: 1px solid #FFFFFF;
	background-color: #000000;
}

.alert2 {
	color: #FF0000;
	font-weight: bold;
	font-size: 2.5em;
}

#mainContent {
	text-align: center;
}

/****************************************************/

.fpage_news {

}