html, body {
	margin:0;
	padding:0
}
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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 */
	color: #000000;
	background-color: #0c1b2d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

div#Entiresite-Container {
	width: 100%;
	margin: 0 auto; 
	text-align: center; 
	padding: 0px 0px 0px 0px;
	background-image:url(../media/images/SiteBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	

}
div#Header-Container {
	width: 100%;
	height:133px; 
	text-align: center; 
	margin: 0px auto;
	padding:0px;
	
}
div#Header-Container-BG {
	width: 100%;
	height:125px;
	margin: 0 auto;
	text-align: center;
	padding: 0px;  
	/*padding-top:10px;*/
	}

div#Header-Width {
	margin: 0 auto;
	text-align: center; 
	padding: 0px 0px 0px 0px;  

}
div#SiteHeader {
	margin:0px auto;
	padding:0px;
	width:960px;
	height:auto;
}
div#SiteHeaderLeft {
	margin:0px;
	padding-top:10px;
	float:left;
	

}
div#SiteHeaderLeft IMG{
	float:left;

}
#tagline{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:24px;
	color:#FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 46px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight:bold;
}

div#SiteHeaderRight {
	margin:0px auto;
	padding-top:0px;
	padding-bottom:0px;
	float:right;

	background-color:#d9d9d9;
	border-top:2px solid #d9d9d9;
	border-left:2px solid #384862;
	border-right:2px solid #384862;
	border-bottom:2px solid #384862;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;

	
}

#SiteHeaderRight UL {
	list-style:none;
	padding:0;
	margin:0 auto;
}

#SiteHeaderRight UL LI A{
	text-decoration:none;
}

#SiteHeaderRight UL LI A IMG{
	padding-right:5px;}

li.ApplyNow {
	text-align:left;
	width:155px;
	height:50px;}

li.Facebook {
	text-align:left;
	width:195px;
	height:50px;}

.HeadLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:16px;
	color:#4d4d4d;
	padding:0;
	padding-top:12px;
	margin:0;
}

.HeadLinkText{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:9px;
	color:#4d4d4d;
	padding:0;
	margin:0;
}

div#SiteHeaderRight a img{
	padding-top:8px;
}

div#SiteMenuContainer {
	padding:0px;
	margin:0px auto;
	width:100%;
	height:30px;
	text-align:center;

}

div#SiteMenuWidth {
	padding:0px;
	margin:0px auto;
	width:960px;
	height:30px;
}


div#SiteMenuLeft {
	float:left;
	padding: 0px;  
	margin: 0 auto;
	width: 640px;
}

#SiteMenuRight{
	padding: 0px;
	padding-right:10px;
	margin: 0 auto;
	float:right;
	width:250px;

}

.rslides li{
	height:auto !important;}


div#Home-Content-Container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	height:auto;
	text-align: center;  /* 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-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0px;
}

div#Content-Container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	height:auto;
	text-align: center;  /* 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-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0px;
	
}

div#Content-Width {
	width: 960px;
	height:auto;
	margin: 0 auto;
	text-align: center; 
	padding: 0px 0px 0px 0px; 
	
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color:#FFFFFF;

}

#HomeContentTop{
	padding-bottom:10px;

}

#contentLinks{
/*	background-image:url(../media/layout/ContentLinkBG.png);*/
	background-color:#735a3d;
	border:2px solid #cfc8bd;
	width:420px;
	height:40px;
	padding-top:10px;
	padding-bottom:11px;
	padding-left:20px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align:left;
	text-decoration:none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#contentLinks h2{
	width:380px;
	height:auto;
	line-height:10px;
}

#contentLinks h2 a span.LearnMore{
	font-size:10px;
	float:right;
}

#HomeContentMiddle{
	width:960px;
	height:auto;
	background-color:#FFF;
	padding-top:20px;
	margin:0px auto;


}


#HomeContentMiddleLeft{
	float:left;
	height:230;
	width:470px;
	padding-left:10px;
}

#HomeContentMiddleRight{
	float:left;
	width:465px;
	padding-right:10px;
}

#HomeContentMiddleRight a{
	/*float:right;*/
	padding-bottom:5px;
	text-decoration:none;
}


#HomeContent {
margin: 0 auto;
padding: 20px;
}
#HomeContentBottom{
	background-image: url(../media/layout/home_content_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:960px;
	height:12px;
}
div#homeContentLeft {
	float:left;
	text-align:left;
	padding:0px;
	margin:0px;
	padding-right:20px;
}
div#homeContentRight {
	float:right;
	text-align:left;
	width:480px;
	padding:0px;
	margin:0px;
}

div#homeContentRight P, #HomeContent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
}



#ContentTop{
	height: 10px;
/*	padding-bottom:10px;
	background-image: url(../media/layout/MainContentTop.png);
	background-repeat: no-repeat;	*/
}

#ContentMiddle{
/*	width:960px;
	height:auto;
	background-color:#FFF;*/
}

a {
	color:#1c364f;}

a:hover {
	color:#735a3d;}

#ContentBottom{
/*	background-image: url(../media/layout/home_content_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:960px;
	height:12px;*/
}




#mainContent {
	padding: 0px 0px 0px 0px;  
	margin: 0 auto;
	width:960px;
	text-align:left;
}

#mainContentTwo {
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	width:960px;
	text-align:left;
}




div#HomeFlashContainer {
	margin:0px;
	padding:0px;
	text-align:left;
	width:420px;
	padding-left:40px;

	margin-bottom:10px;
}
div#homeContentShortDesc{
	text-align:center;
	padding-bottom:40px;
	margin:0px auto;
	}



div#HomeContentContainer {
	background-image:url(../media/layout/ContentDivider.png);
	background-repeat: no-repeat;
	background-position:center top;
	clear:both;
	padding-top:40px;
	padding-bottom:60px;
	margin:0px auto;
	width:960px;
	text-align:left;
}

div#HomeContentContainer table{
	margin:0px auto;
	margin-left:auto;
	margin-right:auto;

}

div#HomeContentContainer table tbody tr{
	height:120px;
}

div#HomeContentContainer table tbody tr td{
	width:300px;
}

div#ContentContainer {
	margin:0px;
	text-align:left;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}


div#ContentLeft {
	text-align:left;
	padding:0px;
	margin:0px;
	width:240px;
	height:auto;
}
div#ContentRight {
	text-align:left;
	padding:0px;
	margin:0px;
}
div#siteContentTop {
	margin:0px auto;
	padding:0px;
	text-align:left;
	width:740px;
	height:11px;
}
div#siteContentMid {
	margin:0px auto;
	padding:0px;
	width:740px;
	height:auto;
	text-align:left;
}
div#siteContentBottom {
	margin:0px auto;
	padding:0px;
	text-align:left;
	width:740px;
	height:17px;

}


div#HomeAdSpace{
	margin:0px auto;
	padding:0px;
	padding-bottom:15px;
}
div#HomeAdSpace H3{
	margin:0px auto;
	padding:0px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#333333;
	
}
div#HomeAdSpace P{
	margin:0px auto;
	padding:0px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333333;	

}


ul.Triads {
	list-style:none;
	margin:0 auto;
	width:840px;
	-webkit-padding-start: 0px;
}
	
ul.Triads li{
	display:inline-block;
	padding:15px;
}




div#contentLinks A {
	/*text-decoration: underline;*/
	color:#FFF;
}

div#contentLinks A:Hover {
	/*text-decoration: underline;*/
	color:#2f5565;
}
fieldset {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;}

legend{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#e03f15;}
HR {
	size:1px;
	color:#ff8a00;}
/*H1 {
	font-size: 24px;
	line-height:30px;
	color:#384862;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:24px;
	color:#735a3d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight:bold;
}
H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:20px;
	color:#666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight:bold;
}
H4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color:#627486;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight:bold;
}*/
div#content p {
	line-height:1.8
}



div#navigation {
	background:#FFFFFF
}
div#logo {
	background:#FFFFFF;
	text-align:center;
}
div#menu {
	background:#3f3f3f;
	border-top:1px solid #000000
}
div#content {
	width:720px;
	padding:0px;
	margin:0px;
	margin-left:0px;
}
div#contentArea {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}
#contentArea img{
	max-width:100% !important;
	height:auto;}
	

div#contentHome {

	margin:0px auto;
	margin-top: 0px;
	padding: 0px;
	padding-left:10px;
	padding-right:10px;
}
div#callout {
	background-image:url(../media/layout/bg_callout_2.gif);
	background-repeat: no-repeat;
	float: right;
	width:235px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	border:0px solid #666666;
	text-align:center;
}


div#HomeNewsContainer {
	height:auto;
	margin:0px;
	padding: 0px;
}

div#HomeNewsHead{
	height:auto;
	border-bottom:1px solid #81bdd7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color:#595241;
}

div#HomeNewsContent {
	height:auto;
	padding-top:10px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	line-height:14px;
}

div#HomeNewsImg IMG{
	padding:5px;
	margin-right:20px;
	margin-bottom:10px;
}

div#HomeNewsArticle{
	padding-top:0px;
	padding-bottom:15px;
	display:block;
}

div#newsContent {
	text-align:left;
	padding-bottom:7px;
}

div#newsStory {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div#newsStory ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
div#newsStory li {
	margin: 0;
	float: left;
	display: block;

	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#newsStory img {
	float:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right:10px;

}
.newsImage {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #666666;
}
#NewsAll a {
	float:right;
	padding-right:18px;
	margin-top:-15px;
	color:#090909;
}
.search-links1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal
}
.search-links2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal
}
.search-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #600d09;
	font-style: italic;
	padding-left:18px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 5px -897px;
}
#search {
	padding:0px;
	margin:0px auto;
	padding-top:0px;
	padding-bottom:0px;
	float:right;
	height:30px;
	width:180px;
	/*background-image: url(../media/layout/SearchBG.png);
	background-repeat: no-repeat;
	background-position: right;*/
	
	background-color:#727272;
	

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#search form {
	margin:0px;
	padding-top:5px;
	padding-left:10px;
}
#search input.search_input {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	outline: 0;
	padding:0px;
	margin:0px auto;
	width:120px;
	height:16px;
	color:#333;
	padding-top:4px;
	padding-left:8px;
	z-index: 2;
	border:0;	
	background-color:#FFF;
	float:left;
	/*background-image: url(../media/layout/search_bg.png);
	background-repeat: no-repeat;
	background-position: center center;*/
	display:inline-block;
}
#search .search_submit {
	padding:0px;
	margin:0px auto;
	/*margin-top:4px;*/
	display:inline-block;
}

div#breadcrumb {
	float:left;
	font-size: 10px;
	color: #7a7a7a;
	display: block;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align:left;
	background-image: url(../media/layout/icon_home.gif);
	background-repeat: no-repeat;
	background-position: left 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width:515px;
}
div#emailprint {
	float:right;
	font-size: 9px;
	color: #8c8c8c;
	margin:0;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align:left;
	width:125px;
}
/* anchor styling */
#emailprint a.email {
	color:#8c8c8c;
	text-decoration: none;
	padding-left: 40px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 10px -148px;
	padding-top:2px;
	padding-bottom:6px;
	margin: 0px;
	padding-right: 0px;
	height:75px;
}
#emailprint a.email:hover {
	color: #3e6d6f;
	text-decoration: underline;
	padding-left: 40px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 10px -198px;
	padding-top:2px;
	padding-bottom:2px
}
#emailprint a.print {
	color:#8c8c8c;
	text-decoration: none;
	padding-left: 40px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 10px -50px;
	padding-top:2px;
	padding-bottom:2px
}
#emailprint a.print:hover {
	color: #3e6d6f;
	text-decoration: underline;
	padding-left: 40px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 10px -100px;
	padding-top:2px;
	padding-bottom:2px
}
div#AdSpace {
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#submenu {
	margin:0;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#newsarea {
	width:730px;
 color: #FFF  padding:0px;
	margin:0px;
}
div#newsHead {
	width:230px;
	margin:0px;
	padding:0px;
	padding-left:0px;
	padding-top:8px;
}
div#newsHead a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	margin:0px;
	margin-top:0px;
	padding:0px;
}
div#newsContent {
	width:230px;
	padding-top:7px;
	border-right:1px solid #5e92af;
	padding-right:10px;
}
div#newsLeft {
	color: #FFF;
	float:left;
	padding:0px;
	margin:0px;
}
div#newsRight {
	color: #000000;
	float:right;
	width:450px;
	padding:0px;
	margin:0px;
	padding-right:20px;
	padding-left:10px;
}
div#navigation {
	float:left;
	width:209px
}


div#Footer-Container {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 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-bottom:20px;
}


div#Footer-Container-BG {
	padding:0px;
	margin-top:10px;
	width: 960px;
	height:216px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



div#FooterLeft {
	padding:0px;
	margin:0px;
	float:left;
	text-align:center;
	width:240px;
}

div#FooterLeft H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#FFF;
	padding-top:10px;
}
	
div#FooterLeft P {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFF;
		padding-top:0px;
}

div#FooterLeft IMG {
	padding-top:5px;
}

div#FooterRight {
		padding:0px;
		margin:0px;
		float:right;
		text-align:right;
		width:720px;
}

div#FooterRight P {
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#7d7d7d;
		padding-right:10px;
}



/* Footer Begin */
#FooterSection{
	clear:both;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;}
#FooterLogo {
	margin:0 auto;
	padding:0;
	text-align:center;}
#FooterContent{
	width:960px;
	height:auto;
	padding-bottom:20px;
	margin:0 auto;
	text-align:center;}
#FootMenu {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:10px;
	text-align:center;}
#FootMenu A, #FooterContent A {
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;}
/* Footer End */

.footer a, footer a:hover{
	color:#ae0d3a;
	text-decoration:none;
	text-align:left;
	}
	
#FooterRightContent{
	text-align:right;}



	
/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
		a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {
	background: transparent url("../media/layout/sprites.gif") no-repeat 5px -400px;
	padding-left:20px;
	color:#666666;
}
a.morelink:hover {
	background: transparent url("../media/layout/sprites.gif") no-repeat 5px -499px;
	color:#b00915
}
.morelink span {
	position:absolute;
	left:-9999px;
	width:900px
}
.table-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	background-color: #525252;
	color: #FFFFFF;
}
.table-line-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	background-color: #c0c0c0;
	color:#525252;
}
.table-line-2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	background-color: #ffffff;
	color:#525252;
}
.table-line-3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	background-color: #eaeaea;
	color:#525252;
}
.recordtotal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	padding-top:3px;
	padding-bottom:15px;
	padding-left:15px;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top: 1px solid #232557;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
}
.instruction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004273;
	font-style: normal
}
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0033;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	background:#E7E7E7;
	border:1px solid #cc0033;
	text-align: left;
	margin: 5px;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0033;
}
.required2 {
	background-image: url(../images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}
/* style for page ordering */
	#pagination {
	background: #f2f2f2;
	font-size: 10px;
	color:#666;
	border: 1px solid #ddd;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	height:35px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}




#pagination p {
	position:relative;
	text-align:right;
	padding:0px;
}

#pagination form {
	float:left;
	width:400px;
	text-align:left;
	padding:0px;
}


#pagination #PaginationNumbers{
	text-align:right;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.paginationboxes{
padding: 2px;
}

.paginationboxes ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align paginationboxes interface*/
font-size: 9px;
}

.paginationboxes li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.paginationboxes a, .paginationboxes a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
background-color:#FFF;
}

.paginationboxes a:hover, .paginationboxes a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #daeaf8;
}

.paginationboxes a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.paginationboxes a.disablelink, .paginationboxes a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.paginationboxes a.prevnext{
font-weight: bold;
}




#SiteNavContainer {
	width:960px;
	height:30px;
	font-size:11px;
	font-weight:bold;
	line-height:normal;
	vertical-align: middle;
}
#SiteNavContainer ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#SiteNavContainer li {
	display:inline;
	margin:0px auto;
	width:65px;
	vertical-align: middle;
}
#SiteNavContainer a {
	float:left;
	height:30px;
	/*background:url("../media/layout/menu_tab_left.png") no-repeat left top;*/
	margin:0;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left:10px;
	cursor:pointer;
	background-color:#859eb8;
	
	
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#SiteNavContainer a span {
	float:left;
	height:auto;
	display:block;
	/*background:url("../media/layout/menu_tab_right.png") no-repeat right top;*/
	color:#FFF;
	padding-top: 12px;
	padding-bottom: 10px;
	
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #SiteNavContainer a span {
	float:none;
}
/* End IE5-Mac hack */
    #SiteNavContainer a:hover span {
}
#SiteNavContainer a:hover {
	background-color:#ffffff;
	/*background:url("../media/layout/menu_tab_left_on.png") no-repeat left top;*/
	color:#2d2c2c;
}
#SiteNavContainer a:hover span {
	
	/*background:url("../media/layout/menu_tab_right_on.png") no-repeat right top;*/
	color:#2d2c2c;
}
#SiteNavContainer #current a {
	background-color:#ffffff;
	/*background:url("../media/layout/menu_tab_left_on.png") no-repeat left top;*/
	color:#2d2c2c;
	border-bottom:1px solid #FFF;
}
#SiteNavContainer #current a span {
	/*background:url("../media/layout/menu_tab_right_on.png") no-repeat right top;*/
	color:#2d2c2c;
	border-bottom:1px solid #FFF;
}








#LoginContainer {
	margin-left:21px;
	margin-right:0px;
	padding:0px 0px 0px 0px;
	height:31px;
}
ul#LoginButton {
	padding: 0px;
	margin:0px;
	list-style-type: none;
	white-space: nowrap;
}
ul#LoginButton li {
	float: right;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0;
}
#LoginButton a, #LoginButton a:link {
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 0;
	background-image: url(../media/layout/login_bg_off.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#LoginButton a:hover {
	color: #650000;
	background-image: url(../media/layout/login_bg_on.png);
	background-position: right center;
	background-repeat: no-repeat;
}
div#LeftSideMenu {
	width:230px;
	padding:0px;
	margin:0px;
	text-align:left;
	padding-left:10px;
}
#MenuSideHead {
	height:auto;
	padding:0px;
	margin:0px;
}

#MenuSideTitle a {
	color:#FFF;
	text-decoration:none;
}
#MenuSideTitle a:hover {
	color:#859eb8;
	text-decoration:underline;
}



/* =-=-=-=-=-=-=-[Menu Four]-=-=-=-=-=-=-=- */
/*
#MenuSide {
	width: 230px;
	height:auto;
	margin: 0px auto;
	margin-top:-20px;
	margin-left:0px;
	padding: 0px;
	padding-top:15px;
	background-image:url(../media/layout/menu_side_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position:relative;
	z-index:2;
}
#MenuSide ul {
	list-style: none;
	width:230px;
	margin: 0px auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left:0px;
	background-color:#999999;
}

#MenuSide li a {
	margin: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: 6px -1191px;
}
#MenuSide li a:link, #MenuSide li a:visited {
	color:#1c3650;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right:0px;
	margin-left:0px;
	border-bottom:1px solid #FFF;
	
}
#MenuSide li a:hover, #MenuSide li #current{
	color: #FFF;
	background-color:#475869;
	font-weight:bold;
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: 6px -1238px;
}



#MenuSide li a:active {
	color: #fff;
	background-color:#475869;
	
}
#MenuSideFoot {
	width:230px;
	height:40px;
	padding:0px;
	margin:0px auto;
	background-image:url(../media/layout/SideMenuFoot.png);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
	z-index:1;
}
#ListMenuTitle { 
	text-align:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #3e6d6f;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ListMenu1 { 
	text-align:left;
	font-size:10px;
	margin: 0px auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ListMenu1 ol {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#ListMenu1 ol li a{
	
	
}

#MenuSide ul #ListMenu1 #HasSub{
	background-color:5a6774;
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: 6px -1238px;
}



#MenuSide #ListMenu1 ol li a {
	color:#FFF;
	padding-left: 40px;
	display: block;
	text-decoration: none;
	background-color:#5a6774;
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: 11px -1266px;
}

#MenuSide #ListMenu1 ol li a:hover{
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: 11px -1292px;
}

#MenuSide #ListMenu1 li a:hover,#MenuSide  #ListMenu1 li #current {
	color: #FFF; 
	font-weight:bold;
	background-color:#323232;
}

#ListMenu2Title { 
	text-align:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #f05921;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#MenuSide #ListMenu2 { 
	text-align:left;
	font-size:10px;
	margin: 0px auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../media/layout/List_menu_2_BG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#MenuSide #ListMenu2 ol {
	padding: 0px;
	margin: 0px;
}

#MenuSide #ListMenu2 ol li {
	list-style-type: none;
}


#MenuSide #ListMenu2 ol li a {
	color:#000000;
	display: block;
	text-decoration: none;
}

#MenuSide #ListMenu2 ol li a {
	color:#FFF;
	padding-bottom:5px;
	height:auto;
	padding-left:55px;
	display: block;
	text-decoration: none;
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: 21px -1316px;
}
#MenuSide #ListMenu2 li #HasSub {
	color: #FFFFFF; 
	font-weight:bold;
	background-color:#323232;
}

#MenuSide #ListMenu2 ol li a:hover{
	color: #FFFFFF; 
	font-weight:bold;
	background-color:#323232;
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: 21px -1335px;
}

#MenuSide #ListMenu2 li #current {
	color: #FFFFFF; 
	font-weight:bold;
	background-color:#6c757f;
}
#ListMenu3Title { 
	text-align:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #3e6d6f;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#MenuSide #ListMenu3 {
	text-align:left;
	font-size:10px;
	margin: 0px auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#555454;
}
#MenuSide #ListMenu3 ol {
	padding: 0px;
	margin: 0px;
}
#MenuSide #ListMenu3 ol li {
	width:226px;
	list-style-type: none;
}

#MenuSide #ListMenu3 ol li a {
	color:#000000;
	display: block;
	text-decoration: none;
	background-color:#555454;
}
#MenuSide #ListMenu3 ol li a {
	color:#FFF;
	width:181px;
	padding-bottom:5px;
	height:auto;
	padding-left:45px;
	margin-right:5px;
	display: block;
	text-decoration: none;
}
#MenuSide #ListMenu3 ol li a:hover, #MenuSide #ListMenu3 li #HasSub {
	color: #FFFFFF; 
	font-weight:bold;
	background-color:#932c27;
}
#MenuSide #ListMenu3 li #current {
	color: #FFFFFF;
	font-weight:bold;
	background-color:#932c27;
}


#MenuSide ul #HasSub {
	font-weight:bold;
	background-color:#475869;
	color:#FFF;
	
}

#MenuSide ul #HasSub:hover {
	background-color:#323232;
}

#MenuSide ul:hover{
	
}
*/


/*  Side Menu Styles 
#LeftSideMenu {
	padding-bottom:40px;
	}

#LeftSideMenu a{
	padding: 5px;
	text-decoration: none;}	
#LeftSideMenu li {
	list-style:none;}
	
	
#MenuSideHead {
	margin:0;
	width:240px;
	height:auto;
	}	

#MenuSide {
	width:240px;
	height:auto;}

#MenuSide UL{
	padding:0;
	margin:0;
	}

#MenuSide a{
	padding-left:15px;
	text-decoration:none;}

#MenuSide li {
	list-style:none;
	width:240px;
	}
#ListMenu1 ol{
	padding:0;
	margin:0;
	}	

#MenuSide li:hover {
	color: #FFFFFF !important; 
	font-weight:bold;
	background-color:#323232;	
}

#MenuSide A:hover {
	color:#FFFFFF;
}
*/
/* Menu Styles End */




#MenuSide {
	width: 230px;
	height:auto;
	margin: 0px auto;
	margin-top:-20px;
	margin-left:0px;
	padding: 0px;
	padding-top:15px;
	position:relative;
	text-align: left;
}
#MenuSide ul {
	list-style: none;
	width:230px;
	margin: 0px auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left:0px;

}

#MenuSide li a {
	margin: 0px;
	text-decoration: none;
}

#MenuSide li a:link, #MenuSide li a:visited {
	display: block;
	padding-right: 15px;
	padding-left: 20px;
	margin-right:0px;
	margin-left:0px;
	border-bottom:1px solid #FFF;
}

#MenuSide li a:active {
	color: #fff;
	background-color:#475869;
	
}
#MenuSideFoot {
	width:230px;
	height:40px;
	padding:0px;
	margin:0px auto;
	position:relative;
	z-index:1;
}
#ListMenuTitle { 
	text-align:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ListMenu1 { 
	text-align:left;

	margin: 0px auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ListMenu1 ol {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#MenuSide #ListMenu1 ol li a {
	padding-left: 40px;
	display: block;
	text-decoration: none;
}


#ListMenu2Title { 
	text-align:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#MenuSide #ListMenu2 { 
	text-align:left;
	margin: 0px auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;


}
#MenuSide #ListMenu2 ol {
	padding: 0px;
	margin: 0px;
}

#MenuSide #ListMenu2 ol li {
	list-style-type: none;
}


#MenuSide #ListMenu2 ol li a {
	display: block;
	text-decoration: none;
}

#MenuSide #ListMenu2 ol li a {
	padding-bottom:5px;
	height:auto;
	padding-left:55px;
	display: block;
	text-decoration: none;
}

#ListMenu3Title { 
	text-align:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#MenuSide #ListMenu3 {
	text-align:left;
	font-size:10px;
	margin: 0px auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#MenuSide #ListMenu3 ol {
	padding: 0px;
	margin: 0px;
}
#MenuSide #ListMenu3 ol li {
	width:226px;
	list-style-type: none;
}

#MenuSide #ListMenu3 ol li a {
	display: block;
	text-decoration: none;

}
#MenuSide #ListMenu3 ol li a {
	padding-bottom:5px;
	height:auto;
	padding-left:70px;
	display: block;
	text-decoration: none;
}






























/* STORE STYLES */

#StoreTabContainer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.StoreShadetabs {
	clear:left;
	padding: 3px 0;
	margin-left: 15px;
	margin-right:15px;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.StoreShadetabs li {
	display: inline;
	margin: 0;
}
.StoreShadetabs li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #377ba6;
	color: #2d2b2b;
	background-color: #96bfd9;
}
.StoreShadetabs li a:visited {
	color: #2d2b2b;
}
.StoreShadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}
.StoreShadetabs li.selected {
	position: relative;
	top: 1px;
}
.StoreShadetabs li.selected a {
	border-bottom-color: #e1ebf2;
	background-color: #e1ebf2;
}
.StoreShadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}
.StoreTabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid #377ba6;
	width: 320px;
	margin-bottom: 1em;
	margin-left:0px;
	margin-right:0px;
	padding: 10px;
	background-color:#e1ebf2;
}
.shadetabs {
	clear:left;
	padding: 3px 0;
	margin-left: 15px;
	margin-right:15px;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background-color: #CCCCCC;
}
.shadetabs li a:visited {
	color: #2d2b2b;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}
.shadetabs li.selected {
	position: relative;
	top: 1px;
}
.shadetabs li.selected a {
	border-bottom-color: white;
	background-color: #FFFFFF;
}
.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 95%;
	margin-bottom: 1em;
	margin-left:10px;
	margin-right:10px;
	padding: 10px;
	background-color:#FFFFFF;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block!important;
}
}
div#AccountContainer {
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	margin:0px;
}
div#AccountInfo {
	width:100%;
	background-color:#e7e5dd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;
}
div#AccountInfo Strong {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
div#AccountInfo UL {
	list-style:none;
}
div#AccountFiles {
	width:100%;
	background-color:#f1f1f1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;
}
div#AccountFiles Strong {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
div#AccountFiles UL {
	list-style:none;
}
div#ArticleListing {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
}
div#ArticleListing li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin:0px;
}
.ImgSm {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right:10px;
	margin-top:10px;
	border: 1px solid #666666;
	float:left;
}
div#Sub_Page_Listing {
	padding:0px;
	margin:0px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	clear:both;
}

div#Sub_Page_Listing_Full {
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	border-bottom:1px solid #999;
}
div#Sub_Page_Listing_Left {
	float:left;
	width:85px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div#Sub_Page_Listing_Right {
	float:left;
	width:500px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div#Sub_Page_Listing_Title a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#004990;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
div#Sub_Page_Listing_ShortDesc {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:0px;
	margin:0px;
}
div#Sub_Page_Listing_ShortDesc p{
	padding:0px;
	margin:0px;
}

div#Sub_Page_Listing_Full .Sub_Page_Listing_More {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:0px;
	margin:0px;
	padding-left:15px;
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: 0px -894px;
}




div#Sub_Page_Listing img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right:10px;
	border: 1px solid #666666;
}
div#Sub_Page_Listing p {
	
}
div#Sub_Page_Listing span {

}
div#Sub_Page_Listing a {

}
div#BannerTop {
	text-align:center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div#BannerLeft {
	width:170px;
	text-align:center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-right:0px;
	display:inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#BannerRight {
	float:right;
	text-align:center;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-left:20px;
}
#StoreMenu {
	width: 230px;
	margin-bottom: 1em;
	font-family: Tahoma, Arial, sans-serif;
	/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 12px;
	color: #333;
	text-align:left;
	padding: 0px;
}
#StoreMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#StoreMenu li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}
#StoreMenu li a {
	display: block;
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
}
html>body #StoreMenu li a {
	width: auto;
}
#StoreMenu li a:hover {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;	
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: -1px -1151px;	
	color: #e03f15;
}
#StoreMenu li #active {
	background-color: #2586d7;
	color: #fff;
}
#StoreMenu ul li #current {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;	
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: -1px -1151px;	
	color: #e03f15;
}
#StoreMenu #MenuTitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color: #ebebeb;
	color: #545554;
	margin:0px auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}


#StoreMenu ul.StoreSubMenu{
	
	padding-left:10px;}


-->


<!--
#Storecontainer {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
div#StoreContentLeft {
	float:left;
	text-align:center;
	width:240px;
	position:relative;
	z-index:40;
	
}
div#StoreContentRight {
	float:right;
	text-align:left;
	width:740px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	position:absolute;
	z-index:50;
}
-->
div#StoreDeptListing {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
}
div#StoreDeptListing li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin:0px;
}
#StoreItem {
	margin: 0px;
	padding: 0px;
	border:1px solid #033f73;
	margin-left:15px;
	margin-right:15px;
	height:295px;
	width:auto;
}
#StoreItem .StoreProductImageThumb {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
}
#StoreItem .StoreMerchName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #033f73;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	width:180px;
	height:auto;
	display:block;
}
#StoreItem .StoreMerchShortDesc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666;
}
#StoreItem .StoreOurPrice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #033f73;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;	
}
#StoreItem .StoreRetailPrice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: line-through;
	padding-left:5px;
}
#StoreItem .StoreAddCart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
#StoreItem .BuyNow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	padding-left:5px;
}
.StoreRemoveLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 2px;
	border: 1px solid #333;
}
#StoreProductDetail {
}
#StoreProductDetail .StoreProductImageDetail {
	border:1px solid #377ba6;
}
#StoreProductDetail .StoreMerchNameDetail {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #377ba6;
}
#StoreProductDetail .StoreImageEnlarge {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: transparent;
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: -5px -240px;
	padding-left:16px;
}
#StoreProductDetail .StoreVendorImage {
}
#StoreProductDetail .StoreShortDesc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #545554;
}
#StoreProductDetail .StoreMerchDesc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
#StoreProductDetail .StoreSKU {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	font-style: italic;
	padding-bottom: 7px;
}
#StoreProductDetail .StoreOurPrice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #377ba6;
}
#StoreProductDetail .StoreRetailPrice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: line-through;
}
#StoreProductDetail .StoreSavePrice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #900;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}
#StoreProductDetail .StoreVendor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 2px;
}
#StoreProductDetail FORM {
	background-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #666;
}
#StoreProductDetail #MerchOptionName{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#StoreProductDetail #MerchOptionDirections{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#StoreProductDetail #MerchOptionSelect select{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.radioDemo{
	display:none;
}




 .radioTable {
	background-color:#dcdcdc;
	border:1px solid #333;
}
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  table.radioTable th,
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  table.radioTable td {
	font-size: 12px;
	color: #333;
	text-align: left;
	vertical-align:middle;
	padding: 5px;
  }
  
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  table.radioTable thead th {
    padding-top: 25px;
    font-size: 21px;
    color: #333;
  }
  
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  table.radioTable tbody th {
    text-align: right;
    font-size: 11px;
    color: #333;
    width: 150px;
  }

  
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio      table.radioTable td em {
        display: block;
        font-size: 11px;
        font-weight: normal;
        color: #333;
      }
      
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  table.radioTable .highlight {
    background-color: #e1ebf2;
    color: #333;
	background-repeat: no-repeat;
	background-position: right bottom;	
  }
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  table.radioTable thead .highlight {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-bottom-radius: 4px;
    -webkit-border-top-bottom-radius: 4px;    
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-radius: 4px;
  }
  
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  .radioTable .row-price td {
    font-size: 13px;
    color: #999;
  }
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio    .radioTable .row-price strong {
      padding: 0 .25em;
      font-weight: normal;
      font-size: 21px;
      color: #FFF;
      font-family: Georgia, serif;
    }
      


#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  .radioTable a.signup {
    display: block;
    margin: 0px;
  	color: #FFF;
  	font-size: 12px;
  	line-height: 1;
  	background-color: #96bfd9;
  	width: 83px;
  	height: 26px;
	text-decoration:none;
  	-moz-border-radius-bottomleft: 7px;
  	-moz-border-radius-bottomright: 7px;
  	-moz-border-radius-topright: 7px;
  	-moz-border-radius-topleft: 7px;
  }
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio    .radioTable a.signup strong {
	display: block;
	margin-left: 7px;
	background-color: #96bfd9;
	height: 20px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 7px;
	padding-top: 6px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 16px;
    }
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  .radioTable a.signup:hover {
    background-position: 0 -26px;
    color: #FFF;
    background-color:#F39D01;
  }
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio    .radioTable a.signup:hover strong {
      background-position: 100% -26px;
      background-color:#F39D01;
    }
    
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  .radioTable a.btn-more {
    margin-left: 10px;
    width: 103px;
  }
  
  
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio img{
	border:1px solid #377ba6;

}

#StoreProductDetail .MerchOptTitle{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

#StoreProductDetail #MerchOptions{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#StoreProductDetail UL.OptionPics{
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#StoreProductDetail UL.OptionPics LI{
	display: inline;
}


#ProductRecomendations{
	background-color: #e1ebf2;
	padding: 10px;
}

#PR_Product{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	background-color:#FFF;
	border:1px solid #377ba6;
	width:150px;
	height:230px;
	float:left;
	margin-left:4px;
	margin-right:4px;
	padding: 5px;
	text-align:left;
}
#PR_Image img{
	width:148px;
	border:0px;}
#PR_Title{
	color: #377ba6;
	text-decoration: underline;
}
#PR_Price{
	color: #377ba6;
}
#PR_BuyNow{

}
div#MSGSuccess{
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	margin:0px auto;
	border:1px solid #063;
	color:#060;
	background-color:#b1d490;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	
div#MSGError{
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	margin:0px auto;
	border:1px solid #770101;
	color:#770101;
	background-color:#ee8282;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	}	
	
	/* table list */
	.table_list {border-collapse:collapse;
		border:solid #cccccc 1px;
		width:100%;}
	
	.table_list td {padding:5px;
		border:solid #efefef 1px;}
	
	.table_list th {background:#75b2d1;
		padding:5px;
		color:#ffffff;}
	
	.table_list tr.odd {background:#e1eff5;}
	
	
	/* calendar styles */
	#calendar1, #calendar2, #calendar3, #calendar4 {border:solid #666666 1px;
		background:#ffffff;
		padding-bottom:5px;
		padding-top:5px;}
	
	#calendar1 {width:183px;}
	#calendar1 .ng-cal-header-table {width:173px;}
	
	#calendar2 {width:370px;}
	#calendar2 .ng-cal-header-table {width:360px;}
	#calendar2 .ng-cal, #calendar3 .ng-cal {width:178px;
		float:left;
		margin-right:0px;}
	
	#calendar3 {width:555px;}
	#calendar3 .ng-cal-header-table {width:545px;}
	
	#calendar4 {width:350px;}
	#calendar4 .ng-cal-header-table {width:340px;}
	#calendar4 .ng-dateOff {background:#81b8c4;
					color:#1e6372;}
					
	#calendar4 .ng-cal * {font-size:10pt;}
	#calendar4 .ng-cal td {padding:3px;
		width:50px;
		height:30px;
		border:solid #9eefee 1px;}
		
#MAP_side_bar_head {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFF;
font-weight:700;
text-align:center;
margin:0 auto;
padding:0
}

#MAP_gMapKey {
background-color:#e7e7e7;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666;
border:1px solid #5f1522;
text-decoration:none;
padding:3px
}

#MAP_gMapKey:hover {
background-color:#FFF
}


#miles {
color:#125798;
text-decoration:none
}

#MAP_side_bar {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
overflow:auto;
height:500px;
text-decoration:none;
padding:3px
}

#MAP_side_bar strong {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#172b6d
}

#MAP_side_bar .gmaplist {
padding-top:3px;
padding-bottom:2px
}

#MAP_side_bar a {
color:#2a73ce
}

#MAP_side_bar a:hover {
color:#bd111c
}

div#ProductListing{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	
	}
	
div#ProductListing a{
	text-decoration:none;
	padding:0px;
	margin:0px;
	}
	
div#ProductListing img{
	padding:0px;
	margin:0px;
	}

div#ProductListing span{
	padding:0px;
	margin:0px;
	background-image:url(../media/layout/icon_mag_glass.gif);
	padding-left:20px;
	background-position: left center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#2f5565;
	font-weight:normal;
	font-variant: small-caps;
	text-transform: capitalize;
	background-repeat: no-repeat;	
	}
	
div#CategoryListing{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding:0px;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:5px;
	clear:both;
	height:auto;
	display:block;
	overflow:hidden;
	
	}
	
div#CategoryListing img{
	padding:0px;
	margin:0px;
	border: 1px solid #333;
	float: left;
	margin-right:20px;
	}	
	
div#CategoryListing ul{
	padding:0px;
	margin:0px;
	margin-left:180px;
	}	
div#CategoryListing ul li{
	padding:0px;
	margin:0px;
	margin-left:50px;
	}	

#LangHmongBox {float: left;
				font-family: Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-size: 12px;
				border: 5px double #036;
				width:250px;
				height: auto;
				padding:10px;
				margin-bottom:20px;
				}
				
#LangSpanishBox {float: right;
				font-family: Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-size: 12px;
				border: 5px double #036;
				width: 250px;
				height: auto;
				padding:10px;
				margin-bottom:20px;
				}
