*{
	margin:0px;
	padding: 0px;
}

body {
	font-size: 12px;
	font-family: Helvetica, sans-serif,Arial;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	
}


h1,h2,h3,h4{
	font-weight: lighter;
	color: #ce3200;
	text-transform: capitalize;
}
h1{
	font-size: 26px;
	margin-bottom: 20px;
	height: 26px;
	background-image: url(images/h1_bg_short.jpg);
	background-repeat: repeat-x;
	background-position: center right;
}
h1 span{
	background-color: #fff;
	padding-right:25px;
}
h3{
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

h3.section {
	border-top: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 3px;
	margin-top: 10px;
}
h3.none {
	border-bottom: 0px solid #ccc;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h4,h4 a{
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: normal;
	color: #ce3200;
}
p{
	margin-bottom: 1em;
	text-align: left;
	
}
a{
	color: #01405F;
	text-decoration: underline;
}
a:hover{
	color: #ce3200;
	text-decoration: none;
}
br{
	clear: left;
}
img, a img{
	border:0px none;
}
hr{
	display: block;
	float: left;
	clear: both;
	border: 1px solid #c8424f;
	width: 90%;
	height: 2px;
	margin-top:10px;
	margin-bottom:10px;
}

hr.grey {
	border: 1px solid #cccccc;
}

/*######################################################################*/
/*######################################################################*/
/*######################################################################*/
/*holds all of the page, keeps it center*/
#wrapper{
	margin: 0px auto;
	width: 767px;
	z-index: -777;
}

#mast{
	height:	155px;
	background-image:url(images/mast_img.jpg);
	background-repeat: no-repeat;
	z-index: -999;
	overflow: visible;
}
#mast #header{
	z-index: -999;
}
#topNav{
	height:50px;
	margin-bottom: 3px;
	z-index: 1000;
	overflow: visible;
}
#topNav.b{
	height: 37px;
}
#mNav{
	height: 37px;
	margin-bottom: 3px;
	z-index: 1000;
	overflow: visible;

}
#mNav ul li img,#topNav ul li img{
	z-index: -10;
	display: inline;
}
/*  top level topNav*/
#topNav ul,#mNav ul{
	position: absolute;
	list-style: none;
	overflow: visible;
	
	
}

#topNav ul li,#mNav ul li{
	float: left;
	margin-bottom: 3px;
	position: relative;
}

#topNav ul li a,#mNav ul li a{
	color: black;
	text-decoration: none;
	text-transform: none;
	display: block;

	
	
}
#topNav li a:hover,#mNav li a:hover{
}
/*  top level nav end*/
/*  sub level nav*/
#topNav ul .sub,#mNav ul .sub{
	margin-top: -5px;
	width:160px;
	background-color: #fff;
	list-style: none;
	display: none;
	float:left;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 2px solid #4B4B4B;
	border-bottom: 2px solid #4B4B4B;
	z-index: 1000;
	overflow: hidden;
	
}
#topNav ul .sub li,#mNav ul .sub li{
	margin: 5px 0px 0px 0px;
	width:98%;
	z-index: 1000;
}
#topNav ul .sub li a,#mNav ul .sub li a{
	padding:2px 0px 2px 5px;
	text-transform: capitalize;
	width: 98%;
	z-index: 1000;
	
}
#topNav ul .sub li a:hover,#mNav ul .sub li a:hover{
		padding:2px 0px 2px 5px;
	background-color: #003F60;
	width: 98%;
	color: #fff;
	z-index: 1000;
	border-left: 2px solid #E40F0F;
}
/*  sub level nav end*/

	
#content{
	padding:1% 5px 1% 5px;
	background-color: #fff;
	margin-bottom: 3px;
	background-image: url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 350px;
}
#content div.clearBoth{
	margin-bottom: 6px;
	float: left;
	width: 758px;
}
#content div.homepage div.clearBoth {
	width: auto;
	margin-bottom: 0px;
}

#content ul,#content ul ul{
	padding-left: 25px;
	margin-bottom: 1em;
	
}


#content div#greetingCardPreview{
float: left;
margin-right: 5px;	
	width: 280px;
	height: 380px;
	overflow: visible;
	background-repeat: no-repeat;
	
	
	
	
}
#content table textarea.textArea{
	width: 175px;
	min-height:150px;
}

#footer{
	text-align: center;
	color: #fff;
	font-size: 11px;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	height:39px;
	padding-top: 5px;
}
#footer a{
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	margin-right: 7px;
	margin-left: 7px;
}
#footer a:hover{
	color: #fff;
	text-decoration: underline;
}

.red{
	color: #ce3200;
}


@media print{
	*{
		margin:0px;
		padding:0px;
		
	}
	#topNav,#mast,#mNav,#footer{
		display: none;
	}
	#content{
		width: 100%;
		overflow: visible;
	}
	
	
	
}
/*payment form styles*/
table.payment{
    width: 100%;
    border-spacing: 3px;
}
table.payment thead tr th{
    text-align: left;
    background: #ccc;
    padding: 3px 3px;
}
table.payment thead tr th div.title{
    color: #007ABB;
}
table.payment thead tr th span.required{
    background: transparent url('images/payement_required.png') no-repeat 2px 3px;
    padding-left: 15px;
}
table.payment tbody tr td{
    padding: 4px 3px;
}
table.payment tbody tr.more td{
    padding: 3px 15px;
    font-weight: bold;
    
}
table.payment tbody tr.more td a{
    font-weight: bold;
    color: #EA1B2B;
    font-size: .95em;
}
table.payment tbody tr td label{
    display: block;   
    margin-bottom: 3px;
}
table.payment tbody tr td label span.required{
    padding-left: 15px;
    background: transparent url('images/payement_required.png') no-repeat 2px 3px;
}
table.payment tbody tr td label span.inputMsg{
    padding: 0px 5px;
    font-size: .85em;  
}
table.payment tbody tr td input,select#payment_card_type{
    width: 175px;
}


table.payment tfoot tr td{
    background: #ccc;
    text-align: center;
    font-weight: bold;
    color: #EA1B2B;
    padding: 4px 3px;
    
}
div.buttonWrapper{
    text-align: center;
    padding: 10px 0px 0px;
}
div.buttonWrapper input{
    margin: 0px 15px;
}div.buttonWrapper input.submit{
    font-weight: bold;
}
div#content div.errorBox
{
	background: #FFC1C2;
	border: 1px solid #CC0000;
	margin: 10px;
	padding: 20px 1em 20px 3em;
}
div#content div.alertBox
{
	background: #C1C1FF;
	border: 1px solid #0000CC;
	margin: 10px;
	padding: 20px 1em 20px 3em;
}
#events h4.more,
#news h4.more {
	text-align: right;
}
div.contactNumbers{
	min-height: 200px;
	float: right;
	clear: right;
	background-image: url(images/importantNums.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 30px;
	padding-left: 2px;
	padding-right: 2px;
	width: 226px;
	border: 1px solid silver;
}
div.contactNumbers span.red{
	margin-bottom: 5px;
	margin-left:5px;
	margin-top:3px;
	font-weight: bold;
}
#content div.contactNumbers ul{
	margin:15px 0px 15px 5px;
	padding-left: 5px;
	list-style: none;
}
div.contactNumbers li{
	margin-bottom: 3px;
	display: block;
	height: 16px;
	border-top: 1px dotted silver;
	clear: both;
}
div.contactNumbers li:first-child {
	border-top: 0px solid white;
}
div.contactNumbers li b{
	margin-right: 5px;
	float: left;
}
div.contactNumbers li span{
	text-align: right;
	float: right;
	font-size: 11px;
}
input.error {
	background-color: #ffcccc;
}

form label.fieldlabel {
	float: left;
	width: 200px;
	clear: right;
	margin-bottom: 6px;
	padding: 0px 6px;
}

form div.box1 label.fieldlabel {
	width: 188px;
}

form input.text, form textarea {
	float: left;
	margin-bottom: 6px;
}

form select {
	float: left;
	margin-bottom: 6px;
}

form table {
	border: 1px solid black;
	border-collapse: collapse;
}

form table td {
	border: 1px solid black;
	padding:2px 3px;
}

form table input.text {
	width: 110px;
}

form table label.field {
	margin-right: 0.6em;
}


form input.radio {
	margin-right: 2px;
}

form .toowide1 label.field {
	margin-right: 0.6em;
}


form label.field {
	width: auto;
	margin-right: 2em;
}
form div.box1 {
	border: 1px solid #888888;
	margin: 0px 6px;
	padding: 0px 6px;
	width: 500px;
}

form div.box2 {
	border: 1px solid #888888;
	margin: 0px 6px;
	padding: 0px 6px;
	width: 725px;

}

form div.box2 div.box2 {
	width: 700px;
}


form label.help {
	margin: 0px 1.6em 0px 2px;
}
div.submitPopup{
	position: relative;
	z-index: 999;
	top: -150px;
	height: 0px;
	display: none;
}

div.submitPopup div{
	border: 5px solid black;
	background-color: #cccccc;
	font-size: 25px;
	padding: 25px;
	font-weight: bold;
}
div.tab {
	margin: 0px 0.5em 0px 2em;

}
input.mi {
	width: 2em;
}

div.legal {
	margin: 0px 1.5em;
}
div.box span.novis {
	visibility: hidden;
}
div.box span.num {
	letter-spacing: 4px;
}
div.about div.slogan {
	padding: 0px 4px;
	font-size: 9px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.0em;
}
form input.w2 {
	width: 345px;
}
form input.w3 {
	width: 500px;
}
form input.w3b {
	width: 460px;
}

