body
{
    background: #ccc url(/images/background_firefox.jpg) repeat-y;
    background-position: top center;
    margin: 0px;
    font-family: Arial, Verdana;
    font-size: 13px;
    color: #333;
}

*html body
{
    background: #ccc url(/images/background.jpg) repeat-y;
    background-position: top center;
    margin: 0px;
    font-family: Arial, Verdana;
    font-size: 13px;
}

img
{
    border: none;
}

p
{
	font-size:13px;
	line-height:18px;
	margin:0px;
}

a
{
    color: #0f337d;
}

h1
{
    font-size: 28px;
    margin: 5px 0px 20px 0px;
    font-family: Trebuchet ms, Arial;
    color: #000;
    font-weight:normal;
}

h2
{
    font-size: 22px;
    margin: 0px 0px 12px 0px;
    font-family: Trebuchet ms, Arial;
    color: #000;
    font-weight:normal;
}

h3
{
    font-size: 18px;
    margin: 10px 0px 12px 0px;
    font-family: Trebuchet ms, Arial;
    color: #000;
    font-weight:normal;
}

h4
{
	font-size:20px;
	margin: 20px 0px 12px 0px;
	font-family: Trebuchet ms, Arial;
	color:#333;
	border-bottom:4px solid #ccc;
}

h5
{
	font-size:16px;
	margin: 10px 0px 12px 0px;
	font-family: Trebuchet ms, Arial;
	color:#333;
	border-bottom:1px solid #ccc;
}

.clear
{
    clear: both;
    font-size: 1px;
    height: 1px;
}

.clearpad
{
    clear: both;
    font-size: 1px;
    height: 8px;
}

#container
{
    width: 975px;
    margin-left: auto;
    margin-right: auto;
}

#menu td
{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-top: 2px solid #red;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    background: #10347d url(/images/menu_background.jpg) repeat-x;
    background-position: bottom;
    padding: 4px 0px 4px 0px;
    font-family: Trebuchet MS, Arial;
    font-size: 12px;
    width: 160px;
}

#menu td a
{
    color: #fff;
    text-decoration: none;
}

#menu td a:hover
{
    text-decoration: none;
    font-weight: bold;
}

#menu td.on
{
    background: #02ab73 url(/images/menu_on_background.jpg) repeat-x;
    background-position: bottom;
    font-weight: bold;
}

#headerimages
{
    width: 100%;
}

#headerimages .image
{
    width: 827px;
    background: #fff url(/images/header/home.jpg) no-repeat;
    vertical-align: top;
}

#headerimages ul
{
    margin: 6px 0px 0px 0px;
    padding: 0px;
    width: 150px;
}

#headerimages ul li
{
    list-style-type: none;
    padding-bottom: 6px;
    font-weight: bold;
    font-family: Trebuchet MS, arial;
    font-size: 13px;
    line-height: 15px;
}

#headerimages ul li a
{
    color: #000;
    text-decoration: none;
}

#headerimages ul li a.on
{
    color: #039765;
}

#headerimages ul li a:hover
{
    color: #039765;
}

#content
{
    padding: 0px 20px 20px 20px;
    background: #fff url(/images/content_background.jpg) repeat-x;
    background-position: top;
    margin-top:-3px;
}

#content h3
{
	margin:0px;
}

#content p
{
	margin:10px 0px 10px 0px;
}

#content li
{
	margin:0px 0px 4px 0px;
}

.left
{
    margin:0px;
    padding:0px;
    float:left;
}

.left img
{
	width:300px;
	border:1px solid #ccc;
	margin:20px 0px 0px 0px;
	padding:2px;
}

.right
{
  padding:10px 20px 0px 40px;
  float:left;
  width:500px;
}

.locationsleft
{
	float:left;
	width:445px;
	margin-left:0px;
}

.locationsright
{
	float:right;
	width:445px;
}

.box
{
    padding: 14px 14px 14px 45px;
    margin: 60px 0px 0px 0px;
}

.box h2
{
    text-align: center;
}

.box ul
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.box dl dt
{
    font-weight: bold;
    margin-top: 10px;
}

.box dl dd
{
    margin-left: 20px;
    padding: 0px;
}

.box2
{
	margin:20px 0px 0px 0px;
	width:450px;
	height:275px;
	border:8px solid #e5e5e5;
	padding:8px;
}

.locationscerts
{
	border:8px solid #e5e5e5;
	width:450px;
	margin-top:20px;
	padding:8px;
}

.corephotos
{
	margin:0px;
	padding-top:40px;
}

.corephotos div
{
	float:left;
	padding-right:50px;
}

.corephotos img
{
	border:1px solid #ccc;
	padding:2px;
}

.corephotos p
{
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

.productsul
{
	float:left;
	width:100px;
	padding-left:40px;
	margin:15px 40px 0px 0px;
}

#corephotoslastimage
{
	padding-right:0px;
}

#gallery
{
    width: 439px;
    height: 438px;
    background: transparent url(/images/gallery_background.jpg) no-repeat;
    text-align: center;
    border-top: 1px solid #eee;
}

#gallery h2
{
    margin: 50px 0px 6px 0px;
}

#gallery .mainimage
{
    width: 324px;
    margin: 20px auto 0px auto;
}

#gallery .mainimage img
{
    border: 1px solid #333;
}

#footer
{
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.add
{
    text-align: right;
    margin-bottom: 6px;
}

.add img
{
    float: right;
    margin-left: 4px;
}

.formtitle
{
    float: left;
    width: 200px;
    margin-right: 4px;
    text-align: right;
    padding-top: 4px;
    font-weight: bold;
}

.required
{
    color: #990000;
    font-size: 16px;
}

div.formvalue
{
    float:left;
    width: 50%;
}

.dailyprice
{
	padding:0px 0px 0px 10px;
}

.dailypriceheader
{
	background-color:#2eb98c;
}

.dailypriceheader td
{
	font-weight:bold;
	color:#000;
	padding:0px 0px 0px 0px;
}

.dataentry
{
	border:1px solid #eaebea;
	padding:4px;
	background-color:#fff;
}

.peoplecontainer
{
	width:925px;
	border-bottom:1px solid #ccc;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}

.peoplename
{
	font-size:14px;
	font-weight:bold;
	float:left;
}

.peopleposition
{
	font-style:italic;
	font-size:14px;
	float:left;
	padding-left:5px;
}

.peopleimg
{
	float:left;
	border:1px solid #ccc;
}

.peoplep
{
	width:800px;
	float:left;
	padding-left:10px;
}

.selectgrade td
{
	float:left;
	background-color:#e5e5e5;
	border:1px solid #ccc;
	text-align:center;
	margin-left:1px;
	width:70px;
}

.selectgrade td label
{
	text-align:center;
	font-size:10px;
	width:70px;
}

/* Grid CSS */

.Grid
{
    border-collapse:collapse;
    background-color: white;
    margin: 2pt;
    color:#000;
}

.Grid th
{
    font-weight: bold;
    padding: 6px;
    background-color: #2eb98c;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.Grid th a
{
    color: #333;
    text-decoration: none;
}

.GridRow
{
    background-color: #fff;
    text-align:center;
}

.GridRowOn
{
    background-color: #f4f4f4;
    text-align:center;
}

.GridPagination
{
    background-color: #f0f0f0;
    background-position: top left;
    text-align: center;
    vertical-align: middle;
}

.GridSmall
{
    border-collapse: separate;
    margin: 2pt;
}

.GridSmall th
{
    font-weight: bold;
    padding: 2px;
    border-bottom: 1px solid #666;
}

.GridSmall th a
{
    color: #333;
    text-decoration: none;
}

.GridRowSmall
{
    background-color: transparent;
}

.GridRowSmallOn
{
    background-color: #e9e9e9;
}

.GridPaginationSmall
{
    background-color: #f0f0f0;
    background-position: top left;
    text-align: center;
    vertical-align: middle;
}

/* End Grid CSS */