/* modification of base elements, and classes dedicated to an element */

body {
	margin: 0px;
	background: #DEE4E5 url('../images/bg.jpg') scroll top left repeat-x;
	font: 10px Verdana, Arial, Helvetica, sans-serif ;
	color: #666666;
}

* html body { width: 990px; margin: 0px auto; text-align: left;} /*IE 6 */

body > div { 
	position: relative;
	width: 990px;
	margin: 0px auto; /* center in not-IE */ 
	text-align: left; /* counter inheritance of IE block centering */
}

* html body { width: 990px; margin: 0px auto; text-align: left; border:none;} /*IE 6 */

h1, h2, h3, h4 {
	color: #999999;
	padding:0px;
	margin:0px;
}

h1 {
	font-size: 2.5em;
	padding: 30px 5px 10px 5px;
	font-weight: normal;
}

h1 span{
	color: #77DD44;
}

h2 {
	font-size: 1.4em;
	font-family: ShantiRegular, Verdana, Geneva, sans-serif;
}

h3{
	font-size: 1.3em;
}

p, ul, ol, table {
	font-size:1.2em;
}

table p {
	font-size: 1.0em;
}

ul ol, ol ul, dl ol, dl ul { /* prevent inflation of nested lists */
	font-size: 1.0em;
}

a:link {
	color: #77DD44;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #77DD44;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}

a:active {
	text-decoration: none;
}

a img {
	border: none;
}

#banner {
	height: 206px;
	padding: 0px;
	margin: 0px auto;
	background: transparent url('../images/banner.jpg') top left no-repeat;
}

#navigation
{
	width: 986px;
	margin: 0px auto;
	padding: 0px 2px;
	height: 42px;
	background: transparent url('../images/nav-bg.jpg') top left repeat-x;
}

* html #navigation { width: 982px; padding: 0px 4px; } /* IE 6 */
*+html #navigation { width: 982px; padding: 0px 4px; } /* IE 7 */

#navigation ul {
	width: 986px;
	height: 42px;
	margin: 0px 7px;
	padding: 0px;
	list-style-type: none;
}

#navigation li {
	float: left;
	width: 85px;
	height: 42px;
	margin: 0px auto;
	padding: 5px 11px 0px;
}

* html #navigation li { margin-bottom: -5px; } /* IE 6 */

#navigation a:link, #navigation a:visited{
	display: block;
	width: 85px;
	height: 31px;
	line-height: 31px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

#navigation a:hover, #navigation a:active {
	color: #333333;
}

#content {
	width: 910px;
	background: #FFFFFF;
	margin:0px auto;
	padding: 10px 40px;
}

#content > p {
	margin: 10px 0px;
	text-align: justify;
	font-size:14px;
}


* html #content p { text-align:justify; }/* IE6 doesn't support '>' */

#sidebar {
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent url('../images/sidebar-bg.jpg') top left no-repeat;
	text-align: center;
	color:#6E888E;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color:#6E888E;
	font-size: 14px;
}

#sidebar a:hover {
	color: #77DD44
}

#sidebar h2 {
	height: 31px;
	line-height: 31px;
	padding: 10px 10px 5px;
	background: transparent url('../images/aff-bg.jpg') center 10px no-repeat;
	color: #6E888E;
}

#sidebar p {
	padding: 5px 10px;
}

#sidebar2 {
	width: 990px;
	text-align: center;
	color:#6E888E;
	background:none;
}

.sidebar-logos {
	float:left;
	margin: 20px 47px 10px;
	vertical-align:middle;
}

.sidebar-logos2 {
	float:left;
	margin: 25px 47px 10px;
	vertical-align:middle;
}

* html #sidebar p { padding: 20px 10px; text-align: center; } /* IE 6, text-align to compensate for #content p style */
*+html #sidebar p { padding: 20px 10px; } /* IE 7 */

#footer {
	display: block;
	margin: 0px auto;
	padding: 0px;
	height: 82px;
	text-align: center;
	background: transparent url('../images/footer-bg.jpg') bottom left no-repeat;
}

#footer span{
	display: block;
	width: 100%;
	height: 42px;
	background: transparent url('../images/nav-bg.jpg') top left repeat-x;
	line-height: 38px;
	text-align: center;
	color: #FFFFFF;
}

.avd {
	margin: 5px auto 10px;
	font-size: 1em;
	text-align: center;
}

.avd a:link, .avd a:visited, .avd a:active {
	color: #999;
	text-decoration: none;
}

.avd a:hover, .avd a:focus {
	text-decoration: underline;
	color: #666;
}

/*####################################################################*/
/* Specific pages */

.testimony {
	position: relative;
	width: 100%;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	min-height: 55px;
	background: transparent url('../images/man.jpg') 0% 50% no-repeat;
}

* html .testimony { height: 55px; overflow:visible; } /* IE 6 */

.testimony p {
	margin-left: 60px;
	padding-top:2%;
	padding-bottom: 3px;
	text-align: justify;
}

.testimony img {
	vertical-align: middle;
	margin: 0px;
	padding: 0px 10px 20px 0px;
}
/*####################################################################*/
/*Forms */

div.mock_table { 
	display: block;
	margin: 0px auto;	
	position:relative;
}

div.mock_table label, div.mock_table p { 
	display: block;
	clear: left;
	line-height: 1.2em;
	font-size:1.2em;
	position:relative;
	margin: 0px;
	padding: 0px;
}

* html div.mock_table label { width: 98%; } /* IE6 */
*+html div.mock_table label { width: 98%; } /* IE 7 */


div.mock_table span { 
	display:block;
	float:left;
	padding: 2px 4px;
	margin: 0px; 
}

div.mock_table span.right { 
	width: 30%;
	padding-top: 6px;
	clear: left;
}

div.mock_table span.left { 
	width:50%;
	padding-right: 10px; 
	clear: right;
}

* html #content p.center {text-align:center;} /* For submit button IE6 overrides .center with #content p */

/*####################################################################*/
/*general styles/overrides - may have to overwrite any of above styles*/


.border {
	border: 1px solid #dadada;
}

.left {
	text-align: left;
}

.center {
	text-align:center;
}

.right {
	text-align: right;
}

.strong{
	font-weight:bold;
}

.alert {
	font-weight: bold;
	text-align: center;
	color: #FF0000;
}

.compact {
	 font-size:smaller; 
	 letter-spacing:-1px;
}

.clear {
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}

.column {
	background:url(../images/column_bg.jpg);
	width: 250px;
	height:273px;
	float:left;
	margin: 10px 0px 10px 30px;
}



.column2 {
	background:url(../images/column_bg.jpg);
	width: 250px;
	height:273px;
	float:left;
	margin: 10px 0px 10px 50px;
}

.columnhead {
	margin: 6px 0 0 0px;
	color: #FFF;
	text-align: center;
	font-size: 29px;
	font-family: PTSansNarrowRegular, Verdana, Geneva, sans-serif;
	text-shadow: 0 1px 0 rgba(145, 145, 145, 0.8);
}

.columnp {
	margin: 20px 0 0 0px;
	text-align: center;
	font-size:16px;
}

.columnul {
	line-height:1.6em;
	margin-left:0px;
	padding-left:30px;
	padding-right: 10px;
	font-size:14px;
}

.columnul2 {
	line-height:1.8em;
	margin-left:0px;
	padding: 10px 10px 0 30px;
}

.highlight {
	font-size: 28px !important;
	font-weight:normal;
	margin-top:15px;
	font-family: CartoGothicStdBook, Verdana, Geneva, sans-serif;
	text-shadow: 0 1px 0 rgba(145, 145, 145, 0.8);
}

.subhighlight {
	font-size: 36px !important;
	font-weight:normal;
	margin-top:15px;
	font-family: CartoGothicStdBook, Verdana, Geneva, sans-serif;
	text-shadow: 0 1px 0 rgba(145, 145, 145, 0.8);
	color: #666;

}

.highlight1 {
	font-size: 32px !important;
	font-weight:normal;
	margin-top:10px;
	font-family: CartoGothicStdBook, Verdana, Geneva, sans-serif;
	text-shadow: 0 1px 0 rgba(145, 145, 145, 0.8);
	color:#1fbb00;
}

.highlight2 {
	font-size: 16px !important;
	padding-bottom:10px;
	
}

.ulfont {
	font-size:14px;
}

.hometop {
	background:url(../images/metal-bg.jpg);
	width:894px;
	height:234px;
	margin-left:10px;
}

.homebullets {
	float:left;
	width: 40px;
	margin: 43px 0px 0px 30px;
}

.homepoints {
	float:left;
	width: 350px;
	font-size: 30px !important;
	font-weight:normal;
	margin: 45px 0px 0px 10px;
	color:#4e4d4e;
	font-family: AcknowledgementMedium, Verdana, Geneva, sans-serif;
	text-shadow: 0 1px 0 rgba(145, 145, 145, 0.8);
}

.homebullet {
	float:left;
	width: 40px;
	margin: 15px 0px 0px 30px;
}

.homepoint {
	float:left;
	width: 350px;
	font-size: 30px !important;
	font-weight:normal;
	margin: 17px 0px 0px 10px;
	color:#4e4d4e;
	font-family: AcknowledgementMedium, Verdana, Geneva, sans-serif;
	text-shadow: 0 1px 0 rgba(145, 145, 145, 0.8);
}

.homestatement {
	float:left;
	margin: 17px 0px 0px 62px;
	font-size: 28px !important;
	font-weight:normal;
	color:#4e4d4e;
	font-family: AcknowledgementMedium, Verdana, Geneva, sans-serif;
	text-shadow: 0 1px 0 rgba(145, 145, 145, 0.8);
}


@font-face {
    font-family: 'ShantiRegular';
    src: url('/fonts/Shanti-Regular-webfont.eot');
    src: url('/fonts/Shanti-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Shanti-Regular-webfont.woff') format('woff'),
         url('/fonts/Shanti-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Shanti-Regular-webfont.svg#ShantiRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('/fonts/PTN57F-webfont.eot');
    src: url('/fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/PTN57F-webfont.woff') format('woff'),
         url('/fonts/PTN57F-webfont.ttf') format('truetype'),
         url('/fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('/fonts/CartoGothicStd-Book-webfont.eot');
    src: url('/fonts/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('/fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('/fonts/CartoGothicStd-Book-webfont.svg#/CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdItalic';
    src: url('/fonts/CartoGothicStd-Italic-webfont.eot');
    src: url('/fonts/CartoGothicStd-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CartoGothicStd-Italic-webfont.woff') format('woff'),
         url('/fonts/CartoGothicStd-Italic-webfont.ttf') format('truetype'),
         url('/fonts/CartoGothicStd-Italic-webfont.svg#/CartoGothicStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('/fonts/CartoGothicStd-Bold-webfont.eot');
    src: url('/fonts/CartoGothicStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('/fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('/fonts/CartoGothicStd-Bold-webfont.svg#/CartoGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBoldItalic';
    src: url('/fonts/CartoGothicStd-BoldItalic-webfont.eot');
    src: url('/fonts/CartoGothicStd-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CartoGothicStd-BoldItalic-webfont.woff') format('woff'),
         url('/fonts/CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'),
         url('/fonts/CartoGothicStd-BoldItalic-webfont.svg#/CartoGothicStdBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AcknowledgementMedium';
    src: url('/fonts/Acknowledgement-webfont.eot');
    src: url('/fonts/Acknowledgement-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Acknowledgement-webfont.woff') format('woff'),
         url('/fonts/Acknowledgement-webfont.ttf') format('truetype'),
         url('/fonts/Acknowledgement-webfont.svg#AcknowledgementMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
