/* @override http://localhost/envir/styles/base.css */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,input { margin: 0; padding: 0; }
html { background-color:#59bccc; }

/* LAYOUT */
.round{-moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px;}
.content{ position: relative; color: #333; width:940; background:#fff; padding:40px 50px 40px 50px; 
	border-radius:4px; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	-o-border-radius:4px; 
	-khtml-border-radius:4px; 
	border-radius: 4px; /* Standard. IE9 */
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px; 
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px; 
}
body { font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333;}
li{ list-style: none; }
p { margin-bottom: 12px; line-height:1.5em; font-size:12px;}
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 10px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }
a{ color: #2054c0; text-decoration: none; }
a:hover{ text-decoration: underline; }
img{
	border-style: none;
}
/* Global Header*/
#globalheader { width: 982px; height: 38px; margin: 18px auto; position: relative; z-index: 9998; }

/*--- Global Footer---*/
#globalfooter { width: 980px; color: #fff; font-size: 10px; margin: 18px auto; padding-bottom: 36px; text-align: left !important; }
#globalfooter a { color: #08c; }
#globalfooter p { margin-bottom: 1em; }
#globalfooter ul.piped a { padding: 0 0 0 1.5em; margin-left: 1.5em; border-left: 1px solid #eee; }
/*--- Footer ---*/
#footer { 
	border: 1px solid #333; width: 978px; margin: 0 auto; 
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3+, Chrome */
	-khtml-border-radius: 4px; /* Konqueror */
	-o-border-radius:4px; /* Opera*/
	border-radius: 4px; /* Standard. IE9 */
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px; 
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px; 
}

#globalfooter #footerLinks { background-color: #333; height: 10em; font-size: 11px; color: #fff; margin: 0; list-style: none; text-shadow: 2px 2px 1px #000; padding: 1em 0 2em 2em; }

#menu1{ position: absolute; line-height: 3em; font-weight: bold;  }
#menu2{ position: absolute; left: 15em; line-height: 3em;font-weight: bold;   }

#footerLinks li a { color: #989898;  text-decoration: none; margin-left: 0px; }
#footerLinks li a { color: #989898;  text-decoration: none; margin-left: 0px; }
#footerLinks li a:hover { color: #ffdc7e; }

.linkChild{clear: left; line-height: 1em; padding: 1px 0px 2px 0px; font-weight: normal; text-shadow: none;} 

/* Navigation */
#nav { position: relative; border-bottom: 0px solid #ddd; padding: 1em 0 0.2em; overflow: hidden; width: 980px; margin: 0 auto; *height: 39px; }
#nav h1, #nav h2 { line-height: 32px; display: inline; float: left; margin: 1px 0 6px 8px; padding: 0; margin-bottom: 6px !important; }
#nav ul { display: inline; float: right; margin: 0; }
#nav ul li { font-size:12px; display: inline; }
#nav ul li a { font-weight:bold; color: #333; float: left !important; margin: 1em 0 0 30px; padding: 0; text-decoration: none;}
#nav ul li a:hover { color: #bb271c; }

/*Uniform*/
.form{ font-weight:bold; padding: 10px 14px 10px 20px; background-color:#fafafa; border: 1px solid #bbb; width:350px; font-size:11px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px; -moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px; }
#search{ float:right; width: 320px; -khtml-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
#txtarea, #txt, #contactTxt{font: 120% "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; -moz-border-radius: 4px; -webkit-border-radius: 4px; height:20px; width:150px; background-color: #D5D5D5; padding: 2px 4px 4px 4px; margin-left:5px; margin-right:5px; border:1px solid #777; }

#conForm{ float: right; padding-right: 0; }
#txtarea{ color: #b2b2b2; background-color: #484848;width: 300px; height: 60px; float:left;}
#copy{ color: #000000; float:right; }
#sub{ width:60px; background-color: #333; -moz-border-radius: 11px; -webkit-border-radius: 11px; -khtml-border-radius: 11px; color:#fff; border:none; padding:4px; text-shadow: 2px 2px 1px #000; font-weight:bold; -webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px; -moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px; }

.image{
border-style: solid;
	border: 1px solid #6699CC;
	padding: 5px;
}


