* { /* Reset the margins */
	margin: 0px;
	padding: 0px;
	}
	
body, html {height: 100%}

div, td { /* for testing */
	border: red solid 0px;
}

	
img, img:link,img:visited {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
	
body, bodytext, td {
	text-align: left;
	font-family: "trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.77em;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	padding: 0px; 
	text-align: left;
	
}

body{
		background: #4F0404; 
	background-image: url(../images/elements/element_12.jpg); 
	background-repeat: repeat-y; 
	background-attachment:fixed; 
	background-position:center; 
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #fff;
}


/*-----------
TEXT
-----------*/

h2 {
	font-size: 1.1em;
	font-weight: bold;

}

h3 {
	font-size: 1.5em;
		line-height: 1.2em;
	margin-bottom: 10px;

}

h4 {
	font-size: 1.4em;

}

h5 {
	font-size: 1.1em;

}

.smaller {
	font-size: 0.9em;
}




A:link, A:visited, A:active {
	text-decoration: underline;	
}

A:hover {
	text-decoration: underline;	
}

A.noline:link, A.noline:visited, A.noline:active {
	text-decoration: none;	
}

A.noline:hover {
	text-decoration: underline;	
}

A.white:link, A.white:visited, A.white:active, A.white:hover {
	text-decoration: none;	
	}
	
A.black:link, A.black:visited, A.black:active, A.black:hover {
	color: black;	
	}

.white {
	color: #fff;
}
.whitesmall {
	color: #fff;
	font-size: 0.9em;
}

.caption {
	font-size: 0.9em;
	line-height: 1em;
}

.captionlight {
	font-size: 0.9em;
	line-height: 1em;
	opacity:0.5;filter:alpha(opacity=50);
	width: 100%; /* stupid IE */
	
}

.iconlink {
	font-size:1.1em;
	font-weight: bold;
	
}

.formredtext {
	color: red;
}

.formquestion {text-align:right;padding-right:10px;}

.forms
{
	background: #fff;
	background-image: url(../images/formshaddow.jpg);
	background-repeat: repeat-x;
	font-size: 1.4em;
	border: 1px #ccc solid;
}


/*-----------
LAYOUT
-----------*/

.icon {
	height: 107px;
	width: 100px;
	text-align: center;
	background-repeat: no-repeat; 
	background-position:center;

}

.iconpic {
	height: 65px;
	width: 65px;
	
}

#mainwrapper {
 	width: 100%; 
	}


#topwrapper {
	width: 878px; 
	height: 94px; 
	background: #fff; 
	background-image: url(../images/elements/element_04.jpg); 
	background-repeat: no-repeat; 

}

#menuwrapper {
	z-index:2000;
	border: 0px solid red;
	text-align: center;
	width: 878px; 
	height: 32px; 
	background: #fff; 
	background-image: url(../images/elements/element_05.jpg); 
	background-repeat: repeat-x; 
}

#contentwrapper {
	float: left; 
	width: 530px; 
	background-repeat: repeat-x;
	height: 100%;
	position: relative;
	


}

#textwrapper {
	padding:15px 40px 125px 40px;
	text-align: left;
	min-height: 100%;
	height: auto !important;

}

#rightareawrapper {
	float: right; 
	width: 348px; 
	background-repeat: no-repeat; 
}

.contentpic {
	margin: 10px 14px 10px 14px;
	border: 1px solid #fff;
}

/*------------
DROP DOWN MENU
------------*/

	
ul {
	list-style-type: disc;
	margin: 0px 0px 0px 30px;
	padding: 2px 0px 2px 0px;
}

ul.p7menubar {
	margin: 0;
	padding: 0;
	list-style-type: none;
	vertical-align:middle;
	}


.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar {

	
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;

}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #eee;
	color: #333;
	font-weight: bold;
	
}


#p7menubar a.trigger {
	padding: 8px 16px 8px 10px; /* size of menu headers */
}

#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 11em;
	text-align: left;
	z-index: 10000;
}

#p7menubar ul li a  {
	color: #ccc;
	border-right: 0;
	padding: 8px 16px 8px 10px; /* size of menu items */
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;
	
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #fff;
	
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
	
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
		font-weight: normal;
}
#p7menubar ul a:hover {
	background-color: #ddd !important;
	color: #000 !important;

}

/*-----------
IMAGE FLOATER
-----------*/

#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 420px;
	height: 1px;
	z-index: 1000;
	text-align: centre;
	color: black;
}



/*-----------
TICKER
-----------*/


#NewsTicker{
	width:300px;
	height:180px;
	margin:270px 0 0 0;
	text-align:left;

	
}
	#NewsTicker h1{
		padding:6px; margin:0; border:0;
		font-weight:bold;
	}
	#NewsVertical {
	width: 300px;
	height: 220px;
	display: block;
	overflow: hidden;
	position:relative;
	_position:kkkkk; /* give this bogus value to ie6 only */


	}

	#TickerVertical {
		width: 300px;
		height: 300px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;

	}
	
		#TickerVerticalnoscroll {
		width: 300px;
		height: 300px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;

	}
	
	#TickerVertical li {
		display: block;
		width: 288px;
		text-align: left;
		margin: 0;
		padding: 6px;
		
	}
	
	#TickerVerticalnoscroll li {
		display: block;
		width: 288px;
		text-align: left;
		margin: 0;
		padding: 6px;
		
	}
		

img, div, td { behavior: url(js/iepngfix.htc)}


/* SLIDESHOW */

.slideshow{display:block;position:relative;z-index:0;}
.slideshow-images{display:block;overflow:hidden;position:relative;}
.slideshow-images img{display:block;position:absolute;z-index:1;}
.slideshow-thumbnails{overflow:hidden;}
.slideshow-images-visible{opacity:1;}


/* marquee */

.mooquee_item
{ margin: 17px 0 10px 20px;
color: black;
}