td.firsthit,td.lasthit{
white-space:nowrap;text-align:left;
}
body{
font-family:Arial, sans-serif;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
td{vertical-align:top}
strong,b{font-weight:bold;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------end reset---------------------*/
/*------------------960 grid---------------------*/
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
	min-width: 960px;
}
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_24 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18, .grid_19, .grid_20, .grid_21, .grid_22, .grid_23, .grid_24 {
	display:inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}
.grid_left {
	float:left;
}
.grid_right {
	float:right;
}
.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11, .push_12, .pull_12, .push_13, .pull_13, .push_14, .pull_14, .push_15, .pull_15, .push_16, .pull_16, .push_17, .pull_17, .push_18, .pull_18, .push_19, .pull_19, .push_20, .pull_20, .push_21, .pull_21, .push_22, .pull_22, .push_23, .pull_23, .push_24, .pull_24 {
	position:relative;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/* Grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container_24 .grid_1 {
	width:40px;
}
.container_24 .grid_2 {
	width:80px;
}
.container_24 .grid_3 {
	width:120px;
}
.container_24 .grid_4 {
	width:160px;
}
.container_24 .grid_5 {
	width:200px;
}
.container_24 .grid_6 {
	width:240px;
}
.container_24 .grid_7 {
	width:280px;
}
.container_24 .grid_8 {
	width:320px;
}
.container_24 .grid_9 {
	width:360px;
}
.container_24 .grid_10 {
	width:400px;
}
.container_24 .grid_11 {
	width:440px;
}
.container_24 .grid_12 {
	width:480px;
}
.container_24 .grid_13 {
	width:520px;
}
.container_24 .grid_14 {
	width:560px;
}
.container_24 .grid_15 {
	width:600px;
}
.container_24 .grid_16 {
	width:640px;
}
.container_24 .grid_17 {
	width:680px;
}
.container_24 .grid_18 {
	width:720px;
}
.container_24 .grid_19 {
	width:760px;
}
.container_24 .grid_20 {
	width:800px;
}
.container_24 .grid_21 {
	width:840px;
}
.container_24 .grid_22 {
	width:880px;
}
.container_24 .grid_23 {
	width:920px;
}
.container_24 .grid_24 {
	width:960px;
}
/* Prefix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container_24 .prefix_1 {
	padding-left:40px;
}
.container_24 .prefix_2 {
	padding-left:80px;
}
.container_24 .prefix_3 {
	padding-left:120px;
}
.container_24 .prefix_4 {
	padding-left:160px;
}
.container_24 .prefix_5 {
	padding-left:200px;
}
.container_24 .prefix_6 {
	padding-left:240px;
}
.container_24 .prefix_7 {
	padding-left:280px;
}
.container_24 .prefix_8 {
	padding-left:320px;
}
.container_24 .prefix_9 {
	padding-left:360px;
}
.container_24 .prefix_10 {
	padding-left:400px;
}
.container_24 .prefix_11 {
	padding-left:440px;
}
.container_24 .prefix_12 {
	padding-left:480px;
}
.container_24 .prefix_13 {
	padding-left:520px;
}
.container_24 .prefix_14 {
	padding-left:560px;
}
.container_24 .prefix_15 {
	padding-left:600px;
}
.container_24 .prefix_16 {
	padding-left:640px;
}
.container_24 .prefix_17 {
	padding-left:680px;
}
.container_24 .prefix_18 {
	padding-left:720px;
}
.container_24 .prefix_19 {
	padding-left:760px;
}
.container_24 .prefix_20 {
	padding-left:800px;
}
.container_24 .prefix_21 {
	padding-left:840px;
}
.container_24 .prefix_22 {
	padding-left:880px;
}
.container_24 .prefix_23 {
	padding-left:920px;
}
/* Suffix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container_24 .suffix_1 {
	padding-right:40px;
}
.container_24 .suffix_2 {
	padding-right:80px;
}
.container_24 .suffix_3 {
	padding-right:120px;
}
.container_24 .suffix_4 {
	padding-right:160px;
}
.container_24 .suffix_5 {
	padding-right:200px;
}
.container_24 .suffix_6 {
	padding-right:240px;
}
.container_24 .suffix_7 {
	padding-right:280px;
}
.container_24 .suffix_8 {
	padding-right:320px;
}
.container_24 .suffix_9 {
	padding-right:360px;
}
.container_24 .suffix_10 {
	padding-right:400px;
}
.container_24 .suffix_11 {
	padding-right:440px;
}
.container_24 .suffix_12 {
	padding-right:480px;
}
.container_24 .suffix_13 {
	padding-right:520px;
}
.container_24 .suffix_14 {
	padding-right:560px;
}
.container_24 .suffix_15 {
	padding-right:600px;
}
.container_24 .suffix_16 {
	padding-right:640px;
}
.container_24 .suffix_17 {
	padding-right:680px;
}
.container_24 .suffix_18 {
	padding-right:720px;
}
.container_24 .suffix_19 {
	padding-right:760px;
}
.container_24 .suffix_20 {
	padding-right:800px;
}
.container_24 .suffix_21 {
	padding-right:840px;
}
.container_24 .suffix_22 {
	padding-right:880px;
}
.container_24 .suffix_23 {
	padding-right:920px;
}
/* Push Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container_24 .push_1 {
	left:40px;
}
.container_24 .push_2 {
	left:80px;
}
.container_24 .push_3 {
	left:120px;
}
.container_24 .push_4 {
	left:160px;
}
.container_24 .push_5 {
	left:200px;
}
.container_24 .push_6 {
	left:240px;
}
.container_24 .push_7 {
	left:280px;
}
.container_24 .push_8 {
	left:320px;
}
.container_24 .push_9 {
	left:360px;
}
.container_24 .push_10 {
	left:400px;
}
.container_24 .push_11 {
	left:440px;
}
.container_24 .push_12 {
	left:480px;
}
.container_24 .push_13 {
	left:520px;
}
.container_24 .push_14 {
	left:560px;
}
.container_24 .push_15 {
	left:600px;
}
.container_24 .push_16 {
	left:640px;
}
.container_24 .push_17 {
	left:680px;
}
.container_24 .push_18 {
	left:720px;
}
.container_24 .push_19 {
	left:760px;
}
.container_24 .push_20 {
	left:800px;
}
.container_24 .push_21 {
	left:840px;
}
.container_24 .push_22 {
	left:880px;
}
.container_24 .push_23 {
	left:920px;
}
/* Pull Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container_24 .pull_1 {
	left:-40px;
}
.container_24 .pull_2 {
	left:-80px;
}
.container_24 .pull_3 {
	left:-120px;
}
.container_24 .pull_4 {
	left:-160px;
}
.container_24 .pull_5 {
	left:-200px;
}
.container_24 .pull_6 {
	left:-240px;
}
.container_24 .pull_7 {
	left:-280px;
}
.container_24 .pull_8 {
	left:-320px;
}
.container_24 .pull_9 {
	left:-360px;
}
.container_24 .pull_10 {
	left:-400px;
}
.container_24 .pull_11 {
	left:-440px;
}
.container_24 .pull_12 {
	left:-480px;
}
.container_24 .pull_13 {
	left:-520px;
}
.container_24 .pull_14 {
	left:-560px;
}
.container_24 .pull_15 {
	left:-600px;
}
.container_24 .pull_16 {
	left:-640px;
}
.container_24 .pull_17 {
	left:-680px;
}
.container_24 .pull_18 {
	left:-720px;
}
.container_24 .pull_19 {
	left:-760px;
}
.container_24 .pull_20 {
	left:-800px;
}
.container_24 .pull_21 {
	left:-840px;
}
.container_24 .pull_22 {
	left:-880px;
}
.container_24 .pull_23 {
	left:-920px;
}
/* Clear Floated Elements---------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
/*----------------------------end 960 grid----------------------------*/
/*START MENU CSS*/
/*trying #menudiv and .wrapper like slideout handle*/
/* MENU GROUP COLORS */
li#li185   {background-color:#C7DBF2;} /* Dashboard */
li#li2     {background-color:#CBF2C7;} /* Admin */
li#li109   {background-color:#F2C7CE;} /* Develop */
li#li206   {background-color:#F2F2C7;} /* Design */

#menudiv{
    background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #645492;
    border-radius: 0 0 10px 0;
    box-shadow:0 0 4px 1px;
    display: inline-block;
    height: 32px;
    overflow-y: scroll;
    padding: 0px;
    position: fixed;
    top: 0;
    width: auto;
    z-index:20000;
    transition:height 0.25s cubic-bezier(0,1.01,.78,.69);
}
#menudiv:hover{
	height:600px;
}
.menuicon,.submenuicon{
	float:left;
	padding-right:10px;
}
.menu ul li{
}
/* style the links for the top level */
.menu a{
	border-bottom: 1px dotted #CCCCCC;
    display: block;
    height: 40px;
    margin-top: 0px;
}
.menu a.top{
}
.menu a.top:visited, .menu a.top:active, .menu a.top:hover{

}
.menu *:hover > a, .menu ul ul *:hover > a{
	color: #444
}
.menu ul ul{
}
.menu ul ul a{
}
.menu ul ul li{
}
.menu ul li:first-child{
}
.menu ul ul li:last-child a{
	border-bottom: 1px solid #444;
	margin-bottom:10px;
	padding-bottom:10px
}
.menu ul ul li a{
}
/*hover on bottom level*/
.menu ul ul li a:hover{
	background:#f6f6f6;
}
/*hover on top level*/
.menu ul li:hover, ul.menu li.active{
	background-position: left -43px;
}
.menu ul *:active ul *:active ul{
	visibility: visible;
}
.menu ul li:hover a, ul.menu li.active a{
}
/*END MENU CSS*/
/*calendar styles*/
.caltitle{
	color: #444 !important;/*impt to override white text (inline css on customize.aspx)*/
}
table.cal, .smallCalendar, .dayView{
	background: none repeat scroll 0 0 #fff;
	border-collapse: separate !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px 0px #c2c2c2;
	-moz-box-shadow: 0 1px 4px 0px #c2c2c2;
	box-shadow: 0 1px 4px 0px #c2c2c2; 
	border-color: #000;
	margin-top: 10px;
}
#smallCal table.cal{
	font-size: 19px !important;
}
table.cal td{
	background: #fff;
}
html body form#Form1 div#container div#calendarcontent table#cal.cal tbody tr td[colspan="7"]{
	background-color: #000 ! important;
}

td.calendarday:first-child,td.calendarday:last-child{
	background: #eee ! important;
}
table.cal tr{
	background: #30618d;
}
table.cal tr:first-child{
	background: #fff;
}
table.caltitle{
	color: #30618d !important;
	font-size: 30px;
}
table.caltitle tr{
	height: 44px !important;
}
.monthtitle{
	background: #30618d none repeat scroll 0%;
}
.currentday{
	background: #F0DADB ! important;
}
.weekdaynormal{
	border: 1px solid #30618d;
}
.weekendnormal{
	border: 1px solid #30618d;
}
.calendarday{
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 75px;
}
.dayhover{
	border: 1px solid #30618d;
}
td.nextprevstyle{
	background: #fff !important;
	display: block;
}
td.nextprevstyle a{
	color: #30618d !important;
	display: block;
	font-size: 20px;
	text-decoration: none;
}
td.dice,td.monster,td.craigslist,td.simplyhired,td.careerbuilder,td.indeed,td.salary,td.salaryfromindeed, td.amount, td.rent, td.size {
	text-align:right;
}
td.firstdate, td.hostname,td.lastdate, td.viewid, td.searchterm, td.name, td.createdate, td.class, td.recipienttype,td.agencytitle,td.bureautitle,td.accounttitle,td.earmarkshortdescription,td.recipient,td.manufacturer,td.carline,td.orderdate,td.address,td.employer,td.occupation,td.address1,td.address2,td.maincontact,td.billingcontact,td.city,td.shipdate,td.startdate, td.element,td.audio,td.showtitle,td.akatitle,td.title,td.customername,td.enddate, td.duedate, td.updated, td.senddate, td.sent,td.datatype, td.read,td.transactiondate, td.moviedate, td.filetype, td.readdate,td.dbtablename,td.photodate,td.uploaddate{
	white-space:nowrap;
}
.calendardate{
	height: 100%;
	min-height: 2em;
	width: 100%;
}
.calendardaydata{
	margin: 0.4em;
	text-align: left;
}
.calendardaydata a{
	width: 100%;
}
.calendardaydata a:hover{
	width: 100%;
}
.dayheader{
	border: none;/*some styles look nice w/ brdr color here*/
	color: #eee;
	font-size: 17px;
}
.completey{
	color: #ccc;
	text-decoration: line-through !important;
}
.completen{
	text-decoration: none !important;
}
.completen:hover{
	text-decoration: underline !important;
}
.priority0{
}
.priority1{
	color: red !important;
}
.priority2{
	color: orange !important;
}
.priority3{
	color: green !important;
}
.priority4{
	color: brown !important;
}
/*end calendar styles*/
/*table styles*/
.datatable{
	background: none repeat scroll 0 0 #fff;
	border: solid 1px #ccc;
	border-collapse: separate !important;
	border-radius: 4px 4px 4px 4px !important;
	margin: 5px;
}
tr.tableheader{
	background: #ddd !important;
}
tr.tableheader a{
	background: transparent;
}
td.timescontacted,td.minutestocomplete,td.hoursworked,td.tasks_completed,td.managementfee,td.rentamount,td.latefee,td.graceperiod,td.dailylatepenalty,td.duedate,td.dayslate,td.rent_due,td.charges,td.total,td.paid_amount,td.received_date{
	text-align:right;
}
td.phone,td.owner,td.mailingaddress,td.mailingcity{
	white-space: nowrap;
}
tr.tableheader td:after{
	white-space: nowrap;
	text-align: top;
}
tr.tableheader a:hover{
	text-shadow: 1px 1px 1px #999 !important;
}
tr.tableheader,tr.tableheader a{
	color: #444;
	font-size: inherit;
	font-variant: normal;
	text-decoration: none;
}
tr.tableheader td{
	border-left: 1px dotted;
}
tr.tableheader td:first-child{
	border-left: none;
}
tr.tableheader td:nth-child(2){
}
tr.altrow{
	background: #eee;
}
table#DataGrid1.datatable tbody tr:hover,tr.highlight{
	background: #FFF5AD;
}
td{
	padding: 5px;
}
td.id{
	border-right: 1px dotted #ccc;
}
/*end table styles*/
/*begin misc. style elements for 2013 skin*/
#_fcembedform{
	width: 566px;
}
a, .current{
	color: #30618d;
	text-decoration: none;
}
a:hover{
	color: #444 
}
.ace_editor{
	border-radius: 4px
}
.blurb{
	border-radius: 5px;
	padding: 5px;
}
.clear{
	clear: both;
}
.datalabel{
	font-weight: bold;
	margin-bottom: 5px;/*this doesn't on spans*/
}
.datatable a img, #lightbox a img{
	padding-right: 4px;/*adds space at right of imgs in cases too close to text*/
}
#edititem img:hover{
	box-shadow: 1px 1px 1px #eee;
}
h1{
	font-size: 22px;
}
h1,h2,h3,h4,h5{
	margin: 5px 0;
}
img{
	border: medium none;
}
.thumbnail{
	border: 1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 1px #eee;
}
input[type="text"],input[type="file"],#txtOldPass,#txtNewPass1,#txtNewPass2,input#filMyFile,select{
	height: 22px;
}
input[type="text"],input[type="file"],#txtOldPass,#txtNewPass1,#txtNewPass2,input#filMyFile,select{
	background:#eee;
	border: 1px solid #444;
	border-radius: 4px 4px 4px 4px;
	color:black;
}
input.button, input.button:hover{
	padding: 2px;
}
.button, .button:hover,#Button1,#doconvert{ /*#Button1 is on login page*/
	box-shadow: 1px 1px 2px #FFFBDD inset;
}
.button, .button:hover,#Button1,#doconvert{
	background: none repeat-x scroll 0 0 #30618d !important;
	border: 1px solid #003300 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #eee !important;
	margin:6px !important; /*w/o impt works in most places, but not all. 6px so aligned left above #pnlExportArea*/ 
	padding-bottom: 3px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 3px;
	text-decoration: none;
}
input.button:hover,.button:hover,#Button1:hover{
	box-shadow: 1px 1px 5px #fff inset;
}
div.portal{
	border: 1px solid #999;
}
.portalscroll{
	border: none;
	padding: 1px;
}
.difference{
	background: #ccc none repeat scroll 0%;
}
.error{
	color: #cc0000;
}
.highlighttext{
	background: orange none repeat scroll 0%;
	color: #555;
}
.selectorstyle{
	color: #ccc;
}
.border{
	border: 1 px solid #999;
}
.thinborder{
	opacity: 0.5;
}
.noborder{
	border: medium none;
}
.icons td{
	border: none;
}
.half, .third,.fourth,.fifth,.threefourths,.twothirds{
	margin: 1%;
	float: left;
}
.half{
	width: 47%;
}
.third{
	width: 30%;
}
.fourth{
	width: 22%;
}
.fifth{
	width: 17%;
}
.threefourths{
	width: 72%;
}
.twothirds{
	width: 63%
}
#toolbar{
    background: none repeat scroll 0 center #DDDDDD;
    border-radius: 3px 3px 0 0;
    border:solid 1px #999;    
    cursor: pointer;
    height: 23px;
    margin: 2px 0 -1px;
    text-align: left;
    width: 585px;
    border-bottom:none;
    padding:0;
}
textarea{
    border-color: #999999;
    border-radius: 0 0 4px 0;
    border-style: solid;
    border-width: 1px;
    font-family: Consolas,Courier New,monospace;
    height: 223px;
    width: 585px;
    color:black !important;
    background: none repeat scroll 0 0 #EEEEEE;
}
.buttons{
	border: 1px solid transparent;
    float: left;
    margin: 1px;
    background:transparent;
}
.raise {
	background:#cccccc none repeat scroll 0%;
	border-color:buttonhighlight buttonshadow buttonshadow buttonhighlight;
	border-style:solid;
	border-width:1px;
	float:left;
	margin:1px;
}
.press {
	background:#cccccc none repeat scroll 0%;
	border-color:buttonshadow buttonhighlight buttonhighlight buttonshadow;
	border-style:solid;
	border-width:1px;
	float:left;
	margin:1px;
}
#sitefooter {
  border-top: 1px solid #999999;
  clear: both;
  margin: 45px auto 55px;
  position: relative;
  width: 100%;
}
.listcolumn{
	float: left;
	margin: 10px 35px 5px 5px;
	width: 117px
}
.listcolumn a{
	text-decoration: none
}
.listcolumn:first-child{
}
.listcoltitle{
	margin-bottom: 15px;
	font-weight: bold
}
.listcolumn li{
	color: #333;
	letter-spacing: 2px;
	line-height: 1.2em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#postfooter{
	background: none repeat scroll 0 0 #ccc;
	border-top: 1px solid #999;
	display: block;
	height: 20px;
	padding-top: 5px;
	text-align: center;
}
.white_content{/*the lightbox effect*/
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 15px #fff;
}
#searchpanel.white_content a{
	display: block;
	letter-spacing: 1px;
	margin: 8px;
	text-decoration: none;
}
/*for footer to stick to bottom*/
html, body{
	height: 100%;
}
#centercontent,#rightcontent{
	padding-bottom: 150px;
}
/* must be same height as the footer */
.footer-inner{
	height: 225px;
	margin: 0 auto;
	width: 88%;
}
td.nextprevstyle{
	width: 96% ! important;
	padding: 0;
}
td.nextprevstyle a{
	color: #000;
	display: block;
	margin-right: 22px;
	width: 15%;
}
.slide-out-div{
	padding: 20px;
	width: 250px;
	height: 400px;
	background: #f4f1f2;
	border: 1px solid #645492;
	-moz-border-radius: 4px 2px 3px 10px;
	-webkit-border-radius: 4px 2px 3px 10px;
	border-radius: 4px 2px 3px 10px;
	box-shadow: 0px 4px 4px 1px;
	top: 87px !important;
}
#centercontent, #calendarcontent, #comparecontent{
	padding: 0;
	top: 0;
	width: 99%
}
@media only screen and (max-width: 320px){
	.slide-out-div,#searchbox{display:none;}
	#logo{display:none;}
	#quicklaunch{display:none;}
	#titlebar{display:none;}
	#menudiv{top:0px;left:0px;}
	.menu ul ul li {float:none;}
	div.portal{width:100%;}
	#centercontent{padding:0px;height:auto;}
	#rightcontent{position:auto;top:auto;right:auto; width:100%;}
	#centercontent{position:auto!important;top:auto!important;left:auto!important;}
}
@media only screen and (max-width: 480px){
	#searchbox{display:none;}
	#logo{display:none;}
	#quicklaunch{display:none;}
	#titlebar{display:none;}
	#menudiv{top:0px;left:0px;}
	.menu ul ul li {float:none;}
	div.portal{width:100%;}
	select{width:280px;}
	#centercontent{padding:0px;height:auto;}
	#rightcontent{position:auto;top:auto;right:auto; width:100%;}
}
@media print{
	#searchbox{display:none;}
	#contentheader{display:none;}
	#logo{display:none;}
	#quicklaunch{display:none;}
	#titlebar{display:none;}
	#menudiv{top:0px;left:0px;}
	.menu ul ul li {float:none;}
	div.portal{width:100%;}
	select{width:280px;}
	#centercontent{padding:0px;height:auto;}
	#rightcontent{position:auto;top:auto;right:auto; width:100%;}
	#banner{display:none;}
	#sitefooter{display:none}
	body{background:transparent;}
	.noprint{display:none;}
}
/*REQUIRED FOR MENUS TO WORK ON MOBILE DEVICES*/
/* make second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility: visible;
}
.hide{
	display: none;
}
/*this should be used as such class='show[DATA]' where when [DATA] is empty, you want something to show.*/
.show{
	display: inline ! important;
}
.show1{
	display: block ! important;
}
#pnlDescription{
	position: relative;
}
#calendarcontent{
	overflow: inherit;
	margin-left: 10px
}
/*end misc. style elements for 2013 skin*/
/*calendar, table and misc skins added march 21. Need to check interaction with the "stuff added below"*/
/*-------stuff that is needed because no positions.css----This---*/
.left{
float:left;
}
.right{
float:right;
}
.center{
text-align:center;
}
.centered{
margin:0 auto;
}
.smaller{
font-size:smaller;
}
.small{
font-size:small;
}
.round10{
border-radius:10px;
}
.noul{
text-decoration:none;
}
#centercontent{
margin-left:10px;
position:relative;
top:10px;
text-align:left;
}
/*banner is a misnomer, #banner div contains everything else*/
#banner{
/*min-height:1000px;*/
}
#contentheader{
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #DDDDDD;
    margin: 0 -10px;
}
table.icons td {
    font-size: 12px;
    padding: 7px 0 0;
    text-align: center;
    width: 60px;
}
table.icons td:first-child{
padding-left:12px;
}
/*end stuff that is needed because no positions.css*/
/*----------------------start Fresh css----------------------------------*/
body {
	background: url("/attachments/fresh.qrimp.net-6543a805-f1d6-46b2-882c-bbec341c6e6f/main-bg.png") repeat scroll center top #f9f9f9;
	color: #666666;
	font-family:Calibri, sans-serif;
	font-size: 18px;
	line-height: 23px;
}
a {
	color:#0099ff;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#66cc33;
}
p{
	margin:7px 0;
    line-height: 30px;
}
p a{
	color:#339900;
	text-decoration:underline
}
#PhoneCallLink{
color:#30618d;
text-decoration:none;
}
.border{
    border: 1px solid #30618D;
    border-radius: 10px;
}
.green{
color:#8ec642;
 font-size: 25px;
    font-weight: bold;
}
hr {
    background: none repeat scroll 0 0 #8EC642;
    border: medium none;
    height: 1px;
    width: 75%;
}
.bluecheck li{
list-style-image:url("/attachments/fresh.qrimp.net-029bcbea-5026-4c88-8081-6fd4db9d6600/BlueCheck35x.png");
list-style-position:inside;
}
#logo {
	position:absolute;
	left:-15px;
	bottom:-55px;
	background:url("/attachments/fresh.qrimp.net-ed817fac-2204-4215-902a-6f1b2ee0c3f5/logo.png") no-repeat left top;
	width:232px;
	height:133px;
	display:block;
	text-indent:-99999px;
	z-index:2;
}
.sitemenu{
margin-left:15px;
}
.pagetitle h1 {
	text-align:center;
	color:#fff;
	font-size:30px;
	line-height:33px;
	font-family:"Lato";
	font-weight:300;
}
h2{
font-size:35px;
line-height:50px;
color:#3f81ba;
}
h2.pagesection{
    color: #333333;
    font-size: 39px;
    margin-bottom: 22px;
    text-align: center;
    text-decoration: underline;
}
h2.frontpage {
    color: #222222;
    font-family: "Lato";
    font-size: 27px;
    line-height:27px;
    font-weight: 300;
}
h3{
    font-family: "Lato";
    font-size: 28px;
    line-height: 50px;
}
#siteheader{
	font-family:Calibri,Arial, sans-serif;/*for first visual when loading on slow connections*/
font-family:"Lato";
font-weight:300;
	min-height:110px;
	position:relative;
}
ul.topnav li {
	float:left;
	background:url("/attachments/fresh.qrimp.net-a2a98ea9-d540-4283-94cf-77d7d4e33175/main-link-sep.png") no-repeat left center;
	padding:15px 6px;
}
ul.topnav li a {
	color:#737373;
}
ul.topnav li a:hover, ul.topnav li.active {
	text-decoration:underline;
}
ul.sitemenu li {
	float:left;
	background:url("/attachments/fresh.qrimp.net-06aa7f6e-e09b-4a7d-8e04-0d4728853075/menu-sep.png") no-repeat left center;
	padding:12px;
	margin:30px 0 0;
}
.sitemenu li.current{
color:#7FC800;
text-decoration:underline;
}
ul.sitemenu li:first-child {
	background:none;
}
ul.topnav li:first-child, ul.topnav li:first-child {
	background:none;
}
ul.sitemenu li a {
	color:#30618d;
	font-size:18px;
        font-weight:bold;
}
ul.sitemenu li a:hover, ul.sitemenu li.active {
	color:#000;
}
p.mob-no {
	color:#000;
	font-size:20px;
	text-align:right;
	line-height:23px;
	margin:15px 0 0;
}
p.mob-no span {
	display:block;
}
.right-block{
	width:735px;
}
#main {
	background:url("/attachments/fresh.qrimp.net-127b0e4d-08fe-42fa-913a-0cc375d1ef43/header-bg.jpg") repeat-x scroll 75% 0 transparent;
	margin-left:-10px;/*to counteract #centercontent left margin*/
	padding:20px 0;
}
/*homepage css*/
#main-home{
	background:url("/attachments/fresh.qrimp.net-1dff5421-cb5c-4bcc-8b7d-c3283d809cfb/header-bg.jpg") repeat scroll 75% 0 transparent;
		margin-left:-10px;/*to counteract #centercontent left margin*/
height:395px;
}
#slideshowbox{}
#slideshow{}
#slideimg{
    height: 395px;
 }
#nextprevbox1{
   margin-left: -25px;
    position: relative;
    top: -235px;
    width: 1010px;
}
.prevbox{
	float: left;
    position: relative;
    visibility:hidden;
}
.nextbox{
 	float: right;
    position: relative;
	visibility:hidden;
}
 #sloganbox{
 margin:0 auto;
 text-align:center
 }
 #sloganbox h1{
 text-align:center
 }
 #slogantitle{
 	margin-top:25px
 }
 #slogan{
 	margin:inherit;
width:700px
 }
.focusbox{
    color: #333333;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 960px;
    margin-bottom:10px
}
.focusbox:last-child{
border:0;
}
.focusimgbox {
    display: block;
    width: 445px;
}
.focusimg {
    display: block;
    margin: 20px;
}
.focustxtbox{
    color: #555555;
    display: block;
    position: relative;
    width:515px;
}
.focustxttitle,.focustxt,.focustxtfoot{
margin-left:15px
}
.focustxttitle:first-child{
	margin-top:35px;
    width: 609px
}
.focustxttitle a{
    text-decoration:none;
}
.focustxtfoot{
    height: 89px;
}
.focusbtnbox{
    background: #7FC800;
        float: left;
    margin-left: 10px;
    margin-top: 25px;
}
.focusbtnbox,.bluebtnbox{
    height: 35px;
    position: relative;
    text-align:center;
    width: 182px;
}
.bluebtnbox{
background:#45A1D8;
margin:10px 10px 10px 375px;
height:40px;
padding-left:5px;
width:230px;
}
.bluebtnbox:hover{
background:#30618D;
}
.bigbluebtn:hover{
color:#fff;
}
.focusbtn,.bigbluebtn{/*this is the "a's" class*/
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Lato";
    font-size: 18px;
    letter-spacing: 1px;
}
.smallbtn{
    background: #7FC800;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Lato";
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px 0;
    padding: 5px;
    width: 100px;
}
.smallbtn:hover,.focusbtnbox:hover,.focusbtn:hover,.blogbtn:hover{
background: #006600;
color:#fff;
}
.btnimg{
padding-left: 10px;
padding-top:10px;
}
.email,input{
color:#333;
}
.email:focus,input:focus,textarea:focus{
background:#ccccff;
}
.pagebottom{
height:77px;
}
.toplinkbox{
position:relative;
text-align:center;
}
.toplink{
margin:10px auto;
}
.focusdetails {
    color: #555555;
    display: block;
    float: left;
    position: relative;
    width: 550px;
}
#quotesliderbox{
	height: 100px;
	width:960px;
	overflow:hidden;
}
#quoteslider{
	width:960px;
    margin: 0 auto;
}
#quotebox{
	width:960px;
    position: relative;
    text-align: center;
}
.quote{
	margin:15px;
}
.quotee{
}
#nextprevbox2{
   margin-left: -25px;
    position: relative;
    top: -100px;
    width: 1010px;
}
.prevquote{
		float: left;
    position: relative;
    top: 25px;
	}
.nextquote{
		float: right;
    position: relative;
    top: -50px;
}
.inlineimg{
margin:4px;
	width:16px;
	height:16px;
	vertical-align:middle;
}
h3 a{color: #555;text-decoration:none}
.handle{
    background: url("/attachments/fresh.qrimp.net-5fe2d3a9-d63e-4359-a058-6363779c724c/341968a0-bf50-4a9a-aef0-b4b03bde5cbc-feedback.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 90px;
    left: -25px;
    outline: medium none;
    position: absolute;
    text-indent: -99999px;
    top: 0;
    width: 25px;
}
.nostyle:hover{
	color:#30618D
}
.pagenav{
    float: left;
    font-size: 15px;
    margin: 20px 0 5px;
    width: 240px;
}
.pagenav li{
    background: none repeat scroll 0 0 #CCCCCC;
    height: 39px;
    margin: 10px;
    padding: 10px;
    position: relative;
    width: 172px;
    cursor:pointer;
}
.pagenav a{
font-size:1.1em;
}
.pagenav ul li.current{
background:#8DC642;
background:url("/attachments/fresh.qrimp.net-55be376e-f2c4-4961-aa84-24d1cf600b0b/big green arrow.png") no-repeat;
    width: 200px;
}
.pagenav ul li.current a{
color:#fff;
}
.pagecontent{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 1px 1px 5px #999999;
    float: left;
    margin-left: -29px;
    min-height:875px;
    padding: 30px 20px 20px 30px;
    width: 677px;
}
.pagetitle{
    height: 55px;
}
.wholepage {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 1px 1px 5px #999999;
padding: 20px;
width: 960px;
}
.wholepageinner{
margin: auto 107px;
    text-align: left;
}
.fancy{
font-style:italic;
color: #222222;
font-family: "Lato";
font-size: 27px;
font-weight: 300;
line-height: 27px;
}
.blurbs{
height:220px;
}
#innermenus{
margin:0 auto 20px;
text-align:center;
width:400px;
}
#innermenus a{
color:#8ec642;
font-size:23px;
}
#innermenus a.current{
 color: #8EC642;
    font-size: 30px;
    text-decoration: underline;
    text-shadow: 2px 2px 3px #DDDDDD;
}
.reqtbl{
line-height:30px;
margin:20px;
}
.chooseplan{
    display: block;
    margin: 10px 0;
    text-align: center;
    width: 130px
}
#sitefooterinner {
	background:url("/attachments/fresh.qrimp.net-50f50bce-d38f-49cc-9d17-0a9dab76c141/footer-bg.png") no-repeat center top;
	margin-top:-2px;
}
h6 {
	color:#aeaeae;
	line-height:18px;
	margin:0;
	padding:15px 0;
	font-weight:normal;
}
ul.footer-nav li a, ul.footer-nav p {
	color:#aeaeae;
	margin:0;
}
ul.footer-nav li a:hover {
	color:#000;
}
.footer-home {
    float: left;
    padding-right: 32px;
    width: 105px;
}
.footer-session {
    float: left;
    padding-right: 32px;
    width: 138px;
}
.footer-session p{
line-height:21px;
}
.footer-session-narrow{
    float: left;
    padding-right: 40px;
width:100px;
}
.footer-session:first-child {
	margin-left:100px;
	width:171px;
}
.social{
width:200px;
}
table.price-list {
	width:100%;
	border-bottom:1px solid #d4d4d4;
}
table.price-list td, table.price-list th {
	border-top:1px solid #d4d4d4;
}
table.price-list tr th {
	font-size:12px;
	color:#333;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding:3px 0;
}
table.price-list tr td {
	padding: 12px 5px;
	background:#fff;
}
table.price-list tr td:first-child {
	background:url("attachments/fresh.qrimp.net-6543a805-f1d6-46b2-882c-bbec341c6e6f/main-bg.png") no-repeat 98% center;
	text-align:left;
}
.tablecell:first-child + .tablecell, 
.tablecell:first-child + .tablecell + .tablecell {
	margin:0 3px 0 0;
}
table.price-list td:first-child{
	padding: 12px 5px 12px 0;
	width: 145px;
}
table.price-list td:first-child + td, 
table.price-list td:first-child + td + td, 
table.price-list td:first-child + td + td + td,
table.price-list td:first-child + td + td + td + td {
	text-align:center;
	width:190px;
}
.tablecell:first-child {
	margin: 0 3px 0 151px;
}
.bottom-block .tablecell-btm {
	padding: 14px;
}
.tablecell {
	width:200px;
	float:left;
	line-height:16px
}
.tablecell-top {
	background:url("/attachments/fresh.qrimp.net-570e93a1-095c-4d59-be5b-8229380aa29d/tablecell-top.png") no-repeat left top;
}
.tablecell-right {
	background:url("/attachments/fresh.qrimp.net-577430d1-9522-44cd-80c8-3d4779ad8a40/tablecell-right.png") no-repeat right top;
}
.tablecell-mid {
	background:#b1b1b1;
	height:15px;
	margin:0 15px;
}
.tablecell-inner {
	background:#b1b1b1;
	text-align:center;
	height:103px;
	color:#FFF;
}
.tablecell-inner h4{
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 -2px;
}
.tablecell-inner p{
	margin: -5px 0 0;
	padding:1px 5px;
	position: relative;
}
ul.customprice{
margin-top:10px;
}
.tablecell-inner p span {
	display:inline-block;
}
.tablecell-inner p span.call {
	font-weight: bold;
	padding: 8px 0 5px;
}
.tablecell-btm {
	background:#c4c4c4;
	padding:8px;
	text-align:center;
}
.tablecell-btm a {
	background: url("/attachments/fresh.qrimp.net-e55d1000-0d0a-4e4e-b84d-7f6c6f70f552/arrow1.png") no-repeat 90% center #45A1D8;
	color: #FFFFFF;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto;
	min-width: 78px;
	padding: 7px 35px 7px 13px;
	text-transform: uppercase;
}
.tablecell-btm a:hover {
	background: url("/attachments/fresh.qrimp.net-e55d1000-0d0a-4e4e-b84d-7f6c6f70f552/arrow1.png") no-repeat 90% center #30618d;
}
.tablecell-inner h3 {
	margin:0;
	position:relative;
	top:-5px;
}
.price {
	font-size: 35px;
	font-weight: bold;
	padding: 10px 0 5px;
}
.btmlinks {
	line-height:25px;
}
.btmlinks a{
	color:#808080;
	font-size:16px;
}
.btmlink-block {
	margin: 40px 0 10px 200px;
	text-align: center;
}
.bizplan .tablecell-top {
	background:url("/attachments/fresh.qrimp.net-db7bc537-b851-4f60-8f80-e64da491c565/tablecell-green-left.png") no-repeat left top;
}
.bizplan .tablecell-right {
	background:url("/attachments/fresh.qrimp.net-2cdde8d7-5dc8-44f7-a0a4-0c17c50c1914/tablecell-green-right.png") no-repeat right top;
}
.bizplan .tablecell-mid {
	background:#7fc800;
}
.bizplan .tablecell-inner {
	background:#7fc800;
	height:118px;
}
.bizplan.tablecell-inner h3{
	margin-top:-20px;
}
.bizplan ul{
margin-top:10px;
}
.bizplan .tablecell-btm {
	background:#b7e567;
}
.bizplan .tablecell-btm a {
	background: url("/attachments/fresh.qrimp.net-919b95bd-9f12-4ccf-95c6-adf96305a28d/arrow2.png") no-repeat 90% center #f2f2f2;
	color: #45a1d8;
}
.bizplan .tablecell-btm a:hover {
	background: url("/attachments/fresh.qrimp.net-919b95bd-9f12-4ccf-95c6-adf96305a28d/arrow2.png") no-repeat 90% center #ffffff;
}
.top-block .bizplan {
	margin: -15px 3px 0 0 !important;
}
table.price-list tr:hover td + td, table.price-list tr:hover td + td + td, table.price-list tr:hover td + td + td + td + td {
	background:url("/attachments/fresh.qrimp.net-e0df04b6-eb88-4c66-b6f1-92751300f887/price-list-bg2.png") repeat-y center top;
}
table.price-list tr:hover td + td + td + td {
	background:url("/attachments/fresh.qrimp.net-31fd5a5d-640f-49d3-a677-2662353fb099/price-list-bg-green.png") repeat-y center top;
}
.contactcontent{
margin-left:40px;
width:690px;
}
.email, .message {
    box-shadow: 1px 1px 1px #666666;
    color: #777777;
    font-family: Calibri;
    font-size: 15px;
    margin: 7px 0;
    padding-left: 3px;
}
td.email{
   box-shadow:none;	
}
.feeq{
width:10px;
border:1px solid red;
}
.pagetop{
display:block;
margin:0 auto;
height:34px;
width:34px;
}
.pagetop:hover{
background:url("/attachments/fresh.qrimp.net-1d87d7b2-bdbb-49cd-be6e-a0b06b653762/34x34_CircleArrow.png") no-repeat;
display:block;
margin:0 auto;
height:34px;
width:34px;
}
.qnsl{
background:url("/attachments/fresh.qrimp.net-faaa0a01-34b5-40e2-8c6d-ef4bb6dbf366/qnsl-arrow.png");
background-position:left;
background-repeat:no-repeat;
}
.qnsr{
background:url("/attachments/fresh.qrimp.net-92a0db5a-4ffe-4e97-9ac5-085ae34a8fb8/qnsr-arrow.png");
background-position:right;
background-repeat:no-repeat;
padding-right:20px;
}
.qnslmain{
font-size:25px;
}
.blogbox{
    border: 1px solid #DDDDDD;
    padding: 10px;
}
.blogbox h2{
    color: #3F81BA;
    font-size: 29px;
    line-height: 29px;
}
.blogdate{
font-size:smaller;
}
.blogblurb{
    font-style: italic;
    margin-bottom:20px;
    width: 50%;
}
.blogbtn{
    background: none repeat scroll 0 0 #7FC800;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Lato";
    font-size: 14px;
    letter-spacing: 1px;
    padding: 3px 5px;
}
.blogcontent{
	    border-top: 10px dotted #8EC642;
    margin: 20px 10px;
    padding-top: 20px;
}
/*for light boxes*/
#lightbox{width:50em;}
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:10001;
-moz-opacity: 0.7;
opacity:.70;
filter: alpha(opacity=70);
}
.white_content {
display: none;
position: absolute;
top: 5%;
left: 5%;
width: auto;
height: auto;
padding: 16px;
border: 16px solid #065aae;
background-color: white;
z-index:10005;
overflow: auto;
}

tr.tableheader td{white-space:normal}

.slide-out-div {
    padding: 20px;
    width: 260px;
    height:400px;
    background: #f4f1f2;
    border: 1px solid #645492;
    -moz-border-radius:4px 2px 3px 10px;
    -webkit-border-radius: 4px 2px 3px 10px;
	border-radius: 4px 2px 3px 10px;
    box-shadow: 0px 4px 4px 1px #645492;
    top:87px !important;
}
#quicklaunch{position:absolute;top:1px;left:300px;}
.show1{display:block !important;}
#rightcontent{
	float:right;
	height:1177px;
	right:0px;
	text-align:left;
	overflow:hidden;
	position:absolute;
	padding:4px;
	top:190px;/*NEEDS TO BE ON FOR RIGHTCONTENT TO SHOW UP@@!*/
	width:20%;
}
.relateddata > #contentheader{
	display: none
}
div.relateddata{
	background: #eee;
	border: 1px solid #ddd;
	margin: 0;
	padding: 5px 5px 30px 10px;
	min-height: 65px;
	overflow: hidden;
}
.relateddata h4{
	border-bottom: 1px solid #30618d;
}
.relateddata a{
	font-weight: normal;
	margin-left: 10px;
	white-space: nowrap;
}
.relateddata h4 a{
	font-size: 20px;
	font-weight: bold;
	margin-left: 0px; 
}
#rightcontent > a[id$="add"]{
	position: relative;
	top: -30px;
	left: 21px;
}

/*REGION:PORTALS*/
td.portaltd{padding:0;}
div.portalscroll{
border:none;
height:330px;
overflow-y:auto;
overflow-x:auto;
}
a.portalTitle{
text-decoration:none;
position:relative;
top:2px;
color:Black;
float:left;
}
#colorchanger{float:right;}
a.portalIcon
{
    float:right;
}
div.portal > table > tbody > tr.tableheader {
background: black;
color:white;
}
div.portal{
width:48%;
margin-left:2px;
border:solid 1px black;
overflow:hidden;
height:360px;
padding:3px;
-moz-border-radius: 12px;
border-radius: 12px;
}
div.thirdwidth{
width:32%;
}
div.quarterwidth{
width:24% ! important;
}
div.halfwidth{
width:48%;
}
div.portalinside{
height:90%;
}
div.wholewidth{
width:96.5%;
}
.portalheader{background:transparent;color:white;}
.portalheader td{border-bottom:solid 1px black;}
#portalcontainer{width:100%;}
div.portal{float:left;width:auto;height:25em;margin-bottom:1em;padding:0;border:solid 1px;overflow:auto;min-width:200px;}
div.portalspacer{width:1em;height:25em;margin-bottom:1em;border:solid 1px transparent;float:left;}
.round10{border:solid 1px black;border-radius:10px;padding:10px;margin:10px;}
/*ENDREGION:PORTALS*/
body{
overflow-x:scroll;
}