@charset "UTF-8";
/* CSS Document */


html, body {
background: #45576b;
}


#page-container {
	width: 760px;
	margin: auto;
	background-color: #FFFFFF;
}


#header {
	height: 80px;
	width: 760px;
	margin: auto;
	background-image:url(../images/shell_no_touch/header_bgnd.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#feature {
	width: 760px;
	background-color: #FFFFFF;
	}

#slogan {
	width: 760px;
	background-color: #DDDDDD;
}


#content {
	width: 760px;
	padding-top: 20px;
	background-color: #FFFFFF;
}

#leftside {
	float: left;
	width: 435px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
}

#rightside {
	float: right;
	width: 305px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	}

#footer {
	clear: both;
	height: 40px;
	background-color: #DDDDDD;
}
	


/*----FORM STYLES DO NOT TOUCH-----*/

#form {
width: 285px;
height: 335px;
background-image: url(../images/shell_no_touch/form_bgnd2.png);
background-repeat: no-repeat;
}

.formtitle {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 30px;
	}
.formbodycopy {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-left: 32px;
}
.formbodycopy2 {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	padding-left: 14px;
}
.forminputstyle {
	border: 1px solid #ffffff;
	/** remember to change image path **/
	background: url(none) no-repeat #ffffff;
	font-family: "Lucida Sans", "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #666666;
	padding: 1px;
}

.formlabelstyle {
	font-family: "Lucida Sans", "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #666666;
}


/*---END FORM STYLES---*/



/*-----------USER EDITABLE CSS HERE---------------*/

/**-----Your Welcome Title will be here.  Example "Welcome to the site of..."-----*/

.welcome {
	margin-left: 20px;
	padding-top: 35px;
	padding-bottom: 20px;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.submitbutton {
	padding-top: 15px;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	background-image: url(../images/shell_no_touch/blue_button_bgnd.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	padding-right: 12px;
	height: 44px;
	vertical-align: middle;
}

/*----Your Tagline will be here.  Example "Every Day Is A New Business Opportunity"----*/
.tagline {
	font-family: Arial;
	font-size: 34px;
	font-weight: normal;
	color: #274253;
	text-decoration: none;
	text-align: center;
	margin: auto;
	width: 730px;
	padding-top: 5px;
	padding-left: 5px;
	}

/*----Your Title will be here. Example "Build your business today..."----*/

.yourtitle {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #274253;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
	}




/*----Your Content will be here. Example "This is my website. If you are interested in..."----*/
.yourcontent {
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	}

.boldtitle {
text-align: left;
	font-family: Arial;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
	}




/*----Your Copyright information will go here. Example "© 2008 Jane Austen Systems. All Rights Reserved"---*/
.copyright {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
	}

