body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: small;
	background-color: #eeeeee;
}
#page {
	width: 960px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
        margin-top: 10px;
        text-align: left;
}
#header {
	width: 960px;
	height: 111px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#header  #logo  {
	float: left;
	display: inline;
	margin-top: 25px;
	margin-left: 15px;
}
#header  #action_menu  {
	float: right;
	width: 400px;
	margin-top: 15px;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	display: inline;
	margin-right: 20px;
}
#home  #action_menu  ul {
	margin: 0px;
	padding: 0px;
}

#header  #action_menu  li {
    float: left;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-left: 25px;
}

#header  #action_menu  span  {
	margin-left: 25px;
}
#header #action_menu a:link, #header #action_menu a:visited {
	color: #666666;
	text-decoration: none;
}
#header  #action_menu  a:hover, #action_menu a:active{
	text-decoration: underline;
}

#header  #phone  {
	float: right;
	text-align: right;
	width: 450px;
	margin-top: 5px;
	display: inline;
	font-size: 18px;
	font-weight: normal;
	margin-right: 33px;
}

#header   #phone   span    {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}


#navigation {
	width: 100%;
	height: 40px;
	background-color: #336699;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccccff;
 	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333366;
        text-align: left;
}
#navigation  ul  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 65px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation   li   {
	float: left;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 44px;
	padding-top: 8px;
}
#navigation  li  span  {
	font-size: 10px;
	text-transform: lowercase;
	color: #CCCCFF;
}
#navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#center_image {
	background-image: url(/images/grass.jpg);
	height: 206px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #336633;
}


#home    #sections  {
	background-color: #FFFFFF;
        font-size: small;
        text-align: left;
	padding-bottom: 10px;
        margin-bottom: 10px;

}

#home   #sections      h2       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #336633;
	letter-spacing: 3px;
	text-align: center;
}
#home   #sections         h2     span      {
	font-size: 11px;
	color: #999999;
	letter-spacing: 2px;
	text-transform: lowercase;
}

#home   #sections a:link, #home #sections a:visited {
	color: #336633;
	text-decoration: none;
}
#home   #sections  a:hover, #home #sections a:active{
	text-decoration: underline;
}

#home   #sections      #section1   {
	width: 286px;
	float: left;
	display: inline;
	background-color: #FFFFFF;
        padding-left: 0px;
        padding-right: 10px;
}
#home  #sections            #section2    {
	width: 286px;
	float: left;
	display: inline;
	background-color: #FFFFFF;
        padding-left: 10px;
        padding-right: 10px;
}
#home   #sections      #section3   {
	float: right;
	width: 286px;
	display: inline;
	background-color: #FFFFFF;
        padding-left: 10px;
        padding-right: 0px;
}



#copyright {
        color: #999999;
        font-size: small;
        margin-top: 20px;
}


#content {
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
	padding-bottom: 10px;
}

h1 {
	margin-bottom: 0px;
}


#context-bar {
	padding-left: 20px;
	margin-top: 0px;
        padding-bottom: 1px; 
}

#main {
	width: 530px;
	float: left;
}
#side {
	width: 300px;
	float: right;
	font-size: 12px;
	line-height: 18px;
}
#side   ul  {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#side  li  {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#side h2 {
	font-size: 110%;
}

#form_area {
	width: 530px;
	font-size: 11px;

}
#form_area .section {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#form_area  div {
	margin-top: 5px;
	line-height: 20px;
	width: 530px;
	overflow: hidden;
}



#form_area label {
	width: 150px;
	float: left;
	margin-right: 10px;
	display: block;
	text-align: right;
	color: #666666;
}


#form_area input {
	font-size: 11px;
}
#form_area  #submit    {
	margin-left: 160px;
}
