/* CSS Document */
html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

body 
{
	margin: 0 0 0 0;
	height: 100%;
	min-height: 100%;
	min-width: 760px;
	text-align: center; /*this will center ALL items on the page in IE but only text in Moz etc.*/
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	background-color: #ffffff;
	}


#container
{
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	width: 760px; /*An auto centering layer, width must be assigned*/
	height: auto;
	min-height: 625px; /* Compliant browser height, This will fill entire browser window height */
	text-align: left;/*text align must be declared in all items due to 'text-align: center;' being in the body tag*/
	position:relative;
	clear: both;
}

#logostrip
{
width: 760px;
height: 145px;
float: left;
background: url(images/allotts_top_strip.jpg) top left no-repeat;
}

#nav
{
width: 760px;
height: 25px;
float: left;
}

#nav img
{
float: left;
}

#maincontainer
{
width: 760px;
height: auto;
float: left;
background-color:  #D6DEEF;

}

#leftcontainer
{
width: 280px;
height: auto;
float: left;
padding-top: 10px;
padding-right: 10px;
}

#leftcontainer img
{
float: right;
}


#rightcontainer
{
width: 460px;
height: 540px;
float: right;
padding-top: 10px;
padding-right: 10px;
}

h1
{
padding: 0;
margin: 0;
}

h3
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: normal;
color: #008ABF;
margin-left: 20px;
padding: 15px 0 0 0;
margin: 0 0 0 0;
}

.maintitle
{
font-size: 23px;
font-family: Arial, Helvetica, sans-serif;
color: #00376B;
margin-left: 30px;
font-weight: normal;
}

p
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 10px 0 10px 30px;
}

.bluebold
{
color: #002253;
font-weight: bold;
}

ul
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

li
{
margin-left: 4px;
}

#footer
{
width: 760px;
height: 20px;
float: left;
background-color: #002253;
color: #FFFFFF;
font-size: 12px;
text-align: center;
line-height: 20px;
}

.stdtext
{
font-size: 12px;
margin-left: 25px;

}


#newfooter
{
width: 500px;
height: 40px;
float: left;
font-size: 10px;
text-align: left;
font-weight: bold;
}


#saladlink
{
width: 260px;
height: 20px;
float: left;
font-size: 12px;
text-align: right;
line-height: 20px;
}

#saladlink a
{
text-decoration: none;
color:#000000;

}

.paddingimg
{
padding: 20px 0px 20px 0px;
}
