/* -----------------------Begin Default Styles Reset -----------------------------*/
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;

}
body {
	line-height: 1.25;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	background: url(/images/background.jpg) repeat-x #efefef;
}

ol, ul {
	list-style: none;
	
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -----------------------End Default Styles Reset -----------------------------*/

h1{
	font-size:15pt;
	color: #002d62;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom: 10px;
}

h2{
color: #00699f;
font-family: Geneva,Arial,Helvetica,sans-serif;
font-size: 14px;
	font-weight:bold;
}
h3{
color: #009fd8;
font-family: Geneva,Arial,Helvetica,sans-serif;
font-size: 13px;
	font-weight:bold;
}

h4{
color: #000000;
font-family: Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
	font-weight:bold;
}

p {
	margin-bottom: 10px;
}
#bodycontent{
	position: relative;
	width:1000px;
}

.container {
	width: 1000px;
	background-image: url(/images/sidenavgradient.jpg);
	background-repeat: repeat-y;
	background-position: left;
    background-color: #FFFFFF;
	position: relative;
	text-align:left;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
	
}

/* -----------------------Begin Header Styles -----------------------------*/

.header1{
	height: 85px;
	width: 1000px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	background-color: #FFFFFF;	
	z-index: 2000;
}

.header2{
	height: 92px;
	width: 1000px;
	background-image: url(/images/header2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	background-color: #FFFFFF;

}

.loggedin {
    position: relative;
    width: auto;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-style: normal;
}
.loggedin a:link, .loggedin a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.loggedin a:hover{
	color:#FBD329;
	background-color:#009FD8;
	text-decoration:none;
}

.mainnav {
	position: relative;
	width: 850px;
	margin: 0px;
	float: left;
	height: 20px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	top: 20px;
}

.mainnav li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px 15px 0px 0px;

}
.mainnav a:link, .mainnav a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-style: normal;
	/*padding-top:5px;
	padding-bottom:5px;
	padding-right: 7px;
	padding-left: 7px;*/
	padding: 0px;
	margin: 0px;
	display: inline;
}
.mainnav a:hover{
	color:#FBD329;
	/*background-color:#009FD8;*/
	text-decoration:none;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-style: normal;
}

.mainnav a.on{
	color:#FBD329;
	/*background-color:#009FD8;*/
	text-decoration:none;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-style: normal;
	/*padding-top:5px;
	padding-bottom:5px;
	padding-right: 7px;
	padding-left: 0px;*/
	margin: 0px;
	padding: 0px;
	display: inline;

}

/*.quicklinks {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width:99px;
	color: #FFFFFF;
	display: inline;
	margin-left: 15px;
	float:right;
}
*/
/* -- Frisk Test -- */
.quicklinks {
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 145px;
	height: 20px;
	color: #FFFFFF;
	display: inline;	
    margin: 0px;
	padding: 0px;
    float:right;
    z-index:999999;
	text-align: right;
	top: 20px;
}

.quicklinks a {
color:#ffffff;
text-decoration:none;
text-align:right;
}

.quicklinks a:visited {
	color: #ffffff;
}

.quicklinks a:hover {
	color: #fbd329;
}

.quicklinksbox {
	background-color: #0b6aa2;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	position:absolute;
	z-index:999999;
	top: 65px;
	right: 0px;
	visibility: hidden;
	text-align: right;
	
}

.quicklinkslist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.quicklinkslist {
display:block}

.quicklinkslist a:link, .quicklinkslist a:visited{
text-decoration:none;
	color:#FFFFFF;
	padding:8px;
	display:block;
}
.quicklinkslist a:hover{
text-decoration:none;
	color:#FBD329;
	display:block;
	background-color:#009FD8;
}

.searchbox{
	float:right;
	margin-right: 80px;
	margin-top:10px;
}
/* -----------------------End Header Styles -----------------------------*/
/* -----------------------Begin Leftnav Styles -----------------------------*/
.leftnav{
	width:200px;
	position:relative;
	float:left;
	padding-left:24px;
	z-index:1000;
	padding-top: 10px;
}

#logosmall {
	position: absolute;
	float: left;
	left: 20px;
	top: 300px;
}
#logo {
}
.submenu {
	width:175px;
	margin-top:20px;
	position: relative;
	z-index: 9999;
}
.submenu2 {
	width:175px;
	margin-top:20px;
	position: relative;
	z-index: 9999;
}

/* The following styles are disabled to test whether they are still required (RS, August 6, 2010)
.applynow {
	padding-top: 150px;
	padding-left: 5px;
}
.applynow a, .applynow a:link, .applynow a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	text-decoration: none;
}

.applynow a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#002D62;
	text-decoration: none;
}*/

.searchlink a, .searchlink a:link, .searchlink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#002D62;
	text-decoration: none;
}

.searchlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#009FD8;
	text-decoration: none;
}

#breadcrumbs{
	position:relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
#breadcrumbs ul{
	margin:0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style-type: square;
	list-style-position: inside;
	color: #b0b7bb;
}
#breadcrumbs li{
padding-bottom:5px;
}
#breadcrumbs a:link, #breadcrumbs a:visited{
text-decoration: none;
color : #B0B7BB;}
#breadcrumbs a:hover{
text-decoration:underline;
color : #B0B7BB;
}
/* -----------------------Begin submenu dropdown Styles -----------------------------*/

#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	width : 175px;
	z-index:1000;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#nav a {
	width: 175px;
	w\idth :165px;
	display : block;
	color : #002d62;
	font-size: 9pt;
	text-decoration : none;
	padding : 0 0.5em;
	font-family: Tahoma,Arial,Helvetica;
}

#nav li { /* all list items */
	position: relative;
	float: left;
	line-height: 1.25em;
	margin-bottom : 7px;
	width: 170px;
}

#nav li ul li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 125px;
}

#nav li ul li a {
	width: 125px;
	w\idth :165px;
	display : block;
	color : #002d62;
	font-size: 7pt;
	text-decoration : none;
	padding : 0 0.5em;
	font-family: Tahoma,Arial,Helvetica;
}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 170px;
	margin-top : -1.25em;
	background-color:#FFFFFF;
	border:solid 1px #fbd329;
	z-index:9999;
}
	
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	}

#nav li a:hover {
	background-color : #fbd329;
	}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color : #fbd329;
	visibility:visible;
}

/* -----------------------End Leftnav Styles -----------------------------*/

/* -----------------------Begin content Styles -----------------------------*/
.content{
	width:730px;
	position:relative;
	float:right;
	padding-left: 20px;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.25;
	margin-bottom:20px;
	z-index: 1;
}
.content a:link{color : #00699f;text-decoration:none;}
.content a:visited{color : #009fd8;text-decoration:none;}
.content a:hover{color : #b0b7bb;text-decoration:underline;}
.heroimage {margin-bottom: 10px;}

.content ul {
	list-style-type: square;
	margin: auto;
	padding-left: 20px;
	padding-bottom:10px;
}

.content ol {
	list-style:decimal;
	margin: auto;
	padding-left: 30px;
	padding-bottom:10px;
}

.content li{margin-bottom: 3px;}

/* The promotable styles are used for the old style 2x2 teaser grid which will eventually be replaced (RS, August 6, 2010) */
.promotable {width:710px;}
.promotable td{width:50%;padding-right:10px;padding-bottom:10px;}
.promotable h2{ border-bottom:1px solid #999999;margin-bottom:5px;}
.promotable .promocontent td{width:auto;padding-right:8px;vertical-align:top;}
.promotable .promocontent td.summarylink {vertical-align:bottom;padding-bottom:0px;}
.promotable .promocontent .more {font-size:12px;font-weight:bolder;text-align:right;}
.promotable .promocontent .teasertext {text-align:left;font-size:10px;}
/* End of promotable styles */

/* The aggregatortable styles are used for the news pages */
.aggregatortable  {width:710px;}
.aggregatortable .primaryheadline {min-height:70px; width: 100%; clear:both; margin-bottom: 10px;}
.aggregatortable .primaryheadline .publishDate {color:#00699F; font-weight:bold; margin-bottom:5px; font-size:80%;}
.aggregatortable .primaryheadline .teaserText {margin-bottom:5px;}
.aggregatortable .primaryheadline .teaserText a:link,
.aggregatortable .primaryheadline .teaserText a:visited {font-size:80%}
.aggregatortable .primaryheadline img {float:left; padding-right:10px; max-width:100px; max-height:60px;}
.aggregatortable .secondaryheadline {width: 100%;margin-bottom:7px;}
.aggregatortable .secondaryheadline td {width: auto;}
.aggregatortable .date {width: 90px;text-align: right;padding-right: 0;}
/* End of aggregatortable styles */

/* The following styles are disabled to test whether they are still required (RS, August 6, 2010)
.flv {width: 330px;}
.flv .caption {text-align: center;}*/

/* The gmap class is used for embedded Google map objects */
.gmap {width: 365px;height: 219px;float:right;padding:3px;}

/* ---------------- Styles for NPU Voices Aggregator Page ----------------------*/
/* These styles can be eliminated when we implement the new Voices page (RS - August 6, 2010) */
.rssaggregatortable {width:730px;}
.rssaggregatortable td {vertical-align:top;}
.rssaggregatortable td img {padding-bottom:5px;}
.rssaggregatortable td.widecolumn {
	width:500px;
	padding-bottom:5px;
	padding-right:5px;
	border-right: 2px solid #B0B7BB;
	border-collapse:collapse;
}
.rssaggregatortable td.widecolumn p.listen a {
   padding-left: 18px;
   background: transparent url('/images/headphones.bmp') no-repeat center left;
   height:18px;
   display:block;
}
.rssaggregatortable td.widecolumn div.music img {float:left;padding-right:10px;}
.rssaggregatortable td.widecolumn div.music embed {float:right;margin-right:15px;}
.rssaggregatortable td.narrowcolumn {width:225px;padding-bottom:5px;padding-left:5px;}
.rssaggregatortable .more {text-align:right;}
td.topborder {padding-top:10px;border-top: 2px solid #B0B7BB;border-collapse:collapse;}
/* ---------------- End of Styles for NPU Voices Aggregator Page ----------------------*/

/* ------------ Styles for Teaser List Pages ----------------------*/
.majorsRow {
	width: 100%;
	float:left;
	left:0px;
	height: 70px;
}

.majorsImage {
	position: relative;
	float: left;
	left: 5px;
	width: 100px;
}

.majorsText {
	position: relative;
	float: right;
	width: 615px;
}

.majorsP {
	position: relative;
	font-size:11px;
	left:20px;
	float:left;
	width:575px;
	margin-right:40px;
	min-height:25px;
}

/* Need to delete this style when we've replaced it in all the new academics pages */
.majorsFull {
	position: relative;
	font-size:11px;
	left:30px;
	float:left;
	width:460px;	
}

.majorsText h2 {
	border-bottom:solid #B0B7BB 1px;
	padding-bottom:1px;
}

.majorsLinks  {
	font-size:11px;
	position: relative;
	float: right;
	text-align:right;
}

.majorsLinks  li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
}

/* ------------ End of Styles for Teaser List Pages ----------------------*/

/* ---------------- Styles for Photo Album Pages ----------------------*/
#photoalbum {padding:10px 0 0 0;}
#photoalbum .photo {width:200px;float:left;padding:0 30px 10px 0;text-align:center;}
#photoalbum .clear {clear:both;}
#photoalbum .photo span {display:block;font-size:9pt;font-weight:bold;color:#00699F;}
#photoalbum .photo p {font-size:8pt;text-align:justify;color:#000000;margin:5px 0 0 0;}
/* ---------------- End of Styles for Photo Album Pages ----------------------*/

/* The portaltable styles are only used on the Current Students and Faculty-Staff landing pages */
/* These styles can probably be eliminated when those pages are revised (RS - August 6, 2010) */
.portaltable td{vertical-align:top;padding-right:5px;}
.portaltable tr{padding-bottom:6px;}
.portaltable h3{padding-top:2px;padding-bottom:2px;color:#002D62;}
.portaltable2 td{vertical-align: middle;padding-right:5px;}


/* The alternating class of tables is used in many places on the site */
/* Alterating class tables have thin gray lines separating rows */
table.alternating {}
table.alternating td {border: none;padding: 0.3em 0.2em 0.2em 0.3em;}
table.alternating td.c {text-align:center;}
table.alternating tr td {border-bottom-style:solid;border-bottom-color:#B0B7BB;border-bottom-width:1px;}
table.alternating td.description {font-size:12px;}
table.alternating td.small {font-size:9px;}
table.alternating td.links {font-size:10px;}
table.alternating td.keyword {font-size:12px;font-weight:bold;color:#002D62;}

/*-------------- Styles for the Financial Aid Calculator --------------------*/
/* These styles can probably be eliminated if we switch to an outside vendor for the calculator this fall (RS - August 6, 2010)*/
table.FACalcOutput td.figureR {text-align:right;font-weight:bolder;padding-bottom:2px;}
table.FACalcOutput td.headerS {text-align:left;font-weight:bolder;padding-bottom:2px;padding-left:15px;}
table.FACalcOutput td.headerG {padding-top:5px;padding-bottom:5px;}
table.FACalcOutput td.total {
	border-top-style:solid;
	border-top-color:#00699F;
	border-top-width:2px;
	padding-top:5px;
	padding-bottom:5px;
}

.FACalcError {color:#FF0000;padding-top:15px;}

/* ------------- Styles for Faculty Accomplishments ------------------*/
.facultyBrag {width: 100%;margin-bottom:5px;padding-bottom:5px;border-bottom:#B0B7BB solid 1px;}
.facultyBragImage {width: 100px;margin-left:0px;margin-right:5px;float:left;}
.facultyBragImage img {max-width:100px;}
.facultyBragContent {float:left;}
.facultyBragHeader .facultyBragFaculty .facultyBragDescription {text-align:left;}
.facultyBragLink {text-align:right;}

/* ------ Styles for Faculty Staff Directory and Non-Employee Directory pages -------------*/
.internal_dir_person {margin-bottom:5px;}
.internal_dir_name {color: #009fd8; font-size: 13px; font-weight:bold;}
.internal_dir_title{color: #000000; font-size: 12px; font-style:italic;}
.dir_name {color:#002D62;font-size:12px;font-weight:bold;}
.dir_person {padding-bottom:1em;width:97%;min-height:120px;float:left;}
.dir_photo img{padding-top:.25em;padding-right:.5em;float:left;width:150px;height:150px;}
/* -----------------------End content Styles -----------------------------*/

/* -----------------------Begin Footer Styles -----------------------------*/
.footer{ 
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 1000px;
	/*Comment the left margin line for demo with LS*/
	/*margin-left:135px;*/
	clear:both;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color:#00699F;
	text-align:center;	
	/*Open this line for demo with LS*/
	/*width:100%;*/

}

.footer a:link{color : #00699F;text-decoration:none;}
.footer a:visited{color : #00699F;text-decoration:none;}
.footer a:hover{color : #009FD8;text-decoration:underline;}

/* -----------------------End Footer Styles -----------------------------*/
.content .rightcontent {
	width: 250px;
	float: right;
}
.container .content .leftcontent {
	float: left;
	width: 460px;
	padding-right: 20px;
}

.insetimage {
	float: left;
	position: relative;
	margin-right: 16px;
}
.leftnav .search {
	position: relative;
	clear: both;
	padding-top: 50px;
}
.content .nextsteps {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	float: left;
	padding-top: 10px;
}

/* ------------------ Ask Admissions Function Styles ------------------------*/
.positionAskAdd {position:relative;float:right;padding-bottom:10px;}
.textAskAdd {width:250px;text-align:left;font-size:9px;}
.tbAskAdd {width:250px;font-size:9px;}
.BtnAskAdd {width:auto;font-size:9px;top:-5px;}
.AskAdd {position:relative;top:-75px;}

/* ------------------ Next Steps Styles ------------------------*/

.nextsteps h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009FD8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009FD8;
}
.nextsteps ul {margin: 0px;padding: 0px;list-style-type: none;}
.nextsteps li {padding-bottom: 4px;padding-top: 4px;}
.search img {padding-bottom: 20px;}
.nextsteps a {font-style: italic;}

/* Style for "AddThis" button that can be deleted when we pull that function off the site (RS - August 6, 2010)*/
.share {padding-bottom: 8px;padding-top: 18px;}


.customform fieldset {
    border-style: groove;
    border-width: 2px;
    margin-bottom: 5px;
}

.customform fieldset legend {
    padding: 0 2px 0 2px;
}

.customform fieldset table {
    margin: 0 5px 10px 10px;
}

.customform table {
    width: auto;
}

.customform table td {
    padding: 5px 10px 0 0;
    vertical-align: text-top;
    line-height: 1.75;
}

.customform input.textbox {
    width: 250px;
}

.customform input.shortTextbox {
    width: 30px;
}

.customform input.mediumTextbox {
    width: 150px;
}

.customform textarea {
    width: 350px;
    height: 100px;
}

.customform select {
    margin-top: 2px;
}

.customform fieldset table tr td table tr td {
    line-height: normal;
}

.customform fieldset table tr td table tr td input.shortTextbox {
    width: 97px;    
}

.customform fieldset table tr td table tr td select {
    width: 100%;    
}

.customform .buttons {
    padding-top: 5px;
    text-align: center;
}

.contactform table {
    width: auto;
}

.contactform table td {
    padding: 5px 10px 5px 0;
    vertical-align: text-top;
}

.contactform input.textbox {
    width: 350px;
}

.contactform textarea {
    width: 350px;
    height: 100px;
}

.login table {
    width: auto;
}

.login table td {
    padding: 5px 10px 5px 0;
    vertical-align: text-top;
    line-height: 22px;
}

.login input.textbox {
    width: 350px;
}

/* -----------------------NPYou -----------------------------*/
/* --------Please Do not edit without CS approval------------*/

.content {}

#NPYou_Master_Container { }
#NPYou_Title_Container
{
background-color:#00699F;
color:#FFFFFF;
margin-bottom:10px;
line-height:30px;
height:30px;
}
#NPYou_Title_Container h1 
{
	color:#FFFFFF;
	margin-left:10px;
}

#NPYou_Admin_Container 
{  background-color:#ffcf18;
   padding:4px;
   padding-left:10px;
	}
	
	#NPYou_Admin_Container h2
{  
	color:#000000;	}
	
#NPYou_Error_Container { }
#NPYou_Content_Container 
{
    margin:5px;
}
#NPYou_Content_title  
{
	line-height:64px;
	margin-top:20px;
	margin-bottom:30px;
}	
#NPYou_Content_title_image
{
    float:left;
    height:64px;
    width:64px;	
    margin-right:20px;
}
#NPYou_Action_Container 
{
    border:solid 2px #ffcf18;
    padding:10px;
    margin:10px;
    min-height:455px;
    font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:12px;
line-height:16px;
}

#NPYou_Action_Container ul 
{
list-style:disc;
margin-left:30px;
}

.NPYou_Action_Link a
{
	border:solid 2px #ffcf18;
   font-weight:bold;
   padding:5px;
   padding-left:20px;
   padding-right:20px;
}

#NPYou_ZoneTitle 
{
	background-color:#00699F;
    color:#FFFFFF;
    font-weight:bold;
    padding:5px;
}

#NPYou_DoorContainer
{
	border: solid 1px #00699F;
	margin-bottom:10px;
	padding:5px;
}

.NPYou_Action_Error
{
    background-color:#ffcf18;
    font-weight:bold;
    padding:5px;
}

.NPYou_release_view_container 
{
	height:300px;
	overflow:scroll;
	margin:0px auto;
	border:solid 1px #00699F;
}

.NPYou_Release_Spacers
{
	margin-bottom:20px;
}

table.NPYOU_Table td
{
	padding:8px;
}


/* These styles are disabled to test whether they are required (RS - August 6, 2010)
.rolestable {
    width:750px;
}
.rolestable th, .rolestable td {
    text-align:left;
    border:1px solid #000;
}*/

/* -------------------------- New Voices Page Styles added by Ron in August, 2010 ----------*/
#voicecontent {
	margin:0px auto;
	position:relative;
	width:1000px;
	background-color:#FFF;
	padding-top:10px;
}

#voicecontent .footer {height:100px;}
#voicesColumn1, #voicesColumn2, #voicesColumn3, #voicesColumn4 {width: 250px;float:left;}
.voicesTeaserContainer, .voicesTeaserContainerDouble {
	width:240px;	
	height:200px;
	text-align:left;
	font-size:10px;
	overflow:hidden;
	margin-bottom:10px;
	margin-left:5px;
	border-bottom:#B0B7BB solid 1px;
}

.voicesTeaserContainer h2, .voicesTeaserContainerDouble h2 {
	color: #00699f;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align:left;
	padding:4px 0px 4px 0px;
}

.voicesTeaserContainerDouble {height:410px}
.voicesTeaserText, .voicesTeaserText a:link, .voicesTeaserText a:visited {
	padding-left:2px;
	text-decoration:none;
	color:#000
}
.voicesTeaserText img {
	max-height:60px;
	max-width:100px;
	float:left;
	padding-right:.5em;
}

.voicesTeaserContainer a:link, .voicesTeaserContainer a:visited {text-decoration:none;color:#000;}
.voicesTeaserLink, .voicesTeaserLink a:link, .voicesTeaserLink a:visited {
	text-align:right;
	color: #00699f;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
		
.voicesTeaserLink a:hover{color : #b0b7bb;text-decoration:underline;}
.voicesTeaserHeader {color: #009fd8;font-family: Geneva,Arial,Helvetica,sans-serif;font-size: 11px;font-weight:bold;}

/* --------------------- End of New Voices Styles ---------------------------*/