/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a
{
	color: #981412;
	text-decoration: none;
}
a:hover
{
	color: #981412;
	text-decoration: underline;
}
.toplink
{
	color: #c5413f;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}
.toplink:hover
{
	color: #c5413f;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}
td
{
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.maintable
{
	height:100%; 
	background-color:#dddddd;
}
.rowheight
{
	height:1px;
}
.redbg
{
	background-color:#c5413f; text-align:center; vertical-align:middle;
}
.bannerpadding
{
	padding:8px 9px 0 9px;;
}
.bodybg
{
	padding:0 10px 8px 10px;
}
.bodycolor
{
	background-color:#FFFFFF;
	height:100%;
}
.boldtext
{
	font-weight:bold;
}	
.boldred
{
	font-weight:bold;
	color:#c5413f;
}	
.redtext
{
	color:#c5413f;
}	

.textalign
{
	text-align:justify;
}

.searchGo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: right center;
	background-color:#f2e8e8;
	height: 22px;
	width: 140px;
	border: none;
	padding-top:4px;
	background-image: url(../images/go.gif);
	background-repeat: no-repeat;
}
.newspadding
{
	padding:5px;
	background-color:#76878f;
}	
.darkgrybg
{
	background-color:#76878f;
}		
.hline
{
	background-image: url(../images/h_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.line
{
	background-image: url(../images/h_line1.gif);
	background-repeat: repeat-x;
	background-position: left top; height:2px;
}

.hline1
{
	background-image: url(../images/h_line1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.bluebold
{
	color:#ffffff;
	font-weight:bold;
}
.newsLink
{
	color:#d3dfe5;
	text-decoration:none;
}
.newsLink:hover
{
	color:#d3dfe5;
	text-decoration:underline;
}
.titlebg
{

	background-image: url(../images/link_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:210px;
	height:40px;
}
.linkbg
{
	background-image: url(../images/linkbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.mainlinktext
{
	color:#a1100e;
	text-decoration:none;
	font-size:11px; font-weight:bold;

}
.mainlink
{
	color:#000000;
	text-decoration:none;
	font-size:11px;	
}
.mainlink:hover
{
	color:#000000;
	text-decoration:underline;
	font-size:11px;	
}

.browntext
{ font-size:12px;
color:#b00b08; font-weight:bold;
}
.sublinktext
{
	color:#FFFFFF;
	font-size:11px;
}	
.sublink
{
	color:#7d1110;
	text-decoration:none;
	font-size:11px;
	
}
.sublink:hover
{
	color:#7d1110;
	text-decoration:underline;
	font-size:11px;	
}
.whitetext
{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding-left:10px;
}
.title
{
	font-size:12px;
	font-weight:normal;
	color:#c5413f;
}
.titleLink
{
	font-size:12px;
	font-weight:normal;
	color:#c5413f;
	text-decoration: underline;
}
.titleLink:hover
{
	font-size:12px;
	font-weight:normal;
	color:#c5413f;
	text-decoration: none;
}

.d_line
{
	background-image: url(../images/d_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.dd_line
{
	background-image: url(../images/dd_line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
background-color: #ebebeb;
font-weight: bold;
color:#000000;
border: 1px solid #c3c3c3;
padding: 3px;
font-weight:bold;
}

div.eg-bar{
width: 100%;
}

.icongroup1{
width: 100%;
}

/*CSS used to style the examples. Remove if desired: */


/*

.arrowlistmenu{
width: 210px; width of accordion menu
}

.arrowlistmenu 
.menuheader{ CSS class for menu headers in general (expanding or not!)
	color: #ffffff;
	margin-bottom: 10px; bottom spacing between header and rest of content
	padding: 4px 0 4px 20px; header text is indented 10px
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.arrowlistmenu .openheader{ CSS class to apply to expandable header when it's expanded

}

.arrowlistmenu ul{ CSS for UL of each sub menu
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; bottom spacing between each UL and rest of content
}

.arrowlistmenu ul li{
padding-bottom: 2px;bottom spacing between menu items
}

.arrowlistmenu ul li .opensubheader{ Open state CSS for sub menu header
background: lightblue !important;

}

.arrowlistmenu ul li .closedsubheader{ Closed state CSS for sub menu header
background: lightgreen !important;

}

.arrowlistmenu ul li a{
color: #b3cedb;
display: block;
padding: 2px 0 0 20px;
padding-left: 28px; link text is indented 19px
text-decoration: none;
background-image: url(../images/small_arrow.gif);
background-repeat: no-repeat;
background-position: center left; 
}
.arrowlistmenu ul li a:hover{ hover state CSS
color: #000000;
text-decoration: none;
background-color:#b3cedb;
background-image: url(../images/small_arrow1.gif);
background-repeat: no-repeat;
background-position: center left; 
}



.arrowlistmenu ul li a.subexpandable:hover{ hover state CSS for sub menu header
background: lightblue;
}
ul
{
	background-image: url(../images/h_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

h3
{
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	width: 190px;
	font-weight:normal;
	
}*/


.titlebgcolor
{background-color:#566871;}
.listarrow
{ color:#993300; font-weight:bold;}
.bodytext
{
padding:0 15px 0 15px;
}
h1
{
font-size:16px;}

.philosophy
{
	font-size:18px;
	color:#4f555d;
	line-height: 28px;
}
.dotted_line
{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 5px solid darkred;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}
