
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, table, tr, th, td { margin: 0px; padding: 0px; border: 0px; outline: 0px;}
ul {list-style: none;}
br {clear:both;}

body {
	font-size:62.5%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
	background: #f3f2f2;
	color:#333333;
	
}
#phone {

	padding-top:16px;
	text-align:right;
	font-size:16px;
	color:#000;
	font-weight:bold;
	line-height:1em;

}

#getstarted {

	text-align:right;
	font-size:22px;

}

#getstarted a{

	color: #060f40;
	font-weight:bold;

}

#logo {
	width:250px; 
	height:100px;
}
#menu {
	height:23px;
	color:white;
	width:100%;
	font-size:1.2em;
	margin-bottom:8px;
	padding-bottom:8px;
	text-align:center;
	font-weight:bold;
	position:fixed;
	top:0px;
	left:0px;
/*	background:url(../graphics/fixed.png) bottom repeat-x #060f40; */
    background:#2b579e;
	z-index:99999;
}

#menuinside {

	width:960px;
	margin:auto;
	text-align:left;
	
}

ul{padding:0px; margin:0px; padding-left:16px;}
ol{padding:0px; margin:0px; padding-left:16px;}
ol li{list-style-type: lower-roman;}

h1{margin:0px; padding:0px; padding-bottom:32px; font-size:22px;}

#footerinsideright h1 {font-size:12px; padding-bottom:8px;}

h2{margin:0px; padding:0px; padding-bottom:4px; font-size:18px;}

h3{margin:0px; padding:0px; padding-bottom:8px; padding-top:8px; font-size:16px;}

h4{margin:0px; padding:0px; padding-bottom:8px; padding-top:8px; font-size:15px;}

p{margin:0px; padding:0px; padding-bottom:16px;}

li{padding:4px;}

.gray{background:#c3c3c3;}

.darkgray{background:#333333; color:white;}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			256px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	color: white;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}



.sf-menu li li {
	background:		#060f40;
}
.sf-menu li li li {
	background:		#060f40;
}
.sf-menu li:hover, .sf-menu li.sfHover,.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#333333;
	outline:		0;
}
.sf-menu li:hover, .sf-menu li.sfHover,.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:white;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#spacer {

	height:32px !important;
	
}

#top {

	background:url(../graphics/topbg.jpg) top repeat-x #323232;
	padding:16px;
	color:white;

}

#content {
	text-align:left;
	width:960px;
	padding: 0 16px 16px;
	margin:auto;
	background:#ffffff;
	border-left:1px solid #ede9e9;
	border-right:1px solid #ede9e9;
	background:#fff;
	line-height:1.4em;
}

#index, #indexSecond, #index_btm {
	height:190px;
	width:960px;
	margin-bottom:24px;
}

#indexSecond {
	 width:729px;	
}

#index h1, #indexSecond h1, #index_btm h1 {
	background:#2b579e;
	padding:3px;
	color:#fff;
	font-size:1.2em;
	height:20px;
}

#index h2. #index_btm h2 {
	font-size:1.2em;
	color:#333;
}

#indexSecond h1 {
	background:#ff3600;
}

#index p, #qholder p, #index_btm p {
    font-size:.85em;	
}

.holder p {
	margin-top:5px;	
}

.holder {
	float:left;
	width:218px;
	height:170px;
	position:relative;
	overflow:hidden;
}

.holder ul {
	list-style:none;
	margin:0;
	padding:0;
}

.holder li {
	margin:2px;	
}


.holder li a {
	color:#000;
	text-decoration:none;
	font-size:.85em;
}

.holder li a:hover {
	color:#333;
	text-decoration:underline;
}

.holder .more {
	width:100px;
	height:18px;
	position:absolute;
	bottom:10px;
	right:10px;
}

#qholder {
	float:right;	
	width:220px;
	height:200px;
	background:#e8ecf6;
}

#qholder p {
	padding:0 10px;	
	font-size:.8em;
}

#qholder input {
	height:17px;
	width:120px;
}

#qholder input.submit {
	height:18px;
	width:67px;
	background:none;
}

#qholder input.submit:hover {
	background:none;	
}

#qholder textarea {
	width:160px;	
}

#qholder input, #qholder textarea {
	margin:2px 10px;	
	font-family:Trebuchet, Tahoma, Arial, sans-serif;
	font-weight:bold;
	background:#ccc;
	border:none;
	font-size:12px;
	padding:3px;
	
}

#qholder input:hover, #qholder textarea:hover {
	color:#000;
	background:#ffae00;
}

#qholder .header {
	margin-top:-16px;
	background:#00a99d;
	padding:3px;
	color:#fff;
	font-size:1.2em;
	height:20px;
	font-weight:bold;
}

.first {
	background:url(../images/holder_bg.jpg) repeat-x;	
}

.left {
    border-right:1px solid #ccc;
	padding:0 12px 0 12px;
}

.right {
	padding-left:12px;	
	border-bottom:1px solid #ccc;
	background:url(../images/holder_btm_bg.jpg) bottom repeat-x;
}

.end {
	border-right:1px solid #ccc;	
}

.leftcol {
	float:left;
	width:638px;
	text-align:left;
	line-height:1.5em;
}

.mainbody {

	font-size:1.4em;

}

#top {

	font-size:1.8em;

}

#thetext .leftcol b{

	color:black;

}

#thetext .leftcol a{

	color:#060f40;

}



.rightcol {
	float:right;
	width:288px;
	padding-left:16px;
	text-align:left;
}

#header .rightcol {

	padding-right:16px;
	width:272px;

}


#top .rightcol {

	width:272px;

}

#thetext .rightcol {

	width:270px;
	margin-left:16px;
	border-left:1px solid #c3c3c3;
	padding-top:16px;
	padding-bottom:8px;

}

#thetext .rightcol p {

	padding-bottom:8px;

}

.contactform {

	width:248px;
	padding:6px;
	font-size:14px;
	font-family:arial;
	font-weight:bold;
	margin-bottom:16px;
	color:#666666;

}

.contactsubmit {

	margin-top:16px;
	margin-bottom:32px;
	
}

#twitter_update_list {
	
	padding:0px;
	
}

#twitter_update_list li {
	
	margin-top:12px;
	padding-left:24px;
	background:url(../graphics/_little_twitter.jpg) no-repeat left top;
	line-height:1.4em;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	
}

.signupbox {

	font-size:1.8em;
	font-weight:bold;
	background:url(../graphics/getstartedbg.jpg) no-repeat;
	padding:8px;
	text-align:left;
	margin-top:8px;
	margin-bottom:8px;
	height:39px;

}

.signupbox a, .bigsignupbox a {

	padding:0px !important;
	margin:0px !important;

}

.bigsignupbox {

	font-size:1.8em;
	font-weight:bold;
	background:url(../graphics/getstartedbglarge.jpg) no-repeat;
	padding:8px;
	text-align:left;
	margin-top:8px;
	margin-bottom:8px;
	height:39px;

}

.number {

	color:#990000;
	font-size:20px;

}

#closer {

	width:960px;
	margin:auto;
	font-size:1.8em;
	font-weight:bold;
	background:white;
	padding:16px;
	text-align:left;
	border-left:1px solid #ede9e9;
	border-right:1px solid #ede9e9;
}

#closer a {
	color: #060f40;
	font-weight:bold;
}

#footer {

	text-align:center;
	color:white;
	background: #060f40;

}

#footerinside {

	margin:auto;
	width:960px;
	padding-top:16px;
	font-weight:bold;

}

#footerinside a{

	color:#f7f7f7;

}

#footerinsideleft {
	float:left;
	width:640px;
	text-align:left;
	padding-bottom:32px;
}

#footerinsideleft h2 {

	padding-top:0px;
	margin-top:0px;

}

#footerinsideright {
	float:right;
	width:288px;
	text-align:left;
	padding-bottom:32px;
}

#crossfade_holder {
	width:960px;
	height:215px;
	position:relative;
	margin-bottom:16px;
}

.header_crossfade {
    margin: 1em auto;
    width: 960px;
    height: 215px;
	background:url(img/one.png);
  }
  
.getstarted {
	width:594px;
	height:122px;
	position:absolute;
	top:45px;
	right:15px;
	z-index:100;
}

.testimonials {
	width:333px; 
	height:224px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}


