@charset "utf-8";
body  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #000000;
	background-image: url(/images/layout/BlackBack.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #666666;
}
.HWNlayout #container {
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 
.HWNlayout #containerAdmin {
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
} 
.HWNlayout #header {
	background: #DDDDDD;
	padding: 0 10px 0 0;  /* 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. */
	background-image: url(/images/layout/HeaderBack.png);
	background-repeat: repeat-x;
} 

h1 {
	font-size: 22px;
	color: #133463;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #133463;
}
h3 {
	font-size: 15px;
	color: #133463;
}
.HWNlayout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.HWNlayout #headerAd {
	height:60px;
	z-index:1;
	float:right;
	margin-top: 10px;
	text-align: right;
}

.HWNlayout #Nav1row {
	height:28px;
	background-image: url(/images/layout/Nav1Back3.png);
	background-repeat: repeat-x;

}
.HWNlayout #Nav1rowAlt {
	height:28px;
	background-image: url(/images/layout/Nav1Back.png);
	background-repeat: repeat-x;
}

.HWNlayout #Nav2row {
	margin-top: 5px;
}

.HWNlayout #breadcrumbs {
	height: 15px;
	padding-left: 10px;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.HWNlayout  #searchBox {
	height: 15px;
	padding-left: 10px;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	float: right;
	padding-right: 10px;
}

.HWNlayout #TableHeadingBar {
	background-image: url(/images/layout/TableHeadingBack.png);
	background-repeat: repeat-x;
	height: 22px;
	color: #B6231C;
	font-weight: bold;
	border: 1px solid #6AA9C5;
}

.HWNlayout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
}


.HWNlayout #BorderBox {
	border: 1px solid #81C4DC;
	background-color: #E4F2F8;
	margin-bottom: 10px;
}
.HWNlayout #Padding5 {
	padding: 5px;
}

.HWNlayout #NewsWindow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #81C4DC;
	border-right-color: #81C4DC;
	border-bottom-color: #81C4DC;
	border-left-color: #81C4DC;
	background-color: #E4F2F8;
	height: 300px;
	margin-bottom: 10px;
}

.HWNlayout #NewsWindowNoScroll {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #81C4DC;
	border-right-color: #81C4DC;
	border-bottom-color: #81C4DC;
	border-left-color: #81C4DC;
	background-color: #E4F2F8;
	margin-bottom: 10px;
}

.HWNlayout #MyPhotos {
	background-image: url(/images/VADlayout/ContentBack.png);
	background-repeat: repeat-x;
}

.HWNlayout #NewsList {
	margin-bottom: 20px;
	margin-left: 8px;
	overflow: auto;
	height: 275px;
}

.HWNlayout #NewsListNoScroll {
	margin-bottom: 20px;
	margin-left: 8px;
}

.HWNlayout #NavParent {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-weight: bold;
}
.HWNlayout #NavList {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
}

.HWNlayout #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
}

.HWNlayout #mainContent {
	margin-top: 0;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-bottom: 0;
} 

.HWNlayout #mainContentNoLeft {
	margin-top: 0;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.HWNlayout #mainContentNoRight {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.HWNlayout #mainContentNoSidebars {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}


.HWNlayout #footer {
	background-color: #E4F2F8;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
} 
.HWNlayout #footerTop {
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
}

.HWNlayout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

.HWNlayout #listSignUp {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(/images/VADlayout/ContentBack.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.HWNlayout #ContentList {
	background-image: url(/images/VADlayout/ContentBack.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	overflow: auto;
	height: 173px;
	border: 1px solid #CCCCCC;
	background-attachment: fixed;
}

.HWNlayout #MessageBox {
	padding: 5px;
	border: 1px dotted #EDEDED;

} 

.HWNlayout #pagetools {
	font-size: 9px;
	padding: 1px;
}

.HWNlayout #navigation {
 }
 
.HWNlayout #navigation a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004C90;
	text-decoration: none;
	font-weight: bold;
}

.HWNlayout #navigation a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B6231C;
	text-decoration: none;
	font-weight: bold;
}

.HWNlayout #navigation a.selected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B6231C;
	text-decoration: none;
	font-weight: bold;
}

.HWNlayout #pagetools a{
	color: #133463;
	text-decoration: none;
	background-color: #E8E8E8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 2px;
	padding-left: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
}
.selected {
	color: #F0F0F0;
}

.HWNlayout #pagetools a:hover{
	color: #B6231C;
	text-decoration: none;
	background-color: #F5F5F5;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #999999;
}

.HWNlayout a {
	text-decoration:none;
	color: #133463;
}

.HWNlayout a:hover {
	text-decoration:underline;
	color: #B6231C;
}

.HWNlayout a.selected {
	text-decoration:none;
	color: #B6231C;
}


.ContentTitle {
	font-weight: bold;
	font-size: 24px;
	color: #004C90;
}
.PageNav {
	font-size: small;
	font-variant: small-caps;
	border: 1px dotted #CCCCCC;
	padding: 2px;
}

.ContentMetaInfo {
	color: #999999;
	font-size: x-small;
}
.ContentAbstract {
	font-size: 16px;
}
.ContentBody {
	font-size: 14px;
}
.ContentKeywords {

	font-size: xx-small;
	color: #CCCCCC;
}
hr {
	color: #CCCCCC;
	height: 1px;
}

.FooterText {

	font-size: xx-small;
	color: #CCCCCC;
}
.SmallListTitle {
	font-size: small;
	font-weight: bold;
}
.SmallListTitleAlt {
	font-size: medium;
	font-weight: bold;
}
.SmallListMetaInfo {
	font-size: xx-small;
	color: #999999;
}
.SmallWhite {
	font-size: xx-small;
	color: #FFFFFF;
}
.SmallListAbstract {
	font-size: x-small;
}
.BorderCell {
	border: 1px solid #CCCCCC;
}
.BorderCellBlue {
	border: 1px solid #81C4DC;
	background-color: #E4F2F8;
}
.SideBarHeading {
	font-weight: bold;
	font-size: small;
	font-variant: small-caps;
}
.MainNav {
	text-transform: uppercase;
	font-size: medium;
	font-weight: bold;
}




a.Nav3:link {
	font-size: x-small;
	text-transform: capitalize;
	text-decoration: none;
}
a.Nav3:visited {
	font-size: x-small;
	text-transform: capitalize;
	text-decoration: none;
}
a.Nav3:hover {
	font-size: x-small;
	text-transform: capitalize;
	text-decoration: underline;
}
a.Nav3:active {
	font-size: x-small;
	text-transform: capitalize;
	text-decoration: underline;
}

.Nav2 {
	font-size: 12px;
	text-transform: lowercase;
	color: #004C90;
}
a.Nav2:link {
	font-size: 12px;
	text-transform: lowercase;
	color: #004C90;
	text-decoration: none;
}
a.Nav2:visited {
	font-size: 12px;
	text-transform: lowercase;
	color: #004C90;
	text-decoration: none;
}
a.Nav2:hover {
	font-size: 12px;
	text-transform: lowercase;
	color: #B6231C;
	text-decoration: underline;
}
a.Nav2:active {
	font-size: 12px;
	text-transform: lowercase;
	color: #B6231C;
	text-decoration: underline;
}


.Error {
	color: #0000FF;
}
.AdminLabel {
	font-variant: small-caps;
	color: #666666;
	font-size: x-small;
}
input {
	font-size: xx-small;
}



.Nav1Cell {
	background-image: url(/images/saltcpa/Nav1_OnBack.png);
}
.Nav1Cell:hover {
	background-image: url(/images/saltcpa/Nav1_back.png);
}
.Nav1CellBottom {

	background-image: url(/images/saltcpa/Nav1_bottomShadow.gif);
}
.HomeText {
	color: #FFFFFF;
}
#subcontent {
	font-size: x-small;
	background-color: #EFEFEF;
	color: #333333;
}

.line { background: url(/images/saltcpa/borderLine.png) center bottom;
margin: 8px auto;
height: 2px;
}
.imgBorder {
	border: 1px solid #81C4DC;
}
.GreyBackPage {
	background-image: url(/images/VADlayout/ContentBack.png);
}
.HWNlayout #LinksList {
	margin-bottom: 15px;
	margin-top: 25px;
}

.HWNlayout #LinksPaid {
	margin-bottom: 15px;
	margin-top: 25px;
	border: 1px solid #81C4DC;
	background-color: #E4F2F8;
	padding: 5px;
}
.HWNlayout  #LinkTitle {
	font-weight: bold;
	font-size: 14px;
	color: #004C90;
}
.HWNlayout  #LinkDescription {
	font-size: 12px;
}
.HWNlayout #PollWindow {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E4F2F8;
}
.HWNlayout #PollList {
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right: 8px;
}
.HWNlayout #NewsGroup {
	margin-bottom: 10px;
	margin-left: 8px;
}


.HWNlayout #NewsGroupWindow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #81C4DC;
	border-right-color: #81C4DC;
	border-bottom-color: #81C4DC;
	border-left-color: #81C4DC;
	background-color: #E4F2F8;
	margin-bottom: 10px;
}


.NewsGroupLine {
	font-size: 12px;
	padding-bottom: 10px;
}

.NewsThumb {
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #81C4DC;
}
.LinkTitleClass {
	font-weight: bold;
	font-size: 16px;
	color: #004C90;
	margin-bottom: 10px;
}
.LinkDescriptionClass {
	font-size: 12px;
}


.HWNlayout #Twitter {
	border: 1px solid #81C4DC;
	background-color: #E4F2F8;
	margin-bottom: 10px;
}
.HWNlayout #Tweets {
	font-size: 9px;
	padding-left: 5px;
}

.HWNlayout #twitter_update_list {
	list-style-type: none;
	padding:0;
	margin:0;

}

.HWNlayout #twitter_update_list li {
	padding-bottom:5px;
}

.advertisement {
	text-align: right;
	padding-top: 2px;
	padding-right: 3px;
}

.HWNlayout #NavPanelBody {
	background-color:#CCC;
	padding-right: 10px;
	padding-left: 10px;

}

.HWNlayout #NavPanelBody ul {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
	list-style-image:url(/images/layout/icons/bullet_blue_small.png);
}


.HWNlayout #NavPanelBody li {
	line-height: 18px;
}


.HWNlayout #NavPanelTop {
	background-image:url(/images/layout/NavPanelTop.png);
	height:20px;
}

.HWNlayout #NavPanelBottom {
	background-image:url(/images/layout/NavPanelBottom.png);
	height:20px;
}

.HWNlayout #slider {
	height:315px;
	overflow: hidden;
}

.NavPanelCell {
	background-image:url(/images/layout/NavPanelBlueBack2.png);
}

.ImgLeftBuffer {
	padding-left:1px;
	
}
