/* CSS Document */
/* Sets background color; fixes IE centering bug */
body {
	margin: 0px;
	background-color: #ccc;
	text-align: center;
}
/* Styles all paragraphs */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	background-color: transparent;
	margin: 15px 0px 15px 0px;
}
/* Styles all anchors */
a {
	text-decoration: none;
	color: #333;
	background-color: transparent;
}
/* Sets hover behavior for anchors */
a:hover {
	text-decoration: underline;
}	
/* Sets style for main heading */
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #333;
	background-color: transparent;
	margin: 0px;
}
/* Sets style for secondary headings */
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
	background-color: transparent;
	margin: 0px;
}
/* Sets style for sidebar headings */
h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
	background-color: transparent;
	margin: 0px;
}
/* Sets style for CMS article headlines in sidebar */
h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	background-color: transparent;
	margin: 0px;
}

input[type="text"], textarea {
	border: 1px solid #333;
}

fieldset {
	margin: 10px 0px;
	border: 1px solid #999;
	background-color: #ccc;
}

legend {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #333;
	font-weight: bold;
}

label {
	display: block;
}

#mainWrapper {
	width: 670px;
	border-left: 5px solid #333;
	border-right: 5px solid #333;
	border-top: 5px solid #333;
	margin: 0px auto;
	text-align: left;
}
#header {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 300px;
	float: right;
	text-align: right;
	color: #000;
	
}	
#header a {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	
}
#header a:hover {
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}
.credit {
	margin: 0px;
	padding: 5px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	display: block;
	background-color: #fff;
}
#namePlate {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 670px;
	background: #fff url('images/scitini_nameplate.jpg') no-repeat left bottom;
}
#searchForm {
	margin: 10px 0px 0px 0px;
	float: right;
	display: inline;
}
.searchButton {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	border: 1px solid #333;
	color: #333;
	background-color: #ccc;
}
.searchField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #333;
	color: #000;
	background-color: #fff;
}
#mainNav {
	height: 32px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 670px;
	background: #333;
	border-top: 5px solid #333;
	border-bottom: 5px solid #333;
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
	width: 668px;
	color: #fff;
	list-style-type: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	background:  #ccc url('images/mainNav_bg.gif') repeat-x;
	border: 1px solid #ccc;
}
html #mainNav ul {
	width: 668px;
	
}
* html #mainNav ul {
	width: 668px;
	w\idth: 670px;
}
#mainNav ul li {
	display: inline;
}
#mainNav ul a {
	display: inline;
	padding: 7px 8px;
	text-decoration: none;
	color: #fff;
}
#mainNav ul a:hover {
	background-color:  #333;
	color: #fff;
	text-decoration: underline;
}
#contentWrapper {
	width: 670px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	background: url('images/wrapper_bg_ltblue.jpg') repeat-y;
}

#secondaryContent {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 180px;
	float: left;
	display: inline;
}
html #secondaryContent {
	width: 180px;
}
* html #secondaryContent {
	width: 180px;
	w\idth: 200px;
}

#topicNav {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #333;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	background-color: #ccc;
	margin-top: 10px;
	padding: 0px 10px 7px 10px;
}


#topicNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
	
}

#topicNav li {
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #666;
}

#topicNav li.first {
	border-top: 1px solid #666;
	margin-top: 1px;
}	

#topicNav li a {
	display: block;
	padding: 0px;
	color: #333;
}

#topicNav li a:hover {
	display: block;
	padding: 0px;
}
	
#mainContent {
	margin: 10px;
	padding: 0px;
	width: 450px;
	float: left;
	display: inline;
}
#mainContent img {
	border: 1px solid #000;
}
#story-info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
}

#footer {
	clear: both;
	width: 670px;
	height: 25px;
	color: #fff;
	background-color: #333;
	border-bottom: 5px solid #333;
	border-top: 5px solid #333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
}
#footer ul {
	list-style-type: none;
	text-align: center;
	width: 668px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
}	
html #footer ul {
	width: 668px;
}
* html #footer ul {
	width: 668px;
	w\idth: 670px;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	
}
#footer ul a {
	text-decoration: none;
	margin-left: 5px;
	padding-left: 5px;
	color: #fff;
	background-color: #333;
	border-left: 1px solid #fff;
}	
#footer ul a:hover {
	text-decoration: underline;
	margin-left: 5px;
	padding-left: 5px;
	color: #fff;
	background-color: #333;
}
#footer ul li a.first {
	margin-left: 5px;
	padding-left: 5px;
	border: 0px;
}
#footer ul li a.last {
	margin-left: 5px;
	padding-left: 5px;
	border-right: 0px;
}
.photoBorder {
	border: 1px solid #000;
}
.bug {
	margin: 10px 0px 0px 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	background-color: transparent;
	display: block;
}
.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #333;
	background-color: transparent;
	margin: 0px;
	display: block;
}
.bylineSidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #333;
	background-color: transparent;
	margin: 0px;
	display: block;
}
p.tease {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
	background-color: transparent;
	margin: 2px 0px 10px 0px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	margin-top: 2px;
	margin-bottom: 10px;
}
.date {
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	display: block;
}