body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	background-color: #4d91a7;
	background-image: url(layout/background.png);
	background-repeat: repeat-x;
	margin: 30px 0px 30px 0px;
	padding: 0px;
	cursor: default;
}

ul {
	color: #0080c3;
	padding-left:0px;
	margin-left:15px;
	list-style-type:square;
}

a {                                         /* a */
	text-decoration: none;
	-moz-outline: none;
	color: #0080c3;
}

a:hover {
	text-decoration: underline;
}

h1 {                                        /* h1 */
	color: #0080c3;
	font-size: 16px;
}

ol {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

#page {
	width: 900px;
	margin: 0 auto;
}

#menu {
	width: 900px;
	height: 59px;
	background: url(layout/header.png) no-repeat;
}

#menu ol {
	margin-left: 30px;
	margin-right: 30px;
}

#menu ol li {
	text-align: center;
	float:left;
}

#menu ol li a {
	display: block;
	color: #FFF;
	height: 25px;
	width: 120px;
	padding-top: 34px;
	background: url(layout/menu.png) no-repeat bottom;
}

#menu ol li a:hover {
	text-decoration: none;
	height: 33px;
	padding-top: 26px;
	background: url(layout/menu_up.png) no-repeat bottom;
}

#content {
	width: 890px;
	padding: 0px 5px 0px 5px;
	background: url(layout/body.png);
}

#main {
	width: 526px;
	float: right;
	padding: 20px 43px 20px 0;
}

#side {
	vertical-align: top;
	width: 228px;
	float: left;
	padding: 20px 43px 20px 43px;
}

#header-img {
	height: 242px;
	padding:3px 3px 0px 3px;
}

#header-img #crossfade {
	position: relative;
	top: -242px;
}

#header {
	width: 894px;
	height: 242px;
	padding: 3px 3px 0px 3px;
	background: url(layout/header/bg.png) no-repeat;
	overflow: hidden;
}

#header div {
	width: 854px;
	height: 242px;
	padding-left:40px;
	background-repeat: no-repeat;
}

#footer {
	width: 840px;
	padding: 30px 30px 15px 30px;
	background: url(layout/footer.png);
	color: #DDD;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ol li {
	float: right;
	width: 150px; 
	vertical-align:top;
}

.tb1 {
	border:solid thin #00758A;
	background:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.style1 {
	margin:0px;
	color:#FFF;
	font-size:36px;
	line-height:26px;
	font-weight:bold;
}
	
.img {
	border:thin solid #00758a;
}

#phone {
	position: relative;
	top: -702px;
	right: -157px;
}

.systemagic {
	color:#FFF;
	padding-right:20px;
}