@charset "utf-8";
/* CSS Document */

@import url('normalize.css');
@import url('layout.css');

body {
	font-family: 'Droid Sans', sans-serif;
	font-size:0.9em;
	color:#777;
	
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Serif', serif;
	color:#333;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.2em;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}


/**** STANDARD LINKS ****/

a img { 
	border: none;
}


a:link {
	color:#435249;
	text-decoration: underline;
}


a:visited {
	color:#435249;
	text-decoration: underline;
}


a:hover, a:active, a:focus { 
	text-decoration: none;
}



/**** LINK BOX ****/

a.greyButton:link, a.greyButton:visited {
	background-color:#333;
	color:#FFF;
	font-size:1.2em;
	padding: 6px 20px 7px 20px;
	text-decoration: none;
	box-shadow: 1px 1px 1px #000;
	margin-left:20px;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}


a.greyButton:hover, a.greyButton:active, a.yellowButton:focus { 
	background-color:#444;
	
	-webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}


/**** ALIGNMENT ****/



.fltright {
	float:right;
}


.fltleft {
	float:left;
}

.center {
	text-align:center;
}

.vertCenter {
	margin:auto 0;
	height:485px;
}

/******* Site Classes ********/



.tinyPhone {
	color:#FFF;
	margin-top:-30px;
	font-size:0.8em;
}

.orangeShadow {
	color:#fe7802;
	text-shadow: #000 1px 1px 3px;
}




.boxheader {
	width:100%;
	height:38px;
	/* background: #ffb200 url(../images/static/dots.png) no-repeat top right; */
	margin-bottom:15px;
}


.boxtext {
	text-align:justify;
	margin-top:-10px;
}

.tName {
	text-align:right;
	float:right;
	font-size:1.2em;
	color:#777;
	position:relative;

}

.greyTitle {
	font-size:1.2em;
	color:#777;
}


.success {
	color:#090;
	font-weight:bold;
	font-size:1.1em;
	margin-top:10px;
}

.copyright {
	color:#FFF;
	weight:bold;
	font-size:12px;
	padding-bottom:10px;
}


.largeTxt {
	font-size:1.0em;
	margin-top:-20px;	
}

.positionTxt {
	margin-top:-25px;	
}

a.website:link, a.website:active, a.website:hover, a.website:visited,{
	text-decoration:none;
	color:#CCC;
	font-size:10px;
}




/*** FORMS *****/

option { 
    background-color: #f2f2f2;
}

.contactform{
margin:0 auto;
width:440px;

}


#stylized{
border:none;
margin-top:20px;

}


#stylized h1 {
	color:#0C0;
	text-align:center;
}



#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}

#stylized label{
display:block;
font-weight:bold;
text-align:right;
padding-bottom:10px;
width:140px;
float:left;
vertical-align:top;
}

#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}

#stylized input, select, button, textarea {
	float:left;
	font-size:14px;
	padding:8px 8px;
	border:solid 1px #CCC;
	width:250px;
	color:#333;
	background-color: #F2F2F2;
	border-radius:5px;
	margin:2px 0 10px 10px; 
}




#stylized textarea {
	font-family:Arial, Helvetica, sans-serif;
	height:100px;
	resize:none;
}

#stylized button{
clear:both;
width:50px;
background-color:#ef4e22;
color:#FFF;
font-weight:bold;
	-webkit-opacity: 0.75;
   -moz-opacity: 0.75;
   opacity: 0.75;	
	-webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -ms-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease; 
}

#stylized button:hover {
	-webkit-opacity: 1.0;
   -moz-opacity: 1.0;
   opacity: 1.0;

}

.contact_title {
	line-height:36px;
	padding-left:10px;
	font-size:16px;
	/* color:#FFF; */
}

.contact_title_comment {
	line-height:35px;
	padding-left:10px;
	font-size:16px;
	/* color:#FFF; */
}