/* CSS Document */

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	background-color:#CCDDFF;
	color: #174568;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #115858;
}
a:visited {
	color: #115858;
}
a:active {
	color: #115858;
}

#container {
	width: 763px;
	border-left: 1px solid #174568;
	border-right: 1px solid #174568;
	margin: auto;
	line-height: 120%;
	text-align:left;
	background-color: #DDEEFF;
}

#header {
	background-color: #A9CBE9;
	text-align: center;
	margin: 0;
	padding: 12px;
}

#header td {
	font-size: 12px;
}

#topmenu {
    text-align: center;
    position: relative;
}

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

#topmenu li {
	display: inline;
}

#topmenu a {
	background-color: #174568;
	font-size: 13px;
   	text-decoration: none; 
    color:#DEDEFF;
	border-right: 1px solid #DEDEFF;
	border-top: 1px solid #DEDEFF;
	float: left;
	padding: 5px;
}

.short {width: 42px;}
.medium {width: 59px;}
.long {width: 85px;}
.longest {width: 95px;}

.centerMe {text-align: center;}

#current a {
	background-color: #39678A;
}


#topmenu a:hover {
	background: #39678A;
}

#content {
	padding: 1em 1em 6em 1em;
	margin-top: 2em;
	/* height: 600px; */
}

#leftcol {
	width: 320px;
	float: left;
	padding: 10px 15px 0 15px;
	margin-right: 8px;
	border-right: 1px dotted #174568;
}

#leftcol i {
	font-size: 12px;
}

#leftcol img {
	border: 1px solid #174568;
}

#leftcol-contact {
	width: 256px;
	float: left;
	padding: 10px 15px 6em 15px;
	margin-right: 8px;
	border-right: 1px dotted #174568;
}

#leftcol-contact i {
	font-size: 12px;
}

#leftcol-contact img {
	border: 1px solid #174568;
}

#leftcol-tour {
	width: 175px;
	float: left;
	padding: 10px 15px 6em 15px;
	margin-right: 8px;
	border-right: 1px dotted #174568;
	font-size: 15px;
}

#rightside {
	padding: 10px 10px;
}

#pricing table {
	border: 1px solid #174568;
	background-color: #FFF;
}

#smallprint {
	font-size: 12px;
	margin-left: 9px;
}

#smallprint i {
	font-size: 11px;
}

.red-discount {
	color: #680000;
}

.casket-description {
	font-size: 12px;
}

.contactHead {
	font-size: 15px;
	font-weight: bold;
}