html { width:100%; height:100%; color:#000; background:#FFF; overflow-y:scroll; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
a { outline:none; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; font-variant:normal; }
/* to preserve line-height and selector appearance */
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input,textarea,select { font-family:inherit; font-size:inherit; font-weight:inherit; }
/*to enable resizing for IE*/
input,textarea,select { *font-size:100%; }
/*because legend doesn't inherit in IE */
legend { color:#000; }
del,ins { text-decoration:none; }

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
del {
	text-decoration:line-through;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=text],textarea {
	width:12.25em;
	*width:11.9em;
}



body {
	width:100%;
	height:100%;
	font-size:101%;
	font-weight:normal;
	font-family: arial;
	text-align:center;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:960px;
	border:1px solid #666;
	text-align:left;
}
#header {
	position:relative;
	padding:15px 25px;
}
#menu {
	height:35px;
	line-height:35px;
	vertical-align:middle;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	text-align:center;
}
#menuset {
	display:inline-block;
	margin:0;
	padding:0 20px;
	color:#666;
	font-size:16px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	margin:0;
	padding:0;
	display:inline;
}
#menu a {
	display:inline-block;
	margin:0;
	padding:0 20px;
	font-size:16px;
	text-decoration:none;
}
#menu a:hover {
	background:#ccc;
}
#content {
	margin-bottom:40px;
	padding:15px 25px;
}
#footer {
	position:relative;
	padding:15px 25px;
	border-top:1px solid #666;
	text-align:center;
}
#copyright {
	padding:10px;
	font-size:11px;
}




#cfwrapper {
	margin:20px 0;
	overflow:hidden;
}

#company_info {
	margin:25px 40px;
	font-size:14px;
}

#contactform { float:right; width:580px; padding:20px 0; border:1px solid #333333; text-align:left; -webkit-border-radius:7px; -moz-border-radius:7px; border-radius:7px; }
#contactform fieldset { position:relative; margin:20px 0; padding:0; border:none; overflow:hidden; }
#contactform fieldset label { float:left; margin:0; padding:10px 0 0; width:160px; font:14px arial; color:#333333; text-align:right; vertical-align:top; }
#contactform fieldset div { float:right; margin:0; padding:0; width:400px;}
#contactform fieldset div span { margin-left:10px; color:red; font:100 11px arial; vertical-align:top; }
#contactform fieldset div p { margin:0; padding:7px 0 0 4px; }
#contactform fieldset div p a { color:#596a72; font:12px arial; text-decoration:none; }
#contactform fieldset div p a:hover { text-decoration:underline; }
#contactform fieldset div input[type=text] { margin:0; padding:0 6px; width:260px; height:28px; line-height:28px; border:1px solid #cccccc; font-family: monospace; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
#contactform fieldset div input[type=text]:focus {
	border:1px solid #596a72;
	-moz-box-shadow: 0 0 4px rgba(89,106,114,1);
	-webkit-box-shadow: 0 0 4px rgba(89,106,114,1);
	box-shadow: 0 0 4px rgba(89,106,114,1);	
}
#contactform fieldset div textarea { margin:0; padding:0 6px; width:260px; height:120px; border:1px solid #cccccc; font-family: monospace; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; resize: none; }
#contactform fieldset div textarea:focus {
	border:1px solid #596a72;
	-moz-box-shadow: 0 0 4px rgba(89,106,114,1);
	-webkit-box-shadow: 0 0 4px rgba(89,106,114,1);
	box-shadow: 0 0 4px rgba(89,106,114,1);	
}

#contactform fieldset input[type=submit] {
	width:120px; padding:4px 0 6px; background-color:#666666; border:1px solid #596a72; font:13px arial; color:#ffffff; text-shadow: -1px 0px 2px #596a72; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
	background: #cedce7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZGNlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTZhNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* IE10+ */
	background: linear-gradient(top,  #cedce7 0%,#596a72 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-8 */
}

#contactform fieldset input[type=submit]:hover {
	color:#ffffff; text-shadow: -1px 0px 3px #596a72; 
	background: #80a4c0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwYTRjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTRkNTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #80a4c0 0%, #414d53 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80a4c0), color-stop(100%,#414d53)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #80a4c0 0%,#414d53 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #80a4c0 0%,#414d53 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #80a4c0 0%,#414d53 100%); /* IE10+ */
	background: linear-gradient(top,  #80a4c0 0%,#414d53 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a4c0', endColorstr='#414d53',GradientType=0 ); /* IE6-8 */
	cursor:pointer;
}
.mainmess { color:#333; font:100 11px arial; }


