/* Define Tags */
html, body {
	height:100%;
	} 

body { 
	margin:0;
	padding:0;
} 
a, a:visited, a:hover {	
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#414141;	
	line-height:1.5em;
	text-decoration:underline;
	}
a:hover {
	color:#000000;
	text-decoration:none;
	}
#content {
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#414141;	
	line-height:1.5em;
}
#content td {
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#414141;	
	line-height:1.5em;
}
#content p {
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#414141;	
	line-height:1.5em;
}
#content span {
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#414141;	
	line-height:1.5em;
}
#content a, #content a:visited, #content a:hover {
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#414141;	
	line-height:1.5em;
	text-decoration:underline;
}
#content a:hover {
	color:#000000;
	text-decoration:none;
}

#topMenu {
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#8A8A8A;	
	line-height:1.5em;
}
#topMenu p {
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#8A8A8A;	
	line-height:1.5em;
}
#topMenu a, #topMenu a:visited, #topMenu a:hover {
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#8A8A8A;	
	line-height:1.5em;
	text-decoration:underline;
}
#topMenu a:hover {
	color:#676767;
	text-decoration:none;
}

.menuStyle, .menuStyle ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menuStyle a {
	display: block;
	width: 10em;
	margin: 4px 0px 2px 20px;
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#8A8A8A;	
	line-height:1.5em;
	text-decoration:none;
}

.menuStyle li {
	float: left;
	width: 10em;
}

.menuStyle li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background-image:url(images/sa_menu_background.gif);
}

.menuStyle li:hover ul, .menuStyle li.sfhover ul {
	left: auto;
}

/* Second level drop down menus */
.menuStyle li:hover ul ul, .menuStyle li.sfhover ul ul {
	left: -999em;
}

.menuStyle li:hover ul, .menuStyle li li:hover ul, .menuStyle li.sfhover ul, .menuStyle li li.sfhover ul {
	left: auto;
}

/* Third level drop down menus */
.menuStyle li:hover ul ul, .menuStyle li:hover ul ul ul, .menuStyle li.sfhover ul ul, .menuStyle li.sfhover ul ul ul {
	left: -999em;
}

.menuStyle li:hover ul, .menuStyle li li:hover ul, .menuStyle li li li:hover ul, .menuStyle li.sfhover ul, .menuStyle li li.sfhover ul, .menuStyle li li li.sfhover ul {
	left: auto;
}

.sideNav ul {
	padding-left: 20px;
}
.sideNav ul li {
	float: left;
	width: 10em;
}

.sideNav ul li ul {
	padding-left: 10px;
}

.menuDrop{
position:absolute;
top:1px;
border: 1px solid #E1E1E1; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}

.menuDrop a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #E1E1E1; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-size:10px;
font-weight:400;
color: black;
}

* html .menuDrop a{ /*IE only hack*/
width: 100%;
}

.menuDrop a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

#menuList ul, #menuList li {
	display: inline;
	list-style-type: none;
}

#menuList a, #menuList a:visited, #menuList a:hover {
	float: left;
	margin: 4px 20px 2px 0px;
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#8A8A8A;	
	line-height:1.5em;
	text-decoration:none;
}

#menuList a:hover
{
	border-bottom: 2px solid #2D5D75;
	padding-bottom:-2px;
	background: transparent;
	color:#676767;
}
#footer {
	clear:both;
	margin:0 auto;
	width: auto;
	height:100px;
	background:url(images/footer_bg.jpg) top center no-repeat #dfdfdf;
}

#footer {
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#999999;	
	line-height:1.1em;
	text-decoration:none;
}
#footer a, #footer a:visited, #footer a:hover {
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#999999;	
	line-height:1.1em;
	text-decoration:none;
}
#footer a:hover {
	color:#666666;
	text-decoration:underline;
}


/* Site Structure Start */
.wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	background: url(images/hor_rpt.gif) repeat-y top center #e0e0e0;
}
	.footer, .push {
		height: 50px; /* .push must be the same height as .footer */
	}
#headerWrap{
	margin:0;
	padding:0;
	width:auto;
	height:151px;
	background:url(images/header.jpg) top center no-repeat #dfdfdf;
	}
#site {
	margin:0 auto;
	width: auto;
	padding:0;
	width:100%;
}
#logo {
	width:247px;
	height:80px;
	background-image:url(images/sa_logo.gif);
	float:left;
}
#topMenu {
	width:985px;
	height:138px;
	margin:0 auto;
}
/* Main Menu */
#nav {
	width:985px;
	height:60px;
	margin:91px 0 0;
	float:right;
	padding:0;
	background:url(images/main_nav.jpg) no-repeat top;
}
		
	#nav li {margin:0; padding: 0; list-style: none; top: 0; float:left;}
	#nav li, #nav a {height: 60px; display: block; color:transparent;}
	#nav span { display:none; }
	#nav li a {
		display:block;
		height:60px;
	}
					
			#nav_1	{ width:515px; left:0;}
			#nav_2	{ width:96px; left:515px;}
			#nav_3	{ width:102px; left:611px; }
			#nav_4	{ width:79px; left:713px; }
			#nav_5	{ width:100px; left:792px; }
			#nav_6	{ width:93px; left:892px; }
			
			
			#nav_1 a:hover { background:transparent url(images/main_nav.jpg) no-repeat 0px -60px; }
			#nav_2 a:hover { background:transparent url(images/main_nav.jpg) no-repeat -515px -60px; }
			#nav_3 a:hover { background:transparent url(images/main_nav.jpg) no-repeat -611px -60px; }
			#nav_4 a:hover { background:transparent url(images/main_nav.jpg) no-repeat -713px -60px; }
			#nav_5 a:hover { background:transparent url(images/main_nav.jpg) no-repeat -792px -60px; }
			#nav_6 a:hover { background:transparent url(images/main_nav.jpg) no-repeat -892px -60px; }
			
			
			#nav_1 a.active { background:transparent url(images/main_nav.jpg) no-repeat -0px -60px; }
			#nav_2 a.active { background:transparent url(images/main_nav.jpg) no-repeat -515px -60px; }
			#nav_3 a.active { background:transparent url(images/main_nav.jpg) no-repeat -611px -60px; }
			#nav_4 a.active { background:transparent url(images/main_nav.jpg) no-repeat -713px -60px; }
			#nav_5 a.active { background:transparent url(images/main_nav.jpg) no-repeat -792px -60px; }
			#nav_6 a.active { background:transparent url(images/main_nav.jpg) no-repeat -892px -60px; }
 
/* Home page navigation */
#homeNav {
	width:388px;
	height:575px;
	margin:0 0 0 10px;
	float:right;
	padding:0;
	background:url(images/homeNavNew.jpg) no-repeat top left;
}
		
	#homeNav li {margin:0; padding: 0; list-style: none; float:left; top:0;}
	#homeNav li, #homeNav a {width: 388px; display: block; color:transparent;}
	#homeNav span { display:none; }
	#homeNav li a {
		display:block;
		height:33px;
	}
		#homeNav li a#secondBlock {
			display:block;
			height:30px;
		}
		#homeNav li a#thirdBlock {
			display:block;
			height:166px;
		}
					
			#homeNav0	{ height:55px; top:0;}
			#homeNav1	{ height:33px; top:55px;}
			#homeNav2	{ height:30px; top:88px;}
			#homeNav3	{ height:34px; top:118px; }
			#homeNav4	{ height:30px; top:152px; }
			#homeNav5	{ height:34px; top:182px; }
			#homeNav6	{ height:30px; top:216px; }
			#homeNav7	{ height:34px; top:246px; }
			#homeNav8	{ height:30px; top:280px; }
			#homeNav9	{ height:34px; top:310px; }
			#homeNav10	{ height:30px; top:344px; }
			#homeNav11	{ height:34px; top:374px; }
			#homeNav12	{ height:166px; top:408px; }
			
			
			#homeNav1 a:hover { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -55px; }
			#homeNav2 a:hover { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -88px; }
			#homeNav3 a:hover { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -118px; }
			#homeNav4 a:hover { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -152px; }
			#homeNav5 a:hover { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -182px; }
			#homeNav6 a:hover { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -216px; }
			#homeNav7 a:hover { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -246px; }
			#homeNav8 a:hover { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -280px; }
			#homeNav9 a:hover { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -310px; }
			#homeNav10 a:hover { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -344px; }
			#homeNav11 a:hover { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -374px; }
			#homeNav12 a:hover { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -408px; }
			
			
			#homeNav1 a.active { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -60px; }
			#homeNav2 a.active { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -60px; }
			#homeNav3 a.active { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -60px; }
			#homeNav4 a.active { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -60px; }
			#homeNav5 a.active { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -60px; }
			#homeNav6 a.active { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -60px; }
			#homeNav7 a.active { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -60px; }
			#homeNav8 a.active { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -60px; }
			#homeNav9 a.active { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -60px; }
			#homeNav10 a.active { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -60px; }
			#homeNav11 a.active { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -60px; }
			#homeNav12 a.active { background:transparent url(images/homeNavNew.jpg) no-repeat -388px -60px; }
 
 /* Home Page Nav */
#menu {
	clear:both;
	margin:1px 0px;
	width:950px;
	height:25px;
	background-image:url(images/sa_menu_background.gif);
}
#graphic {
	clear:both;
	width:950px;
	height:184px;
	background-image:url(images/sa_graphic.jpg);
}
#content {
	clear:both;
	margin:0 auto;
	width:984px;
	padding:0;
}
	#contentBody{
		width:910px;
		margin:0;
		float:right;
	}
#needHelp{
	margin:0;
}
	#needHelp label{
		display:block;
		width:200px;
		float:left;
		margin:3px 0;
		text-align:right;
		padding-right:10px;
	}
	#needHelp select{
		display:block;
		float:left;
		margin:3px 0;
	}
	#needHelp input{
		display:block;
		height:20px;
		float:left;
		margin:3px 0;
	}
/* Site Structure End */



/* Custom Class Names */
p, td, li, .copy, .copySmall, .copyLarge, .form, .button, .error {
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#414141;	
	line-height:1.5em;
	}
	
.copySmall, a.copySmall, a.copySmall:visited, a.copySmall:hover {	
	font-size:10px;	
	}
	
.copyLarge, a.copyLarge, a.copyLarge:visited, a.copyLarge:hover {	
	font-size:14px;	
	}

.form {
	background-color:#fff;
	}
	
.button { 
	display:block;
	width:104px;
	height:20px;
	background:url(images/send%20request.jpg) top center no-repeat;
	border:1px solid #666; 
	cursor:pointer;
	}
	
.error, a.error, a.error:visited, a.error:hover {	
	color:#900;	
	}

.bold {	
	font-weight:bold;
	}

.clear {
	clear:both;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family:Verdana,Arial,Helvetica; 
	color:#3d5278;
	}
h1 {
	}
h2 {
	}
h3 {
	font-size:12px;
	border-bottom:0;
	}
h4 {
	font-size:10px;
	border-bottom:0;
	}
h5 {
	font-size:9px;
	border-bottom:0;
	}
	
form {
	margin:0;
	padding:0;
	}

img {
	display:block;
	}
	
/*****************/
/* Message boxes */
/*****************/
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/information.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('images/validation.png');
}

/********************************
 *	INLINE LIST STYLES		*
 *	AND CUSTOM STUFF		*
 ********************************/
 