* {
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}

/****************************************************************/
/* Elements */
/****************************************************************/
body {
    background-image: url(/sp1/images/body_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% top;
    background-attachment: fixed;
    background-color: white;
    font-family: arial, "lucida console", sans-serif;
    font-size: 16px;
    color: #202C42;
}

p {
    padding-top: 7px;
    padding-bottom: 7px;
}

a {
    color: #202c42;
}

hr {
    border-top: 1px solid #d2d2d2;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

input {
	border: 1px solid #bdbdbd;
	color: #27354F;
	padding: 4px;
	font-size: 13px;
}

input.button {
	border: none;	
}

input[type='image'] {
	border: none;	
}



/****************************************************************/
/* Misc Styles */
/****************************************************************/
.mes_red {
    color: #B41E1F;
}

.bold {
    font-weight: bold;
}

.script {
    font-family: "Brush Script MT";
    font-size: 38px;
}

.imgLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;	
}

.centerSub {
	font-size: 22px;
	font-weight: bold;
	text-align: center;	
}

#bottomTestimonial {
	font-size: 12px;	
}

#testimonialLink {
	text-align: center;	
}

#testimonialLink a.getstartedLink {
	padding: 5px 0px;
}

#testimonialLink a.getstartedLink:hover {
	background-color: #42BF3B;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #ffffff;
	text-decoration: none;
}

.green {
	color: #42BF3B;	
}

.drop_cap {
	float: left; 
	font-family: Times New Roman, Verdana; 
	font-size: 72px; 
	font-weight: bold; 
	line-height: 1; 
	margin-right: 5px;
	margin-top: -7px;
}

.heading {
    border-bottom: 1px solid #1B9EDF;
    border-left: 11px solid #1B9EDF;
    padding: 3px 10px;
    color: #0A78AF;
    font-size: 21px;
    margin: 21px 0 10px;
}

/****************************************************************/
/* Generic Form */
/****************************************************************/
form fieldset {
    border: none;
}
form table {
    margin: auto;
}
form table td {
    padding: 4px;
}

form.site_form .submit {
    text-align: center;
}


/****************************************************************/
/* Main */
/****************************************************************/
#main {
    width: 750px;
    margin: auto;
    background-color: white;
}

#header {
    background-image: url(/sp1/images/header_bg.jpg);
    background-repeat: no-repeat;
    height: 118px;
}

#header img {
    padding-top: 25px;
    padding-left: 10px;
}

/****************************************************************/
/* Content */
/****************************************************************/
#content {
    padding:10px 30px;
}

#content ul,
#content ol {
    padding-left: 55px;
	list-style-image: url(/sp1/images/check_mark.jpg);
	font-weight: bold;
	font-style: italic;
}

#content li {
    padding-top: 7px;
    padding-bottom: 7px;
}

#content a {
    color: #0088d0;
    text-decoration: none;
}

#content a:hover {
    color: #52c0fb;
    text-decoration: underline;
}

#content h1.main_headline {
    text-align: center;
    line-height: 27px;
}

#content .referred_by {
    font-size: 11px;
    text-align: center;
    color: #a2a2a2;
}

/****************************************************************/
/* Order form */
/****************************************************************/
.main_order_form table {
    margin: 0 auto;
    color: #202C42;
    width: 525px;
}
.main_order_form fieldset {
    border: none;
    margin-top: 7px;
    margin-bottom: 7px;
}

.main_order_form fieldset legend {
    font-size: 18px;
    color: #202C42;
    font-weight: bold;
}

.main_order_form fieldset legend span {
}

.main_order_form table td {
    padding: 4px;
}
.main_order_form table td label {
}

.main_order_form table td.order_now {
    text-align: center;
    border-top: 1px solid #cecece;
}


/****************************************************************/
/* team template table */
/****************************************************************/
table.template_table {
    margin: 15px auto;
    background-color: #EDEDED;
    border: 1px solid #C1C1C1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

table.template_table td,
table.template_table th {
    text-align: center;
    padding: 5px;
}
table.template_table td img {
    border: 2px solid #cdcdcd;
    padding: 2px;
}

/****************************************************************/
/* Messages */
/****************************************************************/
.ssv_messages {
    padding: 7px;
    background-color: #FFF6CF;
    border: 1px solid #FFEE9F;
}
.action_message {
    padding: 7px;
    background-color: #baedff;
    border: 1px solid #94bdcb;
    text-align: center;
}
