html { 
  min-height:100%; 
  margin-bottom:1px; 
}

body{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: 62.5%/100% Verdana, sans-serif;
	background: white url(/images/awc_bg.gif) repeat top left;
	text-align: left;
}

h1{
  font: 1.6em/1.4em Arial, Helvetica, sans-serif;
  color: #0099cc;
  text-transform: uppercase;
}

h2{
  font: 1.6em/1.4em Arial, Helvetica, sans-serif;
  color: #0099cc;
  text-transform: uppercase;
}

h3{
  font: 1.6em/1.4em Arial, Helvetica, sans-serif;
  color: #0099cc;
  text-transform: uppercase;
}

h4{

}

p{
  font: 1.1em/1.6em Verdana, sans-serif;
}

p a:link, p a:visited{
	color: #0099cc;
	text-decoration: underline;
}

p a:hover, p a:visited:hover{
	color: silver;
	text-decoration: none;
}

p span{
font-weight: bold;
}

ul{
	margin: 0px;
	padding: 0px;
}

li{
	list-style: none outside;
	font: 1.1em/1.6em Verdana, sans-serif;
	padding-left: 0px;
}

img{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.subtitle{
  font: italic bold 1.6em/1.4em Verdana, sans-serif;
  color: #0099cc;
}

/*Page layout*/
/* Header */
#container{
  position: relative;
  margin: 0px auto;
  width: 740px; 
}

#header{
  width: 718px;
  height:100px;
  background: white;
  border-top: 1px solid #0099cc;
  border-right: 1px solid #0099cc;
  border-left: 1px solid #0099cc;
  margin-top: 10px;
  padding: 10px;
}

#header a:link, #header a:visited{
	color: #0099cc;
	text-decoration: underline;
}

#header a:hover, #header a:visited:hover{
	color: silver;
	text-decoration: none;
}

#logo{
	float: left;
	height: 100px;
	width: 245px;
}

#headercontact{
  float: right;
  clear: right;
	text-align: right;
	margin-right: 0px;
	margin-top: 40px;
}

.headtel{
  font: 1.8em/1.2em Arial, sans-serif;
}

.headfax{
  font: 1.6em/1.2em Arial, sans-serif;
}

.heademail{
  font: 1.4em/1.2em Arial, sans-serif;
  color: #0099cc;
}
/* end of Header */
/*Navigation*/
#navigation{
	clear: both;
	width: 726px;
	min-height: 28px;
	border: 1px solid #0099cc;
	padding-left: 12px;
	background: black;
}

#navigation li{
  display: inline;
	font: bold 1em/2.6em Arial, Helvetica, sans-serif;
	color: white;
	margin: 0em;
	padding: 0em 1.3em 0em 0em;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	list-style: none;
}

#navigation a:link, #navigation a:visited{
  color: white;
	text-decoration: none;
}

#navigation a:hover, #navigation a:visited:hover{
  color: #99ccff;
	text-decoration: underline;
}
/* end of Navigation */

/*#content{
	float: left;
	width: 980px;
}*/

#picarea{
  float: left;
  width: 738px;
  height: 100px;
  background: #0099cc;
	border-right: 1px solid #0099cc;
	border-left: 1px solid #0099cc;
}

#contentarea{
  clear: both;
  float: left;
  width: 738px;
  border: 1px solid #0099cc;
  background: white url(/images/bg_content.png) repeat-y top left;
  padding-bottom: 10px;
}

#contentmain{
	float: left;
	width: 482px;
	background: white;
	margin: 10px;
}

#contentmain img.services{
  width: 200px;
  height: 200px;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}

#contentmain img.clients{
  width: 150px;
  height: 150px;
  float: left;
  border: 1px solid silver;
  padding: 35px;
  margin-right: 10px;
  margin-bottom: 10px;
  /*margin: 10px 40px;*/
}

#contentmain li{
	list-style: disc inside;
	font: bold 1.1em/1.6em Verdana, sans-serif;
	margin-left: 20px;
}

#contentmain li a:link, #contentmain li a:visited{
	color: #0099cc;
	text-decoration: underline;
}

#contentmain li a:hover, #contentmain li a:visited:hover{
	color: silver;
	text-decoration: none;
}

#contentside{
	float: right;
	width: 234px;
	min-height: 400px;
	background: #efefef;
}

#contentside h2{
  margin: 10px;
  margin-top: 20px;
}

#contentside h3{
  margin-left: 10px;
}

#contentside p{
  margin-left: 10px;
}

#contentside img{
  border: 1px solid black;
  margin-left: 10px;
  margin-bottom: 10px;
}

#contentside li{
  display: block;
  background: #efefef;
  text-indent: 10px;
  border-top: 1px solid white;
}

#contentside li a{
  display: block;
  background: #0099cc;
  color: white;
  text-decoration: none;
  padding: 5px 0px;
}

#contentside li a:hover{
  background: black;
  color: #99ccff;
  text-decoration: underline;
}

/* Footer */
#footer{
  clear: both;
  float: left;
  width: 738px;
  border: 1px solid #0099cc;
  margin-top: 10px;
  margin-bottom: 10px;
}

#footer p{
	font: 1em/1em Arial, sans-serif;
	color: black;
	text-align: left;
	padding: 10px;
	margin: 0px;
}

.footer a:link, .footer a:visited{
	color: black;
	text-decoration: underline;
}

.footer a:hover, .footer a:visited:hover{
	color: black;
	text-decoration: none;
}
/* end of Footer */

/*Table Control */
form{
  float: left;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

table{
  margin: 0px;
  padding: 5px;
  width: 482px;
}

tr{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

td{
	font: 1.1em/1.6em Verdana, sans-serif;
	margin: 0px;
  padding: 5px;
  border: 0px;
}

input{
	border: 1px solid black;
	width: 300px;
}

.mandatory{
	background: yellow;
}

textarea{
	border: 1px solid black;
	font: 1.1em Verdana, sans-serif;
	width: 300px;
	min-height: 300px;
}

.formsubmit{
	border: 0px;
	padding: 0.2em 2em;
	font: bold 1em/1.4em Arial, Helvetica, sans-serif;
	border: 1px solid #006699;
	background: #006699;
	color: white;
	cursor: pointer;
	float: left;
}

.textright{
  text-align: right;
}

.hidden{
	display: none;
}

.ddfmerrors {
	font: bold 0.9em/1.4em Verdana, sans-serif;
	color: red;
}

.errorlist{
  font: bold 0.9em/1.4em Verdana, sans-serif;
}

