body{
margin:0;
padding:0;
line-height: 1.4em;
font-family: 'century gothic', 'trebuchet ms', 'sans serif';
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 120px; /*Height of top section*/
margin-top:20px;
margin-bottom:20px;
}




#banner{
float:right;
width:635px;
height:120px;
background-image: url(cssimg/top-withtext-2.gif);
background-repeat: no-repeat;
background-position: -18px;
margin:0;
padding:0;

}

#logo {
	width:200px;
	height:120px;
	padding:0;
	margin:0;
	cursor: pointer;
}

#logo object{
	margin:0;
	padding:0;
	cursor: pointer;
}

#banner a{
   display:block;
	width:635px;
	height:120px;
   text-decoration: none;
}

#banner h1{
text-indent: -6000px;
font-size: xx-small;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 230px; /*Set left margin to LeftColumnWidth*/
}

#contentcolumn h2{
	margin-top:0;
	padding-top:0;
	text-transform: uppercase;
}

#contentcolumn h3{
	margin-bottom:0;
	padding-bottom:4px;
}

#contentcolumn p{
	margin-top:0;
	padding-top:0;
	font-size: 95%;
}

#contentcolumn ul{
	margin-top:0;
	padding-top:4px;
	font-size: 95%;
}

#puffwrap{
border:1px solid #cccccc;
padding:10px;
margin: 20px 0 20px 20px;
padding-top:10px;
}

#puff{
background-image: url(cssimg/doorhand.jpg);
background-position: 100% 50%;
background-repeat: no-repeat;
font-size: 90%;
line-height: 1.1em;
}

#puff h3{
	color: #ee202c;
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
	margin-bottom: 8px;
}

#puff p{
	margin-top:0;
	padding-top:0;
	margin-right: 350px;
	padding-bottom:0;
	margin-bottom:8px;
}

a.more{
	color: #ee202c;
}

#ssaib {
	border: 1px solid #00275e;
	padding:5px;
	padding-left:110px;
	margin:20px;
	font-size:90%;
	line-height: 1.1em;
   background-image: url(cssimg/ssaib.jpg);
	background-position: 0% 50%;
   background-repeat: no-repeat;
	}

#address2{
	margin-bottom:20px;
}

/*images*/
img.vertright{
	float:right;
	margin:10px 0px 10px 10px;
}

img.hoz{
	margin:10px 0px 10px 0px;
}

#sidebar{
float: left;
width: 230px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
border-right: 1px solid #cccccc;
}

#footer{
clear: left;
width: 100%;
}

#footerlayout{
	margin-left:230px;
	padding-top:30px;
	padding-bottom: 10px;
}

/*#footer a{
color: #FFFF80;
}*/

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*ian add*/

#sidebar ul {
margin:0;
padding:0;
list-style-type: none;
margin-left:22px;
}

.page_item{
	padding:0px;
	margin:0px;
	margin-bottom:6px;
}

.page_item a {
	color: #ffffff;
	text-decoration: none;
	background-image: url(cssimg/button-a.gif);
	background-repeat: no-repeat;
	font-size: 85%;
	margin-top:0;
	padding:4px 4px 2px 4px;
	height:29px;
	display: block;
	width:100%;
}

.page_item a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image:url(cssimg/button-b.gif);
	background-repeat: no-repeat;
	font-size: 85%;
	height:29px;
	display: block;
	width:100%;
	margin-top:0;
    padding:4px 4px 2px 4px;
}

#breaker{
   margin-top:2em;
	margin-bottom:1em;
	border-top: 1px solid #cccccc;
	margin-left: 22px;
	margin-right:22px;
}

#footer-address{
	width: 500px;
	height: 67px;
	background-image: url(cssimg/bottom.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
	margin: auto;
}

#text-address{
margin:10px;
}


#contact {
	font-size: 90%;
}

#contact div{
	padding-left:22px;
}

#contact div a{
	color:#000000;
	text-decoration: none;
}

#contact div a:hover{
	color:#000000;
	text-decoration:underline;
}

#sidebar-phone{
	background-image: url(cssimg/phone.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-top:1em;
}

#sidebar-fax{
	background-image: url(cssimg/fax.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#sidebar-email{
	background-image: url(cssimg/email.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 14px;
}

/*contact us form*/
#contact-details{
	float:right;
}

fieldset{
	color:#00275e;
	border:1px solid #00275e;
	margin-top:20px;
	padding:20px;
}

input, textarea {
	border:1px solid #00275e;
}

#submitbutton{
	cursor: pointer;
	font-size:medium;
	border: 1px solid #00275e;
}

small{
line-height:normal;
}


