html, body {
	height: 100%;
}

body {
	font-family: lucida grande, tahoma, arial;
	font-size: 86%;
	margin:0;
	padding: 0;
	border: 0;
	background: #F4F4F2;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main-holder {
	min-height: 100%;
}

#holder {
	width: 100%;
	margin: 0 auto;
	background: #343838;
	border: 1px solid #444;
}

#top-holder {
	width: 900px;
	margin: 0 auto;
}

#logo {
	height: 60px;
	margin: 8px;
	padding: 10px;
	float :left;
	border: 0;
}

#nav {
	height: 30px;
	width: 100%;
	background: url('../images/nav-back.png');
	border-top: 4px solid #008c9e;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 900px;
	margin: 0 auto;
}

#nav li {
	float: left;
	margin-left: 0;
	padding-left: 0;
	margin-top: 6px;
}

#nav li a {
	padding: 6px 10px;
	padding-bottom: 7px;
	color: #333;
	border-right: 1px solid #999;
}

#nav li a:hover {
	background: #fff;
	text-decoration: none;
}

#nav li a.current {
	background: #777;
	color: white;
}

#main-content {
	width: 900px;	
	margin: 0 auto;
}

#main-content h1 {
	color: #00485a;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	width: 100%;
	border-bottom: 2px solid #888;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

#main-content .left {
	clear: both;
	width: 450px;
	background: white;
	padding: 10px 20px;
	padding-bottom: 4px;
	line-height: 1.6em;
	margin-left: 16px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
}

.left-top {
	height: 10px;
	width: 492px;
	background: url('../images/left-top.png');
	margin: 0;
	margin-left: 16px;		
	padding: 0;
}

.left-bot {
	height: 10px;
	width: 492px;
	background: url('../images/left-bot.png');
	margin: 0;
	margin-left: 16px;		
	padding: 0;
}
 
/* Wide version of left box jobbie */

#main-content .left-wide {
	clear: both;
	width: 758px;
	background: white;
	padding: 10px 40px;
	padding-bottom: 4px;
	line-height: 1.6em;
	margin-left: 16px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
}

.left-top-wide {
	height: 10px;
	width: 840px;
	background: url('../images/left-top-wide.png');
	margin: 0;
	margin-left: 16px;		
	padding: 0;
}

.left-bot-wide {
	height: 10px;
	width: 840px;
	background: url('../images/left-bot-wide.png');
	margin: 0;
	margin-left: 16px;		
	padding: 0;
}

#contact {
	color: white;
	float :right;
	padding-top: 34px;
}

#contact ul {
	list-style: none;
}

#contact ul li {
	float :left;
	padding-right: 10px;
}
dl.contact-form {
	display: block;
	float: left;
}

dl.contact-form dt {
	clear: left;
	float: left;
	width: 100px;
	padding: 4px 0 4px 4px;
	font-weight: bold;
}

dl.contact-form dd {
	float: left;
	margin-left: 0px;
}

.test-title, .test-year {
	color: #666;
}

.fleft {
	float: left;
}

.fright {
	float: left;
}

.clear {
	clear: both;
}

.caption {
	display: block;
	color: #333;
	padding-top: 4px;
	font-size: 0.8em;
}

textarea {
	font-family: tahoma, verdana;
	font-size: 0.9em;
}

.q_back {
	background: url('../images/q_back.png');
	width: 292px;
	height: 90px;
	margin-top: 6px;
	padding: 14px;
	font-size: 0.9em;
}

.quote-text {
	color: #333;
	font-style: italic;
	display: block;
}

.quote-tag {	
	margin-top: 4px;
	display: block;
	width: 100%;
	color: #008b9e;
	text-align: right;
}

p {
	text-align: justify;
}

.cover_right {
	float: right;
	padding-left: 30px;
	width: 90px;
}

.cover_left {
	float: left;
	padding-right: 30px;
	width: 90px;
}

.clear {
	clear: both;
}

#footer {
	margin-top: 10px;
	width: 98%;
	color: white;
	background: #666;
	border-top: 2px solid #999;
	font-size: 0.9em;
	padding: 10px;
	text-align: right;
}

/* TWEET */

.tweet {
  font-family: tahoma, serif;
  color: #000; 
  margin-top: 8px;
  width: 270px;
  border: 1px solid #ddd;
  margin: 0 auto;
}

.tweet .tweet_list {
	-webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #eee;
}

.tweet .tweet_list li {
	overflow: auto;
    padding: .5em; 
    border-bottom: 1px dotted #ccc;
}

.tweet .tweet_list li.tweet_last {
    border-bottom: 0;
}

.tweet .tweet_list li a {
        color: #369; 
}

.tweet .tweet_list .tweet_even {
      background-color: #fff; 
}

.tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; 
}

.tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; 
}

.twitter {
	padding: 10px;
	width: 284px;
	background: #369;
	margin-left: 6px;
}

h3 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	margin-bottom: 10px;
	margin-left: 6px;
	color: white;
}
