@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2c5f99;
	background-image: url(../images/shimbg.jpg);
	background-repeat: repeat-x;
}

/*----LINKS----*/

a:link, a:visited {
	text-decoration: none;
	color: #1f62af;
}

a:hover {
	text-decoration: underline;
	color: #1f62af;
	background-color: #F0D535;
}

a:active {
	text-decoration: none;
}

/* -------------- */

#container {
	width: 910px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 254px; /* the background color will be displayed for the length of the content in the column, but no further */	/*padding: 15px 10px 15px 20px;*/
	color: #1f62af;
}
#mainContent { 
	margin: 0 0 0 255px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#contentWidth {
	width: 645px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*
FLOATING IMAGES - text wraps around the image---
HTML code as follows:

<img src="sunset.gif" class="floatLeft">
<p>Lorem ipsum dolor sit amet.... etc etc etc</p>

*/
#floatLeft { 
    float: left; 
    margin: 4px; 
}
#floatRight {
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.floatRt_footer {
	float: right;
}
/* end --- FLOATING IMAGES --- */



/* -----  BOX STYLING ----- */

/* --- SIDEBAR STYLING --- */

.sidebar_box1 {
	background-color: #FFF;
	height: 130px;
	border: 1px solid #2c5f99;
	margin-top: -1px;
	padding-top: 20px;
	text-align: center;
}

.sidebar_box1 h5 {
	font-size: 10px;
	margin-top: 10px;
}

.sidebar_box2 {
	background-color: #FFF;
	height: 40px;
	border: 1px solid #2c5f99;
	padding: 15px;
	margin-top: 10px;
}

/*NAVIGATION BOX*/
.sidebar_box3 {
	background-color: #FFF;
	height: 150px;
	border: 1px solid #2c5f99;
	padding: 15px;
	margin-top: 0px;
	font-weight: bold;
	display: block;
}

.sidebar_box5 {
	background-color: #fff;
	border: 1px solid #2c5f99;
	margin-top: 0px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sidebar_box6 {
	background-color: #ebebeb;
	border: 1px solid #2c5f99;
	padding: 15px;
	margin-top: 0px;
	font-size: 14px;
	text-align: center;
}

.sidebar_box7 {
	background-color: #fff;
	border: 1px solid #2c5f99;
	padding: 15px;
	margin-top: 0px;
	font-size: 14px;
	text-align: center;
}

.sidebar_text {
	background-color: #ebebeb;
	border: 1px solid #2c5f99;
	padding: 15px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 1.4em;
}

/* --- END SIDEBAR STYLING --- */


/* --- MAIN CONTENT --- */

#titlebar_top_striped {
	background-color: #FFF;
	border: 1px solid #2c5f99;
	height: 32px;
	background-image: url(../images/shimheader_striped.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #1f62af;
	font-weight: bold;
	margin-top: -1px;
	margin-bottom: -1px;
	padding-left: 20px;
	padding-top: 30px;
}

#titlebar_top {
	background-color: #FFF;
	border: 1px solid #2c5f99;
	height: 32px;
	background-image: url(../images/shimheader01.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #1f62af;
	font-weight: bold;
	margin-top: -1px;
	margin-bottom: -1px;
	padding-left: 20px;
	padding-top: 30px;
}

h1, h2 {
	background-color: #FFF;
	border: 1px solid #2c5f99;
	height: 32px;
	background-image: url(../images/shimheader01.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #1f62af;
	font-weight: bold;
	margin-top: -1px;
	margin-bottom: -1px;
	padding-left: 20px;
	padding-top: 30px;
}

#titlebar_striped {
	background-color: #FFF;
	border: 1px solid #2c5f99;
	height: 32px;
	background-image: url(../images/shimheader_striped.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #1f62af;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -1px;
	padding-left: 20px;
	padding-top: 20px;
}

.titlebar-striped {
	background-color: #FFF;
	border: 1px solid #2c5f99;
	height: 32px;
	background-image: url(../images/shimheader_striped.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #1f62af;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -1px;
	padding-left: 20px;
	padding-top: 20px;
}

#titlebar_normal {
	background-color: #FFF;
	border: 1px solid #2c5f99;
	height: 32px;
	background-image: url(../images/shimheader01.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #1f62af;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -1px;
	padding-left: 20px;
	padding-top: 20px;
}

.titlebar-margin {
	margin-top: 10px;
}

#footer {
	height: 150px;
	border: 1px solid #2c5f99;
	background-image: url(../images/shimfooter01.gif);
	background-color:#bdd1e8;
	width: 910px;
	margin-top: 10px;
}

/* +++ content boxes on product pages +++ */

/*this is on the home pages*/
#contentbox {
	font-size: 12px;
	background-color: #ebebeb;
	border: 1px solid #2c5f99;
	padding: 10px 20px 50px 20px;
}

#contentbox02 {
	height: 450px;
	font-size: 12px;
	background-color: #ebebeb;
	border: 1px solid #2c5f99;
	padding: 10px 20px 50px 20px;
}

#contentbox_01 {
	height: 100%;
	font-size: 12px;
	background-color: #ebebeb;
	border: 1px solid #2c5f99;
	padding: 10px 20px 115px 20px;
}

#contentbox_fixed {
	height: 940px;
	font-size: 12px;
	background-color: #ebebeb;
	border: 1px solid #2c5f99;
	padding: 10px 20px 115px 20px;
}

.imagecaptions {
	color: #1F62AF;
	margin-top: 0px;
}

h3 {
	color: #1F62AF;
	font-size: 14px;
}

.footertext {
	color: #003366;
	font-size: 10px;
	padding-left: 15px;
	padding-top: 10px;
}

#dmd p,
#dmd a	{
	color:#FFFFFF;
	font-size:9px;
	text-align:right;
}

#dmd a	{
	text-decoration:underline;
}

#dmd a:hover	{
	text-decoration:underline;
	color:#CCCCCC;
	background-color: #2c5f99;
}


/* --- END MAIN CONTENT --- */
