/** BASIC */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #013447;
	background-image: url(/assets/images/alot/homepage.bg01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/** HEADER */

#header {
	width: 900px;
	height: 137px;
	margin: 0px auto;
}

#logo {
	float: right;
	width: 325px;
	height: 137px;
	background: url(/assets/images/alot/homepage01.jpg) no-repeat left top;
	visibility: visible;
	z-index: 2;
}

#logo h1 {
	margin: 0px;
}

#sig {
	background: transparent url(/assets/images/signature_white.png);
	height: 37px;
	width: 156px;
	float: right;
}
/** FORMS */

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1, h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #FFFFFF;
}

h1 span, h2 span {
	color: #D4F2FF;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h2.text1, h3 {
	text-transform: none;
	letter-spacing: normal;
	font-size: 11px;
	color: #ECFAFF;
}

/** MENU */

#menu {
	width: 575px;
	height: 237px;
	background: url(/assets/images/alot/logo-website.jpg) no-repeat left top;
		float: left;
	width: 575px;
	height: 137px;
	background: url(/assets/images/alot/homepage.bg02.jpg) no-repeat left top;
	z-index: 1;
	vertical-align: text-bottom;
}

#menu a {
		padding: 0px 10px 0px 25px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline;
}


#menu .first a {
	padding-left: 0px;
	background: none;
}

#menu1 {}
#menu2 { background: url(/assets/images/alot/homepage02.jpg) no-repeat left center; }
#menu3 { background: url(/assets/images/alot/homepage03.jpg) no-repeat left center; }
#menu4 { background: url(/assets/images/alot/homepage04.jpg) no-repeat left center; }
#menu5 { background: url(/assets/images/alot/homepage05.jpg) no-repeat left center; }
#menu6 { background: url(/assets/images/alot/homepage06.jpg) no-repeat left center; }

/** PAGE */

#page {
	width: 900px;
	background: url(/assets/images/alot/homepage.bg03.jpg) repeat-y left top;
		margin: 0px auto;
}

.wide #page {
	background-image: url(/assets/images/alot/subpage2.bg01.jpg);
}

/** CONTENT */

#content {
	float: left;
	width: 600px;
	background: url(/assets/images/alot/homepage.bg04.jpg) no-repeat left top;
}

#content-bg {
	background: url(/assets/images/alot/strip1.jpg) repeat left bottom;
	background: url(/assets/images/alot/homepage.bg05.jpg) no-repeat left bottom;
	min-height:1133px;
	margin-bottom: 1px;
	padding-top: 28px;
	padding-right: 51px;
	padding-bottom: 2px;
	padding-left: 27px;
}

.subpage #content {
	background-image: url(/assets/images/alot/subpage1.bg01.jpg);
}

.wide #content {
	float: none;
	width: auto;
	background-image: url(/assets/images/alot/subpage2.bg02.jpg);
}

.wide #content-bg {
	background-image: url(/assets/images/alot/subpage2.bg03.jpg);
}

/** TEXTS */

body, th, td, input, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C5ECFF;
}

textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 160%;
}
p.nojustify {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 160%;
}


.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.list1 li {
	padding: 14px 0px 15px 0px;
	background: url(/assets/images/alot/homepage14.gif) repeat-x left top;
}

.list1 li.first {
	background: none;
}

.list1 h3 {
	display: inline;
}

.list1 p {
	margin: 0px;
}

.list2 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.list2 li {
	display: block;
	height: 22px;
	padding: 10px 0px 0px 8px;
	background: url(/assets/images/alot/homepage16.gif) no-repeat left top;
}

.list2 li.alt {
	background-image: url(/assets/images/alot/homepage17.gif);
}

.list3 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
.notes
{
font-style:italic;
text-indent:50px;
fon-size: small;
}

/** LINKS */

a {
	color: #61D4FF;
}

a:hover {
	text-decoration: none;
}

.more {
	padding-left: 15px;
	background: url(/assets/images/alot/homepage15.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 52px;
	background: url(/assets/images/alot/homepage14.gif) repeat-x left center;
}
/** 2-COLUMN LAYOUT */

.two-columns {
}

.two-columns .column1 {
	float: left;
	width: 240px;
}

.two-columns .column2 {
	float: right;
	width: 240px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
}

/** FOOTER */


#footer {
	height: 70px;
	width: 900px;
	background: url(/assets/images/alot/homepage.bg06.jpg) no-repeat left top;
	margin-top: 0px;
	padding-left: 20px;
	border: medium none #0C0;
	clear: both;
}

#footer p {
	margin: 0px;
	padding-top: 2px;
	text-align: left;
	text-transform: lowercase;
	font-size: 12px;
	color: #35798F;
}

#footer a {
}

.wide #footer {
	background-image: url(/assets/images/alot/subpage2.bg04.jpg);
	width: auto;
}

/** BOX1 */

#box1 {
	margin-bottom: 75px;
	min-height: 500px;
}

#box1 .title {
	height: 70px;
	background: url(/assets/images/alot/homepage10.jpg) no-repeat left top;
}

#box1 .title h1 {
	margin: 0px;
	padding: 6px 0px 0px 39px;
}

#box1 .content {
	padding: 0px 22px 20px 19px;
	min-height: 415px
}

/** BOX2 */

#box2 {
}

#box2 .title {
	height: 65px;
	background: url(/assets/images/alot/homepage12.jpg) no-repeat left top;
}

#box2 .title h2 {
	padding: 11px 0px 0px 37px;
}

#box2 .content {
	padding: 0px 13px 0px 19px;
}

/** BOX3 */

#box3 {
}

#box3 .title {
	height: 65px;
	background: url(/assets/images/alot/homepage13.jpg) no-repeat left top;
}

#box3 .title h2 {
	padding: 11px 0px 0px 37px;
}

/** BOX4 */

#box4 {
	background: url(/assets/images/alot/homepage.bg07.jpg) repeat-y left top;
}

#box4 .bg {
	background: url(/assets/images/alot/homepage.bg08.jpg) no-repeat left top;
}

#box4 .title {
	padding: 20px 23px 0px 25px;
}

#box4 .title h2 {
	height: 50px;
	padding: 0px 0px 0px 27px;
	background: url(/assets/images/alot/homepage20.jpg) no-repeat left top;
}

#box4 .content {
	padding: 0px 3px 40px 15px;
	background: url(/assets/images/alot/homepage.bg09.jpg) no-repeat left bottom;
}

/** BOX5 */

#box5 {
	background: url(/assets/images/alot/homepage.bg10.jpg) repeat-y left top;
}

#box5 .bg {
	background: url(/assets/images/alot/homepage.bg11.jpg) no-repeat left top;
}

#box5 .title {
	padding: 10px 23px 0px 25px;
}

#box5 .title h2 {
	height: 50px;
	padding: 0px 0px 0px 27px;
	background: url(/assets/images/alot/homepage21.jpg) no-repeat left top;
}

#box5 .content {
	padding: 0px 23px 110px 25px;
	background: url(/assets/images/alot/homepage.bg12.jpg) no-repeat left bottom;
}

/** BOX55 */

#box55 {
	background: url(/assets/images/alot/homepage.bg10.jpg) repeat-y left top;
}

#box55 .bg {
	background: url(/assets/images/alot/homepage.bg11.jpg) no-repeat left top;
}

#box55 .title {
	padding: 20px 23px 0px 25px;
}

#box55 .title h2 {
	height: 50px;
	padding: 0px 0px 0px 27px;
	background: url(/assets/images/alot/homepage21.jpg) no-repeat left top;
}

#box55 .content {
	padding: 0px 23px 110px 25px;
	background: url(/assets/images/alot/homepage.bg12.jpg) no-repeat left bottom;
}

/** BOX6 */

#box6 {
	background: url(/assets/images/alot/subpage1.bg02.jpg) repeat-y left top;
}

#box6 .bg {
	background: url(/assets/images/alot/subpage1.bg03.jpg) no-repeat left top;
}

#box6 .title {
	padding: 20px 23px 0px 25px;
}

#box6 .title h2 {
	height: 50px;
	padding: 0px 0px 0px 27px;
	background: url(/assets/images/alot/subpage1_03.jpg) no-repeat left top;
}

#box6 .content {
	padding: 0px 23px 120px 25px;
	background: url(/assets/images/alot/subpage1.bg04.jpg) no-repeat left bottom;
}

/** BOX7 */

#box7 {
	margin-bottom: 25px;
}

#box7 .title {
	height: 70px;
	background: url(/assets/images/alot/subpage1_01.jpg) no-repeat left top;
}

#box7 .title h1 {
	margin: 0px;
	padding: 6px 0px 0px 39px;
}

#box7 .content {
	padding: 0px 22px 22px 19px;
}

/** BOX8 */

#box8 {
	margin-bottom: 25px;
}

#box8 .title {
	height: 70px;
	background: url(/assets/images/alot/subpage2_02.jpg) no-repeat left top;
}

#box8 .title h1 {
	margin: 0px;
	padding: 6px 0px 0px 39px;
}

#box8 .content {
	padding: 0px 22px 22px 19px;
}

form {
	margin: 0px;
	padding: 0px;
}

#feedbacktable 
{
	border: 10;
	empty-cells: show;
}

#feedbacktable td
{
	padding-bottom: 5px;
}

#feedbacktable  td.label
{
	text-align: left;
	vertical-align:text-top;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small;
	font-weight: bolder;
}

#feedbacktable  td.intext
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small;
	font-weight: bolder;
	width: 150px;
}
#feedbacktable  td.intext input
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small;
	font-weight: bolder;
	width: 100%;
	background-color: #dFF;
}
 
td.submit
{
	padding-top: 15px;
	text-align: center;
}
td.submit input{
	background:url(/assets/images/submit_alot.jpg) no-repeat;
	cursor:pointer;
	width: 79px;
	height: 29px;
	border: none;
}
