html, body {
	font-family: Tahoma, Geneva, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
  	background-color: #0D0D0D;
	color: #E7E7E7;
}

a {color:#5DB3F9; }

table#main {
	height: 100%; 
	margin: 0; 
	padding: 0; 
}

table#main td { 
	height: 100%; 
	vertical-align: Middle; 
	padding: 0; 
}

td {
	font-size: 13px;
	font-weight: normal;
	line-height: 125%;
}

img {
	border:0;
}

th {
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #F78123;
	line-height: 125%;
	padding: 20px 20px 5px 30px;	
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #8D8D8D;
	line-height: 125%;
	padding: 5px 20px 5px 30px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #8D8D8D;
	line-height: 125%;
	padding: 5px 20px 5px 30px;
}

p {
	font-size: 13px;
	font-weight: normal;
	line-height: 125%;
	padding: 0 30px 5px 30px;	
	margin: 5px;
}

h4,h5,h6,strong {
	font-weight: bold; 
}

abbr,acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
} 

em {
	font-style:italic;
}

blockquote {
	padding: 0 50px 5px 50px;	
	font-style: italic;
}

#wrapper { 
	width: 875px; 
	margin-left: auto; 
	margin-right: auto;
} 

ul {
	list-style-position:inside;
	list-style:none;
}

li {
/*	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;*/
	padding-left: 15px; 
}

ol li {
	list-style: decimal inside;	
}

caption {
	margin-bottom:.5em;
	text-align: center;
}

p,fieldset,table,pre {
	margin-bottom:1em;
}

.partner_info li {
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
}

li.partner_info {
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
}

/* ----- HEADER ----- */

#menu_top {
	font-size: 13px;
	color: #E7E7E7;
	text-align: right;
	padding: 10px 0 15px 0;
}

#menu_top a {
	text-decoration: none;
	color: #E7E7E7;
}

#menu_top a:hover {
	color: #5DB3F9;
}

/* ----- DROP DOWN MENU ----- */

ul.jd_menu_slate {
	height: 22px;
	background-color: #484848;
	background: #484848;
	border-left: 1px solid #0D0D0D;
	clear: both;
	border-left: 2px solid #484848;
}

ul.jd_menu_vertical {
	width: 200px;
	height: auto;
	clear: both;
	background: #484848;
}


ul.jd_menu_slate a, 
ul.jd_menu_slate a:active,
ul.jd_menu_slate a:link,
ul.jd_menu_slate a:visited {
	text-decoration: none;
	color: #FFF;
}

ul.jd_menu_slate a:hover {
	text-decoration: none;
	color: #5DB3F9;
}
ul.jd_menu_slate ul li a,
ul.jd_menu_slate ul li a:active,
ul.jd_menu_slate ul li a:link,
ul.jd_menu_slate ul li a:visited {
	color: #FFF;
}
ul.jd_menu_slate li {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 30px 2px 15px;
	border-right: 1px solid #0D0D0D;
	cursor: pointer;
	white-space: wrap;
	color: #5DB3F9;
}

ul.jd_menu_slate li.jd_menu_active_menubar,
ul.jd_menu_slate li.jd_menu_hover_menubar {
	padding: 2px 30px 2px 15px;
	color: #FFF;
	background: #676767;
}

ul.jd_menu_vertical li.jd_menu_active_menubar,
ul.jd_menu_vertical li.jd_menu_hover_menubar {
	padding-left: 6px;
	padding-top: 0px;
	border-top: 1px solid #0D0D0D;
	border-left: 0px;
	border-right: 0px;
}

ul.jd_menu_slate ul {
	background: #484848;
	border: 1px solid #0D0D0D;
}

ul.jd_menu_slate ul li {
	padding: 3px 10px 3px 4px;
	background: #484848;
	border-bottom: 1px solid #0D0D0D;
	color: #FFF;
	font-weight: normal;

}
ul.jd_menu_slate ul li.jd_menu_active,
ul.jd_menu_slate ul li.jd_menu_hover {
	background: #676767;
	padding: 2px 10px 3px 4px;
	padding-bottom: 2px;
	border-bottom: 1px solid #0D0D0D;
	color: #FFF;
	
}

ul.jd_menu_slate ul li.jd_menu_active a.jd_menu_active,
ul.jd_menu_slate ul li.jd_menu_hover a.jd_menu_hover {
	color: #5DB3F9;
	font-weight: normal;
	padding-left: 8px;
}

ul.jd_menu, 
ul.jd_menu_vertical {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


ul.jd_menu li {
	float: left;
}

/* -- Sub-Menus -- */
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	z-index: 10000;
}
ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 12px;
	margin: 0px;
}

/* ----- CONTENT ----- */

#content {
	clear:both;
}
	
#content_left {
}

#content_left a {
	font-size: 13px;
	color: #E7E7E7;
	line-height: 125%;
	text-decoration: none;
}

#content_left a:hover {
	color: #5DB3F9;
}

#content_right {
}

#content_right a {
	font-size: 10px;
	color: #E7E7E7;
	line-height: 125%;
	text-decoration: none;
}

#content_right a:hover {
	color: #5DB3F9;
}

#box1 {
	background: #1B1B1C;
	font-size: 13px;
	font-weight: normal;
	line-height: 125%;
	padding: 5px 15px 15px 15px;
	margin: 15px 0 15px 0;
}

#box1 h2 {
	font-size: 18px;
	font-weight: normal;
	color: #8D8D8D;
	line-height: 125%;
	padding: 0 15px 0 15px;	
}

#box1 p {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	line-height: 115%;
	padding: 0 15px 0 15px;	
}

#box1 a {
	font-size: 11px;
	font-weight: normal;
	color: #5DB3F9;
	line-height: 115%;
	text-decoration:none;
}

#box1 a:hover {
	color: #CCC;
}

#box1 li {
	display: inline-block;
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left: 15px; 
}

#box2 {
	background: #212121;
	font-size: 13px;
	font-weight: normal;
	line-height: 125%;
	padding: 15px;	
	margin: 15px 0 15px 0;
}

#box2 h2 {
	font-size: 18px;
	font-weight: normal;
	color: #8D8D8D;
	line-height: 125%;
	padding: 0 15px 0 15px;	
}

#box2 p {
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	line-height: 125%;
	padding: 0 15px 0 15px;	
}

#box2 a {
	font-size: 13px;
	font-weight: normal;
	color: #5DB3F9;
	line-height: 125%;
	text-decoration: none;
}

#box2 a:hover {
	color: #CCC;
}

#box2 li {
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left: 15px; 
}

#news {
	font-size: 11px;
}

/* ----- FOOTER ----- */

#footer {
	height: 75px;
	background: #1A1A1A;
	font-size: 10px;
	color: #E7E7E7;	
	border-top: 1px solid #252525;
	font-size: 10px;
	text-align:center;
}

#footer a {
	text-decoration: none;
	color: #E7E7E7;
	line-height: 75px;
}

#footer a:hover {
	color: #5DB3F9;
}

/* ----- TESTIMONIALS ----- */
.testimonials {
    display: block;
    border-bottom: 1px dashed #000;
    margin: 25px 10px 15px 0;
}

.testimonials p{
    margin: 0;
}

.testimonials h2 {
		color:#F78123;
}

.testimonials div {
		border: 0;
}

.readMore a {
		color:#8D8D8D;
		font-size: 16px !important;
		text-align: right;
}		

.readMore {
		color:#8D8D8D;
		font-size: 16px !important;
		text-align: right;
		margin: 0 10px 30px 0;
}

.quoted {
	text-align:right;
	color:#5DB3F9;
	font-size: 12px;
	font-weight:bold;
	/*font-style:italic;*/
	margin: 0 25px 30px 0;
}

/* Solutions SubMenu Pages */
#solutionsSubMenu {

}

#solutionsSubMenu .right {
	float: right;
}

#solutionsSubMenu .right a {
	color: #8D8D8D;
}

#solutionsSubMenu .right a:hover {
	color: #5DB3F9;
}

.bordered {
	border: 2px solid #8D8D8D !important;
	margin: 3px 10px 10px;
}

.bordered a {
	border: 2px solid #8D8D8D !important;
	margin: 3px 10px 10px;
}

.bordered:hover {
	border: 2px solid #F78123 !important;
}

.copyright {
    margin-left: 300px;
}

/*CMS STYLES*/
#cmsMenu {
    padding: 5px 10px 10px;
    background: #222;
    border-bottom: 1px solid #000;
    border-top: 1px solid #333;
}
.nicEdit-pane, .nicEdit-selectTxt {
    color: #000 !important;
}

#intro h2 {
padding-bottom: 0;
margin-bottom: 0;
}

#intro h2 a {
font-weight: bold;
color: #F9F9F9;
padding: 10px 0 0;
margin-bottom: 0;
font-size: 15px;
}

#intro p {
color: #8D8D8D;
padding: 0 0 0 25px;
}