/* utility classes
------------------------------------------------------ */

.simp-clear {
	clear: both;
	height: 0px;
	content: '';
	font-size: 0px;
}

/* index page
------------------------------------------------------ */

div.modwrap {
	padding: 0px 7px 0 12px;
	font-family: Arial, Helvetica, sans-serif;
}

div.frontpage {
	width: 800px;
	padding: 7px 7px 0 12px;
}

div.modwrap h1, div.modwrap h2 {
	margin: 0;
	padding: 0;
}

div.modwrap h1 {
	color: #003366;
	font-size: 26px;
	margin: .5em 0;
	font-family: "Times New Roman", serif;
}

div.modwrap h2 {
	color: #666666;
	font-size: 16px;
}

div.modwrap h3 {
	color: #5A769B;
	font-size: 14px;
}

div.modwrap p {
	font-size: 11px;
	color: #595959;
	margin: 1em 0;
}

div.modwrap p.alert {
	color: red;
}

/* services page
------------------------------------------------- */

div.hoverover {
	width: 458px;
	height: 45px;
	margin: 0 0 7px 0;
	background: white url(images/agency-faux.jpg) no-repeat 0px 5px;
	text-align: right;
}

div.services {
	padding: 7px 24px 7px 12px;
	font-family: Arial, Helvetica, sans-serif;
}

div.slim {
	padding: 0;
}

div.services h1 {
	color: #003366;
	font-size: 26px;
	margin: 0 0 .5em 0;
	font-family: "Times New Roman", serif;
}

div.services h2 {
	color: #666666;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", serif;
}

div.services h2 span.headeremp {
	text-decoration: underline;
}

div.services p {
	font-size: 11px;
	color: #595959;
	margin: 1em 0;
}

div.services dl {
	font-size: 11px;
	color: #595959;
}

div.services dt {
	background-color: #CED3D3;
	color: black;
	padding: 4px;
	font-weight: bold;
	margin: 7px 0;
}

div.services dd ul {
	margin: 0;
	padding: 0;
}

div.services dd ul span {
	display: block;
	margin: 7px 0 7px 20px;
	font-weight: normal;
	color: #595959;
}

div.services dl li {
	padding: 4px;
	font-weight: bold;
	color: #4e4e4e;
}

div.services li.alt {
	background-color: #E8ECED;
}

div.services ul.trilist {
	list-style: none;
		font-size: 11px;
	color: #595959;padding: 0;
	margin: 0;
	color: #003366;
}

div.services ul.trilist li {
	font-size: 9px;
	width: 87px;
	margin: 0 0px 5px 0;
	float: left;
}

/* clients page
------------------------------------------------ */

table.clients {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1em 0;
	color: #595959;
}

table.clients th {
	padding: 4px 7px;
	text-align: left;
	color: black;
	background-color: #CED3D3;
}

table.clients td {
	padding: 4px 7px;
	border-bottom: 1px solid #CED3D3;
}

/* profile
--------------------------------------------- */

div.profile ul {
	padding: 0;
	margin: 0 0 0 2em;
	font-weight: bold;
	color: #4e4e4e;
}

div.profile ul li {
	margin: 0 0 7px 0;
	padding: 4px;
	font-size: 11px;
	color: #595959;
	font-weight: normal;
}

div.profile li.alt {
	background-color: #E8ECED;
}

div.profile ul li strong {
	color: #4E4E4E;
}

/* portfolio
--------------------------------------------------- */

div.portfolioover {
	width: 458px;
	height: 45px;
	margin: 0 0 7px 0;
	background: white url(images/portfolio-faux.jpg) no-repeat 0px 5px;
	text-align: right;
}

table.profile td {
	padding-bottom: 12px;}

/* newsletters
--------------------------------------------------- */

div.newslettersover {
	width: 458px;
	height: 45px;
	margin: 0 0 7px 0;
	background: white url(images/newsletters-faux.jpg) no-repeat 0px 5px;
	text-align: right;
}

#newslettertable {
	
}

#newslettertable th {
	font-size: 14px;
	color:#666;
	text-align:left;
	padding:10px 0;	
}

#newslettertable td {
	font-size: 12px;
	color:#666;
	text-align:left;
	padding:3px 3px 3px 30px;	
}

#newslettertable a, #newslettertable a:link, #newslettertable a:visited {
	color:#666666;	
}
#newslettertable a:hover, #newslettertable a:active {
	color:#003399;	
}
/* ------------------------------------------- */

div.contactover {
	width: 458px;
	height: 45px;
	margin: 0 0 7px 0;
	background: white url(images/contact-faux.jpg) no-repeat 0px 5px;
	text-align: right;
}

div.contact p {
	font-size: 11px;
	color: #595959;
	margin: 1em 0;
}

/* contact form 
---------------------------------------------- */

div#contactform td {

}

div#contactform label {
	text-align: right;
}

div#contactform label,
div#contactform input,
div#contactform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

div#contactform input,
div#contactform textarea {
	color: #3263B0;
}

div#contactform input.norm {
	color: black;
}

/* form results 
------------------------------------------------------ */

div.formres {
	width: 500px;
}

div.formres p.success {
	color: white;
	padding: 7px;
	background-color: green;
}

div.formres p.failure {
	padding: 7px;
	color: white;
	background-color: red;
}
