body {
	font-family: Times;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 50px;
}

.content {
	margin-top: 50px;
}

.green, .lightboxContent a {
	color: #85B503;
}

img.profile {
	border: solid 10px #ccc;
	width: 280px;
}

dl {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial;
	font-size: 15px;
	line-height: 17px;
}

dt {
	margin-top: 20px;
	color: #85B503;
	font-weight: bold;
	font-size: 17px;
	line-height: 17px;
	font-variant: small-caps;
	text-transform: uppercase;
	border-bottom: solid 1px #ccc;
}

dd {
	margin-left: 20px;	
	margin-top: 5px;	
}

dd.social_icons {
	margin-top: 10px;
	margin-left: -20px;
	text-align: center;
}

p {
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
}

p.setwidth {
	width: 450px;
}

p.header {
	width: 100%;
	margin-right: 0px;
	text-align: left;
	margin-left: 0px;
	font-size: 30px;
	line-height: 30px;	
}


/************************************************
CAROUSEL
************************************************/

.thumbs {
	margin-bottom: 30px;
}

.slider {
	width: 380px;
  border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

ul, li {
	margin: 0px;
}
li {
	margin: 15px;
}

div.prev, div.next {
	width: 15px;
	height: 21px;
	margin-top: 60px;
	cursor:pointer;
	margin-left: 32px;
	margin-right: 32px;
}
div.prev {
	float:left;
}
div.next {
	float:right;
}


div.prev {
	background:url(../images/nav2.gif) no-repeat top
}
div.next {
	background:url(../images/nav2.gif) no-repeat 0 -22px;
}


/************************************************
CAPTIFY CAPTION
************************************************/
.caption-top, .caption-bottom {
	background: #000000;
	color: #ccc;
	cursor:default;
	padding-top:15px;
	padding-bottom:30px;
	font-family: Tahoma;
	font-size:12px;
	line-height: 12px;	
	text-align:center;
	text-decoration: none;
	font-weight: bold;
}

.caption-top {
     border-width:0px;
}

.caption-bottom {
     border-width:0px;
}

.caption a {
     background:#000;
     border:none;
     text-decoration:none;
     padding:2px;
}

.caption a:hover {
     background:#202020;
     text-decoration:none;

}

/* Fix for Safari */
a, a:hover {
    text-decoration:none;
}
dd a {
  text-decoration: underline;	
}

/******************
/* Fancy Lightbox
/******************/

.lightboxContent {
	text-align: center;
	height: 480px;
	padding-top: 20px;
	background-color: #eee;
	color: #000;
	font-family: Arial;
}
.lightboxContent p {
	margin-left: 100px;
	margin-top: 15px;
	width: 500px;
	text-align: center;
}
.lightboxContent p.text {
	text-align: left;
}


.lightboxContent a {
	text-decoration: underline;
}

/***********
/* Tweets
************/
.tweets li {
	font-size: 12px;
	line-height: 12px;
}
.tweets a {
	color: #555;
}