/*--------------basic architecture */
html { 
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 12px;
	color: #FFF;
	background-color: #585d99;
}
td { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; }
th { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; }
#bodyWrapDiv {
	background-image: url(../_images/cs_lt.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}
#bodyRightBG {
	background-image: url(../_images/cs-rt.jpg);
	background-repeat: repeat-x;
	width: 50%;
	position: absolute;
	z-index: 1;
	height: 100%;
	right: 0px;
}
p{
	margin: 10px 0px;
}
/*--------------containers */
#fladiv{
	height: 330px;
	text-align: center;
}
#mainDiv {
	width: 768px;
	margin: 0px auto;
	position: relative;
	z-index: 1000;
}
.main-textarea {
	background-image: url(../_images/v1_r2_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 246px;
}
.introBox {
	height: 200px;
	float: right;
	padding: 0px 10px;
	width: 547px;
}
#footerContainer{
	clear: both;
	text-align: center; 
	margin-top: 50px; 
	height: 100px;
}
#footerBar{
	padding: 10px; 
	margin: 0px 0px; 
	bottom: 0px; 
	right: 0px; 
	position: fixed; 
	z-index: 2000; 
	background-color: #585d99; 
	width: 100%; 
	border-top:1px solid #fff;
}
#carousel1{
	width:766px; 
	height:290px;
	overflow:scroll;
}

/*--------------microcode matrix */
.clear{clear: both;}
.clearL{clear: left;}
.clearR{clear: right;}
.fL{float: left;}
.fR{float: right;}
.pT10{padding-top: 10px;}
.pR10{padding-right: 10px;}
.pB10{padding-bottom: 10px;}
.pL10{padding-left: 10px;}
.pRL10{padding-left: 10px; padding-right: 10px;}
.pTB10{padding-top: 10px; padding-bottom: 10px;}
.pA20{padding: 20px;}
.pT20{padding-top: 20px;}
.pB20{padding-bottom: 20px;}
.pT30{padding-top: 30px;}
.pB30{padding-bottom: 30px;}
.pT40{padding-top: 40px;}
.pB40{padding-bottom: 40px;}
.pTB10{padding-top: 10px; padding-bottom: 10px;}
.pT40{padding-top: 40px;}
.mL10{margin-left: 10px;}
.mL20{margin-left: 20px;}
.textAL{text-align: left;}
.textAR{text-align: right;}
.textAC{text-align: center;}
.white{color: #FFF;}

/*--------------links */
a:link {color: #FFF;text-decoration: underline;}
a:visited {color: #FFF;text-decoration: underline;}
a:hover {color: #FFF;text-decoration: underline;}
a:active {color: #CCC;font-weight: bold;}

/*--------------text */
.introSubhead {float: right; width: 170px; padding-right: 10px;}
.text-subhead {font-size: 14px; font-weight: bold;}
#portfolio-title-text {font-weight: bold; font-size: 14px;}
#footerList{ margin: 0px 0px; padding-left: 10px;}
#footerList li {display: inline; list-style-type: none; padding: 0px 10px;}
.textSmall{font-size:10px;}
.textTiny{font-size: 9px;}



/*---------------------expanders */
div.expandContainer{padding-left: 10px; padding-top: 10px;}
a.expandLink {text-decoration: none; font-weight: bold;}
span.expandIndicator {margin-right: 10px;}
div.expander{display: none;}
.expander li{padding: 10px;}
.expander ul{list-style-type: square;}

/*--------------non-specific bits */
.vertical-div {border-left: 1px dotted ;}
.horizontal-div {border-bottom: 1px solid #FFF;}
.top-div {border-top: 1px solid #fff;}
.whiteBorder{border: 1px solid #FFF;}
.row{background-color: #000; /*#50548b;*/}
.altRow{background-color: #222; /*#6066a7;*/}
.photo-thumbnail{border: 1px solid #fff;}
.photo-thumbnail2{border: 1px solid #000;}
.photo-thumbnail2:hover{border: 1px solid #fff;}

/*--------------------------------specific bits */
#trainingVideoDiv{/*position: fixed;*/}
div.experienceContainer{margin-bottom: 5px; width: 100%; padding: 10px; }
div.experienceImageDiv{margin-top: 10px;}
div.experienceImageDiv ul{display: inline; list-style: none; margin-left: 0;}
div.experienceImageDiv ul li{ margin-left: 0; padding-left: 2px; border: none;list-style: none; display: inline;}
div.experienceDateDiv{float: left; width: 350px;}
div.employerLocation{float: right; text-align: right;}
div.exployerHeading{float: left; margin-left: 20px; padding-top: 10px; width: 350px; font-weight: bold;}

