@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#FFFFFF url(/img/mainbg.jpg) repeat-x top;
	margin:0px;
}
.wrapper {
	width:980px;
	margin:0 auto;
}
/************Menu************/
.menu {
	width:960px;
	margin:0px 10px;
	position:relative;
	height:88px;
	z-index:10;
}
.menu * {
	float:left;
	height:88px;
}
.menu a {
	color:#4a4a4a !important;
	text-decoration:none;
	padding: 32px 25px 25px 25px;
	font-weight:bold;
	font-size:18px;
	height:24px;
}
.devider {
	background:url(/img/menu-devider.jpg) no-repeat;
	width:2px;
}
.menu-right-curve {
	background:url(/img/menu-curve.jpg) no-repeat -24px;
	width:24px;
	height:88px;
}
.menu-left-curve {
	background:url(/img/menu-curve.jpg) no-repeat 0px;
	width:24px;
	height:88px;
}
.menu-items-holder {
	background:url(/img/menu-bg.jpg) repeat-x;
	width:665px
}
/* menu styles */
#jsddm {
	margin: 0;
	padding: 0;
	float:none !important;
}
#jsddm li {
	float: left;
	list-style: none;
}
#jsddm li a {
	display: block;
	text-decoration: none;
	color: #EAFFED;
	white-space: nowrap;
	float:none !important;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #FFF
}
#jsddm a:hover, #jsddm a.active {
	background:url(/img/menu-item-hover-bg.jpg) repeat-x;
	color:#ff290f !important;
}
#jsddm a.dropdown {
	background:url(/img/menu-item-2level-bg.jpg) right top;
}
#jsddm a.dropdown:hover, #jsddm a.activedropdown {
	background:url(/img/menu-item-2level-bg.jpg) right 88px !important;
	color:#ff290f !important;
}
#jsddm a.first {
	border-left:0px !important;
}
#jsddm a.last {
	border-right:0px !important;
}
#jsddm li ul {
	margin: 2px 0px 0px 0px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	float:none !important;
	height:none !important;
}
#jsddm li ul li {
	float: none;
	display: inline;
}
#jsddm li ul li a {
	width: 200px;
	background: #ededed;
	color: #24313C;
	float:none !important;
	padding:15px 24px 20px 24px !important;
	height:10px !important;
	font-size:14px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#jsddm li ul li a:hover, #jsddm li ul li a.active {
	background: #dfdfdf;
	float:none !important;
}
/************Footer************/ 
 .footer {
	padding:20px 20px 10px 20px;
	color:#666666 !important;
	width:900px;
	margin:0 20px;
	font-size:13px;
	float:left;
	background:#f1f1f1 url(/img/footer-bg.jpg) top repeat-x;
	border-top:1px #CCC solid;
	position:relative;
/*	z-index:10;*/
	top:15px;
}
.footer a {
	color:#e80006 !important;
	font-size:13px;
	text-decoration:none !important
}
.footer a.active {
	color:#666666;
}
.footer a:hover {
	text-decoration:underline
}
.footer dl {
	float:left;
	width:120px;
	margin-right:30px;
	color:#E80006;
}
.footer dt {
	font-weight:bold;
	border-bottom:1px solid #e80006;
	margin-bottom:5px;
	float:left;
	display:inline;
	width:120px;
}
.footer dd {
	margin: 5px 0px;
	border-bottom:1px dotted #999;
	padding:4px 0px;
}
.footer dd a {
	color:#000 !important;
}
.footer dd a:hover {
	text-decoration:underline !important
}
.copyright {
	clear:both;
	float:right;
	font-size:12px;
}
/************Content************/
.content-holder {
	width:960px;
	margin:15px 10px;
	line-height:140%;
	position:relative;
}
.content-holder a {
	color:#e80006;
	text-decoration:none;
}
.content-holder a:hover {
	text-decoration:underline;
}
.content-top-curve {
	background:url(/img/content-curve.jpg) no-repeat 0px 0px;
	height:25px;
	float:left;
	width:960px;
}
.content-bottom-curve {
	background:url(/img/content-curve.jpg) no-repeat 0px -25px;
	height:25px;
	float:left;
	width:960px;
}
.content-top-curve-2 {
	background:url(/img/content-curve-2.jpg) no-repeat 0px 0px;
	height:25px;
	float:left;
	width:960px;
}
.content-bottom-curve-2 {
	background:url(/img/content-curve-2.jpg) no-repeat 0px -25px;
	height:25px;
	float:left;
	width:960px;
}
.content {
	background:url(/img/content-bg.png) repeat-y;
	float:left;
	width:960px;
}
.content-pure {
	background:url(/img/content-pure-bg.jpg) repeat-x bottom;
	margin:0 10px;
	padding:0px 20px 10px 20px;
	width:900px;
	float:left
}
.content-pure div {
	margin-bottom:10px;
}
.back{
	float:right; 
	margin-top:-40px
}
h3 {
	border-bottom:#848484 1px dotted;
	margin:0px 0px 10px 0px;
	padding:5px 0px 10px 0px;
	font-size:14px;
}
h4 {
	font-size:16px;
	margin:4px 0px 0px 0px;
	color:#000000;
}
h5 {
	font-size:14px;
	margin:4px 0px;
	font-style:italic;
	color:#000000;
}
.left {
	float:left
}
.right {
	float:right
}
.photo.left {
	margin:0px 20px 2px 0px;
}
.photo.right {
	margin:0px 0px 2px 20px;
}
.row-with-photo {
	float:left;
	margin:10px 0px;
	color:#4a4a4a;
	padding:20px;
	width:860px;
	float:left
}
.row-with-photo:hover {
	background:#f9e4e4 url(/img/photo-hover-bg.jpg) no-repeat 5px 10px;
	border:1px solid #b0b0b0;
	padding:19px;
	color:#000000;
}
.row-without-photo {
	float:left;
	margin:10px 0px;
	color:#4a4a4a;
	padding:20px;
	width:860px;
	float:left
}
.row-without-photo:hover {
	background:#f9e4e4;
	border:1px solid #b0b0b0;
	padding:19px;
	color:#000000;
}
.intro {
	border-bottom:1px dotted #666666;
	margin:0px 0px 10px 0px;
	padding:0px 0px 20px 0px;
	float:left;
	width:900px
}

/************Homepage Exclusive************/
/* Moved to index.html */

.box {
	width:260px;
	float:left;
	padding:20px;
}
.box-title {
	text-align:center;
	font-weight:bold;
}
.box-content {
	line-height:normal;
}
.box-content ul {
	padding-left:25px;
	margin-left:0px;
	list-style-image:url(/img/bullet.gif)
}
.news-box ul li {
	margin-bottom:12px;
	padding-left:0px;
	margin-left:0px;
}
.news-box ul li a {
	color:#000000;
	text-decoration:none;
}
.news-box ul li a:hover {
	text-decoration:underline;
}
.desc-short {
	font-size:12px;
}
.main-text form {
	margin:15px 0px 10px 0px;
	width:900px;
}
.box-content form {
	margin:15px 0px 10px 0px;
	float:left;
	width:260px;
}
.box-content .label {
	width:60px;
	float:left;
	text-align:right;
	margin-right:10px;
}
.main-text .label {
	width:300px;
	float:left;
	text-align:right;
	margin-right:10px;
}
.box-content input {
	float:left;
	width:140px;
}
.form-row {
	margin-bottom:10px;
	float:left;
	clear:left;
	width:900px;
}
a.button {
	background:url(/img/button-bg.jpg) no-repeat;
	width:78px;
	height:17px;
	float:left;
	clear:both;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:5px 0px;
	margin:3px 410px 3px 410px;
}
.client-box a.button {
	margin:3px 90px 3px 90px;
}
a.button:hover {
	background: #df0907 url(/img/button-hover-bg.jpg) no-repeat;
	text-decoration:none
}
a.large {
	background:url(/img/button-large-bg.jpg) no-repeat !important;
	width:160px !important;
	margin:3px 369px 3px 369px;
}
a.large:hover {
	background: #df0907 url(/img/button-large-hover-bg.jpg) no-repeat !important;
}
.spacer {
	width:180px;
	border-bottom:#333333 dotted 1px;
	margin: 0px 40px;
	height:2px;
	float:left;
	font-size:2px;
}
.center {
	text-align:center;
	margin:3px 0px;
	float:left;
	width:260px;
}
.main-text {
	width:900px;
}
.single-internal-box {
	background:url(/img/loginpage-box-bg.jpg) no-repeat !important;
	margin:20px 300px !important;
	height:260px !important
}
.single-internal-box .form-row {
	width:260px !important;
}
.single-internal-box .button {
	margin: 3px 90px !important;
}
.single-internal-box .label {
	width:60px !important;
}
.single-internal-box div {
	float:none
}
.errorField {
	font-size:12px;
}
.news-box ul li .desc-short a {
	color:#ff290f
}
.apps div {
	float:none;
	margin-bottom:0px;
}
#main blockquote {
	margin-top:5px;
	margin-bottom:0px;
}
.clear {
	clear:both;
	height:1px;
	font-size:4px;
}

/*** Site search ***/
div.gsc-control-cse {
	border: inherit;
	background-color: inherit;
	padding: 0 2% 10px !important;
	margin-bottom: 0;
}
div#cse * {
	margin-bottom: 0;
	padding-bottom: 0;
}
div.gsc-results:before {
	content: 'Search results';
	font-weight: bold;
	font-size: larger;
}
div.gsc-cursor-box  {
	border-bottom:1px solid #BBBBBB !important;
	padding-bottom:20px !important;
}
form.gsc-search-box {
	padding-bottom: 2% !important;
}
div.gsc-tabsArea {
	border-bottom: none;
}
div.gsc-tabHeader { display:none; }
