/* General Styles
----------------------------------------------- */

html body {
color: #666;
margin: 0;
padding-top: 0;
padding-left: 0;
padding-right: 0;
padding-bottom: 55px;
border: 0;
text-align: center;
background: #fff;
font-family: "helvetica", arial, verdana, sans-serif;
font-size:   .9em; 
}

img {
border:0;
}

.hide {
display: none;
}

p {
margin: 0;
padding:0 0 10px 0;
}

b {
font-weight: bold;
}



/* Heading Styles
----------------------------------------------- */

h1 {
margin:5px 0 5px 0;
padding:0;
color:#000;
letter-spacing: 0;
text-decoration:none;
font-weight: bold;
font-size:    2.4em;
background: #fff;
} 

.h1color {
color:#b2b2b2;
font-weight: normal;
}

h2  {
margin: 10px 0 10px 0;
padding:0;
color:#333;
letter-spacing: 0;
font-weight: bold;
background: transparent;
text-decoration:none;
font-size:    1em;
border-bottom: 1px solid #000;
} 

h4  {
margin: 10px 0 10px 0;
padding:0;
letter-spacing: 0;
font-weight: bold;
background: transparent;
text-decoration:none;
font-size:    0.8em;
border-bottom: 1px solid #666;
} 



/* Link styles
----------------------------------------------- */

a:link, a:visited, a:active {
	font-weight: normal;
	border:0;
	padding: 0;
	margin: 0;
	color: #436EEE;
	background: transparent; 
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0;
	background: #436EEE;
	border:0;
	text-decoration: none;
}

.boldlink , a.boldlink , a.boldlink:link , a.boldlink:visited {
	color: #436EEE;
	background: transparent; 
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
} 

a.boldlink:hover {
	color: #fff;
	padding: 0;
	margin: 0;
	border:0;
	text-decoration: none;
	font-weight: bold;
	background: #436EEE;
}

a.titlelink , a.titlelink:link , a.titlelink:visited {
	color: #000;
	background: transparent; 
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.1em;
} 

a.titlelink:hover {
	color: #fff;
	padding: 0;
	margin: 0;
	border:0;
	text-decoration: none;
	font-weight: normal;
	background: #436EEE;
}

.post-details a:link, .post-details a:visited, .post-details a:active {
	font-weight: normal;
	border:0;
	padding: 0;
	margin: 0;
	color: #436EEE;
	background: transparent; 
	text-decoration: none;
}

.post-details a:hover {
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0;
	background: #436EEE;
	border:0;
	text-decoration: none;
}

.logolink , a.logolink , a.logolink:link , a.logolink:visited {
	height: 48px;
	width:253px;
	padding:0;
	display:block;
}

.hoard a:hover {
	background: transparent;
	font-weight: bold;
}

.tinytext a:hover {
	color: #000;
}

#header-right a:link, #header-right a:visited, #header-right a:active {
	font-weight: normal;
	border:0;
	padding: 0;
	margin: 0;
	color: #436EEE;
	background: transparent; 
	text-decoration: none;
}

#header-right a:hover {
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0;
	background: #436EEE;
	border:0;
	text-decoration: none;
}

.navstyle a:link, .navstyle a:visited, .navstyle a:active {
	font-weight: bold;
	border:0;
	padding: 0;
	margin: 0;
	color: #000;
	background: transparent; 
	text-decoration: none;
}

.navstyle a:hover {
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0;
	background: #436EEE;
	border:0;
	text-decoration: none;
}

/* Header
----------------------------------------------- */
#header
	{
	position:relative;
	top:0;
	left:0;
	background-color: #436EEE;
	text-align: left;
	margin: 0px auto;
	color: #fff;
	width: 940px;
	height: 75px;
 	clear: both;
	}

#header-left {
	position:absolute;
	top:0;
	left:0;
	width:680px;
	text-align:left;
	padding: 15px 0 0 0;
	}

#header-right {
	position:relative;
	top:0;
	left:680px;
	width:260px;
	text-align:right;
	font-size: .9em;
	padding: 32px 0 0 0;
	}

#header h1 a {
	display: block;
	height: 75px;
	width: 492px;
	background: url(../../images/logo.jpg) bottom left no-repeat;
	text-indent: -2000em;
	position: absolute;
	bottom: 0;
	left: 0;
	text-decoration: none;
	z-index: 1000; /* need for FX and IE */
}

/* Page Structure
----------------------------------------------- */

#three-column-1
	{
	float: left;
	width: 56%;
	color: #666;
	font-size:   1.2em; 
	line-height: 1.3em;  	
	}

#three-column-2
	{
	float: left;
	width: 24%;
	line-height: 1.2em; 
	}
#three-column-3
	{
	float: left;
	width: 20%;
	line-height: 1.2em; 
	}
#two-column-1
	{
	float: left;
	width: 76%;
	color: #666;
	font-size:   1.2em; 
	line-height: 1.3em;  	
	}
#two-column-2
	{
	float: left;
	width: 24%;
	line-height: 1.2em; 
	}

#equal-column-1
	{
	float: left;
	width: 40%;
	color: #666;
	font-size:   1.2em; 
	line-height: 1.3em;  	
	}

#equal-column-2
	{
	float: left;
	width: 40%;
	font-size:   1.2em; 
	line-height: 1.3em;  	
	}

#equal-column-3
	{
	float: left;
	width: 20%;
	}


/* Start Mac IE5 filter \*/
#three-column-1, #three-column-2, #three-column-3, #two-column-1, #two-column-2, #equal-column-1, #equal-column-2, #equal-column-3,
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */
#wrapper
	{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	background: #fff;
	width: 940px;
	margin: 0px auto;
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	background: #fff;
	text-align: left;
	margin: 0px auto;
	color: #000;
	width: 940px;
 	clear: both;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
	
#footer p
	{
	margin: 0;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #ccc;
	}

#three-column-1 ul {
	margin:0 0 10px 15px; 
	padding:0; 
	color: #666;
	list-style-type: square; 
}	

#three-column-1 li {
	margin:3px 0 3px 20px;  
	padding:0; 
}

#twitter_div ul li {
	margin:0; 
	padding:0; 
	color: #666;
	list-style-type: square; 
}	

/* Text Styles
-------------------------------------------------- */

.titlelink {
	color: #000;
	background: transparent; 
	padding: 5px 0 10px 0;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	font-size:    1.1em;
} 

.title {
	color: #000;
	background: transparent; 
	padding: 10px 0 15px 0;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	font-size:    1.1em;
} 

.tinytext {
	color: #666;
	font-size: 12px; 
}

.red {
	color: #ff0000;
}

.small {
	font-size: 80%;
	font-weight: normal;
}

.focus {
	color: #397d02;
}

.date {
	color: #999;
	font-size: 12px; 
}

.post {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #ccc; 
}

.post-details {
	font-size: 12px;
	color: #666;
	background: #fff;
	padding: 15px 0 0 0;
}

.one {
	text-align:left;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.bold {
	text-align:left;
	font-weight: bold;
	color: #000;
}

blockquote{
	text-align:left;
	padding: 10px;
	border-left: 1px solid #ccc;
	background: #eee;
}

.interviewtitle {
	color: #000;
	background: transparent; 
	padding: 5px 0 10px 0;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	font-size:    1.4em;
}


.selected {
	color: #fff;
	padding: 2px;
	margin: 0;
	border:0;
	text-decoration: none;
	background: #436EEE;
}

#search {
	background:white url(../images/search.png) no-repeat scroll 8px 8px;
	font-size: 18px;
	border: solid #999 1px;
	margin: 0;
	padding: 5px 2px 2px 30px;
	width: 350px;
	height: 26px;
	top: 0px;
}

#searchbtn {
	background-color: #f7f7f7;
	border: 1px solid #436EEE;
	width: 70px;
	font-size: 14px;
	padding: 2px;
	margin: 0 0 0 10px;
	height: 34px;
	font-weight: bold;
	text-align: center;
}
.#searchbtn:hover {
	background: #ededed;
	cursor: pointer;
}

/* Page Style
-------------------------------------------------- */

.headerstyle {
	padding: 15px 0 0 0;
	margin: 0px auto;
	color: #000;
	background: transparent;
	width: 940px;
}

.columnstyle {
	text-align: left;
	font-weight: normal;
	margin: 10px;
	padding: 0 15px 0 0;
	border-right: 1px solid #ccc;
}

.adstyle {
	color: #666;
	background: #eee;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 10px;
	border: 0px solid #ccc; 
}

.featurestyle {
	color: #fff;
	background: #436EEE;
	text-align: left;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 10px;
}

.photoboxstyle {
	color: #666;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.photoboxstyle img {
	background: #fff;
	float: left;
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px solid #ccc; 
}

.editorboxstyle {
	color: #666;
	text-align: left;
	font-size: .9em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.editorboxstyle img {
	background: #fff;
	float: left;
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px solid #ccc; 
}


ul {
	margin:0 0 15px 10px; 
	padding:0; 
	color: #ccc;
	list-style-type: square; 
}	

li {
	margin:0; 
	padding:0; 
}

.navstyle {
	color: #999;
	background: #fff;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000; 
}

.left img {
	float: left;
	padding: 5px 10px 0 0;
}

.right img {
	float: right;
	padding: 5px 0 5px 10px;
}

.interviewimage img {
	float: left;
	padding: 0 15px 5px 0;
}

.contentimage img {
	float: left;
	padding: 0 15px 5px 0;
}

.section-header  {
	border: 1px solid #807A73;
	position: relative;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	padding: 0.3em;
	background: #FFC125;
}



/* table styles
----------------------------------------------- */

table {
	width: 100%;
	font-size: 14px;
	margin-bottom: 1em;
	clear: both;
}

table img {
	border: none;
}

th {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding: 0 2px 0 2px;
}

td {
	font-weight: normal;
	font-size: 14px;
	padding: 0 2px 0 2px;
}

.row1 {
	background: #ededed;
}

.row2 {
	background: #f7f7f7;
}

.row3 {
	background: #e0eeee;
	color: #000000;
}

.titlemedium
{
	background-color: #436EEE;
	padding: 0px 0px 0px 3px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

.titlemedium a:link, .titlemedium a:visited, .titlemedium a:active
{
	background-color: #436EEE;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}

table.items {
	width: 100%;
	padding: 2px 0px;
	margin-bottom: 1em;
	clear: both;
	background: transparent;
	border: 1px solid #A6D785;
}

table.itemshead {
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	clear: both;
}

.item_rowheader
{
	background-color: #DBE6E0;
	color: #000000;
	font-size: 13px;
	margin: 0px;
}


/* button styles
----------------------------------------------- */

.button, .button_big {
	border: 1px solid #436EEE;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	background: #f7f7f7;
}
.button:hover, .button_big:hover {
	border: 1px solid #436EEE;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	background: #ededed;
	cursor: pointer;
}

.b200 {
	width: 200px;
}
.disabled:hover {
	border: 1px solid #436EEE;
	background: #E6DCCF;
	cursor: default;
}


/* Alerts
-------------------------------------------------- */

.alert_okay {
	background: #DFFFA5 url(../images/okay.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	font-size: 14px;
	color: #000;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #436EEE;
	border-bottom: 2px solid #436EEE;
	margin-top: 1em;
}

.info_okay {
	background: #dfffa5;
	font-size: 12px;
	color: #000;
	text-align: left;
	padding: 5px 20px 5px 20px;
	border-top: 2px solid #436EEE;
	border-bottom: 2px solid #436EEE;
	margin-top: 1em;
}

.alert_failure {
	background: #FEE8D6 url(../images/not-okay.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	font-size: 14px;
	color: #000;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #FF3300;
	border-bottom: 2px solid #FF3300;
	margin-top: 1em;
}

.info_failure {
	background: #fee8d6;
	font-size: 12px;
	color: #000;
	text-align: left;
	padding: 5px 20px 5px 20px;
	border-top: 2px solid #FF3300;
	border-bottom: 2px solid #FF3300;
	margin-top: 1em;
}

.info {
	background: #F0FFFF url(../images/info.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	font-size: 14px;
	color: #000;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #436EEE;
	border-bottom: 2px solid #436EEE;
}

.question {
	background: #F0FFFF url(../images/question.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	font-size: 14px;
	color: #000;
	text-align: left;
	font-weight: bold;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #436EEE;
	border-bottom: 2px solid #436EEE;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Tabbed Navigation
-------------------------------------------------- */

.sub-nav {
	/*overflow: auto;*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.sub-nav ul {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	list-style: none;
	font-size: 100%;
}

ul.shakeit-sub-nav {
	padding: 0 0 0 0;
	margin: 0 0 0 100px;
}

.sub-nav li {
	margin: 0 2px 0 0;
	padding: 0 0 0 0;
	float: left;
	border: 1px solid #cdba96;
}

.sub-nav li.active {
	border: 1px solid #000000;
	background: #436EEE;
}

.sub-nav li a, .sub-nav li span {
	display: block;
	padding: 2px 5px 2px 5px;
	text-align: center;
	color: #8B8378;
	background: #ededed;
	text-decoration: none;
	/*min-height: 14px; fixes FX/Mac issue */
}

.sub-nav li a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #436EEE;
}

.sub-nav li.active a, .sub-nav li.active span {
	background: #436EEE;
	color: #ffffff;
}

.sub-nav li span {
	color: #000;
}

.sub-nav br {
	clear: both;
}

/* Page Numbers
-------------------------------------------------- */

.pages {
	padding: 10px 0 0 0;
	border-top: 1px dotted #436EEE;
	margin: 20px 0 20px 0;
	clear: left;
	font-size: 90%;
}

.pages a, .pages span {
	display: block;
	float: left;
	color: #8B8378;
	padding: 5px 7px 5px 7px;
	margin-right: 3px;
	border: 1px solid #cdba96;
	background: #ededed;
}

.pages span.current {
	border: 1px solid #000000;
	background: #436EEE;
	color: #ffffff;
}

.pages a {
	border: 1px solid #cdba96;
	text-decoration: none;
}

.pages a:hover {
	border-color: #000000;
	background: #436EEE;
	color: #ffffff;
}

.pages a.nextprev {
	font-weight: bold;
}

.pages span.nextprev {
	color: #8B8378;
}

.pages span.nextprev {
	border: 1px solid #cdba96;
	color: #8B8378;
}

div#qTip {
 padding: 4px;
 border: 1px solid #000000;
 border-right-width: 1px;
 border-bottom-width: 1px;
 display: none;
 background: #ffffe1;
 color: #000000;
 font: 12px Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

