﻿/* CSS Defaulats */
body {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

BODY {
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 14px;
	background-color : #5f030e;
	margin: 0px;
	color: #000000;
}

.center {
	text-align: center;
}
.imgborder {
	border-width: 0px;
}


/* this group sets the normal link colors */

A:LINK {
	color : #5f030e;
	text-decoration : none;
	font-weight: normal;
}

A:VISITED {
	color : #5f030e;
	text-decoration : none;
	font-weight: normal;
}

A:HOVER {
	color : #5f030e;
	text-decoration: underline;
	font-weight: normal;
}

A:ACTIVE {
	color : #5f030e;
	font-weight: bold;
	text-decoration : none;
}

H1 {
	font-size : 125%;
	font-weight : bold;
	color : #5f030e;
	margin: 12px 0px 18px 0px;
	text-align: left:
}

H2 {
	font-size : 100%;
	font-weight : bold;
	color : #000000;
	margin: 12px 0px 18px 0px;
}

HR {
	color: #5f030e;
	height: 1px;
	width: 100%;
}

/* Header */
#masthead {
	height: 210px;
	background-image: url('images/sesheader.gif');
	width: 800px;
	position: relative;
	margin: auto;
}

/* Main Container */
#container {
	position: relative;
	width: 800px;
	background-image: url('images/sescontent.gif');
	margin: auto;
}

/* Left Column */
#left_col {
	width: 22px;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* Content */
#page_content {
	margin-right: 181px;
	margin-left: 22px;
}

#page_content P {
	color: #000000;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 14px;
	margin: 12px 24px 18px 24px;
	text-align: justify;
}

#page_content LI {
	color: #000000;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 14px;
	margin-left: 24px;
	margin-bottom: 6px;
	text-align: left;
	list-style-type: square;
}


/* Right Column */
#right_col {
	width: 181px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#right_col P {
	color: #000000;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 18px;
	margin-left: 12px;
	margin-right: 18px;
}

#right_col A:LINK {
	color : #5f030e;
	text-decoration : none;
	font-weight: normal;
}

#right_col A:VISITED {
	color : #5f030e;
	text-decoration : none;
	font-weight: normal;
}

#right_col A:HOVER {
	color : #5f030e;
	text-decoration: underline;
	font-weight: normal;
}

#right_col A:ACTIVE {
	color : #5f030e;
	font-weight: bold;
	text-decoration : none;
}


#right_col LI {
	color: #000000;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 14px;
	text-align: left;
	padding: 3px;
}

#right_col LI A:LINK {
	color : #000000;
	text-decoration : none;
	font-weight: normal;
}

#right_col LI A:VISITED {
	color : #000000;
	text-decoration : none;
	font-weight: normal;
}

#right_col LI A:HOVER {
	color : #5f030e;
	text-decoration: underline;
	font-weight: normal;
}

#right_col LI A:ACTIVE {
	color : #5f030e;
	font-weight: bold;
	text-decoration : none;
}

#right_col UL {
	color: #000000;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 14px;
	text-align: left;
	list-style-position: outside; 
	margin-left: 0px; 
	padding-left: 36px; 
	padding-right: 24px;
	list-style: square; 
	vertical-align: middle;
}

.rightalign {
	text-align: right;
}

/* Footer */
#footer {
	width: 584px;
	margin-left: 22px;
	margin-top: 12px;
	padding: 6px;
	text-align: center;
	font-size: 90%;
}

/* Coupon */

.coupon {
	background-image: url('images/coupon.gif');
}
.coupon_large {
	font-size: large;
}
.coupon_small {
	font-size: x-small;
}

.phonenumber {
	font-size: x-large;
}
.apptinfo {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
	text-align: right;
}
