﻿*
{
	font-family:tahoma;
	font-size:14px;
}

body
{
	background:url('../img/bg_gradient.png') #002F37 repeat-x;
}

h1
{
	font-size:20px;
	font-variant:small-caps;
}

h2
{
	font-size:16px;
	font-style:italic;
	font-variant:small-caps;
}

#Page
{
	margin:20px auto;
	padding:0px;
	width:800px;
}

.border_bottom
{
	background:url('../img/border/border_b.png') repeat-x;
	height:20px;
	margin-left:22px;
	margin-right:22px;
	bottom:0px;
}

.border_bottomleft
{
	background:url('../img/border/border_bl.png') left no-repeat;
	height:20px;
	width:100%;
}

.border_bottomright
{
	background:url('../img/border/border_br.png') right no-repeat;
	height:20px;
	width:100%;
}

.border_left
{
	background:url('../img/border/border_l.png') left repeat-y;
	width:100%;
}

.border_right
{
	background:url('../img/border/border_r.png') right repeat-y;
	width:100%;
}

.border_top
{
	background:url('../img/border/border_t.png') repeat-x;
	height:20px;
	margin-left:22px;
	margin-right:22px;
}

.border_topleft
{
	background:url('../img/border/border_tl.png') left no-repeat;
	height:20px;
	width:100%;
}

.border_topright
{
	background:url('../img/border/border_tr.png') right no-repeat;
	height:20px;
	width:100%;
}

.clear
{
	clear:both;
}

.contactTable tr td
{
	font-weight:bold;
	padding:5px;
	vertical-align:top;
}

.main_content
{
	background-color:#FFF;
	height:600px;
	min-height:600px;
	margin-left:22px;
	margin-right:22px;
	padding:5px;
}

.main_content .header
{
}

.main_content .content
{
	padding:15px;
}

/*Correct height issue in FF & Chrome*/
html > body .main_content
{
	height:auto;
}

.menu ul
{
	margin:0px 0px 0px 0px;
	padding:0px;
}

.menu ul li
{
	float:left;
	list-style:none;
}

.menu ul li a
{
	background:#767676;
	border:1px solid #049;
	color:#FFF;
	float:left;
	font-family:verdana;
	font-size:20px;
	margin-right:5px;
	padding:3px 7px 3px 7px;
	text-decoration:none;
}

.message
{
	color:#900;
	font-size:11px;
	font-weight:bold;
}

.siteDisplay
{
	width:100%;
}

.siteDisplay tr td
{
	padding-bottom:10px;
	text-align:center;
	vertical-align:top;
}

.siteDisplay tr td img
{
	border:2px solid #DDD;
	padding:5px;
	width:100px;
}