/* This sheet is organized from top to bottom as you go down the page visually. */

body {	
	width:100%;
	margin:0px;
	padding:0px;
	text-align: center; /* IE hack */
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
/* 
The "main" div allows the page to be centered in
Firefox. Without this, the page gets centered in
IE but left-justified in FF.
*/
#main {
	margin-left: auto;
	margin-right: auto;
	width: 947px;
	position: relative;
}
a {
	color:#6699CC;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#336699;
}

/* Header area */

#logo
{
	float: left;
	height: 65px;
}


#topNav {
	float:right;
	height: 20px;
	font-size:smaller;
}

#topNav a {
	color:#4858b0;
	text-decoration: none;
}

#topNav a:hover {
	text-decoration: underline;
}

#subMenu {
	background-color:#dddddd;
	padding: 12px 8px 8px 8px;
	margin-bottom:10px;
	font-size:smaller;
	clear: both;
}

#subMenu a {
	color:#4858b0;
	padding-left:20px;
	padding-right:20px;
	text-decoration: none;
}

#subMenu a:hover {
	text-decoration: underline;
	color:#000000;
}

/* Main Body styles -- stuff not in the headers or footers */

#mainBody {
	padding: 0px 5px 5px 5px;
	text-align:left;
	font-size:12px;
	line-height:150%;
	clear: both;
}

#mainBody h1 {
	color:#000000;
	margin-bottom:5px;
	margin-top:5px;
	font-size:large;
}

#mainBody h2 {
	color:#336699;
	margin-bottom:5px;
	font-size:medium;
	margin-top:0px;
}

#leftNav {
	color:#ffffff;
	padding-left:0px;
	padding-top:0px;
	
}

#leftNav a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#leftNav a.current {
	display:block;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#leftNav a:hover {
	text-decoration:underline;
}

#leftNav a.current:hover {
	text-decoration:underline;
}


.navFontsBold 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.navFonts 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	padding-left:0px;
	padding-top:0px;
}

.navFonts a {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}

.navFonts a.current {
	display:block;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

.navFonts a:hover {
	text-decoration:underline;
}

.navFonts a.current:hover {
	text-decoration:underline;
}



#vfc-rightcolumn 
{
	width: 730px;
	float:right;
}

#vfc-rightcolumn-wide 
{
	position: absolute;
	left: 200px;
	top: 180px;
	width: 698px;
	float:right;
}

/* Home Tab */
#homeLeftColumn {
	width:560px;
	float: left;
	padding:5px;
}

#homeRightColumn {
	width:290px;
	float: right;
	padding:5px;
	border:1px solid black;
	margin-top:5px;
}

.masterTopNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D5D5D;
}

.masterTopNav A:visited {color: #E18424; text-decoration: none}
.masterTopNav A:link {color: #E18424; text-decoration: none }
.masterTopNav A:hover {color: #B15404; text-decoration: none}
.masterTopNav A:active {color: #E18424; text-decoration: none}

.tablelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ec8307;
	
}
.tablelink A:visited {color: #ec8307; text-decoration: none}
.tablelink A:link {color: #ec8307; text-decoration: none }
.tablelink A:hover {color: #ec8307; text-decoration: underline}
.tablelink A:active {color: #ec8307; text-decoration: none}

.narrowlinespacing 
{
	line-height:normal;
}

/* ROUNDED BOXES */
/* Footer rounded corner styling */
.roundcont {
		 width: 972px;
		 background-color: #DFE9F5;
		 color: #fff;
		 float:left;
		 margin-top:5px;
}

.fixedroundcont {
		 width: 250px;
		 background-color: #DFE9F5;
		 color: #fff;
}

.bottomfiller {
	 width: 100%;
	 background-color: #DFE9F5;
	 color: #fff;
}

.roundcont p, .fixedroundcont p {
	margin: 0px 10px;
	padding: 0px 10px;

}

.roundtop { 
	background: url(../im/square.gif) no-repeat top left; 
	width:15px;
	float:left;
}
.roundtopright { 
	background: url(../im/square.gif) no-repeat top right; 
	float:right;
	width:15px;
}

.roundbottom {
	background: url(../im/square.gif) no-repeat top left; 
	background-position: 0px -64px ;
	width:15px;
	float:left;
}

.roundbottomright {
	background: url(../im/square.gif) no-repeat top right; 
	background-position: -73px -64px ;
	width:15px;
	float:right;
}

/* for medium blue rounded corner box */
.fixedroundcont2 {
	width: 175px;
	background-color: #6D9FC7;
	color: #fff;
	float:left;
	margin-right:10px;
	

}

.bottomfiller2 {
	 width: 100%;
	 background-color: #6D9FC7;
	 color: #fff;
}

.roundtop2 { 
	background: url(../im/square2.gif) no-repeat top left; 
	width:15px;
	float:left;
}
.roundtopright2 { 
	background: url(../im/square2.gif) no-repeat top right; 
	float:right;
	width:15px;
}

.roundbottom2 {
	background: url(../im/square2.gif) no-repeat top left; 
	background-position: 0px -64px ;
	width:15px;
	float:left;
}

.roundbottomright2 {
	background: url(../im/square2.gif) no-repeat top right; 
	background-position: -73px -64px ;
	width:15px;
	float:right;
}

/* End medium blue box */

/* Variable width rounded corners in medium blue. */
.roundedBlueBox {
	width:100%;
	background-color: #6D9FC7;
	color: #fff;
	margin-right:10px;
	font-weight:bold;
	float:left;
}

.roundedContent {
	background-color:#ffffff;
	border:1px solid #6699CC;
	padding:5px;
	color:#000000;
	font-weight:normal;
}
/* END ROUNDED BOXES */

.videoContainer {
	background-image: url(../im/videoBG.jpg);
	width:176px;
	height:162px;
	padding-top:10px;
	padding-left:10px;
	color:#6699CC;
	font-weight:bold;
	font-size:12px;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}



.formLabel {
	font-size:smaller;
	font-weight:bold;
	text-align:right;
}

/* Fields */

.aClassText {
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size:12px;
border-top-color:#6699CC;
border-right-color:#6699CC;
border-bottom-color:#6699CC;
border-left-color:#6699CC;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
margin-top:1px;
margin-right:1px;
margin-bottom:1px;
margin-left:1px;
}

.aClassSelect {
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size:12px;
border-top-color:#6699CC;
border-right-color:#6699CC;
border-bottom-color:#6699CC;
border-left-color:#6699CC;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
margin-top:1px;
margin-right:1px;
margin-bottom:1px;
margin-left:1px;
}

#footer 
{
	width: 100%;
	padding-top:10px;
	color: #336699;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color:#CC9933;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ------------------------------------------------- */
/* Legacy "Ryan is badass Era" styles for text site */
/* ------------------------------------------------- */
.leftnav_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.leftnav_links:visited {color: #FFFFFF; text-decoration: none }
.leftnav_links:link {color: #FFFFFF; text-decoration: none }
.leftnav_links:hover {color: #FF9900; }
.leftnav_links:active {color: #FFFFFF; text-decoration: none }

.catsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4B7EB5;
}

.catsmall:visited {color: #4B7EB5; text-decoration: none }
.catsmall:link {color: #4B7EB5; text-decoration: none }
.catsmall:hover {color: #8BAED5; }
.catsmall:active {color: #4B7EB5; text-decoration: none }

.catSubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.interviewTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6999AF;
	font-size: 18px;
}
.interviewIntro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E517C;
	font-weight: normal;
}
.articleTitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F28300;
	font-size: 16px;
}
.interviewArticle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E517C;
}
.interviewArticle:visited {color: #4E517C; text-decoration: none }
.interviewArticle:link {color: #4E517C; text-decoration: none }
.interviewArticle:hover {color: #8E91AC; }
.interviewArticle:active {color: #4E517C; text-decoration: none }

.bioheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4F87C0;
	font-weight: bold;
}
.biotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #386A9C;
}
.interviewSideHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4F87C0;
}
.interviewRelated {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B7EB5;
}

.interviewRelated:visited {color: #4E517C; text-decoration: none }
.interviewRelated:link {color: #4E517C; text-decoration: none }
.interviewRelated:hover {color: #8E91AC; }
.interviewRelated:active {color: #4E517C; text-decoration: none }

a.sitemap {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: url(im/cat_largeheaders.gif);
	width: 205px;
	height: 22px;
	padding-top: 8px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
	float:left;
	margin-bottom:10px;
}
a.sitemap:hover {
	text-decoration:underline;
}

img.bookmark {
	border: none;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

tr.header {
	background-color: #336699;
	color:#ffffff;
	font-weight:bold;
}

#terms {
	margin-left:50px;
	margin-right:150px;
	border-bottom:1px dashed #cccccc;
	font-size:10px;
	line-height:normal;	
	text-align:justify;
	padding-bottom:20px;
}

#hdr
{
	margin: 0;
	list-style:none;
	clear: both;
	width: 874px;
}
#hdr-top {
	background-color: #2A5682;
	width:874px;
	height:60px;
}
#hdr-top-ad {
	float:right;
	padding:5px;
}


#hdr-middle, #hdr-bottom {
	background: url(../im/hdr-prime-bg.gif) repeat-x;
	height: 37px;
    text-align: left;
    position: relative;
}
#hdr-middle ul, #hdr-bottom ul
{
    margin: 0;
    padding: 0;
	width: auto;
	height: 37px;
}
#hdr-middle li, #hdr-bottom li
{
	height: 37px;
    float: left;
	line-height: 37px;
    display: block;
    width: auto;
    margin: 0;
    list-style-type: none;
    background-image: url(../im/hdr-prime-divider.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 0 8px;
}
#hdr-middle a, #hdr-bottom a {
	font-family: verdana, sans;
	color: #2A5682;
	text-decoration: none;
	font-size: 14px;
}
#hdr-middle a:hover, #hdr-bottom a:hover {
	text-decoration:underline;
}
#hdr-middle .icons, #hdr-bottom .search
{
    position:absolute;
    top: 9px;
    right: 4px;
}



#hdr-bottom {
	background: url(../im/hdr-second-bg.gif) repeat-x;
	height: 30px;
}
#hdr-bottom ul
{
	height: 30px;
}
#hdr-bottom li
{
	height: 30px;
	line-height: 30px;
    background-image: url(../im/hdr-second-divider.gif);
}
#hdr-bottom a {
	font-family: verdana, sans;
	color: #2A5682;
	text-decoration: none;
	font-size: 12px;
}
#hdr-bottom .search 
{
    top: 6px;
}
#hdr-bottom input {
	font-family: verdana, sans;
	border:1px solid #2A5682;
    vertical-align: middle;
}
#hdr-bottom select {
	font-size:12px;
    vertical-align: middle;
}

#hdr a:hover
{
	color:#000000;
}

#hdr .on
{
	background:url("http://www.expertvillage.com/im/tab-on.gif") no-repeat;
	margin:0;
}

#hdr .on a
{
	color:#4858B0;
}

#hdr .on a:hover
{
	color:#000000;
}


/* grid and layout styles */

.gridtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D7D7D;
}

.gridtext A:visited {color: #E18424; text-decoration: none}
.gridtext A:link {color: #E18424; text-decoration: none }
.gridtext A:hover {color: #B15404; text-decoration: none}
.gridtext A:active {color: #E18424; text-decoration: none}

.bodytextmainwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}

.bodytextmainwhite A:visited {color: #FFFFFF; text-decoration: none}
.bodytextmainwhite A:link {color: #FFFFFF; text-decoration: none }
.bodytextmainwhite A:hover {color: #FFFFFF; text-decoration: none}
.bodytextmainwhite A:active {color: #FFFFFF; text-decoration: none}

