/*block styles*/

.block {display: inline; clear:both;}
.block:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

/* Hides from IE-mac \*/
* html .block {height: 1%;}
.block {display: block;}
/* End hide from IE-mac */

.preamble {
color:#8f8f8f;
font:italic 12px/15px arial, verdana, tahoma, trebuchet ms;
}


.image_holder {text-align: center;}
.image_holder img {margin: 0px;}
.image_border {border: 1px solid #333;}
.image_holder p {}
.optimize {display: table;}
.left, .Left {float: left; margin-right: 10px}
.main {overflow: hidden; margin: 0px}

.right, .Right {float: right; margin-left: 10px}

.within .right, .within .Right {
padding:2px 0 3px 10px;
float: right; 
clear: right;
margin-left: 5px;
background:#fff
}


.within .left, .within .Left {
padding:2px 10px 3px 0;
float: right; 
margin-right: 5px;
background:#fff
}

.large_image .image_holder{ padding: 10px; margin: 10px; border: 0px solid #999; background-color: #FFF;}
.large_image {clear: both;}
.center img, .Center img, .large_image .Center img, .large_image .center img {margin: 0 auto;}
.large_image .Center p, .large_image .center p {text-align: center; margin: 0 auto; width: 300px;}

/*editor styles*/

/*table styles*/
.block  table { 
	font:11px/15px Verdana, Georgia, Helvetica, Tahoma, sans-serif;
	border-collapse:collapse;
	width: 100%;
}

.block  table td { 
	padding: 3px; 
	vertical-align: top;
}

.table_main td {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;  	
}



.block td p {
	margin: 0;
	padding: 0;
}

#right .block {
padding:3px 6px 10px 6px
}

.table_main {
	width: 100%; 
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}

.table_main1 td {
	border-bottom:1px solid #E5E5E5;
	overflow:visible;
}


.table_main td.td_header_row, .table_main1 td.td_header_row {
	font-size: 13px;
	background:#AEAEAE;
	color:#fff;
	border-bottom:2px solid #77C8FF;
	padding-top: 6px;
	padding-bottom: 6px;
}

.td_colorl_01 {background:#f9f9f9;color:#555454;}
.td_colorl_02 {background:#edf8ff;color:#0b3c66;}
.td_colorl_03 {background:#ff7c35;color:#fff;}
.td_header_col {background:#6db8f7;color:#fff;font-weight:600;font-size:13px;border-bottom:3px solid #0066FF;}
.td_colorless .td_colorless {background:#fff;color:#555454;}



.table_main .blue {font:11px/15px Verdana, Georgia, Helvetica, Tahoma, sans-serif;color:blue;}
.table_main .red {font:11px/15px Verdana, Georgia, Helvetica, Tahoma, sans-serif;color:red;}

/*****************************/


/*-------------------------------------------    

    Reset

-------------------------------------------*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

/*-------------------------------------------    

    Links

-------------------------------------------*/

a {
	/* font-size: 11px; */
	text-decoration: none;
	font-weight: bold;
	color:#0094C5
}
a:hover {
	text-decoration: underline;
}
a img {	
	border: none;
}
a, a:active, a:focus {
	outline: none;
}

/*-------------------------------------------    

    General Selectors (Typo: 6 7 8 9 10 11 12 14 18 21 24 36 48)

-------------------------------------------*/




* {
	background-repeat: no-repeat;
}
html {
	font-size: 11px;
} 

body {
font:12px/14px arial, tahoma, trebuchet, verdana;
color:#000
}

p, ul, ol, dl { 
font:12px/18px arial, tahoma, verdana;
color:#272727;
margin:2px 0;
padding:5px 0 7px 0;
}


h1 { 
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 15px;
}

h2 {
font:24px/26px trebuchet ms, arial, tahoma;
color:#0094c5;
padding:2px 0;
margin:6px 0
}

h3 {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
}
h4 {
}
label {
	line-height:15px;
	vertical-align:middle;
}
input {
	line-height:15px;
	vertical-align:middle;
}
table {	
	border-spacing: 0; 
	border-collapse: collapse;
	/* tables still need 'cellspacing="0"' in the markup */
}
img {
	display: block;
	}
	p img, span img, table img {
	display: inline;
}
.noMargin {
	margin: 0 !important;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.clear {
	clear: both;
}
button {
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: transparent;
	text-align:  left;
}
ul, ol {
	margin-left: 2em;
}
select, option, input, textarea {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*
table {
	border-collapse: collapse;
	font-size: inherit;
	table-layout: fixed;
}
th, td {
	vertical-align: top;
	text-align: right;
}
th[scope="row"] {
	text-align: left;
	font-weight: bold;
} 
th[scope="row"] {
	text-align: left;
	font-weight: bold;
}
*/

#contactForm {margin-top:20px}

#formContact table td {padding:6px 3px}

#formContact table td input {
padding:2px;
width:194px;
border:1px solid #ccc;
}

#formContact table td textarea {
border:1px solid #ccc;
padding:2px;
width:194px;
height:80px;
}

#formContact table td input.button {
width:auto;
padding:3px 5px;
cursor:pointer;
}







