/*

	AppWare.Web.Marketing CSS library
	Copyright (c) 2009 AppWare, LLC. All rights reserved.
	File: style.css
	Modified: 17-Aug-2009
	Created: 24-Jun-2009
	Developed by AppWare, LLC. [www.appware.biz]

*/


/* HTML ELEMENTS */
body {
	background: url(/Resources/Images/Backgrounds/PageBodyBackground.gif) repeat-x 0 85px;
	color: #6a6a74;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: center;
}

table {
	padding: 0;
	width: 100%;
}

a {
	color: #f33;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	font-size: 16pt;
	font-weight: 400;
	line-height: 120%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 14pt;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

h3 {
	font-size: 8pt;
	font-weight: 400;
	margin: 0 0 6px 0;
	padding: 0;
	text-transform: uppercase;
}

h4 {
	font-size: 10pt;
	font-weight: 400;
	margin: 0 0 6px 0;
	padding: 0;
	text-transform: uppercase;
}


form {
	margin: 0;
	padding: 0;
}

input, textarea 
{
	color: #6a6a74;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
}


/* PAGE MAIN CONTAINER */
div#main {
	margin: auto;
	text-align: left;
	width: 940px;
}


/* PAGE HEADER */
div#hdr {

}

div#hdr dl.links {
	font-size: 9pt;
	margin: 0;
	padding: 50px 0 0 0;
}

div#hdr dl.links dt 
{
	border-right: 1px solid #f33;
	display: inline;
	padding-left: 9px;
	padding-right: 8px;
}

div#hdr dl.links dt.last {
	border: none;
	padding-left: 8px;
	padding-right: 0;
}


/* PAGE BODY */
div#bdy {
	padding: 40px 8px 30px 8px;
	line-height: 130%;
}


/* PAGE FOOTER */
div#ftr {
	border-top: 1px solid #ccc;
	color: #aaa;
	font-size: 8pt;
	padding: 6px 4px 0 4px;
}

div#ftr dl.links {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}

div#ftr dl.links dt {
	border-left: 1px solid #f33;
	display: inline;
	padding-left: 7px;
	padding-right: 6px;
}

div#ftr dl.links dt.first {
	border: none;
	padding-left: 0;
	padding-right: 4px;
}


/* HOME PAGE FEATURE */
div#homePageFeatureViewer {
	height: 325px;
	overflow: hidden;
	position: relative;
	width: 595px;
}
	
div.homePageFeature {
	font-size: 10pt;
	padding: 0 15px 0 0;
	position: absolute;
}

div.homePageFeature div.wrapper {
	float: left;
	padding-bottom: 5px;
	padding-right: 25px;
}

div.homePageFeature div.wrapper img {

}

div.homePageFeature p {
	margin-bottom: 0;
}


/* OUR WORK CONTROL */
div#ourWork {

}

div#ourWork div.item {
	color: #6a6a74;
	font-size: 7pt;
	line-height: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
}

div#ourWork div.item div.titleBar {
	background: url(/Resources/Images/Backgrounds/TitleBarGradient.jpg) repeat-x;
	border: 1px solid #b3b2c1;
}

div#ourWork div.item div.titleBar a {
	background: url(/Resources/Images/Icons/OurWorkArrows.gif) no-repeat;
	background-position: 6px -4px;
	color: #6a6a74;
	display: block;
	padding: 2px 2px 2px 25px;
	text-decoration: none;
}

div#ourWork div.item div.titleBar a:hover {
	color: #cfcfcf;
}

div#ourWork div.item div.content {
	border: 1px solid #b3b2c1;
	border-top: none;
	padding: 20px 25px 20px 25px;
}

div#ourWork div.item div.content a {
	color: #6a6a74;
}


/* MESSAGE BOXES */
.completionMessageBox {
	background: #d8ffd8;
	border: 1px solid #24b424;
	color: #333;
	margin-bottom: 10px;
	padding: 0 8px;
}

.exceptionMessageBox {
	background: #ffd8d8;
	border: 1px solid #d86c6c;
	color: #333;
	margin-bottom: 10px;
	padding: 0 8px;
}


/* FORM VALIDATION SUMMARY */
div.validationMessageBox {
	background: #ffffd8;
	border: 1px solid #d8906c;
	color: #333;
	margin: 10px;
	padding: 8px;
}

div.validationMessageBox ul {
	margin-bottom: 0;
	margin-top: 4px;
	padding-bottom: 0;
	padding-top: 4px;
}

.validationAsterisk {
	color: #cc0000;
	font-weight: 600;		
}


/* MISCELLANEOUS */
dl.bulletList {
	margin-top: 10px;
}

dl.bulletList dt {
	background: url(/Resources/Images/Icons/bullet.gif) no-repeat;
	background-position: 0 4px;
	font-size: 8pt;
	line-height: 100%;
	padding-bottom: 6px;
	padding-left: 10px;
}

.requiredField {
	color: #36c;
}
