html { min-height: 100%; margin-bottom: 1px; }

body { height:100%; margin: 0px; padding: 0px;}

body   { font-size: 14px; font-family: 'Arial', 'Helvetica', Sans-Serif; }
body * { font-size: 100%; font-family: 'Arial', 'Helvetica', Sans-Serif; }

h1, h2, h3, h4, h5, h6  { letter-spacing: 1px; }
h1 { font-size: 120%; color: #990000; font-style: normal; letter-spacing: 4px; }
h2 { font-size: 120%; color: #000066; font-style: normal; letter-spacing: 4px; }
h3 { font-size: 110%; color: #000066; }
h4 { font-size: 105%; color: #990000; margin-bottom: 0; }
h5 { font-size: 105%; color: #000066; }
h6 { font-size: 100%; color: #990000; }


td    { vertical-align: top; text-align: left; }
img   { border-style: none; padding: 0px; margin: 0px; }
form  { margin: 0px; }
p     { margin-top: 0px; padding-top: 0px; }

hr { 
  background-color: #cccccc;
  color:      #cccccc;
  border:     0px;
  height:     1px;
  width:      100%;
  padding:    0px;
  margin:     0px;
}

a         { color: #000066; font-weight: bold; }
a:hover   { color: #000033;  }
a:link    {  }
a:visited {  }
a:active  {  } 

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	background-color: #333366;
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 1.25em;
	text-align: center;
}

#page {
  width: 800px;
	padding: 0px 0px 40px 0px;
	margin: 0px auto;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}

#header {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 35px 25px 10px 25px;
}

#nav {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	margin: 0px;
	padding: 0px 25px 0px 25px;
}

#nav ul {
	margin: 0px auto;
	padding-top: 17px;
	padding-bottom: 17px;
}

#nav li {
	display: inline;
	margin: 6px 0px;
	padding: 0px;
}

#nav a {
	color: #eee;
	font-weight: normal;
	margin: 0px 20px 0px 0px;
	padding: 5px 0px;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#content_feature {
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 0px 0px 27px;
}

#content {
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 25px;
}

#content li {
	padding-bottom: 1em;
}

#content_title {
	margin: 0px 0px 20px 15px;
	padding: 0px;
}

#content_title h1, 
#content_title h2, 
#content_title h3
{ margin: 0px 0px .2em 0px; padding: 0px; }

#content_body {
	margin: 0px 0px 25px 0px;
	width: 750px;
}

#content_body_table {
	width: 100%;
}

#content_left {
	background-color: #ccc;
	/* background-image: url(images/content_left.gif); */
	background-repeat: no-repeat;
	background-position: bottom left;
 	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	width: 48%;
}

#content_right {
	background-color: #ccc;
	/* background-image: url(images/content_right.gif); */
	background-repeat: no-repeat;
	background-position: bottom right;
 	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	width: 48%;
}

.column {
	padding: 15px;
}

#content_top {
	background-color: #ccc;
	margin: 0px 0px 25px 0px;
	padding: 15px;
}

#content_bottom {
	background-color: #ccc;
	background-image: url(images/content_common.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 25px 15px 25px 15px;
}

#locations {
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	color: #333366;
	letter-spacing: 2px;
	margin: 0px;
	padding: 5px 25px;
}

#loc_body {
	width: 750px;
}

#loc_body .loc_name { color: #990000; letter-spacing: 3px; }
#loc_body .loc_title { color: #990000; margin-bottom: 1em;  font-size: .8em; }
#loc_body .loc_street { font-size: .8em; }
#loc_body .loc_city { font-size: .8em; }
#loc_body .loc_phone { font-size: .8em; }

#loc_left {
  font-weight: bold;
	text-align: left;
}

#loc_right {
  font-weight: bold;
	text-align: right;
}

img.left { float: left; margin: 0px 10px 10px 0px; }
img.right { float: right; margin: 0px 0px 10px 10px; }


