@charset "utf-8";
/* -----[Background]--------------------------------------------------------------------- */
*{
padding: 0px;
margin: 0px;
}


body {
	padding: 0px;
	margin: 0px;
	background: #888C8F url(../images/body_bg.jpg) repeat-x top left;
	font-family: Tahoma, Arial, sans-serif;
	}

/* -----[Structure]--------------------------------------------------------------------- */

#outerwrap {
border-left: #515151 5px solid;
border-right: #515151 5px solid;
border-bottom: #515151 5px solid;
width:882px;
margin: 0px auto 20px auto;
min-height: auto;
position: relative;
}

#wrap {
	padding: 0px;
	border: white 1px solid;
	background-color: #dcddde;
}

#header {
width: 880px;
height: 80px;
background-image: url(../images/header.jpg);
}


#navigation {
height: 30px;
background-repeat: repeat-x;
background-image: url(../images/navigation_bg.jpg);
width: 880px;
}

#content_wrap {
width: 880px;
background-color: #eceded;
margin-top: 5px;
border-top: #bdbdbd 1px solid;
min-height: 600px;
font-size: 13px;
}

#col2 {
width: 850px;
float: left;
margin:15px;
}




/* -----[Structure]--------------------------------------------------------------------- */


#col2 p{
	font-size: 85%;
	margin-bottom: 0.9em;
	line-height: 1.7em;
	margin-top: 0.9em;
}

#col2 a{ 
		color: #6A7378; 
	}
#col2 a:hover { 
		color: #999999; 
	}

#col2 h1,#col2 h2,#col2 h3,#col2 h4,#col2 h5,#col2 h6 
{
	padding: 0;
	margin: 0;
}
#col2 h1 a,#col2 h2 a,#col2 h3 a,#col2 h4 a,#col2 h5 a,#col2 h6 a 
{
	text-decoration: none;
}
#col2 h1 
{
	font-size: 150%;
	margin-bottom: 0.9em;
	font-weight: normal;
}
#col2 h2 
{
	font-size: 100%;
	margin-bottom: 0.9em;
	line-height:1.5em;
	font-weight: bold;
	color:#3f3f3f;
}
#col2 h3 
{
	color: #A9111A;
	font-size: 85%;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	line-height: 0.9em;
	border-left: 0.9em solid #A9111A;
	padding-left: 0.9em;
	margin-bottom: 1.2em;
}
#col2 h4 
{
	font-size: 85%;
	font-weight: bold;
	padding: 0em 1em 0.5em 2em;
	margin: 20px 0px 0px 0px;	
	margin-top: 1em;
}
#col2 h5 
{
	color: #A9111A;
	font-size: 100%;
	font-weight: bold;
	line-height: 2em;
	border-top: 1px solid #A9111A;
	border-bottom: 1px solid #A9111A;
	margin-bottom: 0.9em;
}
#col2 blockquote 
{
	font-size: 80%;
	line-height: 1.8em;
	padding: 1em 2em;
}
#col2 input, select {
	margin-top: 5px;
	margin-bottom: 5px;
}

#col2 ul li{
	list-style: outside url(../images/icon_pointer.gif);
	margin-left: 5em;
	}


.mosimage_caption {
	font-size: .8em;
	font: normal;
	color:red;
	line-height:1.6em;
	width: 80%;
}

.mosimage {
	border: 1px solid grey;
	padding:5px;
	background-color:white;
}


/* -----[Joomla Formatting]--------------------------------------------------------------------- */

td.contentheading {
font-size: 1.8em;
margin-bottom: 0.9em;
font-weight: normal;
color:#333333;
}

.contentpaneopen p {
line-height: 1.7em;
font-size:.7em;
}

.small, .createdate, .modifydate {
font-size: .8em;
}

/* -----[Navigation]--------------------------------------------------------------------- */
#navigation {
font-size: 12px;
margin-left: auto;
margin-right: auto;
color: #FFFFFF;
}


#navigation li a {
color: #FFFFFF;
text-decoration: none;
font-weight: 500;
display:block;
padding: 0em 1em 0em 1em;
border-right:#CCCCCC 1px solid;
}

.moduletablemainnav {
width: 100%;
margin-left: 15px;
z-index:9999;
}

#navigation ul li {
float: left;
position: relative;
display: block;
line-height: 25px;
height: 30px;
z-index:9999;
list-style:none;
}

#navigation ul li ul {
left: -99999%;
position: absolute; 
top: 30px;
background-color: #FFFFFF;
width: 15em;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
}

#navigation ul li ul li{
display: block;
height: auto;
border-bottom:1px solid #333333;
width: 15em;
padding: 0px;
margin: 0px;
text-indent: 10px;


}

#navigation ul li ul li a{
font-size:.8em;
color:#666666;
display:block;

}

#navigation ul li ul li a:hover {
background-color:#990000;

display:block;
color:white;

}

#navigation li:hover ul, li li:hover ul, li li li:hover ul, li.sfhover ul, li li.sfhover ul, li li li.sfhover ul{
z-index:9999;
left:0%;
}

#navigation li a:hover{
background-image: url(../images/nav_bg_hover.jpg);
background-repeat:repeat-x;
}


/******SUB MENU********/

#col1 .moduletable {
background-color:#FFFFFF;
border:#999999 1px solid;
position:relative;
margin-left:auto;
margin-right:auto;
margin-top:10px;
width:180px;
padding:5px 5px 15px 5px;
}

#col1 h3{
color:#666666;
font-size:1.1em;
text-align:left;
}

#col1 ul li{
clear:left;
padding:0px;
text-indent:10px;
list-style: none;
line-height:30px;
height:30px;
}


#col1 ul li a{
display:block;
width:170px;
color:#990000;
font-size:.8em;
text-decoration: none;
border-bottom:	#999999 1px solid;
}

#col1 a:hover {
	color:gray;
}


/******Column 3 - News Flash********/
#col3 .moduletable{
background-color:#FFFFFF;
border:#999999 1px solid;
position:relative;
margin-left:auto;
margin-right:auto;
margin-top:10px;
width:180px;
padding:5px 5px 15px 5px;
}


#col3 a{
text-decoration:none;
color:	#666666;
font-weight:bold;
}

#col3 a.contentpagetitle{
text-decoration:none;
font-weight:bold;
color:#990000;
}

#col3 .contentpaneopen p{
color:#999999;
font-size:.85em;
}

#col3 h3{
color:#666666;
font-size:1.1em;
text-align:left;
}

#col3 .contentheading{
color:#990000;
font-size:1em;
}



.moduletable-button img{
border:0px none;
display:block;
margin-left:auto;
margin-right:auto;
}

table.moduletable-button {
margin-top:20px;
margin-left:auto;
margin-right:auto;
width:200px;;
}

table.moduletable-button td {
font-size:1.1em;
font-weight:bold;
color:#666666;
background-color:white;
}

table.moduletable-button IMG{
	border: 0px none;
}
table.moduletable-button td.contentheading{
	border:none;
}
.componentheading {
font-size: 1.8em;
margin-bottom:.5em;
font-weight: normal;
color:#333333;
}


/* -----[Clear]--------------------------------------------------------------------- */
.clear {
	height: 0px;
	font-size: 0;
	line-height: 0;
	clear: both;
}

/* -----[Table]--------------------------------------------------------------------- */
#col2 .Table {
	border: 1px solid #FFFFFF;
}
#col2 .Table td {
	font-size: 70%;
	padding: 0.1em 0.2em;
	border: 1px solid #FFFFFF;
	background-color: #D1D1D1;
	vertical-align: top;
}
#col2 .Table2 {
	border: 1px solid #FFFFFF;
}
#col2 .Table2 tr {
	background-color: #D1D1D1;	
}
#col2 .Table2 td {
	font-size: 85%;
	padding: 0.2em 0.4em;
	border: 1px solid #FFFFFF;
	vertical-align: top;
}
#col2 .Table3 {
	border: 1px solid #FFFFFF;
}
#col2 .Table3 td {
	font-size: 85%;
	padding: 0.2em 0.4em;
	border: 1px solid #FFFFFF;
	background-color: #D1D1D1;
	vertical-align: top;
}

/*------------Editor Back GRound-------------------*/

body.mceContentBody {
background-color: #FFFFFF !important;
background-image:none;
}

