/* Start of CMSMS style sheet 'theme : ASI' */
body {
/* default text for entire site */
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
/* default text color for entire site */
	color: #353A40;
/* you can set your own image and background color here */

	background: #EBEFF1;
	
}
/* Mask helper  for browsers ZOOM, Rezise and Decrease */
#asi {
/* set to width of viewport */
	width: auto;
/* you can set your own image and background color here */
	background: #EBEFF1;
}

.custom-wrap-x {
	width: 980px;
}

/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #679EBC;
	background: url(uploads/theme/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(uploads/theme/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(uploads/theme/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}
p {
	padding: 0;
	margin-top: 0.5em;
    margin-bottom: 1em;
   text-align:left;
}
h1, h2, h3, h4, h5 {
	line-height: 1.6em;
	font-weight: normal;
	width: auto;
	color: #455C69;
}
/*default link styles*/
a {
	color: #679EBC;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #3A6B85;
}
a:active {
	color: #3A6B85;
}
a:visited {
	color: #679EBC;
}
input, textarea, select {
	font-size: 0.95em;
}
/* ------------ Wrapper ------------ */
div#pagewrapper {
	font-size: 95%;
	position: relative;
	z-index: 1;
}
/* ------------ Header ------------ */
#header {
	height: auto;
	width: 980px;
	background: #fff url(uploads/theme/topcorners.gif) no-repeat;
	margin-top: 10px;
	position:relative;	
}

#logo {
	position:absolute;
	top:20px;
	right:20px;
	z-index:50;
}
#logo a {
/* adjust according your image size */
	height: 34px;
	width: 218px;
/* forces full link size */
	display: block;
/* this hides the text */
	text-indent: -9999em;
	margin-top: 0;
	margin-left: 0;
	
/* you can set your own image here, note size adjustments */
	background: url(uploads/theme/ASI-logo.jpg) no-repeat right top;
}
/* ------------ Header - Search ------------ */
div#search {
	width: 220px;
	height: 28px;
	position:absolute;
	top:10px;
	left:20px;
	z-index:60;
}
div#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#search input.search-input {
/* specific size for image, your image may need these adjusted */
	width: 143px;
	height: 17px;
/* removes default borders, allows use of image */
	border-style: none;
/* text color */
	color: #999;
/* padding of text */
	padding: 7px 0px 4px 10px;
	float: right;
/* set all font properties at once, weight, size, family */
	font: bold 0.9em Arial, Helvetica, sans-serif;
/* left input image, set your own here */
	background: #fff;
}
div#search input.search-button {
/* specific size for image, your image may need these adjusted */
	width: 65px;
	height: 28px;
/* removes default borders, allows use of image */
	border-style: none;
/* hides text, image has text */
	text-indent: -9999em;
	float: left;
	margin: 0;
	margin-top:5px;
/* provides positive hover effect */
	cursor: pointer;
/* removes default size/height */
	font-size: 0px;
	line-height: 0px;
/* submit button image, set your own here */
	background: url(uploads/theme/search.gif) no-repeat left top;
}

#banner {
	background-image:url(uploads/theme/page_banner.jpg);
	height:170px;
	border-bottom: #353A40 5px solid;
}

.front #banner {
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	background-image:url(uploads/theme/home_banner.jpg);
	/*height:274px;	*/
	height:269px;
	border-bottom: #353A40 5px solid;
}

#banner h2 {
	padding-top:20px;
	padding-bottom:20px;
	margin-left:30px;
	width: 300px;
	font-weight:bold;
	font-size:1.5em;
	color:#FFF;
}

#banner p{
	margin-left:30px;
	width: 300px;
	font-weight:bold;
	color:#FFF;
}
	

/* ------------ Content ------------ */
#content {
	width: auto;
/* all text in #content will default align left, changed in other calls */
	text-align: left;
	background:#FFF url(uploads/theme/btmcorners.gif) no-repeat bottom left;
	
}
#bar {
	width: auto;
	height:3em;
	padding-right: 30px;
	padding-left: 30px;
	padding-top:10px;
	padding-bottom:0;
	background: #fff url(uploads/theme/topcorners.gif) no-repeat top center;	
	margin:0;
}

.bar {
	border-bottom: #CCC 1px solid;
	margin-left:30px;
	margin-right:30px;
	height:1px;
}

.badges {
	margin: 0;
	padding-top:0.5em;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;		
}

.followus{
	float:left;
	margin-right:3px;
}

.badges img{
	margin-top:-3px;
}

.barsep {
	border-top: #CCC 1px solid;
	margin: 0 30px;
	padding:0;
	height:1px;
}

.print {
	margin-right: 75px;
	margin-top: 10px;
}
#version {
	width: 50px;
	height: 31px;
	position: absolute;
	z-index: 5;
	top: 130px;
	right: -16px;
	font-size: 1.6em;
	font-weight: bold;
	padding: 28px 15px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	background:  url(uploads/theme/version.png) no-repeat left top;
}

/* Site Title */
h1.title {
	font-size: 1.4em;
	font-weight:bold;
	color: #86b918;
	margin-bottom: 0.5em;
	text-transform:uppercase;
}
/* Breadcrumbs */
div.breadcrumbs {
	padding: 0.5em 0;
	margin: 0;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
/* ------------ Side Bar (Left) ------------ */
#left {
	width: 250px;
}
/* Image that Represents the new CMS design */
#left .screen {
	margin: 10px 50px;
}
/* End  */
.sbar-title {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #455C69;
}
.sbar-top {
	height: 20px;
	width: auto;
	padding: 10px;
	/*background: url(uploads/theme/bg__content.png) no-repeat left top;*/
}
.sbar-main {
	width: 260px;;
	
}
span.sbar-bottom {
	width: auto;
	display: block;
	height: 10px;
	/*background: url(uploads/theme/bg__content.png) no-repeat left bottom;*/
}


#screenshots {
	margin: 50px 0;
	text-align:center;
}

#screenshots br{
	display:none;
}

#screenshots a{
    display:block;
	width: 128px;
	height:87px;
	border:none;
	float:left;
	border:#FFF 1px solid;
	margin:4px;
	border:#EBEFF1 4px solid;
	text-align:center;
	overflow:hidden;
}

#screenshots img{

	vertical-align:middle;
}

#screenshots a:hover{
	border-color:#86b918;
}

/*
#screenshots {
	width: 196px;
	margin-left:30px;
	margin-top:50px;
}

.scr_top{
	background: url(uploads/theme/scr_top.jpg) no-repeat top;
	color: #86b918;
	font-size:0.9em;
	text-align:center;
	padding-top:10px;
}
.scr_mid{
	background: url(uploads/theme/scr_mid.jpg) repeat-y top;
	padding-top:10px;
	text-align:center;
}
.scr_btm{
	height:24px;
	background: url(uploads/theme/scr_btm.jpg) no-repeat bottom;
}

.scr_mid img{
	margin-bottom:10px;
}*/


/* ------------ Main (Right on the home page)  ------------ */
#main {
   width:450px; 
	font-size:0.9em;
	line-height:1.5em;
    padding-top:1em;
	margin-bottom:1em;
}

#main.two-columns {
	width:700px;
}

.front #main{	
	width: 690px;
}

.page-main{
	margin-left: 30px;
	margin-right:20px;


}

/* ------------ Right  ------------ */
#right{
	width:198px;
	margin-right:20px;
}
#right div{
	margin-bottom:5px;
}

#testimonials{
	color:#FFF;
	background: #83A1CE url(uploads/theme/testimonials.jpg) repeat-y top;
	width:196px;
}

#testimonials div{
	margin:0 15px;
	margin-top:0;
	margin-bottom:1em;
	font-size: 1.2em;
}

#testimonials .newslink{
	display:block;
	background: #83A1CE url(uploads/theme/testimonials_btn.jpg) no-repeat bottom;
	color:#FFF;
	text-align:right;
	font-size:0.9em;	
	margin:0;
}

#testimonials .newslink a{
	color:#FFF;
	text-align:right;
	height:20px;
	display:block;
	padding-top:5px;
	padding-bottom:9px;
	padding-right:40px;
}

#testimonials .newslink p{
	text-align:right;
	display:inline
}


#testimonials h2{
	color:#FFF;
	margin:0 15px;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.2em;
}

 #testimonials .heading{
	font-size:0.9em;
	margin-bottom:1em;
	padding-left:15px;
	padding-top:10px;
	background: url(uploads/theme/testimonials_top.jpg) no-repeat top;
	margin-top:0;
}

#testimonials div.details{
	font-size:0.9em;
	border-bottom:#999 1px solid;
	margin:0 15px;
	padding-bottom:1em;
	margin-bottom:1em;
}
#testimonials div.details p{
	margin-bottom: 0;
	margin-top:0;
}

.main-top {
	height: 15px;
	width: auto;
}

.main-bottom {
	width: auto;
	height: 41px;
}

.homecontent{
	margin-right: 30px;
}

.homecontent p{
	font-size:1.2em;
	line-height:1.5em;
}

.right49, .left49 {
	font-size: 0.85em;
	margin: 7px 5px 5px 10px;
	font-weight: bold;
}
.left49 span {
	display: block;
	padding-top: 1px;
}
.left49 a {
	font-weight: normal;
}
.right49 {
	height: 28px;
	width: 50px;
	padding-right: 10px;
	background: url(uploads/theme/bull.png) no-repeat right top;
}
.right49 a, .right49 a:visited {
	padding: 7px 4px;
	display: block;
	color: #000;
	height: 15px;
	background: url(uploads/theme/bull.png) no-repeat  left top;
}
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	font-size: 1.4em;
	color: #86b918;
	text-transform:uppercase;
}
div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {
	margin: 0 0 1.5em 0;	
}

div#main ul{
	list-style:url(uploads/theme/list_bullet.gif);
}

#footer ul{
	line-height: 1em;
}

div#main ul,
#footer ul {
	
}
div#main ul li,
div#main ol li,
{
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}

#footer ul li,
#footer ol li {
	padding: 2px 2px 0px 5px;
	margin-left: 20px;
}

.quicklinks{
	width: auto;
	margin: 20px 10px 10px;
}
#footer ul{
	list-style-image:none;
	font-weight:bold;
	text-transform:uppercase;
	width:auto;
	padding:0;
}

#footer li{
	float:left;
	width:auto;
}

#footer li li {
	float:none;
}

#footer ul ul{
	list-style-image:url(uploads/theme/links_bullet.gif);
	text-transform:none;
	font-weight:normal;
	float:none;
}

.footermsg {
	text-align:right;
	clear:both;
	margin-right:30px;
	margin-bottom:2em;
}
.footermsg p{
	text-align:right;
}


/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}

#features {
	width: 980px;
	height: 202;
	margin-top: 3px;
	margin-bottom:3px;
	clear:both;
}

#features a, #features object {
	float:left;
	margin-right:3px;
}
#features a.last{
	margin-right:0;
}

/* ------------ Footer ------------ */
#footer-wrapper {
	min-height: 235px;
	height: auto!important;
	height: 235px;
	width: auto;
	margin-top: 2px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: 00px;
	margin-left: 0px;
	font-size:100%;
	/*background: url(uploads/theme/topcorners.gif) no-repeat center top;*/
	
	
}
#footer {
	color: #809BA4;
	font-size: 0.7em;
	min-height: 235px;
	height: auto!important;
	height: 235px;
	background: #fff url(uploads/theme/btmcorners.gif) no-repeat center bottom;
	position:relative;
	
}
#footer .block {
	width: 300px;
	margin: 20px 30px 10px;
}


/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a {
	color: #809BA4;
	display: block;
	font-weight:bold;
	margin-bottom: 0.5em;
	text-decoration: none;
}

#footer ul li li a {
	font-weight: normal;
}

#footer a {
	color: #5a808d;
	font-weight: bold;
}

#footer a:hover{
	text-decoration:underline;
}

/* ------------ END LAYOUT ---------------*/
/* ------------  Menu  ROOT  ------------ */
.page-menu {
	/*width: auto;
	height: 35px;
	margin: 3px 0 0 20px;
    margin-top:-20px;*/
}

.menuwrapper {}

.page-menu #menuwrapper{
	position:absolute;
	top:42px;
	left:6px;
	width:800px;
}

ul#primary-nav li hr.menu_rator{
        position: relative;
        visibility: hidden;
        display:block;
        width:5px;
       	height: 32px;
       	margin: 0px 5px 0px;
}
.page-menu ul#primary-nav {
	height: 1%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.page-menu ul#primary-nav li{
	float: left;
}
.page-menu ul#primary-nav li a,
.page-menu ul#primary-nav li a span {
	display: block;
	padding: 0 15px;
}

.page-menu ul#primary-nav li a {
	padding-left: 0;
	color: #455C69;
	font-weight: bold;
	line-height: 2.15em;
	text-decoration: none;
	text-transform:lowercase;
	margin-left: 1px;		
}

.page-menu ul#primary-nav li li a {
	font-size: 0.85em;
	line-height:1.5em;
}

.page-menu ul#primary-nav li a:hover,
.page-menu ul#primary-nav li a:active {
	color: #86b918;
}
.page-menu ul#primary-nav li a.menuactive,
.page-menu ul#primary-nav li a:hover span {
	color: #86b918;
}




.page-menu ul#primary-nav li a span {
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 5px;
}
.page-menu ul#primary-nav li a.menuparenth,
.page-menu ul#primary-nav li a.menuactive,
.page-menu ul#primary-nav li a:hover,
.page-menu ul#primary-nav li a:focus,
.page-menu ul#primary-nav li a:active {
	background-position: 100% -120px;
}
.page-menu ul#primary-nav li a {
	background-position: 100% -80px;
}
.page-menu ul#primary-nav li a.menuactive span,
.page-menu ul#primary-nav li a:hover span,
.page-menu ul#primary-nav li a:focus span,
.page-menu ul#primary-nav li a:active span {
	background-position: 0 -40px;
}
.page-menu ul#primary-nav li a span {
	background-position: 0 0;
}
.page-menu ul#primary-nav .sectionheader,
.page-menu ul#primary-nav li a:link.menuactive,
.page-menu ul#primary-nav li a:visited.menuactive {
/* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.page-menu ul#primary-nav li span,
.page-menu ul#primary-nav li a,
.page-menu ul#primary-nav li a:hover,
.page-menu ul#primary-nav li a:focus,
.page-menu ul#primary-nav li a:active {
/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
/* Additional IE specific bug fixes... */
* html .page-menu ul#primary-nav {
	display: inline-block;
}
*:first-child+html .page-menu ul#primary-nav {
	display: inline-block;
}




/* Landing Menu */
.landing-menu {
	width: 980;
	height: 45px;
	margin: 0;
    padding-left:20px;
	color:#FFF;
	background:url(uploads/theme/menubar.png) no-repeat;
}
. landing-menu ul{
	margin-left:0;
	width:auto;
}
.landing-menu ul li{
	float: left;
	padding-right:20px;
	padding-left:20px;
    padding-top:3px;
    background:url(uploads/theme/menu_sep.gif) no-repeat right top;
}

.landing-menu ul li.last-child{
background:none;
}

.landing-menu ul li a, 
.landing-menu ul li a span {
	display: block;
	padding: 0;
	color:#fff;
}

 .landing-menu ul li a:visited{
	 color:#FFF;
 }

.landing-menu ul li a {
	color:#fff;
	line-height:2em;
	padding-left: 0;
	font-weight: bold;
	text-decoration: none;
	margin-left: 1px;
	padding-bottom:11px;
	padding-top:-11px;	
}



.landing-menu ul li a:hover,
.landing-menu ul li a:active,
.landing-menu ul li a.currentpage {
	color: #fff;
	background:url(uploads/theme/menu_marker.gif) no-repeat bottom center;
}
.landing-menu ul li a.menuactive,
.landing-menu ul li a:hover span {
	color: #fff;
}


.landing-menu ul .sectionheader,
.landing-menu ul li a:link.menuactive,
.landing-menu ul li a:visited.menuactive {
/* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.landing-menu ul li span,
.landing-menu ul li a,
.landing-menu ul li a:hover,
.landing-menu ul li a:focus,
.landing-menu ul li a:active {
/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
/* Additional IE specific bug fixes... */
* html .landing-menu ul {
	display: inline-block;
	color:#FFF;
}
*:first-child+html .landing-menu ul {
	display: inline-block;
	color:#FFF;
}

/* --------------------  menu dropdow  -------------------------
/* Unless you know what you do, do not touch this */
/* Reset all ROOT menu styles. */
ul#primary-nav ul.unli li li a span,
ul#primary-nav ul.unli li a span,
ul#primary-nav .menuparent .unli .menuparent .unli li a span {
	font-weight: normal;
	background-image: none;
	display: block;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#primary-nav {
	margin: 0px;
	padding: 0px;
}
#primary-nav ul {
	list-style: none;
	margin: -6px 0px 0px;
	padding: 0px;
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 209px;
}
#primary-nav ul {
	position: absolute;
	z-index: 1001;
	top: auto;
	display: none;
	padding-top: 9px;
	background: url(uploads/theme/ultop.png) no-repeat left top;
}
* html #primary-nav ul.unli {
	padding-top: 12px;
	background: url(uploads/theme/ultop.gif) no-repeat left top;
}
#primary-nav ul.unli ul {
	margin-left: -7px;
	left: 100%;
	top: 3px;
}
* html #primary-nav ul.unli ul {
	margin-left: -0px;
}
#primary-nav li {
	margin: 0px;
	float: left;
}
#primary-nav li li {
	margin-left: 7px;
	margin-top: -1px;
	float: none;
	position: relative;
}
/* Styling the basic appearance of the menu elements */
ul#primary-nav ul hr.menu_separator{
        position: relative;
        visibility: visible;
        display:block;
        width:130px;
       	height: 1px;
       	margin: 2px 30px 2px;
	padding: 0em;
	border-bottom: 1px solid #ccc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#primary-nav .separator,
#primary-nav .separatorh {
	height: 9px;
	width: 209px;
	margin: 0px 0px -8px;
	background: url(uploads/theme/ulbtm.png) no-repeat left bottom;
}
* html #primary-nav .separator {
       z-index:-1;
	background: url(uploads/theme/ulbtm.gif) no-repeat left bottom;
}
*:first-child+html #primary-nav .separator {
       z-index:-1;
}
#primary-nav ul.unli li a {
	padding: 0px 10px;
	width: 165px;
	margin: 5px;
	background-image: none;
}
* html #primary-nav ul.unli li a {
	padding: 0px 10px 0px 5px;
	width: 165px;
	margin: 5px 0px;
}
#primary-nav li li a:hover {
	/*background-color: #DBE7F2;*/
}
/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive li a {
	text-decoration: none;
	background: none;
}
#primary-nav ul.unli li.menuparenth,
#primary-nav ul.unli a:hover,
#primary-nav ul.unli a.menuactive {
	/*background-color: #DBE7F2;*/
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul.unli li .menuparent,
#primary-nav ul.unli li .menuparent:hover,
#primary-nav ul.unli li .menuparent,
#primary-nav .menuactive.menuparent .unli .menuactive.menuparent .menuactive.menuparent {

}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul,
#primary-nav li.menuparenth ul ul ul {
	display: none;
}
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav ul ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul,
#primary-nav ul ul ul li.menuparenth ul {
	display: block;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/*************** End Menu *****************/
/* ------------ News Module ------------ */
#news {
	padding-left:30px;
	padding-right:30px;
	padding-top:0px;
	padding-bottom:10px;
	background:url(uploads/theme/col_sep.gif) no-repeat  top right;	
}
#left .NewsSummary {
	font-size:0.9em;
    border-bottom:#CCC 1px solid;
}

#left #news h2{
    font-size:1.27em;
}

#left  .NewsSummaryPostdate,  #main .NewsSummaryPostdate{
	border-bottom:#CCC 1px solid;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 0.8em;
}

#left  .NewsSummaryCategory,
#left  .NewsSummaryAuthor {
	font-style: italic;
	font-size: 0.8em;
}
#left  .NewsSummaryLink {
	margin: 2px 0;	
}

#left  .NewsSummaryLink a, #main .NewsSummaryLink a{
	display:block;
	height:20px;
	color: #86b918;
	font-size:1.1em;
	background:url(uploads/theme/more_btn.gif) no-repeat  top left;
	padding-left: 30px;
}


#left  .NewsSummaryContent {
	margin: 10px 0;
	padding-left:20px;
}
#left  .NewsSummaryMorelink {
	margin: 5px 0 15px;
}

#main .NewsSummary{
	margin-bottom:2em;
}

#main .NewsSummaryLink{
	margin-bottom:1em;
}

#main .NewsSummarySummary, #main .NewsSummaryMorelink, #main .NewsSummaryContent{
	margin-left:30px;
}



#left .all-news{
	display:block;
	text-align:right;
	color:#455C69;
	font-weight:bold;
	font-size:0.9em;
	padding-top:2px;
}

/* ------------ End News Module ------------ */


#menu_vert{
	padding-left:30px;
	padding-right:30px;
}

#menu_vert ul{
	list-style:none;
}

#menu_vert ul li{
	float:none;
	color:#455C69;
	padding:0;
}

#menu_vert ul li a, #menu_vert ul li h3{
	display:block;
	color:#455C69;
	border-bottom:#DDDDDD solid 1px;
	padding:6px 2px;
	font-size:0.9em;
	margin:0;
	height:100%;
}

#menu_vert ul li a:hover, #menu_vert ul li h3, #menu_vert li.menuactive a{
	background-color:#F2F4F5;
}

#menu_vert ul li.menuactive li a{
	background-color:#FFF;
	padding-left:1em;
	padding-top:6px;
	padding-bottom:6px;
}

 #menu_vert ul li.menuactive li h3, #menu_vert ul li.menuactive li a:hover{
	 padding-left:1em;
	 padding-top:6px;
	 padding-bottom:6px;
	 background-color:#FFF;
	 color:#86B918;
 }

#menu_vert h2 a{
	display:block;
	color:#455C69;
	font-weight:bold;
	border-bottom:#86B918 solid 2px;
	padding-bottom:8px;
	font-size:1.27em;
}

#main-menu{
    position:absolute;
	left:25px;
	top:0;
	margin:0;
	padding:0;
	height:400px;
}


#flash-menu{
	position:absolute;
	left:0;
	margin:0;
	padding:0;
}

#header-top{
	position:relative;
	height:80px;
	z-index:1000;
}


/*-------------------------------
  Styles related to the Contact 
  us Form 
  -------------------------------*/

#contactForm label
{
	width: 105px;
	float: left;
	text-align: left;
	margin-right: 16px;
	display: block;
}

#contactForm div {
	margin-bottom:1em;
}

#contactForm p{
        text-decoration: none;
}

#contactForm input,#contactForm textarea,#contactForm select
{
	background: #EBEFF1;
	border: 1px solid #679EBC;;
	font-size: 1.2em;
    width: 300px;
}

#contactForm #contact_me{
        width:15px;
        height:15px;
}

#contactMeParagraph {
        width:400px;
}

#contactForm .button, #contactForm .fbsubmit
{
	     margin-left: 122px;
        width: 100px;
		text-align:center;
		color:#679EBC;
}

#errorMessage {
 color: red;
}

.h-separator{
	border-bottom:#CCC 1px solid;
	height:2px;
}

/*-------------------------------
  end of Contact us Form 
  -------------------------------*/
  

.roi-display{
	background-color:#FFF;
	width:840px;
	height:auto;
	font-size:1.1em;
	margin-left:40px;
	border: #F2F2F2 2px solid;
	padding:0;
}

.roi-summary{
	background-color:#F2F2F2;	
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.roi-summary p{
	text-align:center;
	padding-left:50px;
	padding-right:50px;
}

.roi-detail{
	padding-top:20px;
	padding-bottom:20px;
}

.roi-detail p{
	padding-left:50px;
	padding-right:50px;
}

.roi-hilite {
	background:url(uploads/theme/roi-hilite.jpg) no-repeat center;
	width: 559px;
	height:102px;
	padding-top:20px;
	padding-left:100px;
	padding-right:100px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}

.roi-total{
	font-size:40px;
}

.roi-footer{
	background-color:#F2F2F2;
	width:840;
}

.roi-detail .h-separator{
	border-bottom:#CCC 1px solid;
	height:2px;
	margin-left:50px;
	margin-right:50px;
}






















/* End of 'theme : ASI' */

