/*reset all*/
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, 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, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	font-family:Helvetica, Arial, sans-serif;
}
a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/*start here*/
html {
	margin:0;
	padding:0;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	
}

h1{
	font-family:Helvetica, Arial, sans-serif;
	font-size:31px;
	color:#333;
	font-weight:200;
	padding-bottom:20px;
	letter-spacing:1px;
}

h2{
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#666666;
	line-height:30px;
	font-weight:200;
	padding-bottom:15px;
}

h3{
	font-family:Helvetica, Arial, sans-serif;
	font-size:24px;
	color:#3399cc;
	line-height:30px;
	font-weight:200;
	text-transform:uppercase;
	padding-bottom:15px;
	padding-top:5px;
	padding-left:20px;
}

h4 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:2px;
}

h5{
	padding-top:20px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#666666;
	padding-bottom:10px;
}

h6{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#999900;
	padding-bottom:5px;
}


#container {
	text-align:left;
	width:1045px;
	margin: 5px auto 0 auto;
	padding:0;
	border:0;
}

#topNav{
	padding-top:15px;
	width:100%;
}


img.logo{
	float:left;
}

#language{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	color:#999999;
	visibility:hidden;
}

.languageLink{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	letter-spacing:1px;
}

.languageLinkSelected{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#009ACC;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}


#nav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	margin-top:60px;
	color:#999999;
}

.navLink{
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#999999;
	text-decoration:none;
	letter-spacing:1px;
}

.subNavLink{
	color:#999900;
}


.navLink:hover{
	color:#999900;
	text-decoration:none;
	letter-spacing:1px;
}

.navLinkSelected{
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#999900;
	text-decoration:none;
	letter-spacing:1px;
}

img.mainImage{
	padding-top:20px;
	padding-bottom:30px;
	width:1045px;
	height:285px;
}

.copyLink{
	text-decoration:none;
	color:#999900;
}

#copyright{
	width:500px;
	padding-bottom:40px;
}

#copyright p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:9px;
	color:#666666;
	text-decoration:none;
}





/* HOMEPAGE */

#firstP{
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#666666;
	line-height:30px;
	font-weight:200;
	padding-bottom:15px;
}

#mainCopy{
	width:570px;
	line-height:40px;
	float:left;
}

#mainCopy p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#666666;
	line-height:22px;
	padding-bottom:15px;
}

#homeRight {
	width:440px;
	float:left;
}


ul#solutionNav li a{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#666666;
	text-decoration:none;
	line-height:25px;
	padding-left:20px;
}

ul#solutionNav li a:hover{
 	color:#666666;
	color:#999900;
	text-decoration:none;
}

#contentArea{
	padding-bottom:30px;
	height:570px;
}

#contentAreaBio{
	padding-bottom:30px;
	height:2800px;
}


#midDivide{
	width:30px;
	background:url(../_img/vLine.jpg);
	background-repeat:repeat-y;
	height:525px;
	float:left;
	z-index:5;
}

.rightHomeDivide{
	height:50px;
	background:url(../_img/hLine.jpg);
	background-repeat:repeat-x;
}

img.sotm_logo {
	padding-right:20px;
	padding-bottom:20px;
	float:left;
}

.sotmLink{
	color:#999900;
	font-size:11px;
	text-decoration:none;
}


#sotm{
	padding-left:20px;
	width:350px;
} 

.sotmCopy{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	line-height:12px;
	padding-top:5px;
}






/* SUBPAGES */

#subCopy{
	width:700px;
	line-height:40px;
	float:left;
}

#subCopy p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#666666;
	line-height:22px;
	padding-bottom:15px;
}

#subRight {
	width:300px;
	float:left;
}

#newsletter{
	padding-left:20px;
	width:250px;
}

#newsletter p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	line-height:15px;
	padding-bottom:10px;
}

img.newsletter {
	padding-left:30px;
}

 

.formItem{
	float:right;
}

#bio{
	width:650px;
	float:left;
}
#bio p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:22px;
	padding-bottom:15px;
}

#bio a{
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#999900;
	line-height:22px;
	padding-bottom:15px;
	text-decoration:none;
}


img.bio {
	padding-right:0px;
	padding-bottom:200px;
	width:0px;
	height:0px;
	float:left;
}

#midDivideSub{
	width:30px;
	background:url(../_img/vLine.jpg);
	background-repeat:repeat-y;
	height:650px;
	float:left;
	z-index:5;
}


#contentAreaSub{
	padding-bottom:30px;
}

#contentAreaContact{
	padding-bottom:30px;
	height:1600px;
}


#ContactHeader{
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#999900;
	line-height:22px;
	padding-bottom:15px;
}


.loopField{
margin-left:100px;
}

.loopLink{
margin-left:35px;
}


.emailAddress{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#666666;
	padding-bottom:15px;
	text-decoration:none;
}


.arrowImg{
	padding-right:-20px;
	left: 20px;
}


.availText{
	font-family:Helvetica, Arial, sans-serif;
	font-size:24px;
	color:#3399cc;
	line-height:30px;
	font-weight:200;
	text-transform:uppercase;
	font-size: 18px;
	padding-left:20px;
	text-decoration:none;
}

.availOffer{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#999900;
	text-decoration:none;
	padding-left:20px;
}

#LearnMore{
	margin-top:30px;
	padding-top:20px;
	width:550px;
	/*border:solid;
	border-width:1px;
	border-color:#666666;
	*/
	border-top:dashed;
	border-top-width:1px;
	border-top-color:#999999;
	text-decoration:none;
	
	border-bottom:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	font-weight:bold;
	height:210px;
}
	
#subRightColumnLeft{
	float:left;
	width:290px;
}

#subRightColumnRight{
	float:right;
	width:230px;
}
