img { 
	border: none;
}

.bordered-image {
	border: 2px solid black;
}

body {
	background-color: #FBFBEF;
	color: #000000;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 12px;
	margin-bottom: 40px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

tt {
	display: block;
	padding: 10px;
}

li tt {
	padding-left: 0px;
}

a { 
	color: #000000;
}

p {
	padding-left: 10px;
}

.command-section {
	border-top: 1px solid #DEDEDE;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
}

h2.command-title {
	padding-bottom: 3px;
	margin-bottom: 0px;
}

#header {
	padding: 10 10 0 10px; 
	margin-bottom: 10px;
	background: #464646 none repeat scroll 0 0;
	height: 100px;
	min-width: 960px;
	color: #A8A8A8;
}

#header a {
	text-decoration: none;
}


#header a:hover {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

#logo {
	float: left;
}

#tagline {
	padding: 25px 0px 0px 25px;
	font-size: 14px;
	float: left;
}

#loginbox {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}

.wrapper {
	margin: 0 auto;
	clear: both;
	width: 960px;
}

h1 {
	font-style: normal;
	font-weight: normal;
}

#header ul li a { 
	display: block;
	line-height: 40px;
	padding: 0 10px;
}

#header ul li {
	float: left;
	padding-right: 10px;
}

#header ul {
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

a.selected-tab { 
	background: #FBFBEF none repeat scroll 0 0;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}

#header a {
	color: #A8A8A8;
}

#header a:hover {
	color: #000000;
}

#footer {
	text-align: center;
	border-top: 1px solid #DEDEDE;
	font-size: 10px;
	margin-top: 20px;
}

#page-navigation {
	border: 1px solid #000000; 
	float: right;
	padding: 10px;
	margin: 5px;
}

#page-navigation .page-navigation-header {
	font-size: 16px; 
	font-weight: bold;
}

.popular-image {
	float: left;
	padding: 10px;
	height: 128px;
	width: 128px;
	text-align: center;
}

#contact-form { 
	width: 400px;
}

#contact-form label {
	float: left;
	width: 80px;
}

#contact-form input,textarea,select {
	width: 300px;
}

.errorlist {
	border: 2px solid #913030;
	background-color: #FFE9E9;
	padding-top: 10px;
	padding-bottom: 10px;
}

.notifylist {
	border: 2px solid #D0B20A;
	background-color: #FFF5BB;
	padding-top: 10px;
	padding-bottom: 10px;
}

.socialbox {
	width: 100%;
	padding-top: 30px;
}

.twitterbox {
	float: left;
}

.addthis_toolbox {
	float: right;
}

.video {
	padding-left: 25px;
	float: right;
}
