﻿/* Fonts - speakTECH SharePoint base template, rev. 2008.04.07 */

a:link, a:visited, p a:link, 
.bio div a:link, .bio div a:visited, .bioitem div a:link, .bioitem div a:visited {
	background:transparent;
	color:#2b72b9;
	text-decoration:none;
	}
	
a:visited,
.bio div a:visited, .bioitem div a:visited,{
	color:#82b2e1;
	}

a:hover, a:active, 
.bio div a:hover, .bio div a:active,
.bioitem div a:hover, .bioitem div a:active{
	background:transparent;
	color:#2b72b9;
	text-decoration:underline;
	}


p, td, li, label {
	background:transparent;
	color:#838383;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:1.3;
	margin: 0 0 1.3em 0;
	padding:0;
	}

.openingtext, .openingtext *, #centercol.events { /* for first header + text blocks on the page */
	font-size:12px;
	}
	
.small {
	font-size:10px;
	}
	
p.right {
	font-weight:bold;
	text-align:right;
	margin: 15px 0 0 0;
	}
	
#rightcol p.right {
	margin: 5px 3px 2px 0;
	}
	
	p.right a, p.right a:link, p.right a:visited {
		text-decoration:none;
		}
		
	p.right a:hover, p.right a:active {
		color:#004588;
		text-decoration:underline;
		}

strong, b {
	color:#636363;
	}

.caption {
	margin: 2px 0 0 0;
	}

.caption, .caption * {
	color:#666666;
	}
	
.firstparagraph {
	font-style:italic;
	margin: .2em 0 1em 0;
	}
	
.openingtext.events p {
	margin: 0 0 .5em 0;
	}


/* ----- HEADERS --------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { /* be sure to duplicate in overwrites.css and vice-versa */
	background:transparent;
	color:#f47920;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 22px;
	line-height:1.2;
	margin:0 0 1em 0;
	padding:0;
	}
	
h1 {
	margin:0 0 0 -.25em; /* adjust for the nbsp sharepoint auto-inserts before the title field */
	}

h2 {
	font-size:15px;
	margin:0 0 .5em 0;
	}
	
	h2 a:hover, h3 a:hover {
		text-decoration:underline;
		}
	
h3 {
	font-size:13px;
	margin:0 0 1.3em 0;
	}
	
h4, h4 a {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 0 .2em 0;
	}
	
/*h4 a, h4 a:link, h4 a:visited {
	text-decoration:underline !important;
	}
	
h4 a:hover, h4 a:active {
	color:#f47920 !important;
	}*/

.pressitem h4 {
	margin:0;
	}
	
.pressitem h4 a:link, .pressitem h4 a:visited {
	text-decoration:none !important;
	}
	
.pressitem h4 a:hover, a:active {
	color:#2b72b9 !important;
	text-decoration: underline !important;
	}

	
	
h5 {
	color:#333333;
	font-size:12px;
	text-transform:uppercase;
	margin:0;
	}
	
h4+h5 {
	margin-top: .5em;
	}


/* ----- /HEADERS -------------------------------------------------------------- */



/* ----- FORM ELEMENTS --------------------------------------------------------- */

	
label, input, textarea, select, option, submenu { /* basics for editing toolbar dropdowns */
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	}

table.form td {
	padding: 0 0 7px 0;
	}
	
#container input, #container textarea, #container select, #container option {
/* must define or else editing toolbar dropdowns will be all funky */
	color:#838383;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#container label, table.form td.label, table.form td label {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding-right: 11px;
	}
	
table.form td label {
	font-size: 11px;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px !important;
	}

.submitapply { /*form button */
	width:57px;
	height:22px;
	background: transparent url('/_layouts/1033/images/UnifiedInternet/icon/apply.gif') 0px 0px no-repeat;
	color:#427fbc!important;
	font-size:0 !important;
	text-align:left;
	padding-left: 2px;
	border:none;
	cursor:pointer;
	}
	
.submitapply:hover, .submitapply:active { /*form button */
	background-position: 0px -22px;
	}	

.submitsearchlocations { /*form button */
	width:112px;
	height:	22px;
	display:block;
	background: transparent url('/_layouts/1033/images/UnifiedInternet/icon/searchlocations.gif') 0px 0px no-repeat;
	color:#427fbc!important;
	font-size:0 !important;
	text-align:left;
	padding-left: 2px;
	border:none;
	cursor:pointer;
	}

/*, .submitsearchlocations:active { form button */	
.submitsearchlocations: hover {
	background-position: 0px -22px;
	}	
	
.submit { /*form button */
 width:64px;
 height:22px;
 background: transparent url('/_layouts/1033/images/UnifiedInternet/icon/submit.gif') 0px 0px no-repeat;
 color:#427fbc!important;
 font-size:0 !important;
 text-align:left;
 padding-left: 2px;
 border:none;
 cursor:pointer;
 }
 
.submit:hover, .submitapply:active { /*form button */
 background-position: 0px -22px;
 } 

.submitclear { 
	width:60px;
	height:22px;
	background: transparent url('/_layouts/1033/images/UnifiedInternet/icon/clear.gif') 0px 0px no-repeat;
	color:#427fbc!important;
	font-size:0 !important;
	text-align:left;
	padding-left: 2px;
	border:none;
	cursor:pointer;
	}

.submitclear:  hover {
	background-position: 0px -22px;
	}	

/* Text Box with Different Border: */
.textbox {
    border: 1px solid silver; /*#659CD4;*/
}

.dropdownlist {
    background:#FFFFFF; 
    color:#659CD4; 
    border:0px solid #659CD4;
    color:#949494;
	}

/* ----- /FORM ELEMENTS -------------------------------------------------------- */


/* ----- LISTS ----------------------------------------------------------------- */

ul, ol {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 1.5em 0;
	padding:0;
	}
	
ul {
	list-style-image: url('/_layouts/1033/images/UnifiedInternet/element/bullet_gray.gif');
	margin: 0 0 1.5em 14px;
	*margin: 0 0 1.5em 16px;
	}
	
	ul li {
		margin: 0 /*0 .5em 0*/;
		}

		ul li a:hover {
			text-decoration:underline;
			}
			
ul.companylinks { /* for right WP */
	margin-top: 5px;
	margin-bottom:0;
	}
	
	ul.companylinks li {
		font-family: Arial, Helvetica, sans-serif;
		margin:0;
		}


ol {
	margin: 0 0 1.5em 24px;
	*margin: 0 0 1.5em 26px;
	}
	
	ol li {
		margin: 0 0 .5em 0;
		}
		
	


	
/* ----- /LISTS ---------------------------------------------------------------- */



/* ----- SMART PARTS ------------------------------------------------------------ */

/* ----- WHERE DO YOU WANT TO GO ----- */

	

/* ----- /WHERE DO YOU WANT TO GO ----- */


/* ----- SMART PARTS ------------------------------------------------------------ */

