body {
	background-color: #c2c2c2;
	color: white;
	font: small Arial, Helvetica, Verdana, sans-serif;
	margin-right:2em;
	margin-left:2em;
	margin-top: 0em;
	padding-top:0em;
	padding-bottom:0em;
	border-left:0.5em solid #ffffff;
	border-right:0.5em solid #ffffff;
	width:910px;
	text-align: center;
}

/* BEGIN = Top row of images leaders */


#leader {	

 padding-bottom:0em;
 margin-bottom:0em;
 background-color: black;
 border-top: 0.3em solid #D3D3D3;
}

#leader a{
color:#ffffff;
}

#logo {
float:left;
width:500px;
padding-bottom:0em;
height:100px;
}

#logo img{
border:none;
}

#topitems{
	float:right;
	width: 20%;
	height: 100px;
	padding-bottom: 0em;
	margin-bottom: 0em;
	font-family:sans-serif;
	font-variant:small-caps;
}

#topitems ul{
	margin:0em 0em 0em 0em;
	padding-top: 2em;
	padding-right: 0em;
	list-style-image: url("images/head-bullet.png");
	list-style-position:inside;
}

#topitems li{
	padding-left:0em;
	text-align: left;
}

/* END = Top row of image leaders */

/* ############################# */

/* Begin = Container */


#container{
background-color:black;
border-top: 0.3em solid #D3D3D3;
width:100%;
}


#floor1 {
  margin-top:0;
  padding:0;
  clear:both;
}

#floor2 {
  margin-top:0;
  padding:0;
  clear:both;
}


#buttons{
background-color:black;
width:255px;
float:left;
}

#buttons a img{
border:none;

}

#propimages {
float:left;
height:280px;
width:655px;
}

#propimages a img {
float:left;
border-style:hidden;
border:none;
}

#button1 {
width: 250px;
height: 50px;
background: url("images/button-profile-g.png"); 
top left no-repeat;
border-style:hidden;
border-bottom: 1px solid #ffffff;
}

#button1 a:hover img {
background: url("images/button-profile-w.png");
border-style:hidden;
border-bottom: 1px solid #D3D3D3;
}

#button2 {
width: 250px;
height: 50px;
background: url("images/button-practice-g.png"); 
top left no-repeat;
border-style:hidden;
border-bottom: 1px solid #ffffff;
}

#button2 a:hover img {
background: url("images/button-practice-w.png");
border-style:hidden;
border-bottom: 1px solid #D3D3D3;
}

#button3 {
width: 250px;
height: 50px;
background: url("images/button-services-g.png"); 
top left no-repeat;
border-style:hidden;
border-bottom: 1px solid #ffffff;
}

#button3 a:hover img {
background: url("images/button-services-w.png");
border-style:hidden;
border-bottom: 1px solid #D3D3D3;
}

#button4 {
width: 250px;
height: 50px;
background: url("images/button-resources-g.png"); 
top left no-repeat;
border-style:hidden;
border-bottom: 1px solid #ffffff;
}

#button4 a:hover img {
background: url("images/button-resources-w.png");
border-style:hidden;
border-bottom: 1px solid #D3D3D3;
}

#button5 {
width: 250px;
height: 50px;
background: url("images/button-contact-g.png"); 
top left no-repeat;
border-style:hidden;
border-bottom: 1px solid #ffffff;
}

#button5 a:hover img {
background: url("images/button-contact-w.png");
border-style:hidden;
border-bottom: 1px solid #D3D3D3;
}
#sitemap  {
	list-style-type: square;
	list-style-position: inside;
	width: 50%;
	margin-left: 25px;
}
#sitemap ul {
	padding-left: 25px;
	list-style-type: square;
	list-style-position: inside;
}
#sitemap li {
	padding-left: 10px;
}

/* END = Container */

/* BEGIN = Main */

#main {
	border-top:5px dotted #eaec81;
	border-bottom:5px dotted #7e802d;
	background-color: #b5b61d;
	font-family: Paltino Linotype;
	font-size:medium;
	color:#000000;
	background-image: url(images/gradient-main.png);
	background-repeat: repeat-x;
}

#contents{
	margin-left:25px;
	margin-right:25px;
	padding-bottom:20px;
	font-size:1.2em;
	text-align: left;
}

#contents h2{
 color:#000000;
}
#rightcontent {
	font-size:small;
	font-weight:bold;
	text-align:left;
	float: right;
	width: 30%;
	clear: none;
	padding-left: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 250px;
	margin-top: 10px;
}

/* END = Main */

/* BEGIN = footer */


#footer {
	width: 100%;
	border-bottom: 5px solid #D3D3D3;
	margin-top:0;
	background-color:#000000;
	color:#ffffff;
	font-variant:small-caps;
	text-align: center;

}

#footer p {
	font-size: 90%;
	margin: 0;
	text-align:center;
	float: none;
}
#sitetag {
	float: inherit;
}


#footer a{
color:#00CCFF;
}

/* END = footer */
#disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align: justify;
	padding: 0px;
	clear: both;
}
#leftcontent {
	width: 65%;
	float: left;
	padding: 10px 20px 5px 5px;
	text-align: justify;
	border-right-width: medium;
	border-right-style: double;
}
