@charset "UTF-8";
 
/* General Elements
---------------------------------------------------------------------------- */
.stdContent { padding: 10px; }

/* PARAGRAPHS 
-------------------------------------------- */
.typography {
	color: #484848;
	font-size: 15px;
}
.typography p { 
	color: #818181;
	padding-bottom: 10px;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}
/* LINKS 
-------------------------------------------- */
.typography a {
	color: #0088ca
}
/* TYPOGRAPHY STYLES 
-------------------------------------------- */
.typography strong {
	font-weight: bold !important;
}
.typography em {
	font-style: italic !important;
}

/* LIST STYLES 
-------------------------------------------- */
.typography ul {
	list-style: outside none;
}
.typography ol {
	list-style: outside none;
}
.typography ul, 
.typography ol {
	padding: 0
}
.typography ol li {
	list-style: inside decimal;
}
		
/* HEADER STYLES 
-------------------------------------------- */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	margin-bottom: 15px;
	font-weight: normal;
}

.typography h1 {
	font-size: 32px;
	color: #0d0d0d;
	font-family: 'source_sans_pro';
	line-height: 1.1;
}

.typography h2 {
	font-family: 'LatoRegular';
	font-size: 30px	
}
.typography h3 {
}
.typography h4 {
}
/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	border:1px #CCC solid;
	background:#EEE;
	width: 90%;
	padding: 5px;
	overflow: scroll;
	margin: 0 auto;
}
/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 15px 0;
	border-collapse:collapse;
	width: auto!important;
}
*:first-child + html .typography table {
	width: auto!important;
}
* html .typography table {
	width: auto!important;
}
	.typography tr {}
			.typography td {
			padding:5px;
		}
/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
	margin: 0 0 20px 0;
	max-width: 100%;
}

	.typography img.right {
		float: right;
		margin: 0 0 20px 25px;
	}
	.typography img.left {
		float: left;
		margin: 0 25px 20px 0;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

/* .09 contact Temp
---------------------------------------------------------------------------- */

#ColMain fieldset {
	padding: 0;
	margin: 0;
}


#ColMain legend {
	display: none;
}

#ColMain div.field:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} 
#ColMain div.field {display: inline-block;}  
#ColMain div.field {height: 1%;} 
div.content div.field
{display: block;} 


#ColMain .field {
	padding-bottom: 15px;
	width: 100%;
}

#ColMain p#Remember{
	padding-left: 160px;
}

#ColMain div.field label {
	display: block;
	font-size: 13px;
	font-family: 'bariol_regularregular';
	color: #0060c0;
	padding-bottom: 3px;
}

#ColMain div.field label span {
	color: #999999!important;
}

#ColMain div.field div.middleColumn {
	display:block;
	width: 100%;
}

#ColMain div.field div.middleColumn input[type=email],
#ColMain div.field div.middleColumn input[type=phone],
#ColMain div.field div.middleColumn input[type=text] {
	width: 98%;
	height: 33px;
	line-height: 33px;
	background: #fafafa;
	border: 1px solid #ebebeb;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#ColMain div.field div.middleColumn textarea {
	width: 98%;
	max-width: 98%;
	height: 145px;
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fafafa;
	border: 1px solid #ebebeb;
	padding-right: 0;
	margin-right:0;
	resize: none;
}

#ColMain div.field div.middleColumn.error input[type=email],
#ColMain div.field div.middleColumn.error input[type=phone],
#ColMain div.field div.middleColumn.error input[type=text],
#ColMain div.field div.middleColumn.error textarea {
	border: 1px solid red;
}

#ColMain div.Actions:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} 
#ColMain div.Actions {display: inline-block;} 
* html #ColMain div.Actions {height: 1%;} 
#ColMain div.Actions
{display: block;} 

#ColMain div.Actions {
	clear: both;
	padding-left: 160px;
	padding-bottom: 0;
}

#ColMain div.Actions input {
	 background: none repeat scroll 0 0 #e64c4c;
    color: #FFFFFF;
    display: block;
    float: right;
    font-family: 'open_sansbold';
    font-size: 11px;
    line-height: 42px;
	cursor: pointer;
	height: 42px;
    padding: 0 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	font-size: 15px;
	border: none;
	margin-top: 5px;
}

#comment-form .field {
	width: 48%;
	float: left;
}

#comment-form .field+.field {
	float: right;
}

#comment-form .field input[type=text],
#comment-form .field input[type=email]
#comment-form .field input[type=phone]{
	width: 100%!important;
}

#comment-form .field:last-child {
	width: 100%;
	float: left;
	clear: both;
}

#comment-form .field:last-child textarea{
	width: 100%!important;
	max-width: 100%!important;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	box-shadow:0px 3px 5px 0px #ececec inset;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 28px;
	height: 35px;
	padding: 0 8px;
	font-family: 'CalibriRegular';
	font-size: 15px;
	color: #484848;
	width: 290px;
}
textarea {
	padding-bottom: 8px;
}
input[type=submit],
input[type=reset]{
	cursor: pointer;
}

.ie7 input[type=submit],
.ie7 input[type=reset]{
	padding-left: 0;
	padding-right: 0;
}

input[type=checkbox],
input[type=radio]{
	vertical-align: baseline;
}

textarea {
	height: auto;
}

.field > label {
	padding-bottom: 5px;
	font-family: 'CalibriRegular';
	font-size: 15px;
	color: #484848;
	display: block;
}

.field .middleColumn label.required {
	font-size: 13px;
	display: block;
	color: #ff8080;
}

.field {
	padding-bottom: 15px;
}

.field:last-child {
	padding-bottom: 20px;
}

input.holder-required, textarea.holder-required{
	background: #ffcece!important;
	color: #800000!important;
	border: 1px solid #d44937!important;
}

.message.required {
	color: #ff5555;
}
div.register {
	width: 300px;
}
.register input[type="checkbox"] {
	float: left;
	width: 10px;
}

.register .right {
	text-align: left;
}
