/** BASIC */

body {
	margin: 0 0 18px 0;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat-x left top;
}


/** SOLIDMENU */
 
.solidmenu{
	position: relative;
	padding: 0 0 0 0px; /*0 0 0 34px;*/
	margin: 0 auto 0 auto;
	/*background:#fff;*/
	background: url(images/solidmenu_inactive.png) repeat-x;
	height: 26px;
	list-style: none;
	border-left: 1px solid #999999;	
	border-right: 1px solid #999999;	
	border-bottom: 1px solid #999999;	

}

.solidmenu li{
	float:left;
	border-right: 1px solid #999999;
	
}

.solidmenu li.right {
	float:right;
	border-left: 1px solid #999999;
	
}

.solidmenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: arial, verdana, "trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 26px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;	

	
}

.solidmenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.solidmenu li.current a, .solidmenu li.current a:hover{
	color: #fff;
	/*background: #124CCE;*/ 
	background: url(images/solidmenu_current.png) repeat-x;

}

 .solidmenu li a:hover{
	color:#124CCE;
	text-decoration:none;
	background: url(images/solidmenu_inactive.png) repeat-x;
	
/*	background:#FFFFFF;
	
	color: #684A04;
	background: #F6B420; 
*/
}


/** SIDEBARMENU */
 
.sidebarmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 169px; 
	float:right;
	position: relative;
	border-bottom: 1px solid #AFADA0;
	border-right: 1px solid #AFADA0;
	border-left: 1px solid #AFADA0;/**/

}
/**/
.sidebarmenu li{
	border-top: 1px solid #AFADA0;
	/*border-right: 1px solid #333333;
	border-left: 1px solid #333333;*/

}

.sidebarmenu li a{
background:#fff; /*f6f6f6*/
font: 11px Verdana, arial, "trebuchet MS",Verdana, Helvetica, sans-serif;
color: #1244CE;
display: block;
width: auto;
padding: 4px 0px 4px 7px;
text-decoration: none;
	
}

.sidebarmenu li.current a, .sidebarmenu li.current a:hover {
	color: #fff;
	background: #4E75E0; 
	font-weight:bold;
}

.sidebarmenu li a:hover{
	background: #f6f6f6; 
	color: #1244CE;
	/*font-weight:bold;*/
	/*color: #fff;*/
	/*background: #F6B420; */
	
}

.sidebarmenu .arrowdiv {
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

/** GLOSSYMENU */
 
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 2px; /*0 0 0 34px;*/
	margin: 0 auto 0 auto;
	background: url(images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

input {
	padding: 2px 5px 3px 5px;
	font: normal 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
}

input.text {
	border: 1px solid #EEEEEE;
}

input.button {
	background: #EEEEEE url(images/homepage04.gif) repeat-x left top;
	border: none;
	text-transform: lowercase;
}

label{
width: 12em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-size:12px;
font-weight:bold;
color: #444;
font-family:Arial, Helvetica, sans-serif;

}


/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1, h2, h3 {
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h1, h2 {
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 0px;
}

h1 span, h2 span, h3 span {
	color: #FFF;
	background-color:#1244CE;
}


h4 {
	font-size: 16px;
	color:#333;
}

h5 {
	font-size: 16px;
	font-weight:bold;
	color: #1244CE;
}
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}

#sidebar {
	background-color:#FFF; 
	padding: 15px;
}

#sidebar_download {
	background-color:#EFEFEF; 
	padding: 15px;
	float: right;
	width: 184px;	
}

#sidebar_signup {
background:#E7ECFA; border:4px solid #1244CE; padding:5px 10px 10px 10px; margin:10px 0 0 0;
	float: right;
	width: 184px;	
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 18px;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 20px 0px 10px 0px;
	background: url(images/homepage09.gif) repeat-x;
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}

.list1 h3 {
	padding-left: 10px;
	background: url(images/homepage08.gif) no-repeat left center;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	float: left;
	width: 40%;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(images/homepage07.gif) no-repeat left center;
}


/** LINKS 

a {
	color: #1244CE;
}

a:hover {
	text-decoration: none;
	background-color:#1244CE;
	color:#FFFFFF;	
}
*/

a {
	color: #1244CE;
	text-decoration:none;
}

a:hover {
	color: #1244CE;
	text-decoration: underline;
	background-color:#FFFFCC;	
}


/** 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: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 50px;
	background: url(images/homepage09.gif) repeat-x left center;
}

/** MENU */

#menu {
	background: #E4E4E4 url(images/homepage02.gif) repeat-x left top;
	border: 1px solid #E9E9E9;
}

#menu a {
	float: left;
	height: 43px;
	padding: 22px 31px 0px 31px;
	border-left: 1px solid #E3E3E3;
	text-decoration: none;
	font-size: 15px;
	color: #505050;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	border: none;
}




/** LOGO */

#logo h1 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #BCBCBC;
}

/** SEARCH */

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search legend {
	display: none;
}

#search-text {
	width: 130px;
}

#search-submit {
}

/** PAGE */

#page_original {
	padding: 30px 15px;
	background: url(images/homepage05.gif) repeat-x left top;
}



/** FOOTER */

#footer {
	background: url(images/homepage10.gif) repeat-x left top;
	border-top: 1px solid #999999;
}

#footer p {
	margin: 0px;
	padding-top: 5px;
	text-align: center;
}

/** SUPPORT */
.question {
	font-size:14px;
	font-weight:bold;
	color:#1244CE;
	margin: 0px 0px 0px 0px;	
	
}
	
.answer {
	padding:0px 0px 5px 8px;
	font-size: 12px;
}	

/** LEARNMORE */
.caption {
	padding:0px 0px 10px 0;
	margin: 0 0 10px 0;
	font-size: 15px;
	font-style:italic;
	text-align:center;
	color:#000000;
}