/* Micros Leasing 2.0 */


/* HTML ELEMENTS */ 

body {
	margin:0;
	padding:0;
	/*background: #fff url(../images/background.jpg) top center;
	background-repeat: no-repeat;*/
}
a { }
a img { border: 0 }


/* LAYOUT */ 

#page {

}
.inner {
	margin:0 90px 25px 0;
}
#home .inner {
	margin:0;
}

/* Header */

#header {
	margin:0px auto 15px;
	width:950px;
	height:105px;
	position:relative;
}
#header #logo {
	position:absolute;
	bottom:10px;
	left:35px;
}


.headerpromobox {
	height: 100px;
	width: 170px;
	text-align: center;
	float: right;
	margin: 3px 40px 0px -10px;
}
#headerrotator {
	height: 100px;
	width: 406px;
	background: #ccc;
	float: right;
	margin: 0px 80px 10px 0;
	cursor:pointer;
}


/*  Main Navigation  */

#nav {
	background:#143d8d url(../images/nav-bg.jpg) repeat-x bottom;
	overflow:hidden;
	clear:both;
	margin-bottom:28px;
	position: relative;
	z-index: 1000;
	padding-left: 140px;
}
#nav ul {
	margin:0 auto;
	padding:0;
	width:950px;
	border-left:1px solid #666;
	overflow: hidden;
}
#nav ul li {
	margin:0;
	list-style:none;
	float:left;
	/*border-right:1px solid #666;*/
	/*padding: 0 10px 0 10px;*/
}
#nav ul li:first-child {
	border-left:1px solid #666;
}
#nav ul li a {
	display:block;
	border-right:1px solid #666;
	padding:15px 25px 15px 25px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#94ceff;
	line-height:1;
}
#nav ul li a:hover, #nav ul li.nav-selected a, #nav ul li:hover {
	background: #22459f;
	color:#ffffff;
}


/* Dropdown Menus */		

#nav li ul {
	background:#113388;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin:0 0 0 -1px;
	z-index: 1000;
	border:none;
	padding:0;
}
#nav li li {
    font-size: 0.8em;
    line-height: 1.2em;
	float:none;
	padding:0;
	border:none;
}
#nav li li a {
	border:none;
}	
#nav li li a:hover {
	color:#ddd!important;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


/* Wrapper */

#wrapper {
	margin:0px auto 20px;
	width:950px;
	overflow: hidden;
}


/* Content */

#content {
	width:730px;
	padding-left:15px;
	float:left;
	padding-right:0px;
	margin-right:0px;
}
#content-header img {
	margin-bottom:25px;
}
#home #content {
	width:420px;
	float:left;
	border:none;
	margin: 0px 15px 0px 10px;
	padding: 0px 0px 0px 0px;
}
#home #content h1, #home #content h2, #home #content h3 {
	margin:0 0 10px 0px;
}


/* Sidebar */

#sidebar {
	width:175px;
	float:left;
	margin: 0px 15px 0px 15px;
}
#home #sidebar {
	width:260px;
}


#home .aside {
	background:#d0d9ed;
	width:230px;
	border:1px solid #edeff4;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#rightcol {
	float: right;
	width: 235px;
	margin: 0 0px 0 0px;
	padding-right: 1px;
}
#leftcol {
	float: left;
	/*background:#ccd9f8;*/
	/*border:0px solid #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding-bottom: 0px;
	margin-left: 2px;*/

}
.button	{
	width:150px;
	height:40px;
	background:#143d8d url(../images/nav-bg.jpg) repeat-x bottom;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
	float:right;
	margin:-25px 25px 0px 0px;
}
.faqs {
	background:#f2f2f2;
	border:1px solid #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin: 5px 0px 15px 0px;
	padding: 10px 10px 10px 10px;
	width:220px;
}
.bio {
	float: left;
	width: 320px;
}

.bio img {
	padding-right:15px;
}




#home #leftcol {
	/*background:#eaedfb;*/
	width:235px;
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 0px 25px 0px 0px;
	/*border:0px solid #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding: 15px;*/
}


#home .ccm-image-block {
	margin-bottom:0.75em;
}
.linkedin {
	background-color: #CCC;
	float: left;
	height: 50px;
	width: 150px;
	clear: both;
}




/* Sub Navigation */

ul.sub-nav {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	list-style: none;
}
ul.sub-nav li {
}
ul.sub-nav li a {
	text-decoration:none;
	display: block;
	padding: 3px 2px;
	color:#113388;
	font-weight:bold;
}
ul.sub-nav li.nav-selected a, ul.sub-nav li a:hover {
	color: #000033;
	text-decoration:underline;
}
ul.sub-nav li li {
	font-size:0.9em;
}
ul.sub-nav li ul {
	margin-top:0;
	margin-bottom:0.5em;
}
ul.sub-nav li li a {
	padding:0!important;
}


/* Footer */

#footer {
	background:#f2f2f2;
	color:#555;
	clear:left;
	margin:-7px auto 40px;
	width:920px;
	padding:0px 0px 0px 20px;
	border:1px solid #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#footer a, #footer p {
	color:#666;
	font-size: 14px;
}
#footer ul {
	margin:1em 0;
	padding:0;
}
#footer ul li {
	margin:0;
	padding:0;
	list-style:none;
}
#footer table.footer-columns {
	margin:0;
}
#footer table.footer-columns td {
	padding:0 20px;
	border-left:1px dotted #ccc;
	vertical-align:top;
}
#footer table.footer-columns td.first {
	padding-left:0;
	border:none;
}


/* Form */
input, textarea, select {
	margin-right:8px;
	background:#d5e2fd;
	height:20px;
}
label {
	padding-right:3px;
}




/*#page form {
	margin-bottom: 1.5em;
	color:#666;
}
#page form table {
	margin-bottom: 0;
}
#page form table td {
	border: 0;
}

#page form input.formBlockSubmitButton, #page form input.searchBlockSubmitButton { 
	background:#5a719c;
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	border: none;
	cursor:pointer;
	color: #fff;
	padding: 6px 12px;
	width:auto!important;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#page form input.formBlockSubmitButton:hover, #page form input.searchBlockSubmitButton:hover {
}
#page form input, #page form textarea, #page form select {
	color:#666;
	font-family:Arial;
	width:180px!important;
}
#page form input[type=submit] {
	width:auto!important;
}
#page form select {
	background:#fff;
	padding:3px 0;
	border:1px solid #ccc;
}
#page form textarea {
	border:1px solid #ccc;
}
#page form .formBlockSurveyTable .question {
	font-weight:bold;
	font-size:16px;
	padding-left:0;
}*/


/* Misc Classes */

.left  { float: left; }
.right { float: right; }


/* Clearing */

.clearboth { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
}
/* Automatically included across all of c5 - use this file gingerly */
img.ccm-captcha-image {display: block}

/* clear and pagination styles */
*.ccm-spacer {clear: both; font-size:1px; line-height:1px; }
div.ccm-pagination { text-align:center; position: relative}
div.ccm-pagination span.ccm-page-right {position: absolute; top: 0px; right: 0px;}
div.ccm-pagination span.ccm-page-left {position: absolute; top: 0px; left: 0px}

/* Layout */ 
/*
.ccm-layout .ccm-layout-cell{ overflow:hidden; }
*/
.ccm-layout-table .ccm-layout-col {float:left}
.ccm-layout .first .ccm-layout-col-spacing { margin-left:0px !important } 
.ccm-layout .last .ccm-layout-col-spacing { margin-right:0px !important } 

/* global error styles */
.ccm-error {font-weight: bold; color: #f00}
.ccm-required {font-weight: bold; color: #3975AD}


div#ccm-overlay {
	position: fixed;
	z-index:99;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	height:100%;
	width:100%;
	display: none;
} 



/* Rotator */ 

#rotator{
	border:0px solid #CCC;
	cursor:pointer;
	overflow:hidden;
	margin:5px 60px 0px 0px;
	width:475px;
	height:95px;
	position:relative;
	top:5px;
	left:15px;
	float:right;
}
#rotator img {
	border:0;
	cursor:pointer;
	width:475px;
	height:95px;
	margin-top: 0px;
	margin-left: 0px;
}


#rotator img{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}



/* RSS Feeds */		
.rss1 {
	border:1px solid #ccc;
	background-color: #FFF;
	height: 112px;
	width: 215px;
	overflow: auto;
	margin: 0px 0px 5px 7px;
}



.rss-box {
	background-color: #FFFFFF;
}

.rss-title, rss_title a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight:bold;
	
}

.rss-box li ul, li ol {
 	margin: 0px 0px 0px 0px; 
}

.rss-box ul, ol { 
	margin: 0px 0px 0px 0px; 
}
.rss-box ul { 
	list-style-type:none; 
}

.rss-items	{
	width:180px;
	padding:5px 0px 0px 5px;
	margin-left:5px;
}

.rss-item  {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10.5px;
	font-weight: normal;
	width:180px;
	margin: 0px 0px 5px 0px;
	line-height: 110%;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	color: #5b87f3;
	font-size: 10px;
	font-weight:bold;
	line-height:100%;
	}

.rss-item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss-date {
	font-size: 9px;
	font-weight : normal;
	color: #F60;
	}

.rss-item .rss-item-auth {
	color: #888;
	font-size: 10px;

}

li.f2jnag {
	margin-top:1em;
	font-weight:bold;
	list-style: none;
	font-size: 10px; 
	/*   display:none;   */

}
