/*
Five Two Foundation
Version: 1.1
Author: Ping Chao
*/

/***** MASTER RESET (DO NOT CHANGE) *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	font:100%;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
	text-align:left;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:400;
}
h1, h2, h3 {
	font-weight: 700;
}
h1 {
	font-size:4em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline: 0;
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
*font-size:100%;
}
body {
	font:12px/1.385 arial, helvetica, sans-serif;
*font-size:small;
*font:x-small;
	line-height:1;
	color:#000;
	background:#fff url(/images/bg_main.jpg) 0 0 repeat-x;
}
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
a {
	text-decoration: none;
	color:#1A4E9C;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/****** GRID STYLES (DO NOT CHANGE) ******/
.container {
	width: 950px;
	margin: 0 auto;
}
div.grid-1, div.grid-2, div.grid-3, div.grid-4, div.grid-5, div.grid-6, div.grid-7, div.grid-8, div.grid-9, div.grid-10, div.grid-11, div.grid-12 {
	float:left;
	margin-right:10px;
	position:relative;
}
div.last {
	margin-right: 0;
}
.grid-1 {
	width: 70px;
}
.grid-2 {
	width: 150px;
}
.grid-3 {
	width: 230px;
}
.grid-4 {
	width: 310px;
}
.grid-5 {
	width: 390px;
}
.grid-6 {
	width: 470px;
}
.grid-7 {
	width: 550px;
}
.grid-8 {
	width: 630px;
}
.grid-9 {
	width: 710px;
}
.grid-10 {
	width: 790px;
}
.grid-11 {
	width: 870px;
}
.grid-12 {
	width: 950px;
	margin-right:0 !important;
}
.clearfix:after, .container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, .container {
	display: inline-block;
}
* html .clearfix, * html .container {
	height: 1%;
}
.clearfix, .container {
	display: block;
}
.clear {
	clear:both;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
/* BASE STYLES */
#bg-design {
	background:transparent url(/images/bg_design.jpg) 50% 0 no-repeat;
}
ul.bullets {
	padding:0 12px 12px;
}
ul.bullets li {
	padding:4px 10px;
	font-size:12px;
	background:transparent url(/images/bullet_gray.png) 0 8px no-repeat;
}
ol {
	margin:0 0 0 30px;
	list-style:outside decimal;
}
.Panel {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
}
/* HEADER */
#header {
	position:relative;
	z-index:5;
}
#header h1 {
	background:transparent url(/images/logo_main.png) 0 0 no-repeat;
	height:76px;
	width:196px;
	margin:16px;
}
#header h1 a {
	overflow:hidden;
	height:76px;
	width:200px;
	display:block;
}
#header h1 span {
	position:absolute;
	left:-9999em;
}
/* FOOTER */
#footer {
	background:transparent url(/images/bg_footer.jpg) 0 0 repeat-x;
	padding:10px 0;
	margin:20px 0 0;
	height:340px;
}
#footer a {
	color:#888;
}
#footer a:hover {
	text-decoration:none;
	color:#1A4E9C;
}
#footer p {
	font-size:11px;
	color:#555;
	padding:0 0 4px;
}
#footer h4 {
	font-size:11px;
	color:#777;
	font-weight:700;
	margin:0 0 6px;
	text-align:right;
}
#footer .footer-txt {
	background:transparent url(/images/logo_20.png) 0 0 no-repeat;
	padding:0 26px;
	overflow:hidden;
}
.ie6 #footer .footer-txt {
	height:1%;
}
/* CAPSULES */
.cap-container {
	clear:both;
	width:100%;
}
.cap-body {
	background-position: #fff;
	padding: 2px;
	background: #fff;
	overflow: hidden;
	padding-bottom: 10px;
}
.cap-body h5, .cap-body h2 {
	font-family:Georgia, Times, serif;
	font-size:14px;
	line-height:17px;
	padding:10px 0 5px;
	margin:0 10px 10px;
	color:#1B2F50;
	font-weight:700;
	border-bottom:1px solid #1B2F50;
	clear:both;
}
.cap-body h2 {
	font-size:28px;
	line-height:28px;
	padding:10px 10px 20px;
	color:#333;
	border-bottom:none;
	margin:0;
	border-top:1px solid #1A4E9C;
	background:transparent url(/images/bg_page_header.jpg) 0 0 repeat-x;
}
.cap-body h3 {
	font-family:Georgia, Times, serif;
	font-size:18px;
	padding:10px 30px;
	font-weight:400;
	color:#1A4E9C;
	background:transparent url(/images/header_arrow_blue.png) 10px 14px no-repeat;
}
.cap-body h3 a {
	color:#1A4E9C;
}
.cap-body p {
	font-size:12px;
	line-height:17px;
	padding:0 10px 10px;
	color:#333;
}
.cap-body img.float-right, .cap-body img.float-left {
	margin:0 10px 10px;
}
.cap-body ul.rows {
	overflow:hidden;
	padding:0 4px;
}
.cap-body ul.rows li {
	overflow:hidden;
	padding:8px 0 4px;
}
.ie6 .cap-body ul.rows li {
	height:1%;
}
.cap-body p.footer {
	font-size:11px;
	text-align:right;
	padding:0 12px 8px;
}
.cap-body p.footer a {
	display:block;
}
/* Search */
#search {
	float:right;
	margin:4px 20px 0 0;
	background:transparent url(/images/bg_search.png) 0 0 no-repeat;
	font-size:11px;
	height:33px;
	width:222px;
}
.ie6 #search {
	margin:4px 10px 0 0;
}
#search .search-txt {
	padding:2px;
	border:1px solid #ccc;
	background:#fff;
	width:135px;
	margin:6px 4px 0 8px;
}
#search .search-btn {
	border:none;
	background:none;
	cursor:pointer;
	color:#1A4E9C;
	margin:0;
	padding:0;
}
#search .search-btn:hover {
	text-decoration:underline;
}
/* Email Subscribe */
#subscribe {
	float:right;
	margin:4px 10px;
	background:transparent url(/images/bg_subscribe.png) 0 0 no-repeat;
	overflow:hidden;
	font-size:11px;
	width:84px;
	height:33px;
}
#subscribe a {
	background:transparent url(/images/icon_email_subscribe.png) 8px 50% no-repeat;
	padding:10px 0 10px 28px;
	display:block;
}
/* Capsule Footer */
.cap-footer {
	position:relative;
}
.ie6 .cap-footer {
	height:1%;
}
.cap-footer a {
	color:#1A4E9C;
}
/* Featured Product or Service */
#cap-featured {
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
}
#cap-featured .ft-content h2, #cap-featured .ft-content p {
	color:#ddd;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	padding:0 20px 10px;
	float:right;
	clear:both;
	width:300px
}
#cap-featured .ft-content h2 {
	font-size:30px;
	line-height:36px;
	padding:20px 20px 10px;
	font-weight:400;
	width:325px;
	color:#fff;
}
#cap-featured .ft-content a.btn-learn {
	padding:10px 20px;
	float:right;
	clear:both;
}
#cap-featured .bg-overlay {
	background:transparent url(/images/ft_overlay.png) 0 0 no-repeat;
	position:absolute;
	height:250px;
	width:475px;
	top:0;
	right:0;
	z-index: 3;
}
.ie6 #cap-featured .bg-overlay {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://fivetwo.varident.com/images/ft_overlay.png');
}
#cap-featured .ft-content {
	position:absolute;
	height:250px;
	width:950px;
	top:0;
	right:0;
	z-index: 4;
	text-align:right;
}
.ft-content img.lg_img {
	position:absolute;
	top: 0px; left: 0px;
	z-index: 2;
}
/* Carousel controls */
#carousel {
	width: 950px;
	height: 260px;
	position: relative;
}
.slideshow {
	z-index: 1;
	width: 950px;
	padding-bottom: 12px;
	height: 250px;
	overflow: hidden;
}
#nav {
	position: absolute;
	left: 35px;
	bottom: 0px;
	z-index: 2;
}
#nav a {
	margin: 0 3px;
	padding: 0px 5px;
	color:#262626;
	font-size: 8px;
	background:url(/images/Dot.gif) center no-repeat;
	text-decoration: none;
}
.slideshow .Overlay {
	height:140px;
	position: absolute;
	top: 0px; right: 0px;
	width: 475px;
	z-index: 4;
	color: #535353;
}
#nav a.activeSlide {
	color:#f9a13a;
	font-size: 8px;
	background: #ffffff url(/images/Dot_hover.gif) center no-repeat;
}
#nav a:focus {
	outline: none;
}
#output {
	text-align: left;
}
/*
#carousel {
	width: 960px;
	height: 268px;
	position: relative;
}
.slideshow {
  z-index: 1;
  background: #fff;
  padding: 0px 0 18px;
  width: 960px;
  height: 250px;
  overflow: hidden;
}
.slideshow img { 
	background-color: #ffffff;
	width: 960px;
}
.Overlay h1 {
	font: normal 28px/1.3em "Trebuchet MS", sans-serif;
	letter-spacing: 4px;
}
.Overlay p {
	padding: 15px 10px 0 0;
	font: normal 11.5px/1.3em "Trebuchet MS", sans-serif;
}

#nav {
	position: absolute;
	right: 121px;
	bottom: 5px;
	z-index: 2;
	background-color: #ffffff; 
}
#nav a { margin: 0 3px; padding: 3px 5px; color:#262626; font-size: 8px; background:url(/img/Dot.gif) center no-repeat; text-decoration: none; }
#nav a.activeSlide { color:#f9a13a;font-size: 8px; background: #ffffff url(/img/Dot_hover.gif) center no-repeat; }
#nav a:focus { outline: none; }
#output { text-align: left; }
*/
/* Sub Featured Products & Services */
.cap-subfeature {
	margin-bottom:10px;
	background:#fff url(/images/bg_subfeature_blue.png) 0 0 no-repeat;
	height:60px;
	width:470px;
	color:#fff;
	position:relative;
}
.cap-subfeature a {
	background:#B2C5E1;
	padding:4px 8px;
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:11px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.cap-subfeature a:hover {
	background:#1A4E9C;
	border:1px solid #ddd;
	color:#fff;
	text-decoration:none;
}
.cap-subfeature h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:400;
	padding:8px 12px;
}
.cap-subfeature p {
	font-family:arial, serif;
	font-size:12px;
	padding:0 12px;
}
/* News & Announcements */
body.home .cap-middle-col .cap-body {
	border-width:0 1px;
	border-color:#ccc;
	border-style:solid;
}
/* Footer Links */
.cap-footerlinks {
	float:left;
	width:143px;
	margin-right:10px;
}
.cap-footerlinks ul {
	font-size:11px;
	text-align:right;
}
.cap-footerlinks ul li {
	line-height:15px;
}
.cap-footerlinks ul li a {
	display:block;
}
.ie6 .cap-footerlinks ul li {
	height:1%;
}
/* Page Content - Grid 8 */
.cap-page-content .cap-body {
	border-width:0 1px 0 0;
	border-color:#ccc;
	border-style:solid;
	padding:2px 16px 2px 2px;
}
/* Bullets */
.cap-page-content .cap-body ul {
	list-style: outside none;
	color: #343434;
	margin: 10px 10px;
	padding: 0px;
}

.cap-page-content .cap-body ul li 
{
	font:normal 12px/1.3em Arial, Helvetica, sans-serif;
	margin:5px 0 0 0;
	background: url(/images/rt_Nav-blu.gif) 3px 1px no-repeat;
	padding-left:20px;
	
}
.cap-page-content .cap-body ul ul {
	padding-left:10px;
	padding-bottom:0px;
	list-style: outside none;
	
}
.cap-page-content .cap-body ul ul li 
{
	font:italic 12px/1.3em Arial, Helvetica, sans-serif;
	background: url(/images/rt_Nav-BLk.gif) 3px 1px no-repeat;
	padding-left:20px;

	
}
.cap-page-content .cap-body ol {
	padding-left:0px;
	padding-bottom:17px;
	color: #343434;
	padding-top: 10px;
	list-style: decimal;
}
.cap-page-content .cap-body ol li 
{
	font:normal 12px/1.3em Arial, Helvetica, sans-serif;
	margin:5px 0 0 0;
	
}
.cap-page-content .cap-body ol ol {
	padding-left:20px;
	padding-bottom:5px;
	list-style:square;
}
.cap-page-content .cap-body ol ol li 
{
	font:italic 12px/1.3em Arial, Helvetica, sans-serif;
}


/* Contact Form */
.cap-contact {
	background-position: #f5f5f5;
	border: 1px solid #ddd;
	margin: 20px 12px;
	padding: 12px;
	overflow: hidden;
	background: #f5f5f5;
}
.cap-contact ul li {
	overflow:hidden;
	padding:4px 0;
}
.ie6 .cap-contact ul li {
	height:1%;
}
.cap-contact label {
	float:left;
	width:140px;
	padding:6px 10px;
	text-align:right;
}
.cap-contact label span {
	color:#777;
	font-size:11px;
}
.cap-contact input {
	float:left;
	width:350px;
	padding:2px;
}
.cap-contact select {
	float:left;
	width:200px;
}
.cap-contact textarea {
	height:100px;
	width:350px;
	padding:2px;
}
.cap-contact li.required p {
	color:#f00;
	font-size:11px;
	margin:0 0 0 150px;
}
.cap-contact li.buttons input.btn-send {
	margin:0 0 0 160px;
}
.cap-contact li.buttons input.btn-send, .cap-contact li.buttons input.btn-clear {
	width:110px;
	margin-right:10px;
}
a.ShareThis {
	background: url(/images/header_arrow_blue.png) left no-repeat;
	font-family: Georgia, Times, serif;
	font-size:14px;
	padding:10px 20px;
	font-weight:400;
	color: #1A4E9C;
	text-decoration:none;
}
a.ShareThis:hover {
	text-decoration:none;
}
.cap-page-content .cap-body .reToolbar.Default .reGrip {
	background: none;
}
.reEditorModes ul, .reEditorModes li {
    list-style: none outside none !important;
    margin: 0 !important;
    padding: 0 !important;
	background: none !important;
}
.cap-page-content .cap-body .reToolbar li {
	background: none;
}
/* ==== Start SearchPage ==== */
.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol {
	background: #888 none !important;
	padding: 8px 15px !important;
	color: #fff !important;
}
.RadGrid_Default .rgPager {
	background: none !important;
}
.RadGrid_Default td.rgPagerCell, .RadGrid_Default td.NextPrevAndNumeric, .RadGrid_Default .rgPager td {
	border: 0px solid #fff !important;
	background: #d8d8d8 !important;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.RadGrid_Default .rgRow td, .RadGrid_Default .rgAltRow td, .RadGrid_Default .rgEditRow td {
	border-color: #ffffff !important;
	border-width: 5px 0px 5px 0px !important;
}
.RadGrid_Default .rgAltRow {
	background: none !important;
}
.RadGrid_Default .rgAltRow td {
	background: #f2f2f2 none !important;
	padding: 12px 10px !important;
}
.RadGrid_Default .rgFooter td {
	
}

/* ==== End SearchPage ==== */
