/* CSS Document */

/* Global Styles */

body
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #231F20;
	margin: 0px 0px 0px 0px;
	background: #b0bccc url(images/gradBG.jpg) repeat-x top;
}

h1
{
	color: #0A2972;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-transform: none;
}

h2
{
	color: #FBEAAB;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	text-transform: none;

}

h3
{
	font-size: 20px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

a
{
	text-decoration: none;
	color: #FF0000;
	font-weight: normal;
}

a:hover {text-decoration: underline;}
ul, ol, li, p, form, hr{margin: 0;}
ul, ol{padding: 0px 0px 10px 20px;}
li{padding: 0px 0px 10px 5px;}
.singlespace li{padding: 0 0 0 5px;}
p{padding: 0px 0px 20px 0px;}

img {border: 0;}
	
/* Classes */

#homeContent
{
	width: 745px;
	margin: 0 auto;
	position: relative;
}

.homePic
{
	background: url(images/hotchkiss.jpg) no-repeat top;
	vertical-align: top;
}

.bubble
{
	display: none;
	position: absolute;
	
}

#bubbleHome {left: 478px; top: 258px;}
#bubbleLatest {left: 505px; top: 263px;}
#bubbleBio {left: 530px; top: 270px;}
#bubbleContact {left: 585px; top: 262px;}
#bubbleBlog {left: 628px; top: 268px;}
#bubblePrevious {left: 660px; top: 265px;}

ul.nav
{
	text-transform: lowercase;
	font-weight: normal;
	text-align: center;
	color: #999999;
	margin-left: 225px;
	padding:0px;
}

.nav li
{
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

.nav a
{
	color: #999999;
	text-decoration: none;
	padding: 0 7px;
}

.nav li.selected a, .nav li:hover a
{
	color: #EE3224;
	text-decoration: none;
}


.copyright
{
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 0;
	text-decoration: none;
	text-align: left;
}

/* Logoworks link back */

.logoworks
{
	font-size: 9px;
	color: #9A9A9A;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
}

.logoworks a
{
	color: #9A9A9A;
}
