/* -----------------------------------------------------------------------

 intelicloud 2009 CSS
 Roby Bates :: The Daily Brand
--------------------------------------------------------------------- */
@import "../css/SpryValidationTextField.css";
@import "../css/SpryValidationSelect.css";
@import "../css/SpryValidationTextarea.css";

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, ol, ul, li, fieldset, form, label, legend,  caption, tfoot {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
}
body {line-height:1.5;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {
	font-size:75%;
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color: #F0F0F0;
	background-image: url(../images/body/bodyBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#3D4554;
}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1.15;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#69C;text-decoration:underline;}
a {
	color:#69C;
	text-decoration:none;
}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {
	list-style-type:disc;
	color: #666;
}
ol {list-style-type:decimal;}

tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.topPad {margin-top:20px;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* body */
#container {
	display:table;
	height:100%;
	width:985px;
	margin-top:0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left:0;
	padding-right:0;
	background-image: url(../images/body/whtBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
	position:relative;
	z-index:1;
}
.newsWrap {
	margin:0;}

#logo {
	height:89px;
	margin:auto;
	padding-left:0;
	padding-right:0;
	position:relative;
	z-index:10;
	background-image:url(../images/body/headerBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#logo img {
	padding:0;
	margin-top: 12px;
	margin-left: 14px;
}

.login{
	float:right;
	width:auto;
	height:20px;
	padding:0;
	margin-top: 8px;
	margin-right: 14px;
}
.login a:hover{
	text-decoration:none;
	color:#AACA11;
}

#header {
	height:44px;
	margin:auto;
	margin-bottom:4px;
	padding-left:0;
	padding-right:0;
	background-image:url(../images/body/navBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear:both;
}

.content {
	margin:auto;
	padding-left:0;
	padding-right:0;
	height:100%;
	display:table;
	clear:both;
}

.contentHome {
	position:relative;
	margin:auto;
	padding-left:0;
	padding-right:0;
	z-index:10;
	display:table;
	clear:both;
}
.ribbon {
	position:relative;
	background-image:url(../images/ribbon.png);
	width:348px;
	height:192px;
	z-index:20;
	left:24px;
	float:right;
}
.movie {
	margin-top:13px;
	margin-left:13px;
}


#footer{
	position:relative;
	z-index:10;
	width:985px;
	height:45px;
	background-image:url(../images/body/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:auto;
	padding-left:0;
	padding-right:0;
}

.footerInfo {
	position:absolute;
	z-index:20;
	width:960px;
	top:20px;
	margin-left:12px;
	margin-bottom:25px;
	font-size:10px;
	text-align:left;
	color:#666;
}
.footerInfo a {
	color:#666;
}
.footerInfo a:link {
	color:#666;
}
.footerInfo a:hover {
	color:#69C;
	text-decoration:none;
}

.presentation {
	width:940px;
	height:291px;
	/*background-image:url(../images/presentation.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	margin:auto;
	margin-top:18px;
	margin-bottom:18px;
	padding-left:0;
	padding-right:0;
	clear:both;
}

.presentation2 {
	width:940px;
	height:145px;
	background-image:url(../images/headers/green.jpg);
	background-repeat: no-repeat;
	margin:auto;
	margin-top:18px;
	margin-bottom:18px;
	padding-left:0;
	padding-right:0;

}

#bucket {
	width:940px;
	height:165px;
	background-image:url(../images/bucketBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:auto;
	margin-top:0px;
	margin-bottom:18px;
	padding:0;
}

.innerBox {
	padding-top:11px;
	padding-left:8px;
	
}


#bucket p{
	padding:15px;
}

.tall{
	min-height:350px;
}

.title{
	font-size:21px;
	color:#3D4552;
	font-weight:bold;
}
.title2{
	font-size:18px;
	color:#3D4554;
	font-weight:bold;
}

.subTitle{
	font-size:18px;
	color:#69C;
	font-weight:normal;
}

.subTitle2{
	font-size:18px;
	color:#999;
	font-weight:normal;
}

.mainCopy p{
	font-size:13px;
	font-weight:normal;
	color:#666;
	font-weight:normal;
	width: 590px;
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

.mainCopy2 p{
	font-size:13px;
	font-weight:normal;
	color:#999;
	font-weight:600;
	margin-top: 5px;
	font-family: inherit;
}



.mainCopyBucket p{
	font-size:12px;
	color:#999;
	font-weight:normal;
	margin-top: 5px;
	font-family: inherit;
	font-weight:normal;
}

.mainCopyBucket a:link{
	color:#69C;
	text-decoration:none;
}

.mainCopyBucket a:hover{
	color:#69C;
	text-decoration:underline;
}

.line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	width:auto;
}

.dark {
color:#333;
}

/* navbar */
.navBar {
	height:43px;
	margin:0;
	clear:both;
}
.navBar ul {
	margin:10px 0 0 12px;
	padding:0;
	list-style:none;
	float:left;
	}
.navBar ul li {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:15px;
	text-align:center;
	line-height:30px;
	float:left;
	width:113px;
	height:34px;
	display:block;
	margin-right: 8px;
	}
.navBar ul li a {
	text-decoration: none;
	font-weight: 600;
	color:#BBB;
	width:113px;
	height:34px;
	display:block;
	}
.navBar ul li a:hover{
	background-image: url(../images/navbar/tab.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:113px;
	height:34px;
	display:block;
	color:#AACA11;
	line-height:38px;
	}
	
.navBar ul li .on{
	background-image: url(../images/navbar/tab.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:113px;
	height:34px;
	display:block;
	color:#AACA11;
	line-height:38px;
	}
.navBar ul li .white {
	color:#FFF;
}

/* side nav */
.sideNav {
	margin:0;
	padding:0;
}
.sideNav ul {
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	top:0;
	}
.sideNav ul li {
	font-size:13px;
	text-align:left;
	text-indent:10px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	display:block;
	width:230px;
	height:29px;
	padding:0;
	margin:0;
	}
.sideNav ul li a {
	text-decoration: none;
	font-weight: 600;
	color:#69C;
	display:block;
	width:230px;
	height:29px;
	}
.sideNav ul li a:hover{
	color:#AACA11;
	/*background-image:url(../images/navbar/subBGGrey.jpg);*/
	width:230px;
	height:29px;
	}
.sideNav ul li .on{
	color:#AACA11;
	/*background-image:url(../images/navbar/subBG.jpg);*/
	width:230px;
	height:29px;
	}

.blueBox {
	background-image:url(../images/blueBox.jpg);
	height:125px;
	width:204px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom:10px;
	padding:10px 13px 10px 13px;
}
.blueBox2 {
	background-image:url(../images/blueBox2.jpg);
	height:211px;
	width:204px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom:10px;
	padding:10px 13px 10px 13px;
}

.blueBox a:link{
	color:#69C;
	text-decoration:none;
}

.blueBox a:hover{
	color:#3C4453;
	text-decoration:underline;
}
.blueBox2 a:link{
	color:#69C;
	text-decoration:none;
}

.blueBox2 a:hover{
	color:#3C4453;
	text-decoration:underline;
}


.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-8B, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
.over {margin-left:22px;}
.span-home {width:590px;float:left;position:relative;z-index:2;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:260px;}
.span-8 {width:302px;}
.span-8B {width:324px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:650px;}
.span-17B {width:645px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:940px;}
.span-24, div.span-24 {width:950px;margin:0;}
input.span-1, textarea.span-1, select.span-1 {width:30px!important;}
input.span-2, textarea.span-2, select.span-2 {width:50px!important;}
input.span-3, textarea.span-3, select.span-3 {width:90px!important;}
input.span-4, textarea.span-4, select.span-4 {width:130px!important;}
input.span-5, textarea.span-5, select.span-5 {width:170px!important;}
input.span-6, textarea.span-6, select.span-6 {width:210px!important;}
input.span-7, textarea.span-7, select.span-7 {width:250px!important;}
input.span-8, textarea.span-8, select.span-8 {width:290px!important;}
input.span-9, textarea.span-9, select.span-9 {width:330px!important;}
input.span-10, textarea.span-10, select.span-10 {width:370px!important;}
input.span-11, textarea.span-11, select.span-11 {width:410px!important;}
input.span-12, textarea.span-12, select.span-12 {width:450px!important;}
input.span-13, textarea.span-13, select.span-13 {width:490px!important;}
input.span-14, textarea.span-14, select.span-14 {width:530px!important;}
input.span-15, textarea.span-15, select.span-15 {width:570px!important;}
input.span-16, textarea.span-16, select.span-16 {width:610px!important;}
input.span-17, textarea.span-17, select.span-17 {width:650px!important;}
input.span-18, textarea.span-18, select.span-18 {width:690px!important;}
input.span-19, textarea.span-19, select.span-19 {width:730px!important;}
input.span-20, textarea.span-20, select.span-20 {width:770px!important;}
input.span-21, textarea.span-21, select.span-21 {width:810px!important;}
input.span-22, textarea.span-22, select.span-22 {width:850px!important;}
input.span-23, textarea.span-23, select.span-23 {width:890px!important;}
input.span-24, textarea.span-24, select.span-24 {width:940px!important;}
.append-1 {padding-right:40px;}
.append-1b {padding-right:50px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-A {padding-left:5px;}
.prepend-1 {padding-left:20px;}
.prepend-1B {padding-left:40px;}
.prepend-x {padding-left:30px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


/* forms 
form { border: 0; padding: 0; margin: 10px 0 0 0; }
form fieldset { border: 0; padding: 8px 18px 8px 0; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label {
	text-align: left;
	font-size: 1em;
	line-height: 2em;
	color: #3D4554;
	float: left;
	display: block;
	width: 75px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	}
form p input,
form p textarea {
	font-size: 1em;
	color: #3D4554;
	border: 1px solid #ddd;
	padding: 4px;
	background-color: #eee;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	}
form p select { width: 460px; height:28px; font-size: 1em;
	color: #3D4554;font-family: Arial, Helvetica, sans-serif;paddinf:0;margin:0;}
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #3D4554; padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn, a.btn {
	background-image: none;
	width: 100px;
	overflow: visible;
	border: 1px solid #3D4554;
	padding: 4px 6px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #3D4554;
	}
a.btn:hover {
	background-image: none;
	background-color: #0ECFFE;
	border-color: #3D4554;
}	*/

/* ---------------------------------------------------------------- 
 * GLOBAL > FORMS
 * ---------------------------------------------------------------- 
*/  

form {  
margin: 30px 0 0; 	
padding: 0;}

form fieldset { 
margin: 0;	
padding: 10px 30px; }

form fieldset legend { 
display: inline; 
white-space: normal;}     

form fieldset br { 
clear: both;}

form fieldset label {
	display: block;
	height: 20px;
	background-color:#EEE;
	float: left;
	width: 140px;
	vertical-align: middle;
	text-align: right;
	padding-top: 7px;
	padding-right: 10px;
	color:#333;
	margin-top: 1em;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
	border: transparent;
}	

form fieldset input,
form fieldset select,
form fieldset textarea {  
padding: 6px 8px;
vertical-align: middle;	
width: 65%; 
margin-top: 1em;}

form fieldset select { 
width: 68%;
height: 28px;}    

form fieldset input[type="radio"],    
form fieldset input[type="checkbox"] { 
width: auto;
margin-left: 0;
margin-top: 1.5em;
padding: 0;}

form fieldset .small {  
width: 20%;}

form fieldset select.small {  
width: 23%;}

form fieldset .med {  
width: 40%;}

form fieldset select.med {  
width: 43%;
}

#buttons {
	width:415px;
	margin-left:155px;
}

form fieldset button {
	margin-right:10px;
	margin-bottom:10px;
display: inline;
overflow: visible;
padding: 5px 7px;
vertical-align: middle;
height:32px;
width: 85px;}

form fieldset fieldset { 
margin: 1em 0 0.5em 160px; 
padding: 0;}

form fieldset fieldset legend span {
position: absolute !important;
left: -160px;
width: 150px;}    

form fieldset fieldset input[type="radio"],    
form fieldset fieldset input[type="checkbox"] { 
margin-top: 0;}

form fieldset fieldset label { 
clear: none;
float: none;
display: inline;
margin-right: 0;}  

form fieldset label { 
font-family: inherit; 	
font-size: inherit; 
line-height: 1em;}	

form fieldset input,
form fieldset select,
form fieldset textarea {  
font-family: inherit; 	 
font-size: inherit;}

form fieldset button {
text-align: center;
font-size: 1.1em;
font-weight: normal;} 

form fieldset fieldset legend span {
font-weight: bold; 
line-height: 1.7em;}    

form fieldset fieldset label { 
font-weight: normal;} 





/* bio styles */

#contentBio {
	width: 960px;
	margin: 0px auto;
	color: #333;
		}


#main-content_m {
	float: left;
	width: 100%;
		margin: 0px
		padding-top: 48px;
	padding: 0px;
	color: #333;
		}

.biospace {
	margin-top: 7px;
   	padding:0px 0px 0px 0px;
	}
			
.hrbio {
		margin-top: 10px;
		margin-bottom: 10px;
		}	
		
.biopic-first {
	width: 145px;
	float:left;
	clear: both;
	margin-right: 12px;
}

.biotxt-first {
	float:left;
	width: 490px;
	color: #666;
	font-size: 13px;
}

.biopic {
	width: 145px;
	float:left;
	clear: both;
	margin-right: 12px;
	margin-top: 45px;
}

.biotxt {
	float:left;
	width: 490px;
	margin-top: 45px;
	color: #666;
	font-size: 13px;
}

#actions {
	margin-top: 28px;
	}

a.open-act {
	height: 20px;
	padding: 20px 0 5px 0;
	padding-left: 30px;
	background: url(../images/icons/open1.gif) no-repeat 0 15px;
	font-weight: 600;
	color: #999;
	text-decoration: none;
	}

a:hover.open-act {
	background-image: url(../images/icons/open2.gif);
	color: #69C;
	text-decoration: none;
	}

a.close-act {
	height: 20px;
	padding: 20px 0 5px 0;
	padding-left: 30px;
	background: url(../images/icons/close1.gif) no-repeat 0 15px;
	font-weight: 600;
	color: #999;
	}

a:hover.close-act {
	background-image: url(../images/icons/close2.gif);
	text-decoration: none;
	color: #69C;
	}
	
.largetxt {
	color:#000;
	font-size: 20px;
	font-weight: 600;
	line-height : 28px;
	}


.smtxt {
	color:#495364;
	font-size: 16px;
	font-weight: normal;
	}
.largetxtred {
	font-size: 24px;
	font-weight: normal;
	line-height : 28px;
	color:#C30;
	}

