BODY
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 7px auto;
	font-size: 12px;
	background-color: #000;
	/*
background-image: url(../images/bak.gif);
background-repeat: repeat;
*/
}

H1
{
	font-size: 16px;
	color: rgb(233,113,22);
	padding: 5px auto 5px auto;
}

H2
{
	font-size: 14px;
	color: #036;
}

A
{
	color: rgb(233,113,22);
	/* orange */
}

A:hover { color: #036; }
P { line-height: 151%; }

#wrapper
{
	width: 800px;
	background-color: #fff;
	margin: 0 auto 0 auto;
}

#logo
{
	background-color: #fff;
	width: 320px;
	height: 110px;
	float: left;
	background-image: url(../images/world.png);
	background-repeat: no-repeat;
	background-position: 234px -5px;
}

#logo IMG
{
	text-align: center;
	margin-top: 10px;
	margin-left: 20px;
}

#topbar
{
	color: #036;
	width: 480px;
	margin-left: 320px;
	height: 110px;
	background-color: rgb(151,176,200);
	/* lt blue */
	background-image: url(../images/world.png);
	background-repeat: no-repeat;
	background-position: -85px -5px;
}

#topbar IMG
{
	position: relative;
	z-index: 20;
	left: -85px;
}

#topbar P
{
	float: right;
	padding: 0px 10px 5px 5px;
}

#topbar DIV A
{
	float: right;
	padding: 20px 0px 5px 5px;
	font-size: 25px;
	width: 300px;
}

#topbar A, #topbar DIV A:hover
{
	color: #036;
	text-decoration: none;
}

#topbar A:hover
{
	color: rgb(233,113,22);
	/* orange */
	text-decoration: none;
}

#topnav
{
	background-color: rgb(233,113,22);
	/* orange */
}

#topnav UL
{
	height: 32px;
	margin-top: 0;
}

#topnav LI
{
	float: left;
	padding-left: 23px;
	padding-right: 23px;
	background-image: url(../images/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 32px;
	list-style-type: none;
	padding-bottom: 0;
}

#topnav .subnav:hover
{
	padding-right: 23px;
	background-image: url(../images/arrowdown.gif);
	background-position: left center;
	background-repeat: no-repeat;
}


/* curved box */
.myBox {
	
	width: 170px;
	padding: 5px;
	text-align: left;
	background-color: #fff;
	border: 3px solid rgb(233,113,22);
	margin: 15px auto;
	font-size: 15px;
	line-height: 150%;
	
	/* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 20px;
	
	-moz-border-radius: 20px;
	
}


.myBox H2 {text-align: center; margin: 0;}

/*Example CSS for demo ticker*/
#ajaxticker1
{
	width: 135px;
	height: 270px;
	padding: 5px;
	/*background-color: #Fff;*/
	/*margin: 0 auto;*/
	
}

#ajaxticker1 div
{
	/*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	/*background-color: #fff;*/
	line-height: 150%;
	padding: 5px;
	font-size: 11px;
}
/*

#ajaxticker1 B { color: #315F7B; }

#ajaxticker1 IMG
{
	float: right;
	clear: right;
	margin-left: 10px;
}
*/

.someclass
{
	//class to apply to your scroller(s) if desired color: #000;
	/*font-size: 11px;*/
}




#solutionspage TABLE TD h2
{
	position: relative;
	top: 80px;
	left: 30px;
}

/* SUBMENU STYLES */
#dropmenudiv
{
	position: absolute;
	/*border: 1px solid #fff;*/
	border-bottom-width: 0;
	font-size: 11px;
	line-height: 20px;
	z-index: 100;
	margin-top: 8px;
	margin-left: -23px;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #fff;
	padding: 1px 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#dropmenudiv a:hover
{
	/*hover background color*/
	background-color: rgb(151, 176, 200);
	color: #036;
}

#topnav LI A
{
	text-decoration: none;
	color: #036;
	font-weight: bold;
}

#topnav LI A:hover { color: #fff; }

#menuparent2:hover ul
{
	margin-left: -120px;
	padding-left: 80px;
}

/* CONTENT BOX */

/*
#content
{
	width: 772px;
	background-color: #fff;
	margin: -15px auto 0px auto;
}
*/

#leftcol
{
	width: 500px;
	margin: 0px;
	float: left;
	padding: 0 10px 10px 30px;
	background-color: #fff;
}

#leftcol P { line-height: 175%; }

#rightcol
{
	
	background-color: #fff;
	width: auto;
	position: relative;
	margin-left: 570px;
	padding-left: 20px;
	/*border-left: 1px solid rgb(151, 176, 200);
	border-right: 1px solid #8b8b8b;*/
	border-top: 1px solid #fff;
	padding-bottom: 10px;
	margin-top: -12px;
	padding-top: 0;
}

#maincol { padding: 10px; }

#rightcolbottom
{
	/*clear: both;*/
	margin-top: 40px;
	/*border-top: 1px solid rgb(151,176,200);
	 lt blue */
	 width: 550px;
	height: 150px;
}

.servicesbox
{
	width: 159px;
	height: 105px;
	float: left;
	font-weight: bold;
	margin: 10px 0px 12px 15px;
}

.servicesbox A
{
	color: #036;
	font-size: 14px;
	position: relative;
	top: -63px;
	left: 10px;
	text-decoration: none;
	width: 159px;
}

.servicesbox A:hover
{
	color: rgb(233,113,22);
	/* orange */
}

#signupbox
{
	width: 300px;
	height: 53px;
	border: 2px solid #036;
	background-color: rgb(151,176,200);
	/* lt blue */
	padding: 10px;
	margin: 11px 5px -10px 5px;
}

#signupbox FORM
{
	margin: 0;
	padding: 0;
}

#signupbox INPUT { vertical-align: middle; }

#clientbox
{
	background-image: url(../images/clientbox.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 35px;
	z-index: 20;
	width: 166px;
	height: 250px;
	background-position: left bottom;
	}

#clientbox H2
{
	font-size: 13px;
	line-height: 115%;
	text-align: center;
}

#footer
{
	background-color: rgb(233,113,22);
	clear: both;
	padding: 0 10px;
	font-size: 11px;
	width: 780px;
	margin: -11px auto;
	color: #036;
	height: 26px;
}

#footer A
{
	color: #036;
	text-decoration: none;
	margin-right: 8px;
	line-height: 25px;
}

#footer A:hover { color: #fff; }
LI { padding-bottom: 5px; }

/* Page Specifics */
#downloadspage TH, #downloadspage TD H2, #wwpage TH
{
	background-color: #036;
	color: #fff;
	text-align: left;
	padding: 5px;
}

#floatbox
{
	margin-left: 30px;
	float: left;
	width: 300px;
	margin-right: 50px;
}

#floatbox
{
	background-image: url(../images/arrowright.gif);
	background-position: right 100px;
	background-repeat: no-repeat;
}

#floatbox dl { float: left; }
#floatbox ul { clear: both; }
#contactpage FORM { padding: 5px 5px 5px 0; }
#contactpage FORM TABLE { margin: 0 auto; }
#contactpage FORM TABLE TD { border-right: 1px solid #036; }

#contactpage FORM TABLE TD P
{
	background-color: #e1e1e1;
	padding: 5px;
}

#contactpage FORM INPUT, #contactpage FORM TEXTAREA { border: 1px solid rgb(233,113,22); }

/*	Vertical Accordions
		*/

.accordion_toggle
{clear: both;
	display: block;
	height: 30px;
	width: 97%;
	background-image: url(../images/arrowup.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-color: #036;
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	margin: 0 5px 0 0;
}

.accordion_toggle:hover
{
	background-color: rgb(151,176,200);
	background-image: url(../images/arrowdown.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}

.accordion_toggle_active
{
	background-color: rgb(233,113,22);
	color: #ffffff;
	border-bottom: 1px solid #036;
	background-image: url(../images/arrowdown.gif);
	background-repeat: no-repeat;
	background-position: 97% center;
}

.accordion_toggle_active:hover
{
	background-color: rgb(151,176,200);
	background-image: url(../images/arrowup.gif);
	background-repeat: no-repeat;
	background-position: 97% center;
}

.accordion_content { padding: 0px 10px 5px 10px; overflow: hidden; width: 97%;}

.accordion_content TABLE {width: 100%; border: 0;}
.accordion_content TD {border-bottom: 1px solid #ccc;}

.accordion_content TD:first-child {width: 30%; }
.accordion_content TD {padding: 5px; line-height: 150%;}
.accordion_content p
{
	line-height: 150%;
	
}
