body {
	background-image: url(images/cloudBG6.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* {
	color: #000000;
}

#main_container_bg {
	background-image: url(images/contentBG.png);
	background-repeat:no-repeat;
	background-position: top center;
	width: 1000px;
	margin: 0px auto;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
}

#main_container ol li {
	margin: 10px 0px;
}

#header_container {
	background-image: url(images/header.jpg);
	width: 750px;
	height: 206px;
	margin: 0px auto;
	padding: 0px 10px 0px 0px;
	text-align: right;
}

#menu_bg {
	background-image: url(images/menuBG.gif);
	background-color:#ff6000;
	width: 756px;
	height: 34px;
	margin: 0px auto;
	padding: 0px 8px 0px 7px;
	text-align: center;
}

#menubar {
	height: 34px;
	color: #FFF;
	margin: 0px auto;
	padding: 0px;
	list-style:none;

}

#menubar ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#menubar li {
    list-style:none;
    display:inline;
}

#menubar a {
	float: left;
	height: 34px;
    color:#fff;
    text-decoration:none;
    background: url("images/menu-aBG.gif") repeat-x;
    padding: 0px;
    margin:0 auto;
}

#menubar a:hover {
	height: 34px;
    background:url("images/menu-hoverBG.gif") repeat-x;
    color:#fff;
}
#menubar a:active {
	height: 34px;
    background:url("images/menu-activeBG.gif") repeat-x;
    color:#000;
}

#main_container {
	clear: both;
	width: 760px;
	background-color:#FFF;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
}


#home_design_menu {
	height: 35px;
	margin: 0px auto;
	padding: 0px;
	list-style:none;

}

#home_design_menu ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#home_design_menu li {
    list-style:none;
    display:inline;
}

#home_design_menu a {
	float: left;
	height: 35px;
	width: 130px;
    text-decoration:none;
    background: url(images/home/home_design_menu-aBG.gif) no-repeat;
    padding: 0px;
    margin:0 auto;
}

#home_design_menu a:hover {
	height: 35px;
	width: 130px;
    background:url(images/home/home_design_menu-hoverBG.gif) no-repeat;
}
#home_design_menu a:active {
	height: 35px;
	width: 130px;
    background:url(images/home/home_design_menu-activeBG.gif) no-repeat;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	color: #c59542;
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #24527d;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffce;
}

.highlight {
	color: #24527D;
	font-weight: bold;
}

.contentjustify p {
	text-align: justify;
}

#left_column_container {
	float: left;
	background-color: #eefaff;
	width: 520px;
	margin: 0px  0px 0px 10px;
	padding: 10px;
	text-align: left;
	min-height: 450px;
}

#left_column_home_design_container {
	float: left;
	background-color: #eefaff;
	width: 540px;
	margin: 0px  0px 0px 10px;
	padding: 10px 0px 10px 0px;
	text-align: left;
}


#blue_box {
	background-color: #24527d;
	text-align: left;
	width: 500px;
	color:#fff;
	padding: 10px;
	margin: 0px 10px 0px 0px;
}

#callback_box{
	background: url(images/callbackBG.gif) repeat-x;
	background-position: bottom;
	background-color: #FFF;
	color: #000;
	padding: 10px;
	width: 500px;
	margin: 0px 10px 0px 0px;
}

#callback_header{
	width: 500px;
	height: 24px;
	background: url("images/callback-headBG.gif");
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color: #FFF;
}

#right_top_column_container {
	float: right;
	background-color: #ffefa4;
	width: 180px;
	margin: 0px 10px 0px 0px;
	padding: 10px;
	text-align: left;
}

#right_bottom_column_container {
	float: right;
	background-color: #d0ad71;
	width: 180px;
	margin: 0px 10px 0px 0px;
	padding: 10px;
	text-align: left;
}

#right_bottom_column_container ul, #right_top_column_container ul{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#bluebar {
	width: 500px;
	background-color:#24527d;
	padding: 5px 10px 5px 10px;
}

#footer {
	clear: both;
	background-image: url(images/sandBG.jpg);
	background-color:#efe0b0;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #363636;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;

}

#footer a {
	font-size: 12px;
	font-weight: normal;
	color: #363636;
	text-decoration: none;
}

#footer a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #ff6000;
	text-decoration: none;
}

#preloader {
	position: relative;
	top: 50px;
	left: 20px;
	z-index: 100;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 300px;
}

#content {
	width: 100%;
	z-index: 2;
}