@charset "utf-8";
/* CSS Document */


/*TABLES */

.wald_table {
	padding: 4px;
	spacing: 4px;
	border: 2px black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: rgb(215, 255, 209);
}
#input_table {
	padding: 10px;
	spacing: 10px;

}
#input_table tr.mid {
	border-bottom: 1px black;

}
.input_table th {
	background: rgb(215, 255, 209);
}

#output_table {
	padding: 10px;
	spacing: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.output_table th {
	background: rgb(215, 255, 209);
}

#output_all {
	float:right;
	padding: 10px;
	spacing: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.output_all th {
	background: rgb(215, 255, 209);
}

.formula {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/*FONTS */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.nav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: rgb(6, 135, 9);
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}



.msgbox{
	position:relative;
	border: 1px solid green;
	top:10px;
	left: 20px;
	padding:10px;
	width:95%;
	background-color: #C6FFD5;
}

.filterBox{
	position:relative;
	top:10px;
	left: 20px;
	padding:10px;
	margin-bottom:40px;
	width:85%;
	background-color: #FFFFCC;
	font-size: 12px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.sampleBox{
	position:relative;
	top:10px;
	left: 20px;
	padding:10px;
	width:450px;
	background-color: #FFFFCC;
	font-size: 12px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.sampleBoxLarge{
	position:relative;
	top:10px;
	left: 20px;
	padding:10px;
	width:550px;
	background-color: #FFFFCC;
	font-size: 12px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.sampleBoxLarge2{
	padding:5px;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.quizBox{
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#0000FF;
	font-weight:bold;
}

.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FF0000;
}
/*ADMIN STYLES */
.errordiv {
	position:absolute;
	background:#FF8080;
	border: 1px solid red;
	top:10px;
	left: 500px;
	z-index:2;
	display: inline;
}

.register_label {
	float:left;
	text-align:right;
	width:150px;
	clear:left;
	margin-right:8px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;

}

.action{
	display:inline;

}
.leftaction{
	display:inline;
}
.rightaction{
	float:right;
}


.actionstripe{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:15px;
	background-color: #BCBBCC;
	margin-bottom:10px;
}

.fslogin{
	margin:10px;
	width:275px;
	padding: 15px;
}

.qreg{
	width:350px;
	padding: 5px;
	background-color: #C7E6FE;
}

.pwdreset{
	width:450px;
	padding: 5px;
	background-color: #EBEBEB;
}

.genericform{
	width:75%;
	padding: 10px;
	background-color: #E9E9E9;
}

.datatable{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-collapse:collapse;

}

.datatable td{
	font-size: 0.8em;
	border:1px solid #999999;
	padding:3px 8px 8px 5px;
}

.datatable th{
	 /* background: url(images/th_bg.png) no-repeat left top; */
	/* background:#8080FF; */
	background: rgb(6, 135, 9);
	color:white;
	text-align:left;
	border-color:#14556b;
}
.datatable tr.alt td{
	background:#E9E9E9;
}
.datatable tr.blank td{
	background:none;
}

.datatable tr.hover td{
	background-color: #A5FEC4;
}
.colstats{
	background: rgb(6, 135, 9);
	color:black;
	text-align:left;
	font-size: 10pt;
	border-color:#14556b;
	font-weight: normal;
}

.datatable th A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 130%;
	color: #B9F1FD;
}
.datatable th A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 130%;
	color: #B9F1FD;
}


.formtable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* border:1px solid #999999; */
	background-color: #D7FAFD;
}

.formtable td{
	font-size: 0.8em;
	padding:3px 8px 8px 5px;
}

.formtable th{
	 /* background: url(images/th_bg.png) no-repeat left top; */
	 background:#8080FF;
	background: rgb(6, 135, 9);
	color:white;
	text-align:left;
	border-color:#14556b;
}
.registerTable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* border:1px solid #999999; */
	/*background-color: #EEEEEE;	*/
}

.registerTable td{
	font-size: .9em;
	padding:3px 8px 8px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 130%;
}

.registerTable th{
	 /* background: url(images/th_bg.png) no-repeat left top; */
	 background:#8080FF;
	background: rgb(6, 135, 9);
	color:white;
	text-align:left;
	border-color:#14556b;
}




/* ADMIN */
.adminMain{
	margin:5px;
	padding:4px;
	float: right;
	text-align:right;
	line-height: 130%;
	background-color: #6AEA9D;
}
.subnav{
	display:block;
	margin-top:5px;
	padding:4px;
	background-color: white;
}

.activenav{
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-color: white;
	line-height: 130%;
}



#lgoutbar{
	display:block;
	text-align:right;
	margin:5px;
	padding:5px;

}

.caption{
	margin:5px;
	padding:5px;
	text-align: center;
}
.captext{
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
	margin:5px;
	margin-left:15px;
	padding-left:15px;
}
.logindiv{
	/*border: 1px solid gray;
	height: 10px;*/
	width: 100%;
	padding-top:3px;
	padding-bottom:6px;
	padding-right:6px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	background-color: #666666;
	/* background: rgb(215, 255, 209); */
}
.logindiv A:hover{
	background-color: #009900;
}
.logindiv A{
	text-decoration: underline;
	color: white;
}

.titlebar{
	padding-top:10px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:15px;
	margin-bottom:10px;
	/* border: 1px solid gray; */
}
.titlebar title{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #400080;
	margin-top:9px;
}

.viewall A:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #CCCCCC;
	margin-left:9px;
}

.viewall A:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left:9px;
	color: #CCCCCC;
}
.viewall A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left:9px;
	color: blue;
}

.imagetable td{
	padding:3px 8px 8px 5px;
}
.imagetable th{
	/* background: url(images/th_bg.png) no-repeat left top; */
	/* background:#8080FF; */
	padding:3px 8px 8px 5px;
	text-align:left;
}

.topSalestable {
	padding:15px;
	margin-right:35px;
}

.topSalestable tr{
	font-size: 12px;
	padding:3px 5px 5px 5px;
}

.topSalestable td{
	padding:8px;
}
.topSalestable td.pics{
	border-top:1px dashed #999999;
	padding:15px;
	margin:15px;
}
.topSalestable td.buy{
	padding:15px;
	margin:15px;
	font-size: 12pt;
	font-weight: bold;
	border-top-color: #0066FF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #0066FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.topSalestable td.copyBody{
	padding-left:30px;
	margin-left:30px;
	padding-right:50px;
	margin-right:50px;
	font-size: 12pt;
}

.salestable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	margin:0px 30px 30px 30px;
	line-height:130%;
	width:99%;

}

.salestable td{
	/*font-size: 0.8em;*/
	/*border:1px solid #999999;*/
	padding: 10px;
}
.salestable td.main{
	font-size: 95%;

	width:67%;
	padding-top: 3px;
	padding-right: 50px;
	padding-left: 15px;
}
.salestable td.rt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding: 5px;
	padding-top: 3px;
}

.salestable th{
	/* background: url(images/th_bg.png) no-repeat left top; */
	/* background:#8080FF; */
	border:1px solid #999999;
	padding:3px 8px 8px 5px;
	text-align:left;
}

.salestable td.quote {
	/*float: right;*/
	/* width: 250px; */
	background-color: #ffffcc;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #aaaaaa;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
	padding: 10px;
	margin: 10px;
	/*padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 20px;
	*/
}

/* SALES COPY */
.salesCopy {
	padding-left:30px;
	margin-left:30px;
	padding-right:100px;
	margin-right:100px;
	font-size: 12pt;

}

.salesquote {
	/*float: right;*/
	/* width: 250px; */
	background-color: #ffffcc;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #aaaaaa;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
	padding: 10px;
	margin: 10px;
	margin-bottom: 20px;
	/*padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 20px;
	*/
}

.callout {
	float: right;
	width: 250px;
	background-color: #ffffcc;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #aaaaaa;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
	padding: 10px;
	margin: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 20px;

}


.purchase{
	position:relative;
	border: 1px solid red;
	top:0px;
	left: 10px;
	margin-top:15px;
	padding:7px;
	width:95%;
	background-color: #E1FFE8;
}

.purchase A:link{
	text-decoration:none;
	color:black;
}
.purchase A:visited{
	text-decoration:none;
	color:black;
}
.purchase A:hover{
	text-decoration:underline;
	color:blue;
}

#tmSideBar {
	float:right;
	width:23%;
	margin-top:80px;
	padding-right:15px;
	margin-right:15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}
.profileDiv{
	padding	:8px;
	padding-bottom:10px;
	margin:10px;
	width:85%;
	background-color: #E9E9E9;
}
/* SPAM GUARD */

.noSPMfield {
	display: none;
}

.errorbox{
	background:#FF8080;
	border: 1px solid red;
	top:2px;
	left: 20px;
	padding:2px;
	width:85%;
	clear:both;
}

.errormsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF8080;
}

.deleted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: line-through;
	color:#FF0000;
}

.siteLicense {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left:15px;
	color:#666666;
}

.topBlog A:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #999999;
	margin-left:9px;
}

.topBlog A:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-left:9px;
	color: #999999;
}
.topBlog A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-left:9px;
	color: blue;
}


.blogComment{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF6633;
	margin-left:3px;
}


.blogComment A:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FF6633;
	margin-left:9px;
}

.blogComment A:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-left:9px;
	color: #FF6633;
}
.blogComment A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-left:9px;
	color: blue;
}


.radioTable {
	padding:2px;
}

.radioTable td.bt{
	margin-top:15px;
	padding-top:15px;
}

.radioTable td{
	font-size: 10px;
	padding:1px;
}

.subText {
	font-family: Arial, Helvetica, sans-serif;
	color: #009933;
	font-size: 11px;

}


.imageCapTable {
	font-size: 80%;
	line-height:110%;
	text-align:right;
	/*padding:3px; */
}

.imageCapTable td.credit{
	font-size: 9px;
	color: #CCCCCC;
	padding:0px;
	margin:0px;
	font-style: italic;
	text-align:right;
}
.imageCapTable td.label{
	font-size: 12px;
	padding:4px;
	margin:4px;
	line-height:180%;
	text-align:left;
}

.imageCapTable td.cap{
	font-size: 14px;
	font-style: bold;
	text-align:center;
}

.commentdiv{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.aboutsidebar {
   float: right;
   width: 16em;
   height:700px;
   font-size: 80%;
   padding: 2px;
   margin-left: 52px;
   background-color: #FFFFFF;
   color: #000;
   text-align: center;

}

.bulletsimple {
	 list-style-type: none;
	 line-height:170%;
}

.presoBullets{

	list-style: none;
	line-height: 150%;
	margin-bottom: 10px;
	margin-right: 70px;
	font:Arial, Helvetica, sans-serif;
	font-size:10pt;

}

.bsField{
	position:relative;
	top:10px;
	left: 20px;
	padding:10px;
	margin-top:0px;
	padding-top:0px;
	width:600px;
	background-color: #FFFFE6;
	font-size: 12px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.bsField h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: rgb(6, 135, 9);
	padding:0px;
	margin:10px;

}

#nouns {
	width:150px;
	font-size: 10px;
	/*
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:auto;
	line-height:120%;
}

#nouns h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: rgb(6, 135, 9);
	padding:0px;
	margin:0px;
}

.discountMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	padding:0px;
	margin:0px;

}
.upSellMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	padding:3px;
	margin:3px;

}

/* TUTORIALS */
.leftactionTutorial{
	display:inline;

}
.rightactionTutorial{
	float:right;

}

.actionlightTutorial{
	padding-top:5px;
	/* padding-bottom:15px; */
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	/*height:22px;*/
	border-bottom-style: dotted;
	border-bottom-color: #9393FF;
	border-top-color: #9393FF;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-width: thin;
}
.tutorialDescription {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	width:80%;
	margin:10px;
	padding:15px;
	line-height:150%;

}

.ulTutorial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:200%;
}

.tutorialTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000066;
}


/*LESSONS */


.navbar{
	margin-left:50px;
	margin-right:50px;
	margin-top:0px;
	padding-top:0px;
	border: 1px solid gray;
	text-align:center;


}
.navbarTable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-collapse:collapse;
}


.navbarTable td{
	font-size: 0.8em;
	padding:3px 8px 8px 5px;
	background-image:url(images/center_light_thin.gif);
	background-repeat: repeat-x;
}
.navbarTable tr {
	background-image:url(images/center_light_thin.gif);
}
.navbarTable td.blank {
	background-image:none;
	text-align:right;
	padding-left:30px;
	background-color: #FFFFFF;
}

.navbarTable td.blank A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-decoration: underline;
}

.navbarTable td.blank A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-decoration: underline;
}

.navbarTable td.blank A:hover {
	text-decoration: underline;
	color: blue;
}

.navbarTable td.alt {
	font-size: 0.8em;
	padding:3px 8px 8px 5px;
	/*background-image:url(../images/green_circ_light.gif);
	background-repeat:no-repeat;
	*/
}
.navbarTable td.first {
	font-size: 0.8em;
	padding:3px 8px 8px 5px;
	/*
	background-image:url(../images/green_circ_light.gif);
	background-repeat:no-repeat;
	*/
}


.navbarTable td.hover {
	font-size: 0.8em;
	padding:3px 8px 8px 5px;
	/*
	background-image:url(../images/green_circ.gif);
	background-repeat:no-repeat;
	*/
}

.navbarcirc{
	float:right;
}


.LessonTable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	padding: 3px;
	margin: 3px;
	padding-bottom: 80px;
}

.LessonTable tr{
	text-align:left;
}
.LessonTable td{
	/*padding: 8px;
	margin: 8px;
	*/
}


.LessonTable table{
	padding: 10px;
	margin: 10px;

}




.actionlight{
	padding-top:5px;
	/* padding-bottom:15px; */
	padding-left:15px;
	padding-right:15px;
	margin-bottom:10px;
	/*height:22px;*/
	border-bottom-style: dotted;
	border-bottom-color: #9393FF;
	border-top-color: #9393FF;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-width: thin;
}



/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height:150%;
}


.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
.col2 {
	padding-top:30px;
	padding-right:60px;
	text-align:center;

}



/* 2 Column (right menu) settings */
.rightmenu {
 	background-color: #FFFFFF;
}
.rightmenu .colleft {
	right:25%;

}
.rightmenu .col1 {
	width:60%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:28%;			/* right column content width (right column width minus left and right padding) */
	left:31%;
	padding-left:15px;

}

.sidebarLinks {
	text-align:left;
	font-size: 12px;
	font-weight: normal;
	line-height:140%;
}

.sidebarfont a{
	font-size: 12px;
	font-weight: normal;
	line-height:140%;

}

.sidebarad{
	text-align:center;
	font-size: 9pt;
	font-weight: normal;
	line-height:150%;
}



#maincontainer{
	width: 100%; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}



#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-right: 350px; /*Set right margin to RightColumnWidth*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height:150%;
}

#rightcolumn{
	float: left;
	width: 350px; /*Width of right column*/
	margin-left: -350px;

}


.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	background-image: url(#A39F9C);
}

.ulBig {
	line-height:150%;
	padding-bottom:30px;
	margin-bottom:30px;
	margin-top:0px;

}

.ulBig li{
	margin-bottom:20px;
}

.olBig {
	line-height:150%;
	font-size:18px;

}

.olBig li{
	margin-bottom:20px;
	font-size:12pt;
}




/*AD DIV */
.uxAd{
	padding-top:20px;
}

.subBox {
	background-color:#333333;
	border-bottom-color: #9393FF;

	border-bottom-width: 2px;
	line-height:120%;
	text-align:left;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:10px;
	width:100%;
	font-family : "Trebuchet MS", arial, helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	padding-bottom:10px;

}
.subBox a{
	color:#CCCCCC;
	font-size:12px;
	line-height:180%;
	margin-bottom:5px;
	padding-bottom:5px;

}
.subBox a:visited{
	color:#CCCCCC;
}


.subBoxHead {
	font-family : "Trebuchet MS", arial, helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	line-height:130%;
}





.subBar {
	display:inline-block;
	float:left;
	font-size:18px;
	line-height:normal;
	margin-left:5px;
	padding:0 0 5px;
	width:215px;
	text-align:left;
}

.subBarBody{
	text-align:left;
	border-bottom:5px solid #DDDDDD;
}


.twit {
	font-size:12px;
	font-family : "Trebuchet MS", arial, helvetica, sans-serif;
	color : #003366;
	list-style-image: url(images/twitterSmall.png);
	white-space: nowrap;
	padding-bottom:5px;
}

.twit a{
	vertical-align:top;
	white-space: nowrap;

}

#TwitterCounter a{
	white-space: nowrap;
	vertical-align:top;
	font-family : "Trebuchet MS", arial, helvetica, sans-serif;
	font-size:12px;
	line-height:150%;

}


.rssbullet {
	font-size:12px;
	font-family : "Trebuchet MS", arial, helvetica, sans-serif;
	color : #003366;
	list-style-image: url(images/rss-big.png);
	white-space: nowrap;

}

.rssbullet a{
	vertical-align:top;
}

.emailbullet {
	font-size:12px;
	font-family : "Trebuchet MS", arial, helvetica, sans-serif;
	color : #003366;
	list-style-image: url(images/email.png);
	vertical-align:top;
}

.emailbullet a{
	vertical-align:top;
}


.tweetRight{
	float:right;
	padding:10px;
	padding-left:20px;
}

#tm_box{
	float:right;
	padding:10px;
	padding-left:20px;
}


.articletable2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.articletable2 td{
	/*border:1px solid #999999;*/
	padding:1px;
	margin:1px;
	border-bottom-color: #9393FF;
	border-bottom-width: 1px;
	border-bottom-style:dashed;
}

.articletable2 th{
	/* background: url(images/th_bg.png) no-repeat left top; */
	/* background:#8080FF; */
	background-color: #FFFFFF;
	font-weight: bold;
	color:#000000;
	border-bottom-color: #9393FF;
	border-bottom-width: 1px;
	border-bottom-style:dashed;
}
.articletable2 tbody td:nth-of-type(odd),
.articletable2 thead th:nth-of-type(odd){
	background:
		rgba(100,100,100,0.1);
}

.articletable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.articletable td{
	/*border:1px solid #999999;*/
	padding:1px;
	margin:1px;
	border-bottom-color: #9393FF;
	border-bottom-width: 1px;
	border-bottom-style:dashed;
}

.articletable th{
	/* background: url(images/th_bg.png) no-repeat left top; */
	/* background:#8080FF; */
	background-color: #FFFFFF;
	font-weight: bold;
	color:#000000;
	border-bottom-color: #9393FF;
	border-bottom-width: 1px;
	border-bottom-style:dashed;
}


.articletable3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.articletable3 td{
	/*border:1px solid #999999;*/
	padding:1px;
	margin:1px;
	border-bottom-color: #9393FF;
	border-bottom-width: 1px;
	border-bottom-style:dashed;
}

.articletable3 th{
	/* background: url(images/th_bg.png) no-repeat left top; */
	/* background:#8080FF; */
	background-color: #FFFFFF;
	font-weight: bold;
	color:#000000;
	border-bottom-color: #9393FF;
	border-bottom-width: 1px;
	border-bottom-style:dashed;
}




.nobeakdiv{
	display: inline;
	color: #FF0000;
}

.buybtn {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#FF0000;
	 border-color: #c63 #930 #930 #c63;
	padding:3px;
	font-weight: bold;
}

.buybtnhov {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#FF0000;
	border-color: #FFFFFF;
	padding:3px;
	font-weight: bold;
}


/* ADMIN CALENDAR */
.calendar{
	border-style: dashed;
	border-color: #999999;
	border-width: 1px;
	margin-top:17px;
	padding:8px;
	background-color: #D2D2FF;
	width: 650px;
}
.calendarbt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.calendarToday {
	background-color: #FFFFFF;
}
.calendarHeader {
	font-weight: bold;
	color: #000000;
}


.sidehead{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: rgb(6, 135, 9);
	padding:0;
	margin:5px 5px 0px 0px;
}

.related {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:2px;
	margin:7px;

}
.jeffBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	margin-top:5px;
}

.jeffBarpic {
	float: left;
	padding: 3px 8px 10px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.refs {
	list-style: none;
	line-height: 150%;
	margin-bottom: 10px;
	margin-right: 5px;
	font:Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding-left:55px;
	text-indent: -55px;

}

.nobeakdiv{
	display: inline;
	color: #FF0000;
}


/*************************** NEW STYLES March 2014 */

.menu .dropdown_1column,
.menu .dropdown_2columns,
.menu .dropdown_3columns,
.menu .dropdown_4columns,
.menu .dropdown_5column {
	z-index: 10;
}

.ab-container {
	width: 960px;
	margin: 0 auto;
}

/********** GRID **********/
.col-6 {
	width: 480px;
}

.col-8 {
	width: 640px;
}

.col-10 {
	width: 800px;
}

.col-offset-1 {
	margin-left: 80px;
}

.col-offset-2 {
	margin-left: 160px;
}

/********** UTILITY **********/
.ab-centered-text {
	text-align: center;
}

.ab-clearfix {
	overflow: auto;
}

.ab-no-bullet {
	list-style-type: none;
}

/********** BUTTONS **********/
.a-btn, 
.a-btn:visited {
	padding: 5px 10px;
	background: #dbedff;
	border: 2px solid #32548a;
	border-radius: 4px;

	color: #32548a;
	text-decoration: none;

	font: 16px/16px 'Open Sans';
}

.a-btn:hover {
	background: #32548a;
	color: white;
}

.a-btn:active {
	background: #e99c18;
}

.a-btn-lg {
	font-size: 20px;
	line-height: 20px;
}

/********** TYPOGRAPHY **********/
.ab-container h1 {
	font: 600 36px/48px 'Open Sans';
	margin-top: 0;
	margin-bottom: 1em;
}

.ab-container h2 {
	font: 600 24px/36px 'Open Sans';
}

.ab-container h3 {
	font: 600 18px/24px 'Open Sans';
}

.ab-container p {
	font: normal 18px/24px 'Open Sans';
	margin: 0 0 1em 0;
}

.ab-container li {
	font: normal 18px/24px 'Open Sans';
	margin: 0 0 1em 0;
}

.ab-container .ab-condensed > li {
	margin-bottom: 0.3em;
}

.ab-container .ab-small {
	font-size: 14px;
	line-height: 18px;
}

.ab-outdent {
	text-indent: -30px;
}


/***** Jobs  *********/
.job-container .hero {
	width: 960px;
	height: 540px;
	background: url('../images/meeting.jpg') 0 0 / 960px 540px no-repeat;
}

.job-container .grouping>h1 {
	text-align: center;

	font-size: 48px;
	line-height: 48px;
}

.job-container .intro-text {
	margin: 20px 0 30px;
}


.job-container .hero h1 {
	position: relative;

	background: white; /*fallback*/
	background: rgba(255, 255, 255, 0.94);

	text-align: center;
	display: inline-block;

	padding: 20px;
	margin: 10px 0 10px 0;

	font-size: 48px;
	line-height: 48px;
}

.job-container .hero-text {
	position: relative;

	background: white; /*fallback*/
	background: rgba(255, 255, 255, 0.94);

	padding: 20px;

	width: 400px;
	margin: 0 auto 0;

	font: 200 36px/42px 'Open Sans';
}




/***** ROME UX *********/
.it-container .hero {
	width: 960px;
	height: 641px;
	background: url('../images/rome-bg.jpg') 0 0 / 960px 641px no-repeat;
}

.it-container .grouping>h1 {
	text-align: center;

	font-size: 48px;
	line-height: 48px;
}

.it-container .intro-text {
	margin: 20px 0 30px;
}


.it-container .hero h1 {
	position: relative;

	background: white; /*fallback*/
	background: rgba(255, 255, 255, 0.94);

	text-align: center;
	display: inline-block;

	padding: 20px;
	margin: 10px 0 300px 0;

	font-size: 48px;
	line-height: 48px;
}

.it-container .hero-text {
	position: relative;

	background: white; /*fallback*/
	background: rgba(255, 255, 255, 0.94);

	padding: 20px;

	width: 400px;
	margin: 0 auto 0;

	font: 200 36px/42px 'Open Sans';
}



/********** HERO **********/
.ab-container .hero h1 {
	position: relative;

	background: white; /*fallback*/
	background: rgba(255, 255, 255, 0.94);

	text-align: center;
	display: inline-block;

	padding: 20px;
	margin: 10px 0 300px 0;

	font-size: 48px;
	line-height: 48px;
}

.ab-container .hero {
	width: 960px;
	height: 641px;
	background: url('../images/whois.jpg') 0 0 / 960px 641px no-repeat;
}



.ab-container .hero-text {
	position: relative;

	background: white; /*fallback*/
	background: rgba(255, 255, 255, 0.94);

	padding: 20px;

	width: 860px;
	margin: 0 auto 0;

	font: 200 36px/42px 'Open Sans';
}

/********** INTRO **********/
.ab-container .intro-text {
	margin: 20px 0 30px;
}

/********** GROUPINGS **********/
.ab-container .grouping {
	margin-top: 100px;
	clear: both;
}

.ab-container .grouping>h1 {
	text-align: center;

	font-size: 48px;
	line-height: 48px;
}

/********** PEOPLE **********/
.ab-container .person {
	width: 300px;
	margin: 0 10px 20px;
	float: left;
}

.ab-container .person img {
	margin-bottom: 10px;
}

.ab-container .person h1, .person h2,
.ab-container .jeff h1, .jeff h2 {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}

.ab-container .person h1,
.ab-container .jeff h1 {
	margin: 0;
}

.ab-container .person h2,
.ab-container .jeff h2 {
	color: #a3a3a3;
	margin: 0 0 18px;
}

.ab-container .jeff {
	margin-bottom: 50px;
}

.ab-container .jeff h1, .jeff h2 {
	text-align: left;
}

.ab-container .jeff>.img-div, .jeff-text {
	float: left;
}

.ab-container .jeff-text {
	margin-left: 20px;
	width: 640px;
}

.ab-container .img-div {
	width: 300px;
	height: 300px;
}

.ab-container .img-div:hover {
	background-position: 0 0;
}

.ab-container .ab-jeff {
	background-image: url('../images/jeff-both.jpg');
	background-position: 0 300px;
}

.ab-container .ab-suzanna {
	background-image: url('../images/suzanna-both.jpg');
	background-position: 0 300px;
}

.ab-container .ab-parker {
	background-image: url('../images/parker-both.jpg');
	background-position: 0 300px;
}

.ab-container .ab-david {
	background-image: url('../images/david-both.jpg');
	background-position: 0 300px;
}
.ab-container .ab-emily {
	background-image: url('../images/emily-both.jpg');
	background-position: 0 300px;
}

.ab-container .ab-jen {
	background-image: url('../images/jen-both.jpg');
	background-position: 0 300px;
}

.ab-container .space>img {
	width: 480px;
	float: left;
}


/*************** publications page */

.ab-pubs a,
.ab-pubs a:visited {
	color: #32548a;
	text-decoration: none;
}

.ab-pubs a:hover {
	text-decoration: underline;
}

.ab-container .ab-pubs {
	width: 800px;
	margin: 50px auto 0;
}

.ab-container .ab-book-section {
	margin-bottom: 36px;

	clear: both;
}

.ab-book-section img {
	float: left;
}

.ab-book-section p {
	margin-left: 120px;
}

.ab-award {
	background: seagreen;
	border-radius: 3px;
	padding: 1px 4px;
	color: white;
	font-size: smaller;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-SemiboldItalic-webfont.eot');
	src: url('./fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
			url('./fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
			url('./fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
			url('./fonts/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic') format('svg');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Semibold-webfont.eot');
	src: url('./fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('./fonts/OpenSans-Semibold-webfont.woff') format('woff'),
		url('./fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
		url('./fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Regular-webfont.eot');
	src: url('./fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('./fonts/OpenSans-Regular-webfont.woff') format('woff'),
		url('./fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
		url('./fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-LightItalic-webfont.eot');
	src: url('./fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('./fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
		url('./fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
		url('./fonts/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
	font-weight: 200;
	font-style: italic;
}


@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Light-webfont.eot');
	src: url('./fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
		url('./fonts/OpenSans-Light-webfont.woff') format('woff'),
		url('./fonts/OpenSans-Light-webfont.ttf') format('truetype'),
		url('./fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Italic-webfont.eot');
	src: url('./fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('./fonts/OpenSans-Italic-webfont.woff') format('woff'),
		url('./fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
		url('./fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-ExtraBoldItalic-webfont.eot');
	src: url('./fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('./fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
		url('./fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
		url('./fonts/OpenSans-ExtraBoldItalic-webfont.svg#open_sansextrabold_italic') format('svg');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-ExtraBold-webfont.eot');
	src: url('./fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
		url('./fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
		url('./fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
		url('./fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-BoldItalic-webfont.eot');
	src: url('./fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('./fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
		url('./fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
		url('./fonts/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Bold-webfont.eot');
	src: url('./fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('./fonts/OpenSans-Bold-webfont.woff') format('woff'),
		url('./fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
		url('./fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
	font-weight: 600;
	font-style: normal;
}
