#homePic{
	float:left;
margin: 0px 0px 0px 150px;
width:266px;
height:226px;
background-image:url(images/home_pic.png);
background-repeat:no-repeat;
}


/* Website font, image, links styles*/


.Content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #6b5a38;
}

.ContentSmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:16px;
	color: #6b5a38;
}

.Content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #0e0e77;
	
}

.Content3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #f6f6c9;
	
}

.Content4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #381401;
	
}

.Content5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #cc6600;
	
}

.BigContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #6b5a38;
}

.BigContent2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #0e0e77;
	
}

.BigContent3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #f6f6c9;
	
}

.BigContent4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #381401;
	
}

.BigContent5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #cc6600;
	
}

.Bio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #381401;
	
}

.Services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #f6f6c9;
	
}


.Date {
font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d17315;
	
}



/*Begin website object styles*/

ul{
list-style-image:url(images/disc.png);
}

li {
margin-bottom: 10px;
}

.odd {
  background-color: #ffffff;
}
.even {
  background-color: #fbfbdb;
}

.NoImageBorder {border:none;
}


.DottedBorders td{border: 1px dotted #6b5a38;
padding:5px;

}

.NoDottedBorders td{border: none;

}

.alt { background-color:#efefef; }


.noImageBorders {
border:none;

}	

.ImageBorders{

  background-color: #fff;
  border: 1px solid #cccccc;
  
  padding: 6px;
  }





a:link {
	color: #cc6600;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #cc6600;
}
a:hover {
	text-decoration: none;
	color: #006cb2;
}
a:active {
	text-decoration: none;
	color: #cc6600;
}



/* Begin Custom Form css */



input
{
color: #1f5b97;
background: #e2effb;
font-size:18px;
height:25px;
border: 1px dotted #cde4fb;
}

textarea
{
color: #1f5b97;
background: #e2effb;
font-size:18px;
border: 1px dotted #cde4fb;

}

.button {
color: #ffffff;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
background: #1f5b97;
border:none;
width:85px;
height:40px;

}

.button:hover {
color: #ffffff;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
background: #cc6600;
border:none;
width:85px;
height:40px;


}

/* Bio links */
 .Bio a:link  {
	color: #f6f6c9;
	text-decoration: none;
	}
.Bio a:visited {
	text-decoration: none;
	color: #f6f6c9;
}
 .Bio a:hover {
	text-decoration: underline;
	color: #0e0e77;
}
 .Bio a:active {
	text-decoration: none;
	color: #f6f6c9;
}

/* services links */
 .Services a:link  {
	color: #381401;
	text-decoration: none;
	}
.Services a:visited {
	text-decoration: none;
	color: #381401;
}
 .Services a:hover {
	text-decoration: underline;
	color: #0e0e77;
}
 .Services a:active {
	text-decoration: none;
	color: #381401;
}


/* End custom form css */

.searchbutton {
border:none;

}


/* Expandable div styles */
.msg_list {
margin: 0px;
padding: 0px;
width: 100%;
}
.msg_head {
padding: 5px 10px;
height: 20px;
cursor: pointer;
position: relative;
margin:1px;
}
.msg_body {
padding: 5px 10px 15px;
margin:1px;
}