@charset "utf-8";
/* CSS TABLE OF CONTENTS
1.) BODY
2.) HEADER
3.) BREADCRUMB
4.) MAIN CONTENT
5.) FOOTER CONTENT
6.) MISC
*/

/* BODY CSS */
@media screen
{

body  {
	background: #FFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* END OF BODY CSS */

/* HEADER CSS */

#header {
	position: relative;
	width: 950px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 131px;
} 
#HandheldHeader {
	display: none;
}
#header_graphic {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 132px;
	width: 235px;
}
#HeaderNav {
	width: 710px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding: 0px;
}
#HeaderNav ul{
	padding:0px;
	color: #FFF;
	margin: 0px;
	margin: 2px 0px 0px 0px;
}
#HeaderNav li{
	display:inline;
	padding-left:20px;
	margin-left:2px;
	color: #FFF;
	/*background-image: url(../images/structure/header_nav.gif);*/
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
}
a.header:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
a.header:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000CC;
	text-decoration: underline;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
a.header:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
a.header:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
#MobileSearch {
	display: none;
}
/* END HEADER CSS */

/* GLOBAL NAVIGATION CSS */

#GlobalNav {
	position: relative;
	width: 950px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 30px;
	background-image: url(../images/structure/global_nav_bgnd.jpg);
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#GlobalNav ul{
	padding:5px;
	margin:0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#GlobalNav a {
	color: white;
	font-size:15px;
	font-weight:bold;
    text-decoration: none;
}

#GlobalNav a:hover {
	color: #FFCC00;
	font-size:15px;
	font-weight:bold;
}

#Search {
	text-align: right;
	padding-top:10px;

}
#SearchText {
}

#GlobalNav li{
	display:inline;
	padding-left:15px;
	margin-left:2px;
	color: #FFF;
	background-image: url(../images/structure/orange_vert_bar.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.global_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #E6A631;
}
a.global:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
a.global:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
a.global:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFCC00;
	text-decoration: underline;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
a.global:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	text-decoration: underline;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
/* END GLOBAL NAVIGATION CSS */

/* HOME PAGE CONTENT CSS */

#HomeContainer {
	position: absolute;
	width: 951px;
	padding: 0px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#HomeMiddlePicture {
	position: relative;
	float: left;
	margin: 0px; 
	width: 571px;
	height: 325px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#HomeMiddleRight {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	float: left; /*since this element is floated, a width must be given */
	width: 361px;
	height: 262px;
	/*background-image: url(../images/structure/get_started.gif); */
	/*margin: 0px;*/
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#HomeMiddleRight ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin: 0px;
}
#HomeMiddleRight li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px 0px 7px 10px;
	line-height: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#HomeOrangeBar{
	position: relative;
	left: 0px;
	width:950px;
	height:23px;
	background-image: url(../images/structure/orange_bar.jpg);
	margin: 0px 0px 0px 0px;
	clear: left;
}
#HomeBottomLeftContent {
	position: relative;
	float: left;
	width: 233px;
	height: 250px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FCF4DD;
	border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #999;
}
#HomeBottomLeftContent ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
#HomeBottomLeftContent li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px;
	line-height: 14px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#HomeBottomMiddleContent {
	position: relative;
	float: left;
	width:310px;
	height:250px;
	margin: 0px;
	/*padding-top: 20px;*/
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-color: #FCF4DD;
}
#HomeBottomMiddleContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height:15px;
	float: left; 
}
#HomeBottomRightContent {
	position: relative;
	float: left;
	background-position: right top;
	width:340px;
	height:250px;	
	margin: 0px;
	/*padding-top: 15px;*/
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-color: #FCF4DD;
	border-left-width: medium;
	border-left-style: dotted;
	border-left-color: #999999;
	clear: right;
}
#MiddleWrapper {
	position: relative;
	float: left;
	width: 949px;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*background-image: url(../images/structure/index_16.gif);*/
	background-repeat: no-repeat;
	background-color: #FCF4DD;
}
#GetStarted {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 186px;
	height: 32px;
	line-height: 18px;
}
#BottomContentContainer {
	position: relative;
	width:950px;
	height:300px;
	padding: 0px;
	margin: 0px;
	background-color: #FCF4DD;
	background-image: url(../images/structure/bottom_backgrnd.gif);
}
/* END OF FOOTER CONTENT CSS */

/* NEWS CONTENT CSS */

.news_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	clear: right;
	margin-bottom: 15px;
}
.news_pic {
	margin: 3px;
	float: left;
	position: relative;
}

a.news:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006666;
	text-decoration: underline;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
}
a.news:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006666;
	text-decoration: underline;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
}
a.news:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
}
a.news:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
}

/* NEWS CONTENT CSS */

/* END HOME PAGE CONTENT CSS */

/* SUBPAGE CONTENT CSS */

#SubLeftContent {
	position: relative;
	float: left;
	margin: 0px;
	width: 600px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
} 

#SubLeftContentTop{
	 height: 15%;

}

#SubLeftContentBottom{
	height:  85%;
}

#SubLeftContentWideScreen {
	position: relative;
	float: left;
	margin: 0px;
	width: 950px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#SubRightContent {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	float: right; /* since this element is floated, a width must be given */
	width: 323px;
	border-left: solid 5px orange;
	/*background-image: url(../images/structure/sub_page_right_back.gif);*/
	background-color: #FCF4DD;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 0px;
}

#SubRightContentTop 
{
    border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#SubRightContentMiddleOne
{
    border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top:-4px;
}

#SubRightContentMiddleTwo
{
    margin-top:-4px;
}

#SubRightContentBottom{
	height: 10%;

}


#SubRightContent ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin: 0px;
}
#SubRightContent li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px 0px 7px 10px;
	line-height: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#SlideShow {
	padding: 15px;	
}
#MobileSlideShow {
	display: none;
}
a.submenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006666;
	text-decoration: underline;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
}
a.submenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006666;
	text-decoration: underline;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
}
a.submenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
}
a.submenu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
}
#Box01 {
	margin-top: 20px;
	margin-bottom: 0px;
	height: 75px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.25em;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#Box01 ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Box01 li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 50px;
	
}
#Box02 {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 1.25em;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#Box03 {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 175px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 1.25em;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#Box04 {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.25em;
}
/* END SUBPAGE CONTENT CSS */

/* FOOTER CONTENT CSS */
#Footer {
	background:#DDD;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ccc;
	position: relative;
	margin: 0px;
	padding: 5px;
	height: 34px;
	width: 940px;
	clear: both;
	font-size: 12px;
} 
#FooterSubPage {
	background:#DDD;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ccc;
	position: relative;
	margin: 0px;
	padding: 5px;
	height: 20px;
	width: 949px;
	clear: both;
	font-size: 12px;
}
/* END MISC CSS */



.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/* END FOOTER CONTENT CSS */
	
/* MISC CSS */


a {
	color: 045158;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height:1.25em;
}
.orangeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CE7019;
	font-weight: bold;
}

li {
	font-size: 14px
}

tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.wideoutputTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #000000;
}

.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;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #CE7018;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CE7018;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #006A71;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CE7018;
}

.largecolored01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006A71;
}

/* MISC CSS */

#se_video_thumb {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 20px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#se_photo_al_ad {
	float: left;
	margin-top: 5px;
	padding-right: 10px;
	border: none;
}
#imagefloatRight {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
	height: 151px;
	width: 138px;
	border: none;
}
#se_video_ad
 {
	float: left;
	margin-top: 5px;
	padding-right: 10px;
	border: none;
}

.imagefloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.blk_bold {
	font-weight: bold;
}
#MobileGetStarted {
	display: none;
}

.header_logo {
	display: none;
}
.red {color: #FF0000}
.redbold {
	color: #FF0000;
	font-weight: bold;
}

.subpagephoto  {
	margin-left:8px;
	margin-right:5px;
}

.screencap {
	margin-left:5px;
	margin-right:8px;
}

.graybackbox {
	background-color:#ECEBEA;
	margin-bottom:15px;
	margin-right:10px;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
}
.whitetextstyle {
	COLOR: white;
}

.lightorangetext {
	COLOR: #ffcc00;
}
.homepageh1 {
	PADDING-LEFT: 6px; 
	BACKGROUND: #efb843 0px 0px; 
	PADDING-BOTTOM: 6px; 
	MARGIN: -4px -10px -10px -7px; 
	COLOR: #015b63; 
	PADDING-TOP: 6px; 
	ZOOM: 1; 
	POSITION: relative; 
	TEXT-ALIGN: center; 
}

.homepagemainlinks {
	PADDING-LEFT: 6px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	BACKGROUND: #015b63 0px 0px; 
	PADDING-BOTTOM: 6px; 
	MARGIN: 15px -10px -4px -7px; 
	COLOR: white; 
	PADDING-TOP: 6px; 
	ZOOM: 1; 
	POSITION: relative; 
	HEIGHT: 19px; 
	TEXT-ALIGN: center;
}

.formRow {
	position: relative;
	height: 1%;
	padding-left: 120px;
	margin-bottom: 5px;
	}
	
.formRow span {
	position: absolute;
	top: 2px;
	left: 0;
	margin-right: 10px;
	text-align: right;
	width: 120px;
	} 
	
.formRow input 
	{
		margin-left: 10px;
		width: 215px;
	}
	
.contactus
	{
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
.RadioInput 
{
	position:relative;
	height: 1%;
	padding-left: 120px;
	margin-bottom: 5px; 
}

.RadioInput label {
		top: 10px;
		left: 0;
		text-align: left;
		padding-left: 0px;
	}
	
.RadioInput span {
		top: 10px;
		left: 0;
		text-align: left;
	}
	
.RadioInput input.text {
		margin-left: 40px;
		top: 10px;
		left: 30px;
	}
	
.buttonRow {
	position: relative;
	padding-left: 120px;
	margin-bottom: 10px;
	}

}