/* clearing */
    .stretch, .clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1px;
}
.clearfix:after {
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	content: ".";
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
    .clearfix {
	display:block;
}
/* End hide from IE Mac */
/* end clearing */

/* accessibility */
     span.accesskey {
	text-decoration: none;
}
.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}
/* end accessibility */


/* 

-------------------------------------------------------

/* TYPOGRAPHY */
    body {
	text-align: left;
	font-family: Arial;
	font-size: 76%;
	line-height: 1em;
	color: #036;
}
div {
	font-size: 1em;
}
img {
	border: 0;
}
/* LINKS */
    a, a:link, a:active {
		color:#09F;
}
a:hover {
	text-decoration: none;
	color:#06C;
}
/* END LINKS */
    
/* HEADINGS */
h1, h2, h3, h5 {
	font-family: Helvetica, Arial;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 26px;
	line-height: 60px;
	color: #dd0000;
	display: block;
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.5em;
	color: #06C;
	font-weight: normal;
}
h3 {
	margin: 0 0 0.5em 0;
	padding:0;
	font-size: 24px;
	line-height: 1.3em;
	color: #06C;
	font-weight: normal;
	letter-spacing: -1px;
}
h4 {
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.3em;
	color: #47b8ec;
}
h4  a {
	text-decoration:none;}
h5 {
	margin: 10px  0;
	padding: 0;
	font-size: 19px;
	line-height: 1.3em;
	color: black;
}
#case_box h5 a{
	color: #039;
	text-decoration: none;
	border-bottom: 1px solid #039;
	padding-bottom: 2px;
}

h6 {
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.3em;
	color: black;
}
/* END HEADINGS */

/* TEXT */
    p {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 1em;
	line-height:1.4em;
}
blockquote {
	margin-left: 10px;
	border-left: 10px solid #ddd;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
/* END TEXT */
    
/* LISTS */
    ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height:1.4em;
}
ul li {
	margin: 0 0 0.25em 30px;
	padding: 0;
}
ol {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.4em;
}
ol li {
	margin: 0 0 0.25em 30px;
	padding: 0;
	font-size: 1.0em;
}
dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}
dl dt {
	margin: 0.25em 0 0.25em 0;
	padding: 0;
	font-weight: bold;
}
dl dd {
	margin: 0 0 0 30px;
	padding: 0;
}
/* END LISTS */
    
    
/* TABLE */
    table {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
table caption {
	margin: 0;
	padding: 0 0 1.5em 0;
	font-weight: bold;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	font-size: 1em;
}
/* END TABLE */    
    
    hr {
	display: none;
}
div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}
/* END TYPOGRAPHY */    

/* -------------------------------------------------------

*/

/* FORM ELEMENTS */
    form {
	margin:0;
	padding:0;
}
form div, form p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1em;
}
label {
	font-weight: bold;
}
fieldset {
	padding: 5px 10px;
	margin: 0 0 1.5em 0;
	border: 1px solid #eee;
}
fieldset legend {
	margin: 0 0 0 0px;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	background-color: white;
}
* html fieldset legend {
	margin: 0 0 10px -10px;
}
fieldset ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}
fieldset ul li {
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style: none;
}
input, select, textarea {
	margin: 0;
	padding: 2px;
	font-size: 1em;
	font-family: arial, helvetica, verdana, sans-serif;
	border: 1px solid #98A5B6;
}
input, select {
	vertical-align: middle;
}
textarea {
	width: 200px;
	height: 8em;
}
input.check {
	width: auto;
	height: auto;
	margin: 0;
	border: none;
}
input.radio {
	width: auto;
	height: auto;
	margin: 0;
	border: none;
}
input.file {
	width: 250px;
	height: auto;
}
input.readonly {
	background-color: transparent;
	border: none;
}
input.button {
	width: 10em;
	background-color: #ddd;
	border: 1px solid black;
}
input.image {
	width: auto;
	height: auto;
	border: none;
}
form div.submit {
	margin: 1em 0;
}
form div.submit input {
	width: 15em;
	height: 2em;
}
/* END FORM ELEMENTS */



/* 


-------------------------------------------------------

/* NAV BAR ON THE LEFT AND TWO COLUMNS OF CONTENT */
    div#content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;	/*background-image: url(images/bg_page.gif);
	background-repeat: repeat-x;
	background-position: top;*/
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a9cbef;
}
div#main {
	float: left;
	width: 548px;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 10px;
	background-color: #FFF;
}
div#main_home {
	float: left;
	width: 530px;
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_main_home.gif);
	background-repeat: repeat-x;
	background-position: top;
}

div#main_home td {
	text-align:left;
}
div#local {
	display: none;
}
div#sub {
	float: right;
	width: 172px;
	text-align: center;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div#sub_home {
	float: right;
	width: 200px;
	text-align: center;
	position: relative;
	background-image: url(images/bg_sub_b.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:#eeeff1;
}
div#nav {
	float: left;
	width: 230px;
}
/* END CONTENT */



/* 

-------------------------------------------------------

*/

/* NAV */
    div#nav {
	font-size: 0.8em;
	background-image: url(images/bg_sidebar.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
* html div#bgmenu {
	/* hide ie/mac \*/
        height: 1%;/* end hide */
}
div#bgmenu div.wrapper {
/*background: #ddd;*/
    }
div#bgmenu ul {
	width: 193px;
	margin: 0 0 0 14px;
	padding: 0 0 10px 0;
	/*line-height: 1em;*/
	list-style: none;
}
div#bgmenu li {
	display: block;
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
	font-size: 12px;
	background-image: url(images/bullet_off.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	border-top: 1px solid #4c87b6;
	border-bottom: 1px solid #376fa2;
}
div#bgmenu li:hover {
	background-image: url(images/bullet_on.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	background-color:#4c87b6;
	border-top: 1px solid #4c87b6;
	border-bottom: 1px solid #376fa2;
}
* html div#bgmenu li {
	/* hide ie/mac \*/
        height: 1%;/* end hide */
}
div#bgmenu li.last {
}
div#bgmenu a, div#bgmenu a:link, div#bgmenu a:active, div#bgmenu a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	color:#FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 23px;
}
/*div#nav a:hover {
	text-decoration: underline;
	color: white;
	background: black;
}
div#nav strong {
	display: block;
	color: white;
	background: black;
}
div#nav strong a,  div#nav strong a:link,  div#nav strong a:active,  div#nav strong a:visited,  div#nav strong a:hover {
	color: white;
	background-color: black;
}*/
/* END NAV */


/* 

-------------------------------------------------------


*/

/* SITE SPECIFIC LAYOUT */
    body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #b8c3d1;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
div#page {
	width: 970px;
	margin:  0 auto;
	padding: 0;
	text-align: center;
	background-color: white;
	background-image: url(images/bg_site.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/* HEADER */
        div#header {
	margin: 0;
	padding: 0px;
	color: #8A98AA;
	text-align: left;
	background-image: url(images/bg_top.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	height: 105px;
}
div#branding {
	float: left;
	width: 380px;
	margin: 0;
	padding: 20px 0 5px 5px;
	text-align: left;
}
div#phone {
	float: right;
	width: 370px;
	margin: 0;
	padding: 38px 23px 0 0;
	text-align: right;
}
/* END HEADER */

    /* FOOTER */
        div#footer {
	color: #036;
	background-image: url(images/bg_inf.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
div#footer p {
	margin: 0 5px;
	padding: 10px 0 5px 0;
	font-size: 11px;
	background-color: #e9ebec;
	border-top: 1px solid #dddddd;
}
/* END FOOTER */
/* END LAYOUT */


/* UL.SUBNAV */
    ul.subnav {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	list-style: none;
}
ul.subnav li {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
ul.subnav li a, ul.subnav li a:link, ul.subnav li a:visited, ul.subnav li a:active {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
ul.subnav li a:hover {
	text-decoration: underline;
}
ul.subnav li strong {
	padding: 0 0 0 12px;
	background: url("../i/subnav-highlight.gif") left top no-repeat transparent;
}
ul.subnav li strong a, ul.subnav li strong a:link, ul.subnav li strong a:visited, ul.subnav li strong a:active {
	color: white;
	background-color: black;
}
div#texto {
	padding-right: 29px;
	background-image: url(images/bg_vline.gif);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: justify;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 120%;
	overflow: hidden;
	/*width: 100%;*/
}
#nav #bgmenu {
	background-image: url(images/sidebar_title_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 54px;
}
#nav .bghome {
	background-image: url(images/sidebar_title_menu_home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 54px;
}
#nav .getintouch {
	background-image: url(images/sidebar_title_contact.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 50px;
	text-align:center;
	width:203px;
	margin-left:9px;
}
#breadcrumb {
	margin-bottom: 20px;
	font-size: 12px;
}
.moreinfo {
	text-align: right;
	display: block;
	margin-top: 50px;
	margin-bottom: 30px;
}
.bg_top_how {
	background-color: #20385D;
	background-image: url(images/bg_top_how.jpg);
	background-repeat: repeat-y;
	background-position: 0px top;
	height:150px;
	width:960px;
	border-top: 1px solid #3a5b8f;
}
.bg_top_int {
	background-color: #20385D;
	background-image: url(images/bg_top_int.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
	height:150px;
	width:960px;
	border-top: 1px solid #3a5b8f;
}
.bg_top_int div a {
	color:#E1E8EA;
	text-decoration: none;
	display: block;
}
.bg_top_int div a:hover {
	color: #FFF;
	text-decoration: none;
}
/* END UL.SUBNAV */
.descrip {
	font-size: 13px;
	color:#4B5F7A;
}
.under_link {
	font-size: 12px;
	line-height: 16px;
}
#lepage, #ledesc {
	line-height: 1.4em;
	font-size: 13px;
}
#table_conv td {
	font-size: 13px;line-height: 1.4em;
}
/*conversion page */
#featured {
	background-color: #E0E6EC;
	background-image: url(images/bg_featured.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 314px;
	float: left;
}
#case_box {
	width: 314px;
	float: left;
}

#case {
	background-color: #E0E6EC;
	height: 220px;
}

.thumb  {
	margin: 6px;
	border: 1px solid #FFF;
}
#featured_txt {
	width: 314px;
	float: left;
	margin-left: 25px;
	font-size: 13px;
}
/* */
#featured_txt a {
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}
.says {
	color: #6D7C8F;
	font-style: italic;
	line-height: 120%;
}
.says span {
	text-align: right;
	font-weight: bold;
}
#case_box {
	font-size: 13px;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #dedede;
}
.clearfix {
	clear: both;
}
#midfix {
	float: left;
	width: 35px;
	color:#FFF;
}
.case_bots {
	background-color: #E0E6EC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
