/***** Ibis Technology 2007 *****/


/******************** CSS ********************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
}

/******************** MAIN LAYOUT ********************/

#shadow {
	BACKGROUND-IMAGE: url(dropshadows/dropshadow.jpg);
	MARGIN: 0px auto;
	WIDTH: 900px;
	BACKGROUND-REPEAT: repeat-y;
	BACKGROUND-COLOR: #ffffff;
	text-align: left;
}

#header {
	HEIGHT: 100px;
	text-align: left;
	background-image: url(header/header.jpg);
	background-repeat: no-repeat;
	width: 850px;
	position: relative;
	left: 25px;
}

/******************** MAIN MENU ********************/

#menu {
	WIDTH: 850px;
	margin-left: 25px;
	height: 50px;
	text-decoration: none;
}


/******************** BANNER ********************/
	
#banner {
	WIDTH: 800px;
	background-image: url(banners/home.jpg);
	background-repeat: no-repeat;
	height: 300px;
	left: 50px;
	position: relative;
	margin-top: 25px;
}

#banner_1 {
	float: left;
	width: 275px;
	position: absolute;
	left: 25px;
	top: 10px;
}

#banner_2 {
	width: 475px;
	margin-left: 25px;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 301px;
}

/******************** HOME CONTENT ********************/

#home {
	WIDTH: 800px;
	BACKGROUND-COLOR: #FFFFFF;
	position: relative;
	left: 50px;
	margin-top: 25px;
}

#home_1 {
	height: 215px;
	width: 260px;
	background-image: url(graphics/box300.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#home_2 {
	height: 215px;
	width: 185px;
	position: absolute;
	left: 325px;
	top: 0px;
	background-image: url(graphics/box225.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#home_3 {
	height: 215px;
	width: 185px;
	position: absolute;
	top: 0px;
	left: 575px;
	background-image: url(graphics/box225.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}


/******************** MAIN CONTENT ********************/

#main {
	background-color: #FFFFFF;
	margin-top: 25px;
	width: 800px;
	position: relative;
	left: 50px;
}

#main_fullwidth {
	background-color: #E9E9EF;
	width: 750px;
	padding: 25px;
}

#main_1 {
	width: 280px;
	float: left;
	padding: 10px;
	background-color: #E9E9EF;
}

#main_1_logos {
	width: 300px;
	float: left;
	background-color: #FFFFFF;
}

#main_2 {
	float: left;
	width: 475px;
	margin-left: 25px;
}

#main_full {
	float: left;
	width: 600px;
	margin-left: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E9E9EF;
}


/******************** MAIN CONTENT ********************/

#content1 {

}

/******************** FOOTER ********************/

#address {
	color: #003399;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 850px;
	margin-top: 25px;
	position: relative;
	left: 25px;
}

#footer {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	background-image:  url(dropshadows/footershadow.jpg);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 9px;
	padding-top: 7px;
}



/******************** LINKS ********************/

A:link {
	color: #003399;
	TEXT-DECORATION: underline;
	padding-top: 7px;
	padding-top: 7px;
}

A:hover {
    COLOR: #003399;
    TEXT-DECORATION: underline
}
A:active {
    COLOR: #003399;
    TEXT-DECORATION: underline
}
A:visited {
    COLOR: #003399;
    TEXT-DECORATION: underline
}

/******************** FONT STYLES ********************/


p {
	margin: 0px;
	padding: 0px 0px 10px;
}

h1 {
	font-size: 20px;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #003399;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 10px;
	color: #003399;
}

h3 {
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
	color: #003399;
	background-image: url(graphics/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #003399;
	width: 465px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 5px;
	background-image: url(graphics/back475.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 25px;
}

.white {
	color: #FFFFFF;
}
.red {
	color: #FF0000;
}

.small {
	font-size: 9px;
}

ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}	

li {
	list-style-image: url(graphics/arrow.jpg);
	padding-bottom: 5px;
	font-weight: bold;
	color: #003399;
}	

.input_full_width {
	width: 99%;
}

/******************** IMAGE FLOATS ********************/

img.float_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

img.float_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

