@import url(nav.css);
@import url(rounded.css);
@import url(niftyPrint.css);

/*---------------------------------
Author: brian hasenkamp
Version: 12.13.06
Asenka Creative Services
http://www.asenka.com
---------------------------------*/


body {
	margin:0;
	padding:0;
	background-color:#F6F6F6;
}
#wrapper {
	margin-top:35px;
}
#page {
	width:687px;
	position:relative;
	text-align:left;
	border:3px solid #003D73;
	background-color:#FFFFFF;
}
#header {
	height:128px;
	background-image:url(/images/ParadigmHeader.jpg);
}
#topNav {
	float:right;
	margin-right:5px;
	_margin-top:5px;
	_font-family: Helvetica, Arial, sans-serif;
}
#topNav p, #topNav a:link, #topNav a:visited {
	font-size:9px;
	font-weight:bold;
	color:#003D73;
	text-decoration:none;
	_font-family: Helvetica, Arial, sans-serif;
	line-height:normal;
}
span.spaces {
	margin:0 3px;
}
#topNav a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#003D73;
}
input.search {
	position:relative;
	margin-top:-1px;
	_margin-top:-15px;
	_margin-right:10px;
	font-size:11px;
}
input.button {
	position:relative;
	margin-top:-5px;
	margin-left:4px;
	_margin-top:-11px;
	_margin-left:0px;
	vertical-align:top;
}
#nav {
	display:block;
	width:669px; /*687 minus 18px for yellow bar*/
	height:24px;
	background-color:#FDFAF6;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:18px solid #C38312; /* to match main well */
}
#mainWell {
	display:block;
	border-left:18px solid #C38312;
	height:355px;
	text-align:left;
}
.sidebar {
	background-color:#FDFAF6;
/*	border:1px solid #999;  */
	width:150px;
	float:left;
	margin:15px 0 15px 15px;
	_margin:15px 0 15px 9px;
}

.inset {
	height:307px;
	width:128px; /*  (150 -20 both padding -2 both rules) */
	padding:5px 10px;
}
.inset p, .inset a, .inset a:visited, .inset a:hover {
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
}
.contentTwoThird {
	width:474px;
	margin:15px; 
	_margin:15px 9px;
	float:left;
/*	overflow:scroll; */
}
.liveArea {
	padding:10px 15px 0 15px;
	overflow:auto;
	height:317px;
}
.hilite {
	color:#003D73;
	font-weight:bold;
}
.head {
	color:#003D73;
	font-weight:bold;
	font-size:14px;
}
.bioPhoto {
	float:right;
	margin:0 0 20px 20px;
}
.article {
	float:left;
	width:425px;
	height:180px;
	margin:0 0 30px 0;
}
.article img {
	border:1px solid #999999;
	margin-right:10px;
	float:left;	
}
#header img {
	float:left;
	border-width:0; /* holds format when image is linked */
}
.twoThirdTeaser {
	width:474px;
	margin:15px; 
	_margin:15px 9px;
	float:left;
	margin-bottom:0; 
	background-color:#003D73;
}

.copyright {
	width:687px;
	margin-top:5px;
}


/* for flash movies */
embed {
 display:block;
 float:left;
 margin:0;
 padding:0;
}

/*  text styles */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}

p, ul, li, ol {
	font-family: Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:11px;
	line-height:1.2em;
}

a:link, a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color:#003D73;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#003D73;
	text-decoration:underline;
}

h1, h2, h3 {
	color:#003D73;
	font-weight:bold;
}

h1 {
	font-size:18px;
	text-transform:uppercase;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:11px;
}
.teaser {
	color:#FFF;
	text-align:center;
	margin:4px 0;
}
.copyright p {
	font-size:9px;
	color:#555555;
}
.copyright a, .copyright a:visited {
	font-size:9px;
	color:#555555;
	text-decoration:none;
	font-weight:normal;
}
.copyright a:hover {
	text-decoration:underline;
}
