*
{
	margin:0;
	padding:0;
}

body, html
{
	background: #FFFFFF;
	color: #383838;
	font : 11px Verdana, Arial, Helvetica, sans-serif;
}

img
{
	margin:0px;
	padding:0px;
}

.border
{
	border : 3px double #E8E8E8;
}

a
{
	color : #008177;
	text-decoration : none;
}

a:hover
{
	color : #008177;
	text-decoration : underline;
}

.bold
{
	font-weight : bold;
}

p
{
	padding : 6px 0;
}

.left
{
	float : left;
}

#title
{
	color : #008177;
	font-weight : bold;
	text-transform : uppercase;
	font-size : 12px;
}

.center
{
	text-align : center;
	font-size : 13px;
}

.right
{
	float : right;
}

.clear
{
	clear : both;
}

.just
{
	text-align : justify;
}

#container
{
	width : 760px;
	margin : 0 auto;
}

#logo
{
	width : 200px;
	height : 91px;
	float : left;
}

#slogan
{
	width : 545px;
	height : 91px;
	float : right;
}

#slogan h1
{
	line-height : 90px;
	color : #999999;
	font-size : 11px;
	font-weight : normal;
}

#leftColumn
{
	width : 200px;
	float : left;
}

#rightColumn
{
	width : 545px;
	float : right;
}

#content
{
	margin-top : 12px;
}

#content ul
{
	padding : 10px 35px;
}

/* START ADDRESS */

#adr
{
	background-color : #D9D9CF;
	margin-top : 12px;
}

#adrTop
{
	background : url(../images/grey-box-top.gif) no-repeat top left;
	width : 200px;
	height : 20px;
}

#adrBottom
{
	background : url(../images/grey-box-bottom.gif) no-repeat bottom left;
	width : 200px;
	height :30px;
}

#adrBody
{
	width : 160px;
	margin : 0px auto;
	color : #383838;
}

#adrBody #adrTitle
{
	color : #008177;
	font-weight : bold;
	font-size : 12px;
}

#adrBody a
{
	font : 10px Arial, Helvetica, sans-serif;
}

/* END ADDRESS */

#Persons
{
	width : 500px;
	margin : 20px auto;
}

.persons
{
	border : 1px solid #D9D9CF;
}

#Persons p
{
	font-size : 10px;
}

#Lawton
{
	width : 200px;
	float : left;
}

#Deeprose
{
	width : 200px;
	float : right;
}

/* START BOTTOM */

#bottom
{
	background-color : #008177;
}

#bottomTop
{
	background : url(../images/dark-box-top.gif) no-repeat top left;
	height : 20px;
}

#bottomBottom
{
	background : url(../images/dark-box-bottom.gif) no-repeat bottom left;
	height :20px;
}

#bottomBody
{
	width : 720px;
	margin : 0px auto;
	color : White;
}

#copy
{
	color : White;
	font-size : 10px;
	text-align : center;
}

#bottomMenu
{
	text-align : center;
}

#bottomMenu a
{
	color : White;
	font-size : 10px;
}

/* END BOTTOM */

/* START GREEN BOX */

.grb
{
	background-color : #DFF5E9;
	margin-top : 12px;
}

.grbTop
{
	background : url(../images/green-box-top.gif) no-repeat top left;
	height : 10px;
}

.grbBottom
{
	background : url(../images/green-box-bottom.gif) no-repeat bottom left;
	height :10px;
}

.grbBody
{
	padding : 0px 15px;
}

.grbBody ul
{
	padding : 10px 35px;
}

.grbBody .grbTitle
{
	color : #008177;
	font-weight : bold;
	font-size : 12px;
	border-bottom : 2px solid White;
	padding-top : 20px;
}

/* END GREEN BOX */

/* START MENU */

#menu
{
	background-color : #008177;
}

#menuTop
{
	background : url(../images/menu-top.gif) no-repeat top left;
	width : 200px;
	height : 22px;
}

#menuBottom
{
	background : url(../images/menu-bottom.gif) no-repeat bottom left;
	width : 200px;
	height :33px;
}

#menuBody
{
	width : 160px;
	margin : 0px auto;
}

#menuBody ul
{
	list-style-type : none;
}

#menuBody ul li
{
	
}

#menuBody ul li a
{
	color : White;
	display : block;
	width : 160px;
	height :30px;
	background : url(../images/menu-back.gif) no-repeat top left;
	text-decoration : none;
	line-height : 30px;
	text-indent : 16px;
	font-weight : bold;
	font-size : 10px;
}

#menuBody ul li a:hover
{
	background : url(../images/menu-back.gif) no-repeat bottom left;
	text-decoration : none;
}

#menuBody ul li #selected
{
	background : url(../images/menu-back.gif) no-repeat bottom left;
	text-decoration : none;
}

/* END MENU */