/*  css styles */	

/* Global styles */

body {
	margin: 0px;
	background-color: #2E3645; /* Accent 5 */
	font-size: 14px; /* Font Size */
	line-height: 16px;
	color: #F1F0EE; /* Global Gray Light */
}

#globalContainer {
	width: 94%;
	margin: 0px auto;
	border-left: 1px solid #F1F0EE; /* Global Gray Light */
	border-right: 1px solid #F1F0EE; /* Global Gray Light */
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */		
	background-repeat: repeat-y;	
}


h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFCC33; /* Accent 7 */
  margin-top: 5px;
  margin-left:5px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #8E9FD0; /* BG Dark */
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;		
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #FD0000; /* BG Dark */
	margin: 0px 0px 5px 0px;
	
}



a {
 color: #C5D8FF; /* Nav Light */
 font-weight: bold;
 text-decoration: underline;
}

p {
	margin: 0px 0px 20px 0px;
}

li.highlight {
	color: #F4E1E7; /* Text Light */
}
/* Header styles  */

#homePage #header {
	background-image: url(../images/banner_left.jpg);
	height: 225px;
	background-repeat: no-repeat;
	background-position: left;
}
#homePage #header2 {
	background-image: url(../images/header_background4.jpg);
	height: 225px;
}

#homePage #header h1 {
	padding: 80px 0px 0px 123px;
	font-size: 22px;
	font-style:italic;
	font-weight: bold;
	color: #2E3645; /* Accent 5 */
	margin: 0px;
}

#subPage #header {
	background-image: url(../images/subheader_left.jpg);
	height: 225px;
	background-repeat: no-repeat;
	background-position: left;
}
#subPage #header2 {
	background-image: url(../images/subheader_background2.jpg);
	height: 225px;
	background-repeat: repeat-x;
}
#subPage #headerRight {
	background-image: url(../images/subheader_right.jpg);
	height: 225px;
	background-repeat: no-repeat;
	background-position: right;
}

/*  Navigation Styles  */

#subPage #topNav {
	text-align: right;
	color: #FFFFFF; /* Global White */
	margin-top: 0px;
	padding-top: 195px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* Top Navigation Classes */
.SAW_TopNav_Light, .SAW_TopNav_Dark {
	background-image:url(../images/Chipped_TN_A_BG.gif);
	background-repeat: repeat;
	font-size: 13px;
	font-weight: bold;	
}

/* Side Navigation Declarations */
#SAW_SideNavigation {
  font-size: 13px;
  
}




/*   Footer Styles   */

#footer {
	background-color: #FFFFFF; /* Accent 7 */
	padding: 10px 20px;
	color: #2E3645; /* Hard coded no matter what color scheme */
	text-align: right;
	font-weight: bold;
	padding-left: 45px;
	font-size: .8em;	
}
#homePage #footer {
	margin-left: 218px;
}
#subPage #footer {
	margin-left: 186px;
}

#footer a {
	color: #666666; /* Hard coded no matter what color scheme */
	font-weight: bold;
  text-decoration: none;	
}

.content {
	padding: 5px;
	margin: 15px;
	font-size: 1em;
}

/*  List Styles    */

ul {
	list-style-type: square; 
	font-size: 1em;
	margin: 10px 0px;
	padding-left: 14px;
}
ul.bold {
	font-weight: bold;
}
ul.noBullet {
	list-style-type: none; 
	font-weight: bold;
	padding-left: 0px;
}


ul.bold li {
	margin-top: 4px; 
}
ul.noBullet li{
	margin-top: 4px; 
}

.textScannell {
	color: #FF0000;
}
.textAtlas {
	color: #FFFFFF;
}

div.boxTop {
	padding: 6px;
	font-size: 1.1em;
	font-weight: bold
}
