@charset "utf-8";
/* CSS Document */
body
{
    margin:0;
    padding:0;
    font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	background-color:#9e7145;
	background-image:url(images/bg-repeat.jpg);
	background-repeat:repeat-x;
	font-size:.8em;
}
#sal A:link, #sal A:active, #sal A:visited
{
	text-decoration: none;
	color: #008484;
}
#sal A:hover
{
	text-decoration:none;
	color: #f9b04c;
}
#sal .clear
{
	clear:both;
}
#sal ul
{
	
}
#sal ul li
{
	margin-bottom:5px;
}
#sal .register-login
{
	float:right;
	margin-right:26px;
	margin-top:-17px;
	color:white;
}
#sal .register-login a
{
	color:white;
}
#sal .register-login a:hover
{
	color: #f9b04c;
}
/*-------------------------------MAIN WRAPPER------------------------------*/
#sal
{
	width:1017px;
    margin: 0 auto;
	margin-top:25px;
}

/*-------------------------------SHADOWS------------------------------*/
#sal #shadow-top
{
	width:1017px;
	height:25px;
}
#sal #shadow-bottom
{
	width:1017px;
	height:25px;
}
#sal #shadow-left
{
	background-image:url(images/shadow-repeat-left.gif);
	background-position: 0% 0%;
	background-repeat:repeat-y
}
#sal #shadow-right
{

	background-image:url(images/shadow-repeat-right.gif);
	background-position: 992px; 0%;
	background-repeat:repeat-y
}
#sal #shadow-corner-top-left
{	
	height:25px;
	width:25px;
	float:left;
	background-image:url(images/corner-top-left.gif);
	background-repeat:no-repeat;
}
#sal #shadow-top-repeat
{	
	height:25px;
	margin-left:25px;
	margin-right:25px;
	background-image:url(images/shadow-repeat-top.gif);
	background-position: 0% 50%;
	background-repeat:repeat-x;
}
#sal #shadow-corner-top-right
{
	height:25px;
	width:25px;
	float:right;
	background-image:url(images/corner-top-right.gif);
	background-repeat:no-repeat;
}
#sal #shadow-bottom-repeat
{	
	height:25px;
	margin-left:25px;
	margin-right:25px;
	background-image:url(images/shadow-repeat-bottom.gif);
	background-position: 0% 50%;
	background-repeat:repeat-x;
}
#sal #shadow-corner-bottom-left
{
	height:25px;
	width:25px;
	float:left;
	background-image:url(images/corner-bottom-left.gif);
	background-repeat:no-repeat;
}
#sal #shadow-corner-bottom-right
{
	height:25px;
	width:25px;
	float:right;
	background-image:url(images/corner-bottom-right.gif);
	background-repeat:no-repeat;
}

/*-------------------------------CONTENT------------------------------*/
#sal #content
{
	background-color:#fdf9e3;
	background-image:url(images/main-bg-repeat.jpg);
	background-repeat:repeat-y;
	width:967px;
}
#sal #content-admin
{
	background-color:#fdf9e3;
	background-image:url(images/main-bg-repeat.jpg);
	background-repeat:repeat-y;
	width:967px;
}
#sal #content #home-logo
{
	float:left;
	height:37px;
	width:275px;
	background-image:url(images/menu-bar-logo.jpg);
	background-repeat:no-repeat;
}
#sal #content #home-menu-quote
{
	float:right;
	height:37px;
	width:692px;
}
#sal #content #logo
{
	float:left;
	height:85px;
	width:275px;
	background-image:url(images/menu-bar-logo.jpg);
	background-repeat:no-repeat;
}
#sal #content #menu-quote
{
	float:right;
	height:85px;
	width:692px;
}
#sal #content #menu
{
	height:27px;
	width:692px;
	padding-top:10px;
	text-align:right;
	background-image:url(images/menu-bar-repeat.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
}
#sal #content #menu span
{
	color:#c38b5d;
	font-weight:bold;
	font-size:1em;
}
#sal #content #quote
{
	height:48px;
	width:692px;
	text-align:right;
	background-image:url(images/quote-bar-repeat.jpg);
	background-repeat:repeat-x;
}
#sal #content #quote span
{
	display:block;
	padding-top:13px;
	padding-right:15px;
	color:#ad8f63;
	font-weight:bold;
	font-size:1em;
}
#sal #content #right-swoosh2-top
{
	text-align:right;
	padding-top:15px;
}
#sal #content #right-swoosh2-top a
{
	color:white;
	text-decoration:none;
}
#sal #content #right-swoosh2-top ul
{
	margin-right:13px;
	color:white;
	font-size:1.2em;
	list-style:none;
	display:inline;
}
#sal #content #right-swoosh2-top li
{
	font-size:1em;
	display:inline;
	padding-left:19px;
}
/*-------------------------------HOME PAGE STYLES------------------------------*/
#sal #home-bg-color
{
	margin-left:25px;
	margin-right:25px;
}
#sal #home-bg
{
	background-color:#ecd6aa;
}
#sal #content #home-flash
{
	height:361px;
	width:967px;
	/*background-image:url(images/flash.jpg);*/
}
#sal #content #home-column-left
{
	float:left;
	width:243px;
	height:150px;
	background-image:url(images/column-left-repeat.jpg);
	background-repeat:repeat-x;
	background-color:#ecd6aa;
	background-position:0 0;
	border-top:4px solid white;
}
#sal #content #home-column-left-title
{
	height:26px;
	margin-top:12px;
	text-align:left;
}
#sal #content #home-column-left-title h2
{
	display:block;
	padding:2px 0 0 0;
	margin:0 0 0 0;
	padding-left:15px;
	color:#f9b04c;
	font-weight:bold;
	font-size:1.1em;
}
#sal #content #home-column-left-content
{
	padding:5px 15px 10px 15px;	
	font-size:.95em;	
}
#sal #content #home-column-left-content p
{
	padding:0;
	margin:0;
	font-size:.95em;	
}
#sal #content #home-column-right
{
	float:right;
	width:724px;
	background-color:#ecd6aa;
	border-top:4px solid white;
}
#sal #content #home-column-right-title
{
	height:26px;
	width:716px;
	margin-top:12px;
	background-image:url(images/column-right-bg.jpg);
	background-repeat:no-repeat;
	text-align:left;
}
#sal #content #home-column-right-title h1
{
	display:block;
	padding:3px 0 0 0;
	margin:0 0 0 0;
	padding-left:15px;
	color:#983711;
	font-weight:bold;
	font-size:1em;
}
#sal #content #home-column-right-content
{
	padding:5px 15px 10px 15px;	
}
#sal #content #home-column-right-content p
{
	padding:0;
	margin:0;
}
#sal #content #home-ticker
{
	width:967px;
	height:39px;
	background-color:#983711;
	border-top:4px solid white;
}
/*-------------------------------MAIN STYLES ------------------------------*/
#sal #main-bg
{
	margin-left:25px;
	margin-right:25px;
}
#sal #content #main-column-left
{
	float:left;
	width:327px;
	height:100%;

}
#sal #content #main-column-right
{
	float:right;
	width:640px;
	
}
#sal #content #main-column-left #left-swoosh1
{
	float:left;
	width:244px;
	height:135px;
	background-image:url(images/leftCol-swoosh1.jpg);
	background-repeat:no-repeat;
}
#sal #content #main-column-left #left-swoosh2
{
	float:right;
	width:83px;
	height:135px;
	background-image:url(images/leftCol-swoosh2.jpg);
	background-repeat:no-repeat;
}
#sal #content #main-column-left #horiz-nav1
{
	float:left;
	width:243px;
	
	height:402px;
	background-image:url(images/leftCol-nav-repeat.jpg);
	background-repeat:repeat-x;
}
#sal #content #main-column-left #horiz-nav2
{
	float:right;
	width:79px;
	height:402px;
	background-color:#fdf9e3;
	border-left:4px solid white;
}
#sal #content #main-column-right #right-swoosh1
{
	float:left;
	width:181px;
	height:89px;
	background-image:url(images/rightCol-swoosh1.jpg);
	background-repeat:no-repeat;
}
#sal #content #main-column-right #right-swoosh2
{
	float:right;
	width:459px;
	height:89px;
}
#sal #content #main-column-right #right-swoosh2-top
{
	width:459px;
	height:50px;
	background-image:url(images/rightCol-swoosh2-top.jpg);
	background-repeat:no-repeat;
}

#sal #content #main-column-right #right-swoosh2-bottom
{
	width:459px;
	height:39px;

}
/*-------------------------------ADMIN STYLES ------------------------------*/
#sal #content #main-column-right #adminLabel
{
    border-left:3px solid #983711;
    color:#57452B;
    font-size:1.6em;
    font-weight:bold;
    margin:30px 0px 25px 30px;
    padding-left:6px; 
}
#sal #content #main-column-left-admin
{
	float:left;
	width:327px;
	height:100%;

}
#sal #content #main-column-left-admin #left-swoosh1
{
	float:left;
	width:244px;
	height:135px;
	background-image:url(images/leftCol-swoosh1.jpg);
	background-repeat:no-repeat;
}
#sal #content #main-column-left-admin #left-swoosh2
{
	float:right;
	width:83px;
	height:135px;
	background-image:url(images/leftCol-swoosh2.jpg);
	background-repeat:no-repeat;
}
#sal #content #main-column-left-admin #horiz-nav1
{
	float:left;
	width:243px;
	background-image:url(images/leftCol-nav-repeat.jpg);
	background-repeat:repeat-x;
}
#sal #content #main-column-left-admin #horiz-nav2
{
	float:right;
	width:79px;
	background-color:#fdf9e3;
	border-left:4px solid white;
}
/*-------------------------------INNER PAGE STYLES ------------------------------*/
#sal #content #main-column-right-innerPage
{	
	margin:0px 50px 40px 0px;
}
#sal #content #main-column-left-innerPage
{
	margin-bottom:40px;
}
#sal #content #main-column-right-innerPage p
{
	margin-top:5px;
	margin-bottom:5px;
}
#sal #content #main-column-right-innerPage h1
{
	display:block;
	color:#57452b;
	font-weight:bold;
	font-size:1.4em;
	margin-top:5px;
	margin-bottom:3px;
}
#sal #content #main-column-right-innerPage h2
{
	display:block;
	color:#57452b;
	font-weight:normal;
	font-size:1.2em;
	margin-top:12px;
	margin-bottom:3px;
}
/*-------------------------------ARTICLES PAGE STYLES ------------------------------*/
#sal #content #main-column-right-articles
{
	margin:0px 0px 0px 0px;	
}
#sal #content #articles-column-left
{
	float:left;
	width:380px;
	margin-bottom:20px;
	margin-right:20px;	
}
#sal #content #articles-column-right
{
	float:left;
	width:215px;
	
	margin-bottom:20px;
}
#sal #content #articles-column-left p
{
	margin-top:5px;
	margin-bottom:5px;
}
#sal #content #articles-column-right p
{
	margin-top:5px;
	margin-bottom:5px;
}
#sal #content #main-column-right-articles h1
{
	display:block;
	color:#57452b;
	font-weight:bold;
	font-size:1.4em;
	margin-top:5px;
	margin-bottom:3px;
}
#sal #content #main-column-right-articles h2
{
	display:block;
	color:#57452b;
	font-weight:normal;
	font-size:1.2em;
	margin-top:12px;
	margin-bottom:3px;
}
/*-------------------------------TRAINING PAGE STYLES ------------------------------*/
#sal #content #main-column-right-training
{
}
#sal #content #training-column-left
{
	float:left;
	width:221px;
	margin-bottom:20px;
	color:#47371B;
	margin-right:20px;	

}
#sal #content #training-column-right
{
	float:left;
	width:370px;
	margin-bottom:20px;
	color:#57452b;	
}
#sal #content #training-column-right .contStyle
{
	float:left;
	width:370px;
	margin-bottom:20px;
	color:black;	
}
#sal #content #training-column-left p
{
	margin-top:5px;
	margin-bottom:5px;
	
}
#sal #content #training-column-right p
{
	margin-top:5px;
	margin-bottom:5px;
	
}
#sal #content #main-column-right-training h1
{
	display:block;
	color:#3da2a0;
	font-weight:normal;
	font-size:2.2em;
	margin-top:5px;
	margin-bottom:3px;
}
#sal #content #main-column-right-training .contStyle h1
{
	display:block;
	color:#57452b;
	font-weight:bold;
	font-size:1.4em;
	margin-top:5px;
	margin-bottom:3px;
}
#sal #content #main-column-right-training h2
{
	display:block;
	color:#57452b;
	font-weight:normal;
	font-size:1.2em;
	margin-top:12px;
	margin-bottom:3px;
}
#sal #content #main-column-right-training .contStyle h2
{
	display:block;
	color:#57452b;
	font-weight:normal;
	font-size:1.2em;
	margin-top:12px;
	margin-bottom:3px;
}
/*-------------------------------DNN MENU ------------------------------*/
main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 0px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
}

.main_dnnmenu_itemhover td {  
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	border:2px solid #983711;
	background-color: white;  
	color:white;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/*-------------------------------HOUSE MENU ------------------------------*/
.header_nav{

border-left:3px solid #983711;
color:#57452b;
font-size:1.6em;
margin:20px 0px 25px 30px;
padding-left:6px;
font-weight:bold;
}
#HouseMenuNav{
list-style:none;
color:#57452b;
font-size:1.1em;
margin-top:-10px;
}
#HouseMenuNav li {
margin-top:10px;
margin-right:5px;
padding-bottom:1px;
border-bottom:2px dotted #983711;
}
#HouseMenuNav li a:link, #HouseMenuNav li a:visited {
list-style:none;
color:#57452b;
text-decoration:none;
font-weight:bold;
}
#HouseMenuNav li a:hover, #HouseMenuNav li a:active {
list-style:none;
color:#983711;
text-decoration:none;
font-weight:bold;
}


#HouseMenuNav li ul{ /* second-level lists */
list-style:none;
color:#57452b;
font-weight:normal;
}
#HouseMenuNav li ul a{ /* second-level lists */
list-style:none;
color:#57452b;
}




#HouseMenuNav li ul ul { /* third-and-above-level lists */

}

#HouseMenuNav li:hover ul ul,
#HouseMenuNav li:hover ul ul ul,
#HouseMenuNav li.sfhover ul ul,
#HouseMenuNav li.sfhover ul ul ul {
left: -9999px;
}

#HouseMenuNav li:hover ul,
#HouseMenuNav li li:hover ul,
#HouseMenuNav li li li:hover ul,
#HouseMenuNav li.sfhover ul,
#HouseMenuNav li li.sfhover ul,
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}


