@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	background: #fff;
}

#container {
	width:810px;
	margin-left: auto;
	margin-right: auto;
	background:#FFF;	
	border-left-style: dashed;
	border-left-size: 5px;
	border-left-color: #E09300;
	border-right-style: dashed;
	border-right-size: 5px;
	border-right-color: #E09300;
}

#header{
	height:200px;
	background-image:url(images/headerbg.png);
	background-repeat:no-repeat;
	background-position:center;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

#headercontent{
	width:810px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/translucent.png);
	border-left-style: dashed;
	border-left-size: 5px;
	border-left-color: #0F3C95;
	border-right-style: dashed;
	border-right-size: 5px;
	border-right-color: #0F3C95;

}

#nav{
	float:right;
	margin-bottom: 15px;
}
#nav ul{
	text-align: right; 
	text-align: right;
	list-style-type: none;
	background-image:url(images/translucent.png);	
/*	border-bottom-style: dotted;
	border-bottom-size: 1px;
	border-bottom-color: #FFF800;
	width: 500px; */
}
#nav li{
	display:inline;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: larger;
	margin-left: 25px;
	margin-right: 25px;
	float: right;
}
#nav a{
	text-decoration:none;
	color: #0F3C95;
	font-weight: bold;
	font-size: 25px;
	border-top-style: dotted;
	border-top-color:#E09300;
	padding-top: 10px;
	
}
#nav a:hover{
	text-decoration: none;
	color: #6688CA;
	border-top-style: dotted;
	border-top-color:#EFC26C;
	padding-top: 10px;
}
a.current {
	border-bottom-style: dotted;
	border-bottom-color:#EFC26C;
	padding-bottom: 10px;
	border-top:0px;
}

#content{
	clear:both;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#content p{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
}

#social{
	position: relative;
	bottom: 175px;
	left: 650px;
	float: left;
	width: 150px;
}

#footer{
	clear:both;
	width:800px;
	padding-top: 20px;
	text-align: right;
	font-style: italic;
	font-size: smaller;
}
p.resumeparagraphs {
	margin-left: 20px;
	margin-right: 20px;
/*	border-left-color: #333;
	border-left-width: 1px;
	border-left-style: dotted;
	padding-left: 5px;
	border-right-color: #333;
	border-right-width: 1px;
	border-right-style: dotted;
	padding-right: 5px;*/
	width: 80%;
}
p.resumeparagraphs {
	margin-left: 20px;
	margin-right: 20px;
/*	border-left-color: #333;
	border-left-width: 1px;
	border-left-style: dotted;
	padding-left: 5px;
	border-right-color: #333;
	border-right-width: 1px;
	border-right-style: dotted;
	padding-right: 5px;*/
	width: 80%;
}
hr.small {																																																																																													
	width: 30%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 0px;
	border-style: dotted;
	border-width: thin;
	color: #E09300;
}
hr.large {
	width: 85%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 0px;
	border-style: dotted;
	border-width: thin;	
	color: #915F00;
}
blockquote {
	border-style: dashed;
	border-color: #FFF;
	border-width: 1px;
	padding: 10px;
	padding-left: 50px;
	background: url(images/quotes.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 16px;
}
table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-style: dotted;
	border-top: none;
	border-bottom: none;
}
td {
	vertical-align: top;
}
td.heading {
	background-color: #efc26c;
}
img.resumeimages {
	float: right;
	clear: right;
	margin-left: 20px;
}
h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 25px;
	font-weight: bold;
	color: #333;
}
h2{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:large;
	color: #333;
	position:relative;
	left: 15px;
}
a {
	color: #0F3C95;
	text-decoration: none;
}
a:hover{
	color: #E09300;
	text-decoration: underline;
}
p{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
	padding-left: 15px;
	padding-right:15px;
}
