@CHARSET "ISO-8859-1";

html, body
{
	margin: 0px;
}
	
body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img 
{
	border: 0px;
}

#Nav
{
	position: relative;
	top: 21px;
	left: 10px;
}
	
#Nav .navItem
{
	position: relative;
	float: left;
	height: 12px;
	padding-right: 10px;
}
	
#Nav .navItem a 
{
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#Nav .navItem a:hover
{
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
}

#Nav .navItemBlog
{
	width: 25px;
}

#Nav .navItemBlog a 
{
	background: url(../images/imgNavBlog.png);
}

#Nav .navItemBlog a:hover
{
	background: url(../images/imgNavBlog.png);
	background-position: 0px -12px;
}

#Nav .navItem .navItemVastFields 
{
	width: 154px;
	background: url(../images/imgNavVastFields.png);
}

#Nav .navItem .navItemVastFields:hover
{
	width: 154px;
	background: url(../images/imgNavVastFields.png);
	background-position: 0px -12px;
}

#Nav .navItemBio
{
	width: 58px;
}

#Nav .navItemBio a 
{
	background: url(../images/imgNavBio.png);
}

#Nav .navItemBio a:hover
{
	background: url(../images/imgNavBio.png);
	background-position: 0px -12px;
}

#Nav .navItemContact
{
	width: 43px;
}

#Nav .navItemContact a 
{
	background: url(../images/imgNavContact.png);
}

#Nav .navItemContact a:hover
{
	background: url(../images/imgNavContact.png);
	background-position: 0px -12px;
}

#Nav .navItem ul
{
	visibility: hidden;
	margin-top: 0px;
	position: absolute;
	background-color: #dfe3eb;
	background-image: none;
	padding-left: 0px;
	margin-left: 0px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	list-style-type: none;
	z-index: 502;
}

#Nav .navItem ul li
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #73777c;
}

#Nav .navItem ul li:hover
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #73777c;
	background: #7ba8c0;
}

#Nav .navItem ul li a
{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
	
#Nav .navItem ul li a:hover
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#Main
{
	width: 100%;
	height: 560px;
	background: url(../images/imgBackground.jpg) no-repeat;
}

#LeftCol
{
	position: absolute;
	width: 320px;
	height: 504px;
	top: 39px;
	left: 10px;
	border: #a9a9a9 1px solid;
	overflow: auto;
}

#LeftColContent
{
	padding: 10px;
	background: #ffffff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9;
	-moz-opacity:0.9;
}

#MiddleCol
{
}

#RightCol
{
	position: absolute;
	left: 640px;
	width: 320px;
}

#TweetsHeader
{
	position: relative;
	top: 30px;
	left: 8px;
	color: #82303f;
	font-size: 12px;
	font-weight: bold;
}

#Twitter
{
	position: relative;
	top: 35px;
	left: 8px;
	width: 312px;
	height: 495px;
	overflow: auto;
}

#TwitterFeed
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #a9a9a9;
	padding-right: 10px;
}

#Title
{
	position: relative;
	top: 15px;
	left: 8px;
}

#Footer
{
	position: absolute;
	top: 563px;
	left: 10px;
}

.tweetDate
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.tweetSource
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #a9a9a9;
}

.tweetSource a
{
	color: #82303f;
	text-decoration: none;
}

.tweetSource a:hover
{
	color: #82303f;
	text-decoration: underline;
}

.tweetText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.tweetText a
{
	color: #999999;
	text-decoration: none;
}

.tweetText a:hover
{
	color: #82303f;
	text-decoration: underline;
}