@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;
}
.twoColFixLtHdr #container {
	width: 933px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F5F5F5;
	margin: 0 auto;
	text-align: left;
	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: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #containerAdmin {
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background-image: url(/images/layout/HeaderBack.png);
	background-repeat: repeat-y;
	height: 119px;
} 
h1 {
	font-size: 22px;
	color: #133463;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #133463;
}
h3 {
	font-size: 15px;
	color: #133463;
}

.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #logo {
	float: left; /* since this element is floated, a width must be given */
	width: 269px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #marquee {
	margin-left: 500px;
	text-align: right;
	background-image: url(/images/layout/ProtectingK9Protectors.jpg);
	height: 119px;
	background-position: right;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #TopNav {
	float: left;
	margin-top: 30px;
	margin-left: 60px;
	margin-bottom: 20px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-image: url(/images/layout/ContentBack.png);
	background-repeat: repeat-x;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	font-size: 14px;
}
.twoColFixLtHdr #sidebar1 a {
	text-decoration: none;
}

.twoColFixLtHdr #mainContent {
	background-image: url(/images/layout/ContentBack.png);
	background-repeat: repeat-x;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 270px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 20px;
	background-color: #FFFFFF;
	padding-top: 10px;
} 

.twoColFixLtHdr #homeContent {
	float: left; /* since this element is floated, a width must be given */
	width: 590px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.twoColFixLtHdr #homeSidebar {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 620px;
	margin-top: 20px;
} 

.twoColFixLtHdr #videoBox {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(/images/layout/VideoBoxBack.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

.twoColFixLtHdr #listSignUp {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(/images/layout/ContentBack.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.twoColFixLtHdr #ContentList {
	background-image: url(/images/layout/ContentBack.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	overflow: auto;
	height: 300px;
	border: 1px solid #CCCCCC;
	background-attachment: fixed;
}

.twoColFixLtHdr #mainContentNoLeft {
	background-image: url(/images/layout/ContentBack.png);
	background-repeat: repeat-x;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 20px;
	background-color: #FFFFFF;
	padding-top: 10px;
}

.twoColFixLtHdr #Comments {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDEDED;
	padding: 10px;

} 

.twoColFixLtHdr #MessageBox {
	padding: 5px;
	border: 1px dotted #EDEDED;

} 

.twoColFixLtHdr #CommentCredit {
	font-size: 9px;
}


.twoColFixLtHdr #breadcrumb {
	font-size: 9px;
} 
.breadcrumb {
	font-size: 9px;
} 

.twoColFixLtHdr #pagetools {
	font-size: 9px;
	padding: 1px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #navigation {
	background-image:url(/images/layout/NavBackOff.png);
	height: 40px;
 }
 
.twoColFixLtHdr #navigation a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #133463;
	text-decoration: none;
	font-weight: bold;
}

.twoColFixLtHdr #navigation a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FEB228;
	text-decoration: none;
	font-weight: bold;
}

.twoColFixLtHdr #navigation a.selected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FEB228;
	text-decoration: none;
	font-weight: bold;
}

.twoColFixLtHdr #MyPhotos{
	background-image: url(/images/layout/ContentBack.png);
	background-repeat: repeat-x;
}

.twoColFixLtHdr #PhotoCredit {
	font-size: 9px;
	padding: 10px;
}



.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;
}

.twoColFixLtHdr #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;
}

.twoColFixLtHdr #pagetools a:hover{
	color: #FEB228;
	text-decoration: none;
	background-color: #F5F5F5;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #999999;
}

.twoColFixLtHdr a {
text-decoration:underline;
color: #133463;
}

.twoColFixLtHdr a:hover {
text-decoration:none;
color: #FEB228;
}

.twoColFixLtHdr a.selected {
text-decoration:none;
color: #FEB228;
}


.ContentTitle {
	font-weight: bold;
	font-size: 18px;
	color: #133463;
}
.PageNav {
	font-size: x-small;
	font-variant: small-caps;
	border: 1px dotted #CCCCCC;
	padding: 2px;
}

.ContentMetaInfo {
	color: #CCCCCC;
	font-size: x-small;
}
.ContentAbstract {
	color: #133463;
	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;
}
.SmallListMetaInfo {
	font-size: xx-small;
	color: #999999;
}
.SmallWhite {
	font-size: xx-small;
	color: #FFFFFF;
}
.SmallListAbstract {
	font-size: x-small;
}
.BorderCell {
	border: 1px solid #CCCCCC;
}
.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: underline;
}
a.Nav3:visited {
	font-size: x-small;
	text-transform: capitalize;
	text-decoration: underline;
}
a.Nav3:hover {
	font-size: x-small;
	text-transform: capitalize;
	text-decoration: none;
}
a.Nav3:active {
	font-size: x-small;
	text-transform: capitalize;
	text-decoration: none;
}

.Nav2 {
	font-size: 12px;
	text-transform: capitalize;
	color: #CCCCCC;
}
a.Nav2:link {
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline;
}
a.Nav2:visited {
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline;
}
a.Nav2:hover {
	font-size: 12px;
	text-transform: capitalize;
	color: #CCCCCC;
	text-decoration: none;
}
a.Nav2:active {
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	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 #587072;
}
.GreyBackPage {
	background-image: url(/images/layout/ContentBack.png);
}
.twoColFixLtHdr #BottomBuffer {
	height: 20px;

}
.twoColFixLtHdr #LogInMarquee {
	background-image: url(/images/marquees/LoginMarqueeBack.png);
	height: 132px;
	background-repeat: no-repeat;
	border: 1px solid #587072;
}
