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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	background-image: url(images/menu_back.png);
	background-position:top;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #095A90;
	text-decoration:none;
}
/*
a:visited {
	color: #F36;
}
*/

a:hover {
	color: 394E7F;
	text-decoration:underline;
}
a:active {
	color: #333;
}
h1 {
	font-size: 18px;
	color: #3D5385;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 14px;
	color: #5579A2;
}
.top_links {
	color: #CCC;
}
.top_links a{
	color: #CCC;
	margin-left:6px;
	margin-right:6px;
	text-decoration:none;
}
.top_links a:hover {
	text-decoration:underline;
	color:#FFF;
}
.search_area {
	background:url(images/search_box_01.png);
	width:220px;
	height:30px;
}

.search_box {
	background:transparent;
	border: none;
	margin-left:6px;
	margin-bottom:2px;
	color: #666;
	font-size: 11px;
}

.news_box {
	background: #FFF;
	border: 1px solid #CCC;
	margin-left:6px;
	margin-bottom:2px;
	color: #666;
	font-size: 11px;
}

#nav {
	margin:2px 0px 0px 0px;
	padding:6px 0px 0px 0px;
	line-height: 100%;
}

#nav li {
	margin: 0 5px;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: normal;
	color: #EEE;
	text-decoration: none;
	display: block;
	padding:  6px 20px;
	margin: 0;
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #039 url(images/gradient.png) repeat-x 0 -40px;
	color: #444;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
}
#nav ul a:hover {
	background: #666 url(images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 24px;
	left: 0;
	background: #ddd url(images/gradient.png) repeat-x 0 0;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

.logo_bar{
	background: url(images/logo_bar.png);
	background-repeat:repeat-x;
	background-position:top;
	border:0px solid #E3E3E3;
}

.footer {
	background:url(images/footer.jpg);
	width: 950px;
	background-position:bottom;
	background-repeat:repeat-x;
	font-size: 11px;
	border: 1px solid #E3E3E3;
}

.footer a{
	color: #333;
	margin-left: 10px;
}

.large_column {
/*	background: url(images/column_back.jpg);

	background-position:top;
	background-repeat:repeat-x;
*/	border: 0px solid #E3E3E3;
	vertical-align:top;
}

.small_column {
/*	background:url(images/small_gradient.jpg);

	background-repeat:repeat-x;
	background-position:top left;
*/	border: 0px solid #E3E3E3;
}

.heading {
	margin:5px 10px;
	text-align:center;
}
.content {
	margin: 5px 10px;
}

.phone_icon {
	padding-left: 25px; 
	background:url(images/phone_icon.png);
	background-position:left;
	background-repeat:no-repeat;
}

.mail_icon {
	padding-left: 25px; 
	background: url(images/email_icon.png);
	background-position:left;
	background-repeat:no-repeat;
}

.contrast_heading {
    background: #CCC;
	color: #333;
	font-weight: bold;
}
.imglink {
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

li {
	margin-bottom:4px;
}

.t_details{
	font-size: 0.95em;	
	margin-bottom:4px;
}


.gradientbuttons ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
visited.color: white;
}

.gradientbuttons li{
display: inline;
margin: 0;
}

.gradientbuttons li a{
text-decoration: none;
padding: 5px 7px;
margin-right: 5px;
border: 1px solid #778;
color: white;
border:1px solid gray;
background: #3282c2;
border-radius: 8px; /*w3c border radius*/
box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
-moz-border-radius: 8px; /* mozilla border radius */
-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
/*background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
-webkit-border-radius: 8px; /* webkit border radius */
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
/*background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
}

.gradientbuttons li a:hover{
color: white;
}

.tryPrimeOCRbutton {

	
	-moz-box-shadow:inset 0px 0px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 0px 0px 0px #bee2f9;
	box-shadow:inset 0px 0px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #7cacde;


}.tryPrimeOCRbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}.tryPrimeOCRbutton:active {
	position:relative;
	top:1px;
	color:#fff;
}
.tryPrimeOCRbutton:visited{
	color:#FFF;	
}



.button-link {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-line:visited{
	color:#fff;
}
.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}