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


/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none; color:#61837f; font-weight:bold;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }



/* Global Classes
=====================================================================*/

.interior-lists {margin:0 50px 0 40px; list-style:square;}
.interior-lists li {margin:0 0 10px 0;}


/* Typography
=====================================================================*/

.large-green {font-size:16px; color:#61837f; font-weight:bold;}

h2 {font-size:12px; color: #838077;font-weight: bold;}

h3 {font-size: 1em;font-family:Arial, Helvetica, sans-serif;color: #838077;}

h4 {font-size: 12px;font-family:Arial, Helvetica, sans-serif;color: #838077;}

h5 {font-size: .8em;font-family:Arial, Helvetica, sans-serif;color: #838077;line-height: 3em;}

/* Global Elements
=====================================================================*/

html{
	min-width:960px;
	background-color:#488081;
}

body {
	font: 12px Arial, Helvetica, 'Lucida Grande', Verdana, sans-serif;
	color:#838077;
	line-height:20px;
}


/* Basic Grid For Inner Content Pages
=====================================================================*/

#wrapper {
	width: 960px; 	/* Total width */
	min-width:960px;
	margin: 0 auto;
	background-color:#fff;
	
}

.header {
	position:relative;
	height: 108px;
}


.content-area {
	float:left;
	width:940px;
	background-color:#fff;
}

.left-column {
	float:left;
	width:565px;
	background-color:#fff;
}


.right-column {
	float:left;
	width:340px;
	padding: 0 0 0 0px;
}

/* Footer
=====================================================================*/
.footer {}


/* Image Placement for Global Images/Icons
=====================================================================*/

.sanijet-logo {
	float:left;
	width:225px;
	padding:10px 0 0 0;
}

.phone-banner-icon {
	float:left;
	padding: 2px 20px 0 0;
}

.phone-banner {
	padding: 3px 0 0 0;
}

/* Forms
=====================================================================*/


/*input fields for contact us page */

.labeltextarea {

	width:500px;
	height:200px;
	background-color: #FAFBF6;
	border: 1px solid #BBBBBB;
	
}

.labelcontactselect {
	width:200px;
	background-color: #FAFBF6;
	border: 1px solid #BBBBBB;
	
}


#contact-content {
	padding: 5px;
	overflow-y:hidden;
}


#contactus p {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	margin-bottom: 5px;
}

#form_box span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.fieldclass {
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 200px;
}

.fieldclassLong {
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 420px;
}


.labelfieldspacing {
	margin-top:5px;
}

.error {
	color:#F00;
	margin-bottom:10px;
	font-size:10px;
}



