/* Valid CSS Stylesheet

    ______      __       _____       _     __         
   / ____/___ _/ /_     / ___/____  (_)___/ /__  _____
  / /_  / __ `/ __ \    \__ \/ __ \/ / __  / _ \/ ___/
 / __/ / /_/ / /_/ /   ___/ / /_/ / / /_/ /  __/ /    
/_/    \__,_/_.___/   /____/ .___/_/\__,_/\___/_/     
                          /_/                         

*/

body {
background-image: url(../../images/newbg.png);
background-repeat:repeat-x;
background-color: #f6f6f6;
font-family:Tahoma, Verdana, Arial;
font-size:13px;
color: #0362af;
width: 100%;
height: 100%;
margin: 0 auto;
text-align: center;
}


/* ------------------------------------------------------------------- */
/* Begin LAYOUT
/* ------------------------------------------------------------------- */

#pageWrapper {
width: 100%;
height: 100%;
margin: 0 auto;
text-align: center;
}

#container {
text-align:left;
width: 950px;
height: 900px;
margin: 0 auto;
padding: 0;
text-align: left;
}

#header {
	
height: 100px;
width: 950px;
}

#nav {
	float:right;
	margin-top:-15px;
	position:relative;
	bottom:8px;
	margin-right:110px;
}

#nav a:link, a:visited {
	padding-left:10px;
	color:blue;
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
}

#banner {
width: 950px;
height: 177px;
background-image: url(../../images/banner.png);
}

.bannerother {
 height: 220px;
    margin: 10px 10px 6px 104px;
    width: 550px;
background-image: url(../../images/bannerslide.png);
float:left;
}

.bannerright {
 height: 112px;
    width: 145px;
margin: 10px 0 -6px 40px;
float:left;
}

#contentWrapper {
height: 400px;
width: 950px;
padding-top: 10px;
background-image:url(../../images/content.png);
text-align:center;
}

#contentotherWrapper {
min-height: 400px;
width: 950px;
padding-top: 10px;
background-image:url(../../images/contentbg.png);
 background-repeat: no-repeat;
text-align:center;
}

#content {
margin: 0 auto;
width: 720px;
text-align: left;
}

#footer {
width: 100%;
padding-top:20px;
margin-top: 35px;
height:204px;
}

#footerLeft {

	width: 300px;
	float: left;
		margin-left: 115px
}

#footerRight {
	
	width: 300px;
	float: right;
	margin-right: 115px;
}

#footerother {
width: 100%;
padding-top:20px;
margin-top: 35px;
height:204px;
background-image:url(../../images/footerbg.png);
 background-repeat: repeat-x;
}

#footerLeftother {
	margin-left:360px;
	width: 300px;
	float: left;
}

#footerRightother {
		margin-right:360px;
	width: 300px;
	float: right;

}

.clear {
	clear:both;
}
/* ------------------------------------------------------------------- */
/* Begin FORMATTING
/* ------------------------------------------------------------------- */

h1 {
margin-top: 5px;
height: 40px;
line-height: 18px;
font-size: 17px;
}

h2 {
font-size: 14px;
}

h3 {
font-size: 13px;
}

h4 {}

p {
line-height: 19px;
}

strong {
color: #0362af;
}

ul {
line-height: 20px;
font-size: 15px;
}

