/* Styles that apply to the main Dreamweaver template */
/* If you want a style to be available to users, place it inside user-styles.css */

/* Global link style */
a:link {
	color: #487bb5;
	font-family: verdana;
	font-size: 11px;
	text-decoration:none;
}

a:hover {
	color: #26679f;
	font-family: verdana;
	font-size: 11px;
	text-decoration:none;
}

a:visited {
	color: #487bb5;
	font-family: verdana;
	font-size: 11px;
	text-decoration:none;
}

.bodycontainer a:link {
	
}

.bodycontainer a:hover {
	background-color: #D6D6D6;
}

.footercontainer a:link{
	color: #487bb5;
}

/* Style that applies to the main body tag */
body {
	color: #5e656b;
	font-family: Arial;
	font-size: 12px;
	background-color:#193e5e; 
	text-align:center; 
	margin:0px;
}

/* Make form tags display inline */
form {
	display: inline;
}

h1, h2, h3, h4, h5 {
	margin-top: 0;
}


/* Puts a 5 pixel space between list items.  Makes list items more distinguishable */
li {
	padding-bottom: 5px;
}

/* Style to trim back list indention  */
ol.nopad {
	margin: 5px 5px 5px 13px;
	padding: 2px 2px 2px 13px;
}

.field {
	font: normal normal 100 10px verdana;
}

/* Container for the flash banner area */
.flashbanner {
	height: 80px;
	width:762px;
	margin: 0px;
	padding: 0px;
	background-color:#193e5e; 
	background-image:url(../images/template/subgradient.jpg); 
	background-repeat:repeat-x; 
	display:none;
}

/* Container for the body area */
.bodycontainer {
	
	background-image:url(../images/contentbg.gif); 
	background-repeat:repeat-y; 
	text-align:left; 
	padding-left: 2px;
	margin:0 auto;	
}

/* Footer links area */
.footercontainer {
	text-align: center; 
	padding-bottom: 3px;
	display:none;
}

/* Footer graphic block */
.footer {
	background-image:url(../images/contentbot.gif); 
	background-repeat:no-repeat; 
	background-color:#193e5e;  
	text-align: right;
	display:none;
}

.belowfooterlinks {
	display:none;
}

/* Search form */
.search {
	display:none;
}

/* Quick jump form */
.quickjump {
	display:none;
}

/* Breadcrumbs (SiteMapPath) */
.breadcrumbs {
	padding: 10px 0 0 10px;
}

/* Sidebar with search and submenu */
.sidebar {
	border-right: 1px solid #999999; 
	background-image:url(../images/sideback.jpg); 
	background-repeat:repeat-x; 
	padding: 5px; 
	padding-top: 7px; 
	width: 200px;
	display:none;
}

/* Links below submenu */
.sectionlinks {
	text-align: center;
	padding-left: 10px;
	display:none;
}

/* Style for the white area that the content is in */
.midcontent {
	
	background-image:url(../images/midback.jpg);
	background-repeat:repeat-x;
}

/* Div that holds the landing page banner */
.landingbanner {
	
}

/* Style for the main content div */
.content {
	margin: 10px 0 10px 0;
	padding: 0 5px 5px 10px;
}

/* Floats div and causes additional floating divs to stack horizontally */
div.float {
  float: left;
}

/* Clear floats so that boxes do not continue to stack horizontally.  */ 
.clear { 
	height: 1%; 
	padding: 0; 
	margin: 0; 
	clear: both; 
}

/* Left content column for pages with 2 content columns */
.leftside {
	float: left;
	width: 330px;
	padding-right: 5px;
}

/* rRight content column for pages with 2 content columns */
.rightside {
	float: left;
	width: 182px;
	padding: 7px;
	margin-bottom: 10px;
}

.readmore {
	background-image: url(../images/readmore2.gif);
	background-repeat: no-repeat; 
	background-position: 0px 1px;
	padding-left: 10px;
	float: right;
}

.subapp {
	background-image: url(../images/template/noexpand.gif);
	background-repeat: no-repeat; 
	background-position: 0px 1px;
	padding-left: 18px;
	margin:0px 0 9px 2px;
}

.sidelink {
	background-image:url(/images/sidelink.gif); 
	background-repeat:no-repeat; 
	background-position: 0px 0px; 
	padding: 1px 3px 1px 20px; 
	border: 1px solid #999999; 
	background-color: #f9f9f9;
	width: 160px;
	margin: 5px 0 5px 0;
}
	
/* Border code for the web style guide Colors grid */
.bordergrid {
    border-width:1px; 
    border-color:#5b8dc6; 
    border-style:solid; 
	border-left-width:0px;
	border-top-width:0px;
 }
 
/* Border code for the top elements in the grid */
.bordergrid1 {
   border-width:1px; 
  	border-color:#5b8dc6; 
   border-style:solid; 
	border-left-width:0px;
	border-top-width:1px;
}

#submenu {
	display:none;
}

