/* Start of CMSMS style sheet 'Sprint Layout' */
/* CSS Basic Document */

body
{
	margin:0px auto;
	padding:5px 0px 20px 0px;
	background-color:#242021;
	background-image: url(../images/webbg.png);
	background-repeat: repeat;
}
.header_table
{
margin-top:6px;
}
.logo
{
margin-left:10px;
}
.body_box
{
	padding:9px;
	color: #5C5C5C;
	background-color:#FFFFFF;
	line-height: 1.5em;
}
.header_banner
{
	height:196px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
.header_banner_splash
{
	height:196px;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
.services_bg
{
	height:117px;
	padding:10px;
	background-image: url(../images/services_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #242021;
}
a {
	color: #990000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 1px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 1px;
}
.services_teable
{
margin-top:8px;
margin-bottom:12px;
background: #FFF;
}
.left_line
{
border-left:1px solid #E6E6E6;
}
.right_line
{
border-right:1px solid #E6E6E6;
}
.bottom_line
{
border-bottom:1px solid #E6E6E6;
}
.footer_table
{
margin-bottom:25px;
}




/* CSS Background Image Document */
.top_line
{
background:url(../images/line_bg.jpg) left top repeat-x;
height:4px;
}
.top_menu_bg
{
background:url(../images/top_menu_bg.jpg) left top repeat-x;
border-top: thin solid #CCCCCC;
height:24px;
padding-right:12px;
padding-left:12px;
}
.bottom_menu_bg
{
background:url(../images/bottom_nenu_bg.jpg) left top repeat-x;
height:22px;
padding-right:13px;
}
.box_top_bg
{
background:url(../images/box_top_bg.gif) left top repeat-x;
height:32px;
}
.footer_bg
{
text-align: right;
color: #CCC;	
height:25px;
}
.footer_bg a {
color: #FFF;
}




/* CSS Text Document */
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
.menu_link {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5C5C5C;
	background-color:inherit;
	text-decoration: none;
}
.menu_link:hover
{
color:#C70202;
text-decoration:none;
background-color:inherit;
}
.bottom_link {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
}
.bottom_link:hover
{
color:#C6C6C6;
text-decoration:underline;
background-color:inherit;
}
.white_text
{
color:#FFFFFF;
text-decoration:none;
background-color:inherit;
}
.white_text a {
border:none;
	text-decoration: none;
}
.white_text a:hover {
	text-decoration: none;
	border:none;
background:none;
}
.body_link
{
color:#5C5C5C;
text-decoration:underline;
background-color:inherit;
}
.body_link:hover
{
text-decoration:none;
color:#212121;
background-color:inherit;
}
.regular_content {
	background-color: #FFFFFF;
        color: #000;
	text-align: left;
	vertical-align: top;
	margin: 20px;
	padding: 20px;
	border: thin solid #CCCCCC;
	
}
/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
	position: absolute;
	visibility: hidden;
	top: 1.5em;
	left: 2em;
}
.notedefault {
	padding: 3px;
	border: 1px solid #369;
	background-color: #FFFFFF;
	color: white;
	width: 500px;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
	margin-left: 5px;
	margin-top: 15px;
	color: #FFFFFF;
	text-align: center;
	background-color: #737373;
	border: thin solid #000000;
}

/* Headings within notes */
.notedefault h5 {
	margin: 0 0 5px 0;
	padding: 2px;
	background-color: #737373;
	color: #000000;
	font-size: 14px;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
	float: right;
	margin-top: 2px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}
.top_menu_bg a {
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 6px;
	padding-left: 6px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: normal;
}
.top_menu_bg a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9b0003;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: normal;
	background-image: url(../images/hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0em 1em 0.5em;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 90%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
        width: 400px;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0 1em;
}
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
}
.style3 {font-size: xx-small}

img, div { behavior: url(iepngfix.htc) }

.adboxtitle {
font-family: Palatino, Times New Roman, serif;
font-style: italic;
font-size: 16px;
line-height: 20px;
letter-spacing: 2px;
}
#splashpromo {
width:160px;
height:145px;
bottom:0;
right:0;
position:fixed;
}
/* End of 'Sprint Layout' */

