@import url(reset.css);

/* AXIA Site */

body {
	background: #ccc;
	color: #222;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 1em/1.5em;
}

a {
	color: #0072bc;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}


#wrap {
	margin: 20px auto;
	width: 830px;
	background: #fff;
}

.clear {
	clear:both;
	}

#header {
	padding: 15px;
}
	#header h1 {
		float: left;
		margin-left: 15px;
	}
	#header h2 {
		float: right;
		color: #777;
		font-size: .8em;
	}
		#header h2 em {
			font-style: normal;
			color: #0072bc;
		}
		#header h2 a {
			color: #777;
			text-decoration: none;
		}
	#search {
		clear: right;
		float: right;
		margin: 30px 0;
	}
	
#menu {
	clear: both;
	padding: 10px 0 8px 0;
	border: 1px dotted #777;
	border-width: 1px 0;
	text-align: center;
}
	#menu ul {
		list-style: none;
	}
		#menu li {
			display: inline;
			margin-right: 40px;
		}
		
ul.list  {
	margin: 20px 0 20px 30px;
	border-top: 1px dotted #ccc;
	border-bottom: 0px;
	}
	
ul.list li {
	font: italic 14px "Georgia", serif;
	border-bottom: 1px dotted #ccc;
	padding: 7px;
	}
	
ul.prlist  {
	margin: 20px 50px 20px 60px;
	border-top: 1px dotted #ccc;
	border-bottom: 0px;
	}
	
ul.prlist li {
	font: 14px "Georgia", serif;
	border-bottom: 1px dotted #ccc;
	padding: 15px;
	}
	
	ul.prlist li.axia {
		background: #D1E2EF;
		}

.center {
	text-align: center;
}

#content {
	margin: 0 30px;
	padding-bottom: 30px;
}
	#content h2 {
		margin: 20px 0 10px 0;
		font-weight: bold;
		font-size: 1.3em;
	}
		#content h2 .subtitle {
		font-size: .7em;
		font-style: italic;
		}
	#content h3 {
		margin: 20px 0 10px 0;
		font-weight: bold;
		font-size: 1.1em;
	}
	#content p {
		margin-bottom: 1em;
		font-size: .5em;
		line-height: 1.3em;
	}
	
	#content-icons {
		margin: 20px 0;
		text-align: center;
	}
		#content-icons img {
			margin-right: 10px;
		}
	#content-summary {
		margin: 20px 0;
		float: left;
		width: 400px;
	}
		#content p {
			margin-bottom: 1em;
			font-size: 1em;
			line-height: 1.3em;
		}
#work {
	margin: 20px 60px;
	padding: 10px;
	width: 640px;
}
	#work td {
		width: 160px;
		height: 130px;
		text-align: center;
		vertical-align: middle;
	}
		#work a:hover {
			background: #0072bc;
		}
#clients {
	text-align: center;
}
	#clients img {
		margin: 10px;
	}
#contact {
	margin: 20px 60px;
	font-size: .8em;
}
	#ct {
		margin: 10px 100px;
		width: 640px;
	}
	#ct td {
		vertical-align: middle;
		padding: 6px;
		border-bottom: 1px dotted #777;
		text-align: left;
	}
	.contact-form {
		width: 240px;
	}
	.contact-second {
		text-align: center;
		width: 260px;
	}
	#verify {
		margin: 0 10px 0 180px;
	}
	.submit {
		text-align: center;
	}
	#contactinfo {
		padding: 10px;
		font-size: 1.0em;
	}
.homepage_text {
	font-size: .8em;
	width: 240px;
}
.required {
	color: red;
}
.fmtext, #fm_verify {
	width: 240px;
}
textarea {
	width: 240px;
}
#verfiyimg {
	margin: 5px 5px 5px 180px;
}


/* ------ NEWS --------*/

img.newsimg {
	float: left;
	margin-right: 25px;
	width: 200px;
	}
	
.newsitem {
	width: 780px;
	clear: right;
	}

.newsstory {
	float: right;
	width: 550px;
	}
	
p.fullstory {
	text-align: right;
	}

p.fullstory a {
	color: #0072bc;
	padding: 8px 9px 7px 9px;
	}
	
	a:hover.fullstory {
		text-decoration: underline;
		}

.mediaupdates {
	width: 320px;
	float: right;
	}
	
	.mediaupdates ul li {
		font-size: .8em;
		line-height: 170%;
		}

.mediacoverage {
	margin: 20px 0 0 0;
	border-bottom: 1px dotted #ccc;
}
	.mediacoverage img {
		border: 0;
		float: left;
		max-width: 180px;
		margin: 0 20px 20px 0;
	}
	.mediacoverage h4, .mediacoverage p {
		margin: 10px 0 0 200px;
	}
	
.green ul {
	margin-left: 30px;
	border-top: 1px dotted #ccc;
	border-bottom: 0px;
	}
	
.green ul li {
	font: italic 14px "Georgia", serif;
	border-bottom: 1px dotted #ccc;
	padding: 7px;
	}
	
.bio {
	float: left;
	width: 500px;
	}
	
.bio-info {
	float: right;
	width: 200px;
	}
	
	.bio-info ul li {
		line-height: 150%;
		}
	
#footer {
	clear: both;
	padding: 20px 0 25px 0;
	text-align: center;
	font-size: .8em;
}
	#footer ul {
		list-style: none;
	}
		#footer li {
			display: inline;
			margin: 0 5px;
		}