/* Misc Styles and defaults 
-------------------------------------------- */
  
*	{
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address	{
margin:0.5em, 0;
}

dd {
margin-left:1.0em;
}

fieldset	{
padding:0.5em;
}

body {
 	font-size: 62.5%; 
	font-family: Verdana, Lucida, sans-serif; 
}

html {
	background: #e6e6e6;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 780px;  
	margin: 0 auto; 
}
#Container { 
	width: 780px;
	padding-bottom: 15px;
	background: #fff;
}
#Layout {
	width: 720px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}


/* HEADER
----------------------------------------- */
#Header {
height: 60px;
padding: 20px 0 0 35px;
}
 	#Header h1 { 
	background: url(../images/Walls_Logo.jpg) no-repeat top left;
	text-indent: -9000px;
	height: 45px;
	}
	
	#Header p {
		font-size: 1.2em;
		color: #1c3e94;
		clear: left;
		margin: -40px 0 0 500px;
	}
	
	#Header .grey{ 
	color: #b3b3b3;
	}

/* NAVIGATION
----------------------------------------- */

#Navigation {
background: url(../images/BlueNavBg.jpg) no-repeat top left;
height:35px;
width: 718px;
margin-left: 30px;
}

	#Navigation ul	{
	list-style:none;
	margin-left: 16px;
	}
	
	#Navigation ul li {
	display:block;
	float: left;
	margin-left: O;
	width: 137px;
	text-align: center;
	}
	
	#Navigation ul li a.link, #Navigation ul li a.current, #Navigation ul li a.section {
	color: #fff;
	display: block;
	font-size: 1.4em;
	margin: 7px 0 0 0;
	text-decoration: none;
	}
	
	#Navigation ul li a.current	{
	}

#SecondNav	{
background: url(../images/GreyNavBg.jpg) no-repeat top left;
height: 30px;
width: 718px;
margin-left: 30px;
}

	#SecondNav ul	{
	list-style:none;
	}
	
	#SecondNav ul li {
	display:block;
	float: left;
	margin-left: Opx;
	}
	
	#SecondNav ul li a.link, #SecondNav ul li a.current {
	color: #000;
	display: block;
	font-size: 1.2em;
	margin:4px 15px 0 21px;
	text-decoration: none;
	font-style: normal;
	}
	
	#SecondNav ul li a.current	{
	}



/* ROTATOR
----------------------------------------- */
#Rotator	{
margin:10px 30px 225px;
}

#ImageHeader {
margin: 10px 30px 20px;
}

/* CONTENT
----------------------------------------- */

#Content {
}

	#Content p, #Content address {
	font-size: 1.2em;
	color: #4c4c4c;
	padding: 5px 0;
	}
	
	#Content .image_right {
	float: right;
	margin:0 0 10px 10px; 
	}

	#Content h3	{
	color: #1c3e94;
	font-size: 1.4em;
	}
	
	#Content h6 {
	font-weight: normal;
	color: #4c4c4c;
	}
	
	#Content ul {
	padding: 0 0 0 10px;
	font-size: 1.2em;
	color: #4c4c4c;
	}
	
	#Content li	{
	margin-left: 1.0em;
	}
	
	#DownloadBox	{
	background: url(../images/DLBoxMain.gif) no-repeat bottom center;
	width: 234px;
	float: right;
	margin: 50px 35px 200px 50px;
	}
	
	#DownloadBox p	{
	background: url(../images/DLBoxTop.jpg) no-repeat top center;
	width: 214px;
	height: 33px;
	padding: 17px 0 0 20px;
	color: #1c3e94;
	font-weight: bold;
	}
	
	#DownloadBox ul {
	list-style: none;
	padding: 0 0 0 6px;
	} 
	
	#DownloadBox ul li {
	margin: 0 0 5px 0;
	}
		
	#DownloadBox ul li a {
	background: url(../images/DL_button_bg.jpg);
	display: block;
	width: 208px;
	height: 33px;
	padding: 12px 0 0 14px;
	color: #1c3e94;
	font-weight: bold;
	text-decoration: none;
	}
	
	#ContactUs {
	background: url(../images/ContactBg.gif) no-repeat top left;
	height: 218px;
	width: 277px;
	padding: 35px 0 0 35px
	}
	
	#ContactUs .blue	{
	color: #1c3e94;
	font-weight: bold;
	}
	
	#legalnote	{
	font-size: 0.8em;
	}

/* FOOTER
----------------------------------------- */

#Footer	{
background: #FFF url(../images/FooterBar.jpg) no-repeat scroll center top;
height: 25px;
padding: 20px 0 0 40px;
color: #1c3e94;
font-weight: bold;
font-size: 1.1em;
}

	#Footer .footerright {
	float: right;
	margin: -15px 45px 0 0;
	}

