@charset "utf-8";

/*Headings*/
h1 {font-size:20px;}
h2 {font-size:18px;	color:#333;}
h3, h4 {font-size:14px;}
h5, h6 {font-size:12px;}

/*Structure*/
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
}
.wtrixx #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.wtrixx #header {
	background-color: #333;
	background-repeat: no-repeat;
	height: 180px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	margin-right: auto;
	margin-left: auto;
} 
.wtrixx #headerflash {
	margin-right: auto;
	margin-left: auto;
	width: 630px;
}
.wtrixx #flash {
	text-align: center;
}
.wtrixx #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.wtrixx #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.wtrixx #mainContentPics {
	width: 150px;
	text-align:center;
	float: left;
	padding-right: 10px;
}
.wtrixx #footer {
	padding: 0 10px 0 20px;
	font-size: 10px;
	background-image: url(images/footer_BG.png);
	background-repeat: repeat;
} 
.wtrixx	#footer a:hover {
	text-decoration: underline;
	color: #F63;
}
.wtrixx	a {
	text-decoration:underline;
	color: #000;
	font-size: 90%;
}
.wtrixx	a:hover {
	text-decoration: none;
	color: #666;
	font-size: 90%;
}
.wtrixx #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* dropdownmenu */
#menu {
	width: 760px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#menucontent {
	width: 800px;
	padding-top: 8px;
}
#menu ul {
	list-style: none;
	padding: 0;
	float: left;
	margin: 0;
}

#menu h2 {
color: #fff;
background: #333;
}

#menu a {
	color: #FFF;
	background: #333;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
}

#menu a:hover {
	color: #549BDD;
	background-color: #333;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover3.htc);
font-size: 100%;
}

#menu ul li {
	float: left;
	margin-right: 25px;
}
#menu ul li a {height: 1%;} 
</style>
<![endif]

