﻿body
{
    margin: 0px;
    padding: 0px;
    background: #e7e7cc;
	font-family: Arial, Helvetica, sans-serif;
}
/* ========================================= */
/* ========================================= */
div, span, ol, ul, li, table, tr, td, img
{
    margin: 0px;
}
p,h1,h2,h3,h4,h5,h6
{
    padding: 0px 0px 0px 0px;
    margin: 0px;

}
a img
{
    border: none;
}
p
{
	color: #000000;
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 145%;
}
a, a:link, a:visited, a:active
{
    color: #3a7187;
    text-decoration: underline;
}
a:hover
{
    color: #990000;
    text-decoration: underline;
}
h1
{
    color: #3d7b92;
    font-size: 21px;
    font-weight: bold;
    line-height: 100%;
    margin: 0px 0px 10px;
}
h2
{
    color: #3d7b92;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 10px;
}
h3
{
    color: #3d7b92;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 10px;
}
h4
{
    color: #3d7b92;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
}
h5
{
    color: #666633;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
}
h6
{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 5px;
}
ul, ol
{
    padding: 0px 0px 10px 30px;
    color: #585858;
}
ul ul, ol ol
{
    padding-bottom: 0px;
}
ul.white li
{
    color: #ffffff !important;
}
ul li
{
    list-style-type: disc;
    color: #585858;
    font-size: 12px;
    line-height: 145%;
}
ul ul li
{
    list-style-type: circle;
}
ol li
{
    list-style-type: decimal;
    color: #585858;
    font-size: 12px;
    line-height: 145%;
}
ul ul li
{
    list-style-type: lower-alpha;
}
ul ul ul li
{
    list-style-type: lower-roman;
}
/* ========================================= */
/* ========================================= */
#center_align
{
    width: 800px;
	margin: auto;
}
/*#left_align
{
    text-align: left;
}*/
.container_main
{
    background-color: #ffffff;
}
.s_left
{
    background: url(/images/template/shadow_left.gif) repeat-y left;
}
.s_right
{
    background: url(/images/template/shadow_right.gif) repeat-y right;
}
.s_top
{
    background: url(/images/template/shadow_top.gif) repeat-x top;
}
.s_bottom
{
    background: url(/images/template/shadow_bottom.gif) repeat-x bottom;
}
.s_tl
{
    background: url(/images/template/shadow_ul.gif) no-repeat top left;
}
.s_tr
{
    background: url(/images/template/shadow_ur.gif) no-repeat top right;
}
.s_bl
{
    background: url(/images/template/shadow_ll.gif) no-repeat bottom left;
}
.s_br
{
    background: url(/images/template/shadow_lr.gif) no-repeat bottom right;
}
.container_inner
{
    padding: 20px;
}
.container_banner
{
    height: 125px;
    background: url(/images/template/cristacamps_banner.gif) no-repeat;
}
.container_banner a
{
    display: block;
    width: 760px;
    height: 125px;
}
.container_form
{
    padding: 5px 25px 25px;
}
.div_form
{
    width: 710px;
    background-color: #fff;
}
.container_footer
{
}
.headline
{
	min-height: 20px;
}
.body_wrap
{
	overflow: hidden;
}
.information_wrap
{
	float: left;
	width: 400px;
	overflow: hidden;
}

.right_wrap
{
	float: right;
	width: 300px;
}
.mini_wrap
{
	width: 300px;
	margin: 0px auto;
}
.form_wrap
{
	
	background: #e7e7cc;
	margin: 0px 0px 5px;
}
.form_pad
{
	padding: 10px;
}
.form p
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.special-offer_wrap
{
	border: 1px solid;
	min-height: 75px;
}
.special-offer_pad
{
	padding: 10px;
}

.inputbox
{
	width: 98%;
	margin: 0px 0px 7px 0px;
}
.inputbox_small
{
margin: 0px;
width: 20px;
}
.clearfloat
{
	clear: both;
}
.date_p
{
	margin: 0px 0px 7px 0px !important;
}
.textareabox
{
	width: 98%;
	margin: 0px 0px 7px 0px;
}
.leftspan, .rightspan
{
	width: 133px;
	display: block;
}
.leftspan
{
	float: left;
}
.rightspan
{
	float: right;
}
.white
{
    color: #ffffff !important;
}
