/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/* Same as title_subtitle except without padding left */
.subtitle
{
    /*padding:0px 0px 0px 0px;
    margin:0px 0px 10px 0px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight: bold;
	color: #5d89ba;*/
	
	padding: 0px 0px 0px 0px;
    margin:0px 0px 20px 0px;
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight: bold;
	color: #4f483a;
}

table.tableData
{
	width: 50%;
	border:1px solid #5d89ba !important;
	background-color:none;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-top:1px solid #5d89ba;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 4px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: #fff;
	background-color: #5d89ba;
	text-transform:uppercase;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableData tr:hover
{
	background: #bfd9f5;
}

.tableBox
{
	border: 1px solid #AE9257;
	font-size: 11px;
	background: #FFFEF9;
	color: #6A655C;
	padding:3px;
}

.sidebar{
	background:#ebf5e3;
	float: left;
	width: 192px; 
	margin: 0px 0 10px 10px;
	padding: 10px 10px 40px 10px;
	border-top: 7px solid #c9dcbb;
}

.sidebar p{
	color: #585656;
}

.sidebar p a{
	font-size:12px;
	color: #585656;
	text-decoration: underline;
	display: block;
	padding-left: 15px;
	background: url(_gfx/home/event_bullet.gif) 0 6px no-repeat;
}

.sidebar p a:hover{
	text-decoration: none;
}

.sidebar p img{
	margin: 20px 0px 0px 15px;
	border: 3px solid #c9dcbb;
}



*html .sidebar {width:192px;}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	color: #37352d;
}

a
{
	color:#2d60ad;
}



/* Homepage Content */
.newsIMG
{
	float: left;
	width: 165px;
	margin: 80px 0px 0px 40px;
}

.newsIMG a img
{
	border: 3px solid #b2a995;
}

.learnmoreBtn
{
}

.learnmoreBtn a
{
	display: block;
	float: left;
	width: 112px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	background: url(_gfx/home/learnmoreBtn.gif) 0 0 no-repeat;
}
.learnmoreBtn a:hover
{
	background: url(_gfx/home/learnmoreBtn.gif) 0 -25px no-repeat;
}


.home_news
{
	float: left;
	width: 280px;
	margin: 0px 0px 0px 0px;
	background: url(_gfx/home/news_bg.gif) 0 0 no-repeat;
}
.home_news .box_title
{
	display: block;
	width: 280px;
	height: 44px;
	padding: 0;
	margin: 0;
	text-align:left;
}

.home_news .box_title{
	background: url(_gfx/home/home_news_hd.png) 0 0 no-repeat;
	display:block;
	padding: 0px 0 0 0;
	overflow: hidden;
	height: 0px;
	height /**/:48px;
	width: 280px;
}

.home_news .box_list{
	
	width: 280px;
	margin: 80px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #37352d;	
    font-size:12px;
	background: none;
}

.home_news img{
	border: 1px solid #68514d;
}

.home_news .box_item_title
{
	font-size:17px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	display: block;
	color: #5d89ba;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	background: url(_gfx/home/home_bullet.gif) 0 6px no-repeat;
}

.home_news .box_item_title a
{
	font-weight: bold;
	color: #5d89ba;
}
.home_news .box_item_title a:hover
{
	color: #5d89ba;
}

.home_news .box_item{
	width: 100%;
	margin-top: 13px;
}

.home_news .news_img{
	float: left;
}

.home_news .box_item_desc{
	display: block;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	font-family: Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
    font-size:12px;
	color: #37352d;
}
.home_news .box_item_desc a
{
	font-weight: bold;
	text-decoration: underline;
	color: #767d3e;
}
.home_news .box_item_desc a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #767d3e;
}


.home_news .box_bottomlink{
	float: left;
	width: 280px;
	height: 25px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	background: url(_gfx/home/box_bottomlink.gif) 0 0 no-repeat;
}