/*
 * Cascading Style Sheet(CSS), for Help Desk
 * Author: templatic
 * Copyright: 2010 templatic, All Rights Reserved
 *
 */

/*
======================================
General styles
======================================
*/

body {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

table th {
	background-color: #fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	color: #727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
}

table th a {
	color: #3E5F84;
}

img {
	border: 0;
}

a {
	color: #6A9C28;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 4px 1px 2px 1px;
}

ul {
	padding: 0px 0px 0px 28px;
}

ol {
	padding: 0px 0px 0px 36px;
}

li {
	padding: 0px 0px 2px 0px;
}

h1 {
	margin: 0px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
}

#hold_left {
	float: left;
	padding-top: 2px;
	width: 72%;
}
#wrap {
margin:0 auto;
background:#FFF;
width:960px;}

/*
======================================
Header styles
======================================
*/

#header {
	height: 65px;
}

#header a {
	display: block;
}

#right_links {
	position: relative;
	float: right;
	top: 40px;
}

#right_links a {
	display: inline;
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

#menu {
	/*margin: -2px 0px;
	padding-top: 10px;
	padding-bottom: 26px;
	/*padding-left: 134px;*/
	padding-right: 0;
/*	background: transparent url(../../images/default/header_lower.jpg) left top no-repeat;*/
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
   border:1px solid #ccc;
   height:26px;
}

#menu #menucenter {
	float: left;
	/*padding: 11px 0px 12px 0px;*/
	background: #FFF;
}

#menu #menuleft {
	display:none;
	float: left;
	padding: 11px 0px 26px 10px !important;
	background: transparent url(../../images/default/menu_left.jpg) left top no-repeat;
}

#menu #menuright {
	float: left;
	padding: 11px 10px 26px 0px !important;
	background: transparent url(../../images/default/menu_right.jpg) right top no-repeat;
	 display:none;
}

#menu a {
	padding: 5px 18px 5px 13px;
	color: #444;
	display:block;
	float:left;
	text-decoration: none;
	border-right:1PX solid #CCC;
}

#menu a:hover {
	color: #000;
	background:#eee;
 }

#navbar {
	margin: 6px 0 10px 0;
	/*border: 2px solid #8EB95D;
	background-color: #FFF;*/
	color: #aaa;
	padding-top: 0;
}

#navbar a {
	color: #777;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}
#navbar a:hover { color:#000; }

#navbar_inline {
	margin: 2px;
	padding-left: 0;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	/*background-image: url(../../images/default/infobar_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #ADD074;*/
	background:#fff;
	border-bottom:1px dashed #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaa;
}

/*
======================================
Content styles
======================================
*/

#content {
	margin: 0px 0px 0px 0;
	padding: 0px;
	background: #fff;
}

.boutline {
	border: 2px solid #B1CCE4;
}

.content_block {
	margin: 5px 30px 40px 0;
	/*border: 2px solid #B1CCE4;*/
	padding: 8px 0px;
	background: #fff;
}

.content_block .date {
	margin: 0 0 10px 0px;
	color: #ababab;
	font-size: 11px;
	font-weight: normal;
}

#print_wrap .date {
	font-size: 12px;
}

.date a:link,
.date a:visited,
.date a:active,
.date a:hover {
	color: #555;
}

.content_block p {
	margin: 8px;
	padding: 1px;
	line-height: 16px;
}

#print_wrap p {
	margin: 7px 0;
	padding: 0px;
}

.sidebar {
	/*margin: 50px 0 0px 10px;*/
 	/*padding: 8px;
	background: #ccc;*/
	float: right;
	width: 28%;
	margin-top:2px;
	font-size: 11px;
}

.sidebar p { margin: 0px; padding: 4px 5px 2px 5px; }

.sidebar h2 {
 	border-bottom: 3px solid #ccc;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0 1px 0;
	padding:0 0 3px 0;
}

.sidebar h2 a {
	color: #333 !important;
	text-decoration: none;
}

#copyright {
	padding: 5px 0px;
	color: #777;
	font-size: 10px;
	text-align: right;
}

#copyright a {
	color: #777;
	text-decoration: underline;
	line-height: 170%;
}

/*
======================================
Option stack styles
======================================
*/

.groupbox {
	background-color: #fff;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding-top: 8px;
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1px;
}

.groupbox a {
	color: #444;
}

.subbox,
.subboxstaff {
	background-color: #fff;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
}

.subbox a {
	color: #6A9C28;
}
.subbox a:hover { color:#000; }

.subbox .links,
.subboxstaff .links {
	 font-size: 11px;
	 vertical-align: middle;
	 background:none;
	 padding:0;
	 margin:0;
	min-height:inherit;
	padding-top:0px;
	width:auto;
}

.subboxstaff {
	background-color: #fff;
	color: #bc853e;
	border-top:1px solid #fbde6a;
	border-bottom:1px solid #fbde6a;
	background:#fafcdb;
}

.option1 {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.option1-mini {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border-bottom:1px solid #ddd;
}

.option2 {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #444;
}

.option2-mini {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	background-color: #fff;
	border-bottom:1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	color: #777;
}

.row1 {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
 	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

.row1-med {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.row1-mini {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	background-color: #fff;
	border-bottom:1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.row1-mini a { color:#666;  }
.row1-mini a:hover { color:#000; }

.row2 {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

.row2-med {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.row2-mini {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom:1px solid #ddd;
	color: #666;
}
.row2-mini a { color:#666;  }
.row2-mini a:hover { color:#000; }

.option1-med {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.option2-med {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.formtail {
 
	background-color: #fff;
	border-top: 1px solid #fff;
	padding: 3px;
}

.blbig {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4D7299;
	font-size: 15px;
}

.blbig a {
	text-decoration: none;
	color: #0084bb;
}
.blbig a:hover { color:#000; }

/*
======================================
Form styles
======================================
*/

form {
	padding: 0;
	margin: 0;
}

label,
.fake_link {
	cursor: pointer;
}

INPUT, TEXTAREA, SELECT {
	border: 1px solid #ccc;
	padding: 5px;
	background: #FFF url(../../images/default/input_bkg.gif) no-repeat;
	-moz-border-radius:5px;  -webkit-border-radius:5px;
}

INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2C2C2C;
	background-color: #FFF;
	
}

OPTION { margin:5px 0;   }

INPUT.button {
	margin: 1px;
	padding: 5px 10px;
	background:#333; color:#fff; 
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	border:none;
	margin-left:10px;
	-moz-border-radius:5px;  -webkit-border-radius:5px;
}

INPUT.button:hover { background:#6A9C28; color:#fff;  }


INPUT.submit_ticket_btn {
	margin: 1px;
	padding: 10px 40px;
	background:#333; color:#fff; 
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	border:none;
	margin-left:10px;
	-moz-border-radius:5px;  -webkit-border-radius:5px;
}

INPUT.submit_ticket_btn:hover { background:#6A9C28; color:#fff;  }

.fake_button {
	background: #FFF url(../../images/default/input_bkg.gif) no-repeat;
	margin: 5px;
	padding: 5px 10px;
	border: 1px solid #9e9e9e;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #444;
	-moz-border-radius:5px;  -webkit-border-radius:5px;
}
.fake_button:hover { background:#333; color:#fff;  }

.fb_pad {
	padding: 4px;
}

/*
======================================
Alert message styles
======================================
*/

.alert {
	background-color: #F6F0CA;
	border: 1px dashed #8D7330;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	color: #815E38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

.critical {
	background-color: #EED4D2;
	border: 1px dashed #A94637;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	color: #AC241A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

/*
======================================
Drawer styles
======================================
*/

.infopop {
	margin-bottom: 1px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 8px;
	background: #EEF5FD url(../../images/default/infopop_bkg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border-bottom: 3px solid #9ECAE9;
}

.infopop img {
	margin-bottom: -1px;
	margin-right: 4px;
}

.infopop a {
	color: #5783B9;
	text-decoration: none;
}

.infopop a:hover {
	color: #99B4D9;
	text-decoration: none;
}

.linkpop {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #5783B9;
}

#info1 div, #info2 div, #info3 div, #info4 div, #info5 div,
#info6 div, #info7 div, #info8 div, #info9 div, #info10 div,
#info11 div, #info12 div, #info13 div, #info14 div, #info15 div,
#info16 div, #info17 div, #info18 div, #info19 div, #info20 div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	padding: 8px 8px 4px 4px;
	line-height: 18px;
}

.plink {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #CCC;
	background: #EEE;
}

.plink a {
	color: #7B7B7B;
}

.plinkc {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #CCC;
	background: #EEE;
}

.disabled {
	color: #999;
}

.small {
	font-size: 12px;
	font-weight: normal;
}

/* ---------- */

.article { margin:0; padding:0; list-style:none; }
.article li { margin:0 0 10px 0; padding:0 0 10px 22px; background:url(images/article_text.png) no-repeat left 3px; line-height:18px; font:13px Arial, Helvetica, sans-serif; border-bottom:1px solid #d8d8d8;  }
.article li a { color:#666;  }
.article li a:hover { color:#000; }

.row1 p { margin:0 0 8px 0; padding:0; line-height:20px; }

.top_search_section { background:#f0f0f0; margin-top:-2px;  padding:20px;  }
.search_box { background:#fff; padding:10px; border:1px solid #d2d2d2; -moz-border-radius:5px;  -webkit-border-radius:5px; height:100%; overflow:hidden; }

.search_box .main_search_field { background:#fff; border:1px solid #d2e1e9; padding:8px; margin:10px 0 0 10px; -moz-border-radius:5px;  -webkit-border-radius:5px;  font:14px Arial, Helvetica, sans-serif; color:#333; 
width:485px; _width:445px; float:left; margin-bottom:10px; _margin:5px 0 0 5px; width:445px\9; }
*+html .search_box .main_search_field { margin:5px 0 0 5px; }

.search_box .b_search {  background:#6A9C28; border:none; cursor:pointer; margin:10px 0 0 10px;  _margin:5px 0 0 10px; color:#fff; padding:8px 20px; float:left;  font:bold 14px Arial, Helvetica, sans-serif; color:#fff;  }
*+html .search_box .b_search { margin:5px 0 0 7px; }

.submit_ticket { background:#e3e3e3;  padding:10px; height:96px; margin-top:-2px;  }
.submit_ticket a { display:block; margin:15px 0 0 5px; padding:0px 0 0 60px; background:url(images/help.png) no-repeat left top; font:bold 18px Arial, Helvetica, sans-serif; color:#000; }
.submit_ticket a span { font-size:14px; font-weight:normal; margin-top:5px; display:block; color:#666;   }
.submit_ticket a:hover { color:#6A9C28;  }

.announcements_row { background:#fef9d2; border-top:1px solid #fff; border-bottom:1px solid #e3ddaa; color:#666; font:12px Arial,Helvetica,sans-serif; padding:6px 6px 6px 10px; line-height:18px; }
.announcements_row a { font-size:16px; color:#dc6606;   }
.announcements_row a:hover { color:#000; }

.sidebar_spacer { padding:20px; padding-top:0; background:#eee; }



.category_list { margin:0 0 50px 0 ; padding:0; list-style:none; }
.category_list li { margin:0; padding:10px 10px 10px 32px; background:url(images/category.png) no-repeat 10px 13px; line-height:22px; font:18px Arial, Helvetica, sans-serif; border-bottom:1px solid #f1f1f1;    }
.category_list li span { font-size:14px; color:#666; }
.category_list li a { color:#6a9c28;  }
.category_list li a:hover { color:#333; }



.wpbg { background:#fff url(images/sidebarbg.png) repeat-y right top; height:100%; overflow:hidden;  }


.sidebar_links { margin:0 ; padding:0; list-style:none; }
.sidebar_links li { margin:5px 0 5px 0; padding:4px 10px 10px 22px; background:url(images/ticket-stub.png) no-repeat left 5px; line-height:22px; font:14px Arial, Helvetica, sans-serif; border-bottom:1px solid #d8d8d8; list-style:none;  }
.sidebar_links li span { font-size:14px; color:#666; }
.sidebar_links li a { color:#666;  }
.sidebar_links li a:hover { color:#000; }


.myaccount_links { margin:0 ; padding:0; list-style:none; }
.myaccount_links li { margin:5px 0 5px 0; padding:6px 10px 6px 12px; background:url(images/bullet.png) no-repeat left 10px; line-height:22px; font:14px Arial, Helvetica, sans-serif; border-bottom:1px solid #d8d8d8; list-style:none;  }
.myaccount_links li span { font-size:14px; color:#666; }
.myaccount_links li a { color:#666;  }
.myaccount_links li a:hover { color:#000; }

.sidebar p { font-size:14px; color:#666; line-height:20px;  }
.sidebar p a { color:#000;  }
.sidebar p a:hover { color:#6a9c28; }


.side_search_box { background:#e7e7e7; border:2px solid #fff; padding:10px; position:relative; margin-top:30px;  }
.b_search_side { background:url(images/find.png) no-repeat left top; border:none; position:absolute; right:20px; top:14px;  width:22px; height:22px;  }
.side_search_field { width:153px; padding:8px 40px 8px  8px;  }


.login_box  { background:#e7e7e7; border:2px solid #fff; padding:10px; position:relative; margin-top:30px;  }
.login_box h2 { margin:0 0 5px 0; border-bottom:none; }
.login_field { width:183px; margin-bottom:5px; padding:5px;  }
.b_login { background:#6A9C28; border:none; cursor:pointer; margin:10px 0 0 0px;  color:#fff; padding:5px 20px;  font:bold 14px Arial, Helvetica, sans-serif; color:#fff;  }

.login_box a { text-decoration:underline; color:#666; line-height:18px;  }
.login_box a:hover { color:#000; }

.footer { border-top:3px double #f1f1f1; text-align:center; }
.footer p { margin:0; padding:10px; text-align:center; font:11px Arial, Helvetica, sans-serif; color:#666; }

.search_result_row p { margin:0; padding:20px 0; padding-right:15px; border-bottom:1px solid #ebebeb; font:13px Arial, Helvetica, sans-serif; color:#666; }
.search_result_row p a { font-size:16px; font-weight:bold; }
.search_result_row p span { display:block; font-size:13px;  }

.news_post { margin-top:30px; border-bottom:2px solid #f1f1f1; padding-bottom:30px; }
.news_post h3 { margin:0; padding:0; font:bold 18px Arial, Helvetica, sans-serif;  }
.news_post h3 a { color:#6a9c28; text-decoration:none; }
.news_post h3 a:hover { color:#000; }

.news_top p { margin:3px 0 20px 0; padding:0; line-height:18px; font:12px Arial, Helvetica, sans-serif; color:#666;  }
.news_top p a { color:#666; border-bottom:1px dotted #ccc; }
.news_content { margin:0px 0 10px 0; padding:0; line-height:22px; font:14px Arial, Helvetica, sans-serif; color:#333;  }

.news_content p {  margin:0px 0 10px 0; padding:0; line-height:22px; font:14px Arial, Helvetica, sans-serif; color:#666;  }

.artice_top { border-bottom:1px solid #ccc; height:100%; overflow:hidden; margin-bottom:20px; padding-bottom:10px; color:#666;  }
.fl { float:left; } 
.fr { float:right; } 

.artice_top a { color:#666; border-bottom:1px dotted #ccc;  }
.artice_top a:hover { color:#000; }



/* templatic header & footer css ----------------  */

#top_strip { background:#000; height:34px; border-bottom:1px solid #2f2f2f; }
#top_strip-in { width:940px; margin:0 auto; position:relative; }

#header-in { width:940px; margin:0 auto; padding:15px 10px; }
#header .logo a { width:203px; height:52px; background:url(images/logo.png) no-repeat; display:block; float:left; text-indent:-9009px; }
#header .logo a:hover {   background:url(images/logo.png) no-repeat; }

#header_right_nav { width:580px; margin:0px -24px 0 0; float:right; text-align:right; }
#header_right_nav li { display:inline; float:left; margin:0 0 0 35px; padding:0; font-size:18px; background:none; }
#header_right_nav li a { color:#9d9c9c; text-decoration:none; }
#header_right_nav li a:hover { color:#fff; text-decoration:none; }

#header_right_nav li.current_page_item a { color:#fff; }

#header 	{  width: 100%; z-index:1; height:80px; }
.headerbg	{ background:#222}


#top_strip p.tag_line { padding:9px 0 0 0; margin:0; float:left; font-size:12px; color:#B5B5B5; }
#top_strip .sf-menu { margin-right:-35px; }

/* top strip menu */
.sf-menu{float:right;z-index:0!important;line-height:13px}
.sf-menu li a{font-weight:400;text-decoration:none;font-size:12px;padding:10px 14px 10px 12px}
.sf-menu li li a,#header .sf-menu li li li a,#header .sf-menu li li li li a,#header .sf-menu li li li li li a{padding:8px 12px}
.sf-menu,.sf-menu *{list-style:none;margin:0;padding:0}
.sf-menu ul{position:absolute;top:-999em;width:180px;z-index:9999}
.sf-menu ul li{width:100%}
.sf-menu li:hover{visibility:inherit}
.sf-menu li{float:left;position:relative;margin-right:10px}
.sf-menu a{display:block;position:relative}
.sf-menu li:hover ul,.sf-menu li.sfHover ul{left:0;top:2em}
.sf-menu li li a,.sf-menu li li li a,.sf-menu li li li li a,.sf-menu li li li li li a{font-size:13px;padding:8px 12px}
.sf-menu a.sf-with-ul{padding-right:1.8em;min-width:1px}
#top_strip .sf-menu li a{border:none;color:#8b8a8a}
#top_strip .sf-menu li a:hover{color:#b0b0b0}
#top_strip .sf-menu li ul li a{border-left:1px solid #696969;border-right:1px solid #696969;border-bottom:1px solid #696969}
#top_strip .sf-menu li.current_page_item a,.sf-menu li.current_page_parent a{color:#fff}



#footer { background:#171717 url(images/footerbg.jpg) repeat-x top; clear:both; }
#footer-in { width:940px; margin:0 auto; clear:both; padding-bottom:20px; height:100%; overflow:hidden;  }

#footer-in h3 { margin:0 0 10px 15px; padding:0; font:bold 13px Helvetica, Arial, Helvetica, sans-serif; color:#a7a7a7; }


#footer-in p.phone { margin:0 0 5px 0; padding:5px 0 5px 25px; font:bold 20px Helvetica, Arial, Helvetica, sans-serif; color:#fff; text-align:left; background:url(images/i_phone.png) no-repeat left top; }

.haveaquestion  { width:255px; float:right; padding-top:20px;  }
#footer-in .haveaquestion h3 { margin:0 0 5px 0; padding:0; font:bold 14px Helvetica, Arial, Helvetica, sans-serif; color:#a1a1a1; text-transform:uppercase;  }
#footer-in p.time { margin:0 0 5px 0; padding:5px 0; font:12px Helvetica, Arial, Helvetica, sans-serif; color:#8a8a89; text-align:center; border-top:1px solid #313131; border-bottom:1px solid #313131; }

#footer-in p.copyright { margin:0 0 5px 0; padding:5px 0; font:12px Helvetica, Arial, Helvetica, sans-serif; color:#666; line-height:22px;  }
#footer-in p.copyright a { color:#666; text-decoration:none; }
#footer-in p.copyright a:hover { color:#fff; text-decoration:none; }


.links  { float:left; width:145px; margin-right:25px; min-height:130px; padding-top:20px; background:url(images/links_vr_sepretor.png) no-repeat left top;  }

#footer-in ul { list-style:none; margin:0; padding:0;  }
#footer-in li { margin:0 0 5px 15px; padding:0; font:12px Helvetica, Arial, Helvetica, sans-serif; color:#6c6c6c; }
#footer-in li a { color:#6c6c6c; text-decoration:none; }
#footer-in li a:hover { color:#fff; text-decoration:underline; }

#footer-in li.iblog { background:url(images/iwp.png) no-repeat left 1px; padding:3px 0 5px 23px; font-size:13px; }
#footer-in li.itwitter { background:url(images/itwitter.png) no-repeat left top; padding:3px 0 5px 23px; font-size:13px; }
#footer-in li.ifacebook { background:url(images/ifacebook.png) no-repeat left 1px; padding:3px 0 5px 23px; font-size:13px; }
#footer-in li.irss { background:url(images/irss.png) no-repeat left 1px; padding:3px 0 5px 23px; font-size:13px; }


#footer .links_none { background:none; }
#footer .links_none ul li { margin-left:0; }
#footer .links_none h3 { margin-left:0; }


#navbar h1 {
-x-system-font:none;
color:#86B14D;
font-family:Helvetica,Arial,Helvetica,sans-serif;
font-size:36px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:0;
padding:15px 0 0 0;
}

.note { display:block; padding:4px; color:#666; font-size:12px; }
.label { display:block; padding:4px;  font-weight:bold; color:#444; font-size:14px; } 

.i_alert { background:#ffedb6 url(images/warning_32.png) no-repeat 15px 21px;  border:2px solid #f9c68a; padding:20px 55px; margin-bottom:30px;  }
.i_alert h1 {  font-size:24px; color:#c65900; }
.i_alert p.notes { font-size:16px; font-weight:bold; color:#333; line-height:22px; }

.continue_s { padding:15px 50px !important; margin-left:0 !important;  }
