/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkgd_side_strip.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
	line-height: 15px;
}
.edm_default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #525252;
}


/* STANDARD LINKS */
a:link, a:visited, a:active{
	color: #5E99BE;
	font-weight: bold;
	text-decoration: none;
	background-color: none;
}
a:hover{
	color: #5E99BE;
	font-weight: bold;
	text-decoration: underline;
	background-color: #EEEEEE;
}

/* COPY STYLES */
.main_hdgs {
	font-size: 19px;
	color: #000000;
	line-height: 18px; 
	font-family: Tahoma;
}
.main_hdgs_sentry {
	font-size: 19px;
	color: #867232;
	line-height: 18px; 
	font-family: Tahoma;
}
.main_hdgs_defender {
	font-size: 19px;
	color: #AC252B;
	line-height: 18px; 
	font-family: Tahoma;
}
.main_hdgs_garrison {
	font-size: 19px;
	color: #46728F;
	line-height: 18px; 
	font-family: Tahoma;
}
.first_para {
	font-size: 15px;
	color: #999999;
	line-height: 18px; 
	font-family: Arial, Helvetica, sans-serif;
}
.black_hdg {
	font-size: 16px;
	color: #000000;
	line-height: 18px; 
	font-family: Arial, Helvetica, sans-serif;
}
.news_hdgs {
	font-size: 13px;
	font-weight:bold;
	color: #006666;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
.date {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	line-height: 15px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.news_case_shorts {
	font-size: 9px;
	color: #666666;
	line-height: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tesimonials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 15px;
	font-style: italic;
}


/* LEFT NAVIGATION */
a.left_nav:link, a.left_nav:visited, a.left_nav:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	line-height: 15px;
}
a.left_nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
	text-decoration: none;
	background-color: #EEEEEE;
}
.left_nav_selected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 15px;
	text-decoration: none;
}

/* BACK TO TOP BUTTON */
a.top_btn {
display: block;
width: 40px;
height: 30px;
background: url("../images/btn_top.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.top_btn {
background-position: 0 -30px;
}
/* BACK TO IDNEX BUTTON */
a.index_btn {
display: block;
width: 86px;
height: 30px;
background: url("../images/btn_bck_to_index.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.index_btn {
background-position: 0 -30px;
}
