@charset "utf-8";

/* Suite Solutions */

body {
	background-color: #4a8ec9;
	background-image: url(images/page_background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

a {
	color: #2e86c3;
	text-decoration: none;
}

a img {
	border-style: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #7db82c;
	border-bottom: 1px #cccccc solid;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #1076bc;
	border-bottom: 1px #cccccc solid;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #1076bc;
}

dl.faq dt {
	padding-left: 18px;
	margin-bottom: 1em;
	background-image: url(images/faq_point.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}

dl.faq dd {
	margin-left: 0px;
	margin-bottom: 2em;
}

.subhead {
	color: #999999;
	font-size: 12pt;
	font-style: italic;
	margin-top: -1em;
}

.highlight {
	font-weight: bold;
	color: #7db82c;
}

#wrapper {
	width: 810px;
	margin: 0px auto;
	background-image: url(images/wrapper_background_2.jpg);
	padding-bottom: 2px;
}

#wrapper_inner {
	min-height: 420px;
	background-image: url(images/wrapper_background.jpg);
	background-repeat: no-repeat;
}

#header {
	height: 120px;
}

#navigation {
	width: 775px;
	height: 35px;
	margin-left: 16px;
}

#body {
	padding-top: 5px;
}

#footer {
	width: 810px;
	height: 44px;
	padding-top: 16px;
	margin: 0px auto;
	background-image: url(images/footer_background.jpg);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 8pt;
	color: #999999;
}

#footer_logo {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
}

div.mainbox {
	background-image: url(images/background_box.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px #cccccc solid;
	margin-bottom: 8px;
	margin-left: 16px;
	margin-right: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

div.sidebox {
	background-image: url(images/background_box.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px #cccccc solid;
	margin-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
}
div.sidebox_2 {
	margin-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
}
.butCls{
	border:1px solid #999999;
	background-color:#CCCCCC;
	color:#000000;
}

