/* BASIC CLASSES */

body { 
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 100%;
	font-family: sans-serif, 'Arial', 'Helvetica', 'Verdana';
	background-color: #c0c0c0;	
	 
	}
	
/* HELPER CLASSES */
	
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	}
	
* html .pkg { display: inline; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block;}

/* DROP SHADOW AND WRAPPER */

.shadow {
	width: 960px;
	margin: auto;
	/* Rounded corners should work in IE9 and the latest versions of most other browsers */
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px; /* Fix for Firefox 1-3 */
	-webkit-border-bottom-left-radius:10px; /* Fix for older versions of Safari and Chrome */
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px; /* Fix for Firefox 1-3 */
	-webkit-border-bottom-right-radius:10px; /* Fix for older versions of Safari and Chrome */
	/* Drop shadow should work in most browsers */
	box-shadow: 0px 0px 20px #585858;
	-moz-box-shadow: 0px 0px 20px #585858; /* Fix for Firefox 1-3 */
	-webkit-box-shadow: 0px 0px 20px #585858;/* Fix for older versions of Safari and Chrome */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#969696')"
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=-135, Color='#969696')"; /* Fix for IE8
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#969696')
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=-135, Color='#969696'); /* Fix for IE 5.5 - 7 */

}

#wrapper {
	width: 960px;
	margin: 0 auto;
	}
	
/*#wrapper-inner { position: relative; }*/

/* HEADER */

#header {
	width: 960px;
	margin: 0;
	padding: 0px;
	background-image:url('header-red.png');
	}
	
#header-inner { position: static; }

#header-left {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	width: 300px;
	text-align: left;
	margin: 0;
	padding: 5px;
	}
	
#header-right {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	text-align: right;
	color: #ffffff;
	font-size: .625em;
	margin: 0;
	padding: 5px;
	width: 640px;
	}

#header-right p {margin: 0;}
#header-right a:link {color:#ffffff;text-decoration:none;font-weight:bold;}
#header-right a:hover {color:#ffffff;text-decoration:underline;font-weight:bold;}
#header-right a:active {color:#ffffff;text-decoration:none;font-weight:bold;}
#header-right a:visited {color:#ffffff;text-decoration:none;font-weight:bold;}

/* HORIZONTAL BAR */

#horizbar {
	width: 940px;
	color: #ffffff;
	font-size:.75em;
	background-color: #6495ed;
	padding: 3px 10px 3px 10px;
	}
	
#horizbar-inner { position: static; }

#horizbar p {margin: 0;}
#horizbar a:link {color:#ffffff;text-decoration:none;font-weight:bold;}
#horizbar a:hover {color:#ffffff;text-decoration:underline;font-weight:bold;}
#horizbar a:active {color:#ffffff;text-decoration:none;font-weight:bold;}
#horizbar a:visited {color:#ffffff;text-decoration:none;font-weight:bold;}

/* PAGE */

#page {
	/* Rounded corners should work in IE9 and the latest versions of most other browsers */
	border-radius:0px 0px 10px 10px;
	/*border-bottom-left-radius:10px;*/
	-moz-border-radius-bottomleft:10px; /* Fix for Firefox 1-3 */
	-webkit-border-bottom-left-radius:10px; /* Fix for older versions of Safari and Chrome */
	/*border-bottom-right-radius:10px;*/
	-moz-border-radius-bottomright:10px; /* Fix for Firefox 1-3 */
	-webkit-border-bottom-right-radius:10px; /* Fix for older versions of Safari and Chrome */
	width: 960px;
	background: url('pagebg.png');
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
	background-color:transparent;
	border-bottom:2px solid #EFEFEF;
	}

#page-inner { position: static; }


.pageWithoutSidebar {
	/* Rounded corners should work in IE9 and the latest versions of most other browsers */
	border-radius:0px 0px 10px 10px;
	/*border-bottom-left-radius:10px;*/
	-moz-border-radius-bottomleft:10px; /* Fix for Firefox 1-3 */
	-webkit-border-bottom-left-radius:10px; /* Fix for older versions of Safari and Chrome */
	/*border-bottom-right-radius:10px;*/
	-moz-border-radius-bottomright:10px; /* Fix for Firefox 1-3 */
	-webkit-border-bottom-right-radius:10px; /* Fix for older versions of Safari and Chrome */
	width: 960px;
	background: url('Whitepagebg.PNG');
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
	background-color:transparent;
	border-bottom:2px solid #EFEFEF;
	}

.pageWithoutSidebar-inner { position: static; }

/* SIDEBAR 180px */

#sidebar {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	text-align: left;
	width: 160px;
	padding: 10px;
	margin: 0;
	}
	
table.sidebarcontent {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing:0px;

	}
	
tr.sidebarsection td:hover {background-color:lightgrey;}

td.searchbar {
border:10px;
border-bottom-style:solid;
border-bottom-color:transparent;
}

td.smalltext {
font-size:.625em;
border:1px;
border-bottom-style:solid;
border-bottom-color:lightgrey;
}

td.sidebarsection {
font-size:.875em;
font-weight:bold;
vertical-align:top;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:lightgrey;
padding: 0;
}

td.sidebaractive {
font-size:.875em;
font-weight:bold;
vertical-align:top;
border: 0;
padding: 0;
}

table.sidebarsubmenu {
margin: 0;
padding: 0;
border: 0;
width:100%;
}

td.sidebarlv2:hover {background-color:lightgrey;}

td.sidebarlv1 {
font-size:.8em;
font-weight: bold;
vertical-align:top;
border: 0;
padding: 0 0 0 10px;
}

td.sidebarlv2 {
font-size:.8em;
font-weight: bold;
vertical-align:top;
border:0px;
padding: 0 0 0 20px;
}
	
div.arrow {
float:right;
color:grey;
}

/* CONTENT 780px*/

#content {
	/* Rounded corners should work in IE9 and the latest versions of most other browsers */
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px; /* Fix for Firefox 1-3 */
	-webkit-border-bottom-right-radius:10px; /* Fix for older versions of Safari and Chrome */
	width: 760px;
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	text-align: left;
	background-color:transparent;
	padding: 10px 10px 0 10px;
        font-size:.825em;
	}

/* CONTENT HEADER */
	
#content-header {
	position:relative;
	width: 760px;

	margin: 0 0 10px 0;
	/* Rounded corners should work in IE9 and the latest versions of most other browsers */
	border-radius:5px;
	-moz-border-radius:5px; /* Fix for Firefox 1-3 */
	-webkit-border-radius:5px; /* Fix for older versions of Safari and Chrome */
	}
	
#pageheader {
	width: 750px;
	padding: 5px;
	}
	
#pageheader-left {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	}
	
#pageheader-right {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	}
	
#headericon img {
	border: 0;
	}
	
#headertitle {
	color: #ffffff;
	font-size:1.6em;
	font-weight: bold;
	margin: 0 0 5px 5px;
	}
	
#subtitle {
	color: #ffffff;
	font-size:1em;
	font-weight: bold;
	margin: 0 0 0 5px;
	}


/* SECTIONS */

.section {
	width: 740px;
	font-size:1em;
	}
	
.section-header {
	width: 750px;
	background-color: #191970;
	color: #ffffff;
	font-size:.9em;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border-radius:5px 5px 0px 0px;
	}
	
.section-header-withtab {
	width: 750px;
	background-color: #191970;
	color: #ffffff;
	font-size:.9em;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border-radius:0px 5px 0px 0px;
	}
	
.section-body {
	width: 740px;
	background-color: #efefef;
	font-size: .75em;
	border-bottom: 2px solid #191970;
	padding: 10px;
	margin: 0 0 10px 0;
	}

/* BUTTONS */

.contentbuttons {
padding:0px 0px 10px 0px;
}

.buttons {
width:100%;
}

.buttonleft {
text-align:left;
width:253px;
}

.buttoncenter {
text-align:center;
width:253px;
}

.buttonright {
text-align:right;
width:253px;
}
	
 /* FOOTER */

#footer {
font-size:.75em;
width: 960px;
margin:10px auto 40px auto;
text-align:center
}
#footer p {margin: 0;}
#footer a:link {color:#000000;text-decoration:none;font-weight:bold;}
#footer a:hover {color:#000000;text-decoration:underline;font-weight:bold;}
#footer a:active {color:#000000;text-decoration:none;font-weight:bold;}
#footer a:visited {color:#000000;text-decoration:none;font-weight:bold;}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.PostalCode
{
	text-transform:uppercase;
}
.CustomBoxes
{
    background-color: Silver;
    color: black;
    border-color: Black;
    border-width: 1px;
    border-style: solid;
    padding: 2;
    width: 750px;
    text-align: left;
}
.BottomBar
{
    overflow: hidden;
    position: fixed;
    bottom: 0;
    height: 20px;
    width: 960px;
}
.BottomGrid
{
    overflow: auto;
    position: fixed;
    bottom: 0;
    height: 100px;
    width: 960px;
    background-color: White;
}

.invisible
{
    display: none;
}

.RecommendNextSteps
{
 font-size:.75em;
}