/* CSS Document */

/*-------------------------------------------------
Main
-------------------------------------------------*/

* {margin: 0; padding: 0;}

body {
	margin: 0;
	background-image: url(images/header-background.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color:#FFFFFF
}

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

p, li {
	margin: 0 0 20px 0;
}

div.container {
	width: 880px;
	height: 300px;
	margin: 0 auto;
}

/*
span.highlight {
	background-color: #fdfcda;
}
*/

div.colorless {
	background-color: transparent;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-------------------------------------------------
Header
-------------------------------------------------*/

#header {
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0px;
}

#header ul {
	list-style-type: none;
	margin: 0;
}

#logo {
	position: absolute;
	width: 100px;
	height: 119px;
}

#topspace {
	height: 63px;
	margin-bottom: 2px;
	padding-left: 990px;
	overflow:hidden;
}

#topspace ul {
	font-size: 0.8em;
	float: right;
	width: 165px;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
}

#topspace li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#topspace li a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

p, li {
	line-height: 1.4em;
	margin: 0 0 20px 0;
}

ul {
	margin: 10px 0;
	padding: 0 0 0 25px;
}

li {
	margin: 0;
}

div.band {
	background-color: #F9F9F9;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	border: 1px solid #F1F1F1;
}


/*-------------------------------------------------
Navigation
-------------------------------------------------*/

#nav {
	height: 49px;
	padding-left: 352px;
	font: 1.3em Georgia;
}

#nav li {
	height: 49px;
	float: left;
	border-bottom: 0;
	background: url() 0 0 no-repeat;
	padding: 0;
	margin: 0;
}

#nav a { /*image replace */
	display: block;
	padding: 49px 0 0 0;
	height: 0px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav a:hover, #nav a.on {
	background-position: 0 -49px;
}

#nav li#home, #home a {
	background-image: url(images/menu_home.gif);
	width: 77px;
}

#nav li#basics, #basics a {
	background-image: url(images/menu_basics.gif);
	width: 133px;
}

#nav li#program, #program a {
	background-image: url(images/menu_program.gif);
	width: 149px;
}

#nav li#blog, #blog a {
	background-image: url(images/menu_blog.gif);
	width: 97px;
}

#nav li#pricing, #pricing a {
	background-image: url(images/menu_pricing.gif);
	width: 152px;
}


/*-------------------------------------------------
Home Top
-------------------------------------------------*/

div.top {
	width: 880px;
	height: 115px;
	text-align: center;
}

div.top h1 {
	font-size: 30px;
	margin-bottom: 2px;
	color: #222222;
	font-family: Tahoma;
}

div.top h2 {
	font-size: 20px;
	color: #444;
	font-family: Tahoma;
	font-weight: normal;
}


/*-------------------------------------------------
Home Left
-------------------------------------------------*/

div.home-left {
	float: left;
	width: 376px;
	height: 135px;
	background-color: #f1f1f1;
	padding: 20px;
	text-align: left;
	border: 1px solid #ffffff;
	margin-bottom: 15px;
}

div.home-left h1 {
	font-size: 22px;
	margin-bottom: 2px;
	color: #38363a;
	font-family: Tahoma;
}

div.home-left p {
	font-family: Tahoma;
	font-size: 15px;
	font-style: normal;
	line-height: 21px;
	color: #333;
}


/*-------------------------------------------------
Home Right
-------------------------------------------------*/

div.home-right {
	float: right;
	width: 376px;
	height: 135px;
	background-color: #f1f1f1;
	padding: 20px;
	text-align: left;
	border: 1px solid #ffffff;
	margin-bottom: 15px;
}

div.home-right h1 {
	font-size: 22px;
	margin-bottom: 2px;
	color: #38363a;
	font-family: Tahoma;
}

div.home-right p {
	font-family: Tahoma;
	font-size: 15px;
	font-style: normal;
	line-height: 21px;
	color: #333;
}


/*-------------------------------------------------
2nd Level Body
-------------------------------------------------*/

div.boxesright {
	float: right;
	width: 612px;
	text-align: left;
	margin-bottom: 20px;
}

div.boxesright p {
	margin-bottom: 0;
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	color: #333333;
}

div.boxesright h1 {
	font-size: 24px;
	color: #333;
	font-family: Tahoma;
	margin-bottom: 2px;
	background-color:#f1f1f1
}

div.boxesright h2 {
	font-size: 20px;
	margin-bottom: 2px;
	color: #333;
	font-family: Tahoma;
}

div.boxesright h3 {
	font-size: 18px;
	margin-bottom: 0px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}

div.boxesright li{
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	list-style-image: url(http://www.searchsimplified.com/images/list-bullet.gif);
	color: #333;
	margin-left: 20px;
}

div.boxesright ul {
	margin-top: 15px;
	margin-bottom: 18px;
}

div.picture-thick img {
	border: 6px solid #f1f1f1;
	padding: 3px;
}


/*-------------------------------------------------
2nd Level Left Navigation
-------------------------------------------------*/

div.boxesnav {
	float: left;
	width: 229px;
	height: 900px;
	text-align: left;
	background-image: url(images/boxes-nav-background.gif)
}

div.boxesnav p {
	margin-bottom: 0;
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	color: #333333;
}

div.boxesnav img.none {
	margin-bottom: 0;
}

/*-------------------------------------------------
Boxes Contact
-------------------------------------------------*/

div.boxescontact {
	float: left;
	width: 229px;
	height: 900px;
	text-align: left;
	background-image: url(images/boxes-nav-background.gif)
}

div.boxescontact h1 {
	font-size: 18px;
	margin-bottom: 12px;
	color: #333333;
	font-family: Tahoma;
}

div.boxescontact h2 {
	color: #555;
	font-family: Tahoma;
	font-size: 16px;
}

div.boxescontact p {
	color: #333333;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 3px;
}

div.boxescontact img {
	border: 1px solid #ccc;
	padding: 1px;
	margin-top: 5px;
}

/*-------------------------------------------------
Boxes Contact Right
-------------------------------------------------*/

div.boxescontactright {
	float: right;
	width: 612px;
	text-align: left;
	margin-bottom: 20px;
}

div.boxescontactright p {
	margin-bottom: 0;
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	color: #333333;
}

div.boxescontactright h1 {
	font-size: 24px;
	color: #333;
	font-family: Tahoma;
	margin-bottom: 2px;
}

div.boxescontactright h2 {
	font-size: 20px;
	margin-bottom: 2px;
	color: #333;
	font-family: Tahoma;
}

div.boxescontactright h3 {
	font-size: 24px;
	margin-bottom: 2px;
	color: #333333;
	font-family: Tahoma;
}

div.boxescontactright li {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	list-style-image: url(http://www.searchsimplified.com/images/list-bullet.gif);
	color: #333;
	margin-left: 20px;
}

div.boxescontactright ul {
	margin-top: 15px;
	margin-bottom: 18px;
}

div.picture-thick img {
	border: 6px solid #f1f1f1;
	padding: 3px;
}

div.formbox {
    color: white;
    width: 515px;
    background-color: #F1F1F1;
	border: 1px solid #FFFFFF;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 65px;
	margin-right: 100px;
	text-align: right;
}

.fieldbg {
	font-family: Tahoma;
	background-image: url(images/field-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 8px;
	margin-bottom: 15px;
	width: 360px;
}

.fieldbg-long {
    font-family: Tahoma;
	background-image: url(images/field-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	padding: 8px;
	margin-bottom: 15px;
	width: 360px;
	
}

span.form-up {
	float: left;
	padding-left: 43px;
}

span.form-title {
	padding-right: 50px;
}

span.form-button {
	padding-right: 128px;
}

span.form-radio {
	padding-right: 83px;
}

/*-------------------------------------------------
Screenshots
-------------------------------------------------*/

div.screenshots {
	clear: both;
	margin-bottom: 10px;
}

div.screenshots img {
	border: 1px solid #e1e1e1;
	padding: 1px;
}

div.screenshots table {
	margin: 0 auto;
	width: 100%;
}

div.screenshots table td {
	width: 1%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
}

div.screenshots p {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #333;
	margin-bottom: 0px;
	text-align: center;

}

div.screenshots h2 {
	color: #333333;
	font-family: Tahoma;
	font-size: 14px;
	text-align: center;
}


/*-------------------------------------------------
Sidenav
-------------------------------------------------*/

#sidenav ul {
	font-size: 12px;
	margin:0;
	padding:0;
	width: 180px;
	font-family: Tahoma;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	list-style-type: none;
}

#sidenav ul a:link, ul a:visited, ul a:active {
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 3px;
}

#sidenav ul a:hover {
	background: #dce4ef;
}

#litup a {
	color:#a25444;
	background:#dce4ef;
}

#sidenav li {
	background-color: #f9f9f9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dbdbdb;
	font-family: Tahoma;
	font-size: 16px;
}

#sidenav h2 {
	color: #333;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Tahoma;
	font-size: 18px;
	padding-left: 3px;
}

/*-------------------------------------------------
Newsletter
-------------------------------------------------*/

#newsletter {
	padding-top: 50px;
}

#newsletter h2 {
	color: #333;
	font-family: Tahoma;
	font-size: 18px;
	padding: 0px;
	line-height: 13px;
}
#newsletter h4 {
	color: #333;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
	letter-spacing: .2px;
	margin-left: 46px;
}

.center {
	margin-left: 25px;
}

#newsletter p {
	color: #555555;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 0px;
	padding-left: 1px;
	margin-top: 2px;
}

#newsletter form {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
}

.TextBox {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #54698D;
	padding: 5px;
}

.fieldbg-newsletter {
	background-image: url(images/field-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 12px;
	font-family: Tahoma;
	color: #333333;
	line-height: 0px;
	padding: 5.5px;
	margin-bottom: 3px;
	width: 166px;
	text-align: left;
}

/*-------------------------------------------------
Search Box
-------------------------------------------------*/

.fieldbg-search {
	background-image: url(images/field-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 12px;
	font-family: Tahoma;
	color: #333333;
	padding: 6px;
	margin-bottom: 3px;
	width: 130px;
	text-align: left;
}


/*-------------------------------------------------
Action Main
-------------------------------------------------*/

div.action {
	width: 960px;
	height: 251px;
	background-image: url(images/action-background.gif);
	margin-top: 15px;
	margin-bottom: 15px;
}


/*-------------------------------------------------
Action Left
-------------------------------------------------*/

div.action-left {
	float: left;
	width: 440px;
	height: 210px;
	padding-left: 20px;
	padding-top: 17px;
	text-align: right;
	margin-bottom: 15px;
}

div.action-left h1 {
	font-size: 23px;
	margin-bottom: 2px;
	color: #ffffff;
	font-family: Tahoma;
}

div.action-left p {
	font-family: Tahoma;
	font-size: 15px;
	font-style: normal;
	line-height: 23px;
	color: #ffffff;
}

/*-------------------------------------------------
Action Form Title
-------------------------------------------------*/

div.action-form-title {
	float: left;
	width: 420px;
	height: 25px;
	text-align: left;
	padding-left: 57px;
	margin-bottom: 12px;
}

/*-------------------------------------------------
Action Form Left
-------------------------------------------------*/

div.action-form-left {
	float: left;
	width: 100px;
	height: 120px;
	text-align: right;
	padding-top: 9px;
	margin-bottom: 10px;
}


/*-------------------------------------------------
Action Form Right
-------------------------------------------------*/

div.action-form-right {
	float: right;
	width: 320px;
	height: 120px;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 10px;
}

.action-field {
	font-family: Tahoma;
	background-image: url(images/field-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 7px;
	margin-bottom: 10px;
	width: 225px;
}

/*-------------------------------------------------
Action Form Button
-------------------------------------------------*/

div.action-form-button {
	width: 250px;
	height: 25px;
	padding-left: 54px;
	margin-bottom: 15px;
}


/*-------------------------------------------------
Action Right
-------------------------------------------------*/

div.action-right {
	float: right;
	width: 440px;
	height: 210px;
	padding: 20px;
	text-align: left;
	margin-bottom: 15px;
}

div.action-right h1 {
	font-size: 22px;
	margin-bottom: 2px;
	color: #38363a;
	font-family: Tahoma;
}

div.action-right p {
	font-family: Tahoma;
	font-size: 15px;
	font-style: normal;
	line-height: 21px;
	color: #333;
}


/*-------------------------------------------------
Questions
-------------------------------------------------*/

div.questions {
	width: 962px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	padding: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
}

div.questions h1 {
	font-family: Tahoma;
	font-size: 23px;
	color: #333;
	text-align: center;
	margin-bottom: 0px;
}

div.questions h2 {
	font-family: Tahoma;
	font-size: 15px;
	line-height: 21px;
	color: #444;
	font-weight: normal;
	text-align: center;
}

/*-------------------------------------------------
Questions Highlight
-------------------------------------------------*/


div.questions-highlight {
	color: #edf3fe;
	width: 960px;
	height: 54px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px 0px;
	background-color: #dce4ef;
}

div.questions-highlight h1 {
	font-family: Tahoma;
	font-size: 23px;
	color: #38363a;
	text-align: center;
	margin-bottom: 0px;
}

div.questions-highlight h2 {
	font-family: Tahoma;
	font-size: 15px;
	line-height: 21px;
	color: #333333;
	font-weight: normal;
	text-align: center;
}

/*-------------------------------------------------
PictureRow
-------------------------------------------------*/

div.picturerow {
	clear: both;
	padding-top: 5px;
	margin-bottom: 15px;
	margin-left: 12px;
}

div.picturerow p {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	color: #333;
	margin-bottom: 5px;
}

div.picturerow h2 {
	color: #333333;
	font-family: Tahoma;
	font-size: 14px;
}

div.picturerow img {
	border: 1px solid #e1e1e1;
	padding: 1px;
}

div.picturerow table {
	margin: 0 auto;
	width: 100%;
}

div.picturerow table td {
	width: 1%;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}

/*-------------------------------------------------
Footer
-------------------------------------------------*/

div.footer {
	text-align: center;
	background-color: #F9F9F9;
	font-family: Tahoma;
	color: #333333;
	font-size: 13px;
	line-height: 19px;
	clear: both;
	padding: 15px 0px;
	border: 1px solid #F1F1F1;
}
/*-------------------------------------------------
Links
-------------------------------------------------*/

a:link {
	color: #1f4887;
	text-decoration: none;
}
a:visited {
	color: #1f4887;
	text-decoration: none;
}
a:hover {
	color: #c12a1a;
	text-decoration: underline;
}

/*-------------------------------------------------
Browser Outlines Off
-------------------------------------------------*/

a {
	outline: none;
}

.wrapTextPic {
	float: left;
	height: auto;
	width: auto;
	margin-right: 8px;
	margin-top: 4px;
}
