/* Main Body */
body, html {
	font: 				14px Verdana, Arial, Helvetica, sans-serif;
	background-color: 	#FFECA8;
	height: 			100%;
	line-height:		1.8em;
}

body {
	margin: 			20px 0px;
	padding:			0px;
	line-height: 		1.3em;
}

#wrap {
	width: 				805px;
	margin: 			0px auto;
	padding: 			0px;
}

#inner-wrap {
	width:				805px;
	background-color: 	#FFF;
	margin:				0px;
	padding: 			0px;
}

#border-wrap {
	border:				1px solid black;
	width:				805px;
}

#top {
	background-color: 	#8A638B;
}

#content {
	clear:				both;
	margin: 			0px;
	padding: 			10px;
	text-align: 		left;
}

#footer {
	clear: 				both;
	text-align:			center;
	width: 				805px;
	padding: 			5px 0px 5px 0px;
	font: 				normal 10px Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration:	none;
	color:				blue;
}

a:hover {
	color:				#666666;
}

h1 {
	font-style:			normal;
	font-size:			18px;
	padding:			0px;
	margin:				1em 0px 1em 0px;
}

h1.h1sideBar {
	margin:				.5em 0px .5em 10px;
}

h2 {
	font-style:			normal;
	font-size:			14px;
	padding:			0px;
	margin:				.5em 0px .5em 0px;
}

h2.h2sideBar {
	margin:				.5em 0px .5em 10px;
}

h2.h2sideBar a:hover {
	font-style:			italic;
}


h3 {
	font-size:			14px;
}

h4 {
	font-size:			14px;
}


/* home page slide show */
#showContainer {  
	float:				right;
    height:  			450px;  
    width:   			300px;   
    margin:  			auto;
	margin-right:		5px;
	padding-left:		10px;
} 
 
#showContainer img {  
    padding: 			5px;  
    border:  			1px solid #ccc;  
    background-color: 	#eee;
}

/* pages */
.imgRight {
	float: 				right;
	margin: 			10px;
	padding: 			5px;
	border:  			1px solid #ccc;  
    background-color: 	#eee; 
}

.imgLeft {
	float: 				left;
	margin: 			10px;
	padding: 			5px;
	border:  			1px solid #ccc;  
    background-color: 	#eee; 
}

.imgCenter {
	text-align:			center;
	margin: 			10px;
	padding: 			5px;
	border:  			1px solid #ccc;  
    background-color: 	#eee; 
}

#experienceList li {
	line-height:		1.5em;
	margin-bottom:		20px;
	font-style:			italic;
}

#experienceList li {
	list-style-image: url(../images/leftQuote.gif);
}

div.row {
  clear: 				both;
  width:				600px;
  padding-top: 			5px;
  line-height:			normal;
  margin-left:			50px;
}

div.row span.bullet {
	float: 				left;
	width:				30px;
}

div.row span.year {
  float: 				left;
  width: 				60px;
  text-align: 			right;
  padding:				0px;
  font-weight:			bold;
  font-size:			14px;
}

div.row span.desc {
  float: 				right;
  width: 				480px;
  text-align: 			left;
  padding:				0px;
}

/* Font styles */
.bodyType {
	font-size:			12px;
	color:				#000000;
}

.bodyTypeLg {
	font-size:			14px;
	color:				#000000;
}

.bodyTypeIndented {
	font-size: 			14px;
	margin: 			10px 0px 0px 30px;
}

.projectParagraph {
	font-size:			12px;
	line-height:		1.8em;
}

.boldSubTitle {
	font-weight:		bold;
	font-size: 			18px;
}

.boldSubTitleCaps {
	font-weight:		bold;
	font-size: 			18px;
	font-variant:		small-caps;
}

.boldType {
	font-weight:		bold;
}

.center {
	text-align:			center;
}

.title {
	font-weight:		bold;
	font-size:			14px;
	font-style:			italic;
}

.subTitle {
	font-weight:		bold;
	font-size:			12px;
	font-style:			italic;
	margin-left: 		50px;
}

.caption {
	font-size:			10px;
	font-weight:		bold;
	text-align:			center;
}

.lists {
	font-size: 			14px;
	list-style: 		disc;
}

.lists li {
	padding: 			0 0 3px 5px;
}

.listsDrs {
	font-size: 			14px;
	list-style:			url(../images/small_cadeuc.png) inside;
}

.listsDrs li {
	padding: 			0 0 3px 5px;
}

.listsDrs li a {
	text-decoration:	none;
}
