/*
ACME Consulting Styles
*/
body {
	background: #414141 url(../../images/mainbg.jpg) repeat-x top;
}
#wrapper {
	width: 960px;
	margin: 0px 0px 0px 10px;
	background: url(../../images/mountainwatermark.jpg) no-repeat top center;
	}
#header {
	margin-top: 5px;
	width: 100%;
	height:110px;
	background: url(../../images/ACMEC_logo.png) no-repeat top left;
}

#headerright {
	position: relative;
	float: right;
	width: 600px;
	text-align: right;
}
#leftcol{
	position: relative;
	float: left;
	width: 250px;
}
#rightcol{
	position: relative;
	float: right;
	width: 700px;
	padding: 5px 5px 5px 5px;
}


/*............Links.....................*/

a {
	text-decoration: none;
	font: normal normal normal 1.2em/1.5 Georgia;
}
a:link {color: #F8F8FF;}
a:visited {color: #F8F8FF;}
a:hover {color: #050505;}
a:active {color: #DCDCDC;}

/*............Typography Colors................*/

h1 {color: White;}
h2 {color: White;}
h3 {color: White;}
p {color: White;}
address {color: #CADBEA;}
label {color: #CADBEA;}

#concolleft, #concolright address{color: #DFE4CA; font: italic normal normal 1.3em/1.5 Georgia; }

/*............Typography................*/
 
body { font: 62.5%/1.5em Tahoma, Arial, sans-serif; }
h1 { font:700 2.4em/1.5em Arial, sans-serif; }
h2 { font:400 2.0em Verdana, sans-serif; letter-spacing:-1px; }
h3 { font:700 1.8em Arial, sans-serif; }
p { font: normal normal normal 1.2em/1.5 Georgia; }
address { font: italic normal normal 1.2em/1.5 Georgia; }
label { font: normal normal normal 1.4em/1.6 Georgia; display: block;}
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

/*...............Menu.................*/

#menu {
	margin-top:5px;
	height: 20px;
}

#menu ul{
	font: normal normal normal 1.2em/1.5 Georgia;
	display: inline;
	border: none;
}

#menu ul li{
	display: inline;
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
}

#menu ul li a{
	font-size: 1.5em;
	font-family: Tahoma;
}

.bigdot {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.0em;
	line-height: 70%;
	color: #F8F8FF;
	display: inline;
	position: relative;
	top: -3px;
}

#content {
	width: 100%;
}

/* Tagline */

#tagline {
	margin-top:8px;
	height: 40px;
	font: italic 700 1.5em Arial, sans-serif;
}

/* Quick Classes */

img.imgbord {
	border: 2px solid #E8E8E8;	
}

p.subline {
	font: italic normal normal 1.1em/1.5 Georgia;
}