
/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/
html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
html,body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none; 
	color:#ababab;
	outline: none;
}
a img,img{border:none;display:block;}
a:visited { 
	text-decoration: none; 
}
a:hover {
	text-decoration:underline; 
}
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
h1{font-size: 197%}/* 26px */
h2{font-size: 182%}/* 24px */
h3{font-size: 167%}/* 22px */
h4{font-size: 152%}/* 20px */
h5{font-size: 136%}/* 18px */
h6{font-size: 122%}/* 16px */

lead {
	font-family: Arial, Helvetica, sans-serif;
	color:#af179f;
	font-size:16px;
	line-height:16px;
}
subhead {
	font-family: Arial, Helvetica, sans-serif;
	color:#d76fbb;
	font-size:16px;
}	
question {
	font-family: Arial, Helvetica, sans-serif;
	color:#747474;
	font-size:16px;
}
answer {
	font-family: Arial, Helvetica, sans-serif;
	color:#747474;
	font-size:16px; 
	font-style:italic;
}		
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	padding-bottom: 1em;
}
hr {
	color: #702c6a;
	height: 1px;
}
sup {
	font-size:xx-small;
	vertical-align:top;
}
.small {
	font-size: 11px;	
}
.xsmall {
	font-size: 10px;	
}
.xxsmall {
	font-size: 9px;	
}
.required {
	color: red;
}
.highlight {
	color: #d76fbb;
}
ul.normal, ul.tight {
	list-style: disc outside;
}
ul.normal li {
	margin: 0 0 1em 2em;
}
ul.tight {
	margin-bottom: 1em;
}
ul.tight li {
	margin-left: 2em;
}
ul.sublist {
	list-style: circle outside;
}
ul.sublist li {
	margin: 0 0 0 2em;
}
#outer {
	margin: 0 auto;
}
#logo {	
	width: 313px;
	height: 122px;
	margin-top: 35px;
	float: left;
	display: block;
}
#logo a {
	width: 313px;
	display: block;
}	
#homeLeftColumn {
	float: left;
	clear: both;	
	display: inline;	
	width: 525px;
}
#homeMenuItems {
	margin: 35px 0 27px 0;
	border-bottom: 1px solid #4f4f4f;
	padding-bottom: 6px;
}
#homeMenuItems li {
	display: inline;
	padding-right: 7px;	
}
#homeMenuItems li a {
	color: #92da13;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#homeMenuItems li a:hover {
	color: #fff;
	text-decoration: none;
}
#homeContent {
	float: left;
	clear: right;
	width: 300px;
}
#homeBarkers {
	float: left;
	clear: right;
	margin: 100px 0 0 15px;	
}
#homeCallout {
	background: url("../images/home-promise-bg.png") 0 0 no-repeat;
	float: left;
	margin: 235px 0 0 0;
	height: 288px;
	width: 393px;
	display: inline;
	/*opacity: .7;*/
	/*filter:alpha(opacity=70);*/  /* Transparency for IE */
	padding: 10px 15px 0 15px;	
}
.homeCalloutText {
	color: #333;	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	clear: both;
	padding-bottom: 7px;
}
.homeCalloutHeader {
	color: #333;	
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 27px;
	padding-bottom: 5px;
}
.homeHeadline {
	font-size: 22px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;
}
.subhead {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ababab;
	font-weight: normal;
}
.headerBottom {
	margin-bottom: 10px;
}
.homeText {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	clear: both;
}
.promiseText {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 22px;
}
#homeVideos {
	margin-top: 15px;
}
.featuredVideo {
	width: 209px;
	height: 158px;
	float: left;
	margin: 0 10px 15px 0;
}
.pastVideos {
	float: left;
	clear: right;
	margin-top: 1px;
}
.pastVideo {
	width: 66px;
	height: 50px;
	margin-bottom: 5px;	
	float: none;
	display: block;
}
.pastVideo a img {
	display:block;
	clear: both;
}
#homeNetworking {
	margin-top: 10px;
}
.networkBarker {
	float: left;
	display: inline;
	padding-right: 10px;
	width: 90px;
	margin-top: 17px;	
}
.networkBarker a img {
	display: block;
	text-align: center;
	margin: 0 auto;
	float: none;	
}
.networkBarker div {
	text-align: center;
	margin: 0 auto;	
	float: none;
	display: block;
}
.networkBarker a {
	color: #fff;
	font-size: 12px;
	font-family: 'Arial Bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:block;
	position: relative;
	text-align: center;
	margin: 0 auto;	
	float: none;
}
.networkBarker a:hover {
	color: #fff;
	text-decoration: underline;
}
#homeHolx {
	clear: both;
	float: left;	
	margin-top: 20px;
}
#footer {
	color: #fff;
	margin: 20px 0 10px 0;
	float: left;
	clear: both;	
	font-size: 11px;	
	font-family: Helvetica, Arial, sans-serif;	
	width: 100%;
}
#footer a {
	text-decoration: none; 
	color: #fff;
}
#footer a:hover {
	text-decoration: underline; 
	color: #fff;
}
#footerLinks li {	
	display: inline;
	list-style-type: none;	
	padding-right: 5px;
}
/****** FORMS *******/
div.formField {	
	height: auto;
}
div.formField p {	
	float: left;
	display: inline;
	margin-top: 4px;
	width: 175px;
	height: 18px;
}
div.formField span.xxsmall {	
	float: left;
	margin-left: 150px;
}
.formTextInputArea { 
	float:left; 
	display:inline; 	 
	padding:4px 2px 1px 10px; 
	height:17px; 
	width:175px; 
	border:1px solid #c3c3c3; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000; 
	font-size:11px; 
	line-height:11px;
}
.formTextArea { 
	float:left; 
	display:inline; 
	padding:2px 2px 1px 10px; 
	height:80px; 
	width:200px; 
	border:1px solid #c3c3c3; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size:11px; 
	line-height:13px;
}
.formSelectArea { 
	float:left; 
	display:inline; 
	margin-top: 3px;
	padding:2px 2px 1px 0px; 
	height:22px; 
	width:190px; 
	border:1px solid #c3c3c3; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size:11px; 
	line-height:11px;
}
.formSubmit {
	width: 325px;
	margin: 12px 0 36px 0;
	text-align: center;		
}
.formSubmit a img {
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
}
.formErrors {
	border: 1px solid red;
	padding: 5px;
	margin-bottom: 12px;
}
.clearBoth { 
	clear:both; 
	line-height:0px; 
	height:0px; 
	font-size:0px; 
	margin:0px; 
}
