/*
	Name:  Jonathan Cazalas
	Modified:  6/16/2012
	
	Colors:
FSC Red:        #ba0c2f, R:186 G:12 B:47 --- rgb(186,12,47)
FSC Blue:       #0060a9, R:0 G:96 B:169 --- rgb(0,96,169)
FSC Light Blue: #0096db, R:0 G:150 B:219 --- rgb(0,150,219)
FSC Grey:       #646464, rgb(100,100,100)
	FSC Red (old):  #e03a3e, R:224 G:58 B:62 --- rgb(224,58,62)
*/

#background_image {
  background-image: url("../images/FSC_bg3.jpg");
  width: 100%;
  top: 0;
  left: 0;
  height:100%; 
  opacity: 0.4;
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0;
  z-index:-1;
}


html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: rgb(20,20,20);
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: rgb(20,20,20);
	text-align: justify;
}

h1  {
	color: rgb(20,20,20);
	font-family: Verdana, arial, helvetica, sans-serif;
	padding: 0px;
	font-size: 24px;
	margin: 0px;
}

h2  {
	color: rgb(20,20,20);
	font-family: Verdana, arial, helvetica, sans-serif;
	padding: 0px;
	font-size: 21px;
	margin: 0px;
}

h3 {
	color: rgb(20,20,20);
	font-family: Verdana, arial, helvetica, sans-serif;
	padding-bottom: 5px;
	font-size: 18px;
	margin: 0px;
}

h4 {
	color: rgb(20,20,20);
	font-family: Verdana, arial, helvetica, sans-serif;
	padding: 0px;
	font-size: 16px;
	margin: 0px;
}

/************************************************/
/******* BANNER CONTAINER                       */
/************************************************/

#banner {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: rgba(0,0,0,.7);
	box-shadow: 0px 3px 3px rgb(50,50,50);
	z-index: 1;
}

#banner_content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#icon_container {
	float: right;
	padding-top: 6px;
}

/************************************************/
/******* WRAPPER & OUTER CONTAINER              */
/************************************************/

#wrapper {
	min-height: 100%;
	position: relative;
}

#outer_container   {
	width: 1000px;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
}

/************************************************/
/******* HEADER CONTAINER                       */
/************************************************/

#header  {
	width: 1000px;
	height: 138px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 12px;
	box-shadow: 2px 2px 2px rgb(100,100,100);
	background: -webkit-linear-gradient(#ba0c2f, #000033); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ba0c2f, #000033); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ba0c2f, #000033); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ba0c2f, #000033); /* Standard syntax (must be last) */
	color: red;
}

#header h1, #header h2, #header h3, #header h4 {
	text-align: left;
	color: rgb(230,230,230);
	text-shadow: 1px 1px 2px rgb(50,50,50);
}

#header h3 {
	font-style: italic;
}

#headerPic{
	float: left;
	padding: 10px;
}

#headerPic img {
	border: 1px solid rgba(255,255,255,0.8);
}

#headerInfo{
	margin: 0px;
	padding-top: 24px;
}

#headerInfoCourse{
	margin: 0px;
	padding-top: 16px;
	padding-left: 10px;
}

#headerLogo{
	float: right;
	padding: 27px 10px 10px 10px;
}


/************************************************/
/******* LINKS CONTAINER                        */
/************************************************/

#links  {
	float: left;
	width: 200px;
	margin: 0px;
}

#links a {
	display: block;
	background-color: rgba(255, 255, 255, 0.75);
	border-left: 4px solid #ba0c2f;
	border-bottom: 1px solid #ba0c2f;
	padding: 8px 8px 8px 8px;
	margin: 1px 0px 6px 0px;
	box-shadow: 2px 2px 2px rgb(100,100,100);
}

#links a:link       {border-left: 4px solid #ba0c2f; border-bottom: 1px solid #ba0c2f; color: #ba0c2f;}
#links a:visited {border-left: 4px solid #ba0c2f; border-bottom: 1px solid #ba0c2f; color: #ba0c2f;}
#links a:hover     {border-left: 4px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; color: #FFFFFF; background-color: #ba0c2f; text-decoration: none;}
#links a:active  {border-left: 4px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; color: #FFFFFF; background-color: #ba0c2f; text-decoration: none;}


/************************************************/
/******* MAIN CONTAINER                         */
/************************************************/

#main {
	margin: 0px 0px 0px 215px;
	padding: 8px;
	border: 1px solid rgb(200,200,200);
	background-color: rgba(255,255,255,.75);
	box-shadow: 2px 2px 2px rgb(100,100,100);
}

#main h1 {
	padding: 0px 0px 3px 6px;
	border-bottom: 2px solid #ba0c2f;
	color: rgb(20,20,20);
	font-family: Verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 24px;
	margin: 0px 0px 15px 0px;
}

#main h3 {
	/*width: 300px;*/
	padding: 0px 0px 3px 14px;
	border-bottom: 1px solid rgb(255,201,7);
	color: rgb(20,20,20);
	font-family: Verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 18px;
	margin: 0px 0px 4px 0px;
}

#main p {
	padding: 0px 6px 0px 6px;
	text-align: justify;
}


/************************************************/
/******* BOXES CONTAINER                        */
/************************************************/

#b1 {
	float: left;
	width: 300px;
	height: 200px;
	padding: 10px;
	margin-top: 15px;
	margin-right: 17px;
	border: 1px solid rgb(100, 100, 100);
	background-color: rgba(186,12,47,0.8);
	box-shadow: 2px 2px 2px rgb(100, 100, 100);
	border-radius: 15px;
}
#b1 h2 {
	text-align: center;
	color: rgb(230,230,230);
	text-shadow: 1px 1px 2px rgb(50,50,50);
	padding: 16px 0px 16px 0px;
}
#b1 p {
	text-align: center;
	color: rgb(230,230,230);
}
#b1 a:link       {color: rgb(230,230,230);}
#b1 a:visited {color: rgb(230,230,230);}
#b1 a:hover     {color: rgb(0,150,219);}
#b1 a:active   {color: rgb(0,150,219);}

#b2 {
	float: left;
	width: 300px;
	height: 200px;
	padding: 10px;
	margin-top: 15px;
	margin-right: 17px;
	border: 1px solid rgb(150,150,150);
	background-color: rgba(0,150,219,0.75);
	box-shadow: 2px 2px 2px rgb(100,100,100);
	border-radius: 20px;
}
#b2 h2 {
	text-align: center;
	color: rgb(230,230,230);
	text-shadow: 1px 1px 2px rgb(50,50,50);
	padding: 16px 0px 16px 0px;
}
#b2 p {
	text-align: center;
}
#b2 p.reminder {
	font-size: 16px;
	font-style: italic;
}

#b3 {
	float: left;
	width: 300px;
	height: 200px;
	padding: 10px;
	margin-top: 15px;
	border: 1px solid rgb(50,50,50);
	background-color: rgba(204, 255, 204,.75);
	background: url("../images/code/code4.jpg") center center;
	box-shadow: 2px 2px 2px rgb(100,100,100);
	border-radius: 25px;
}
#b3 h2 {
	text-align: center;
	color: rgb(230,230,230);
	text-shadow: 1px 1px 2px rgb(50,50,50);
	padding: 16px 0px 16px 0px;
}
#b3 p {
	text-align: center;
	padding: 10px;
	width: 50%;
	border: 1px solid rgb(200,200,200);
	background-color: rgba(255,255,255,.75);
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
}


/************************************************/
/******* CLEAR CONTAINER                        */
/************************************************/

#clear_container {
	clear: both;
	margin: 0px;
	padding-bottom: 88px; /* bottom padding for footer */
}

li.pubList {
	padding-bottom: 7px;
}

p.pubList {
	text-indent: -22px;
	margin-left: 30px;
	padding-bottom: 7px;
}

li.teaching {
	padding-bottom: 7px;
	font-size: 16px;
}

/************************************************/
/******* FOOTER CONTAINER                       */
/************************************************/

#footer_container {
	position: absolute;
	left: 0px;
	bottom: 0px; /* stick to bottom */
	width: 100%;
	height: 73px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background: -webkit-linear-gradient(rgb(24,24,24) , rgb(48,48,48)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(24,24,24) , rgb(48,48,48)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(24,24,24) , rgb(48,48,48)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(12,12,12,1) , rgba(24,24,24,.8)); /* Standard syntax (must be last) */
}

#footer  {
	vertical-align: middle;
	width: 1000px;
	height: 53px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid rgb(100,100,100);
	border-radius: 0px;
	background-color: rgba(255,255,255,.8);
	background: -webkit-radial-gradient(rgb(48,48,48) , rgb(10,10,10)); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(rgb(48,48,48) , rgb(10,10,10)); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(rgb(48,48,48) , rgb(10,10,10)); /* For Firefox 3.6 to 15 */
    background: radial-gradient(rgb(48,48,48) , rgb(10,10,10)); /* Standard syntax (must be last) */
}

#footer p {
	font-size: 11px;
	padding: 10px;
	margin:0;
	color: rgb(220,220,220);
	margin-top: 10px;
	text-align: left;
}

#valid {
	padding: 10px;
	float: right;
	text-align: right;
	font-size: 11px;
}

#valid p {
	margin-top: 0px;
	padding: 0px;
}

#schedule object {
	padding: 10px 0px 10px 6px;
}

#schedule p {
	text-align: center;
}

#schedule h3 {
	padding: 0px 0px 0px 15px;
	border-bottom: 0px;
	color: rgb(20,20,20);
	font-family: Verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 18px;
	margin: 0px;
}

#schedule ul {
	padding-bottom: 20px;
}

.teachCourse {
	display: block;
	position: relative;
	margin: 0px 0px 44px 0px;
	font-weight: bold;
}

.teachCourse p {
	display: inline;
	position: absolute;
	left: 130px;
	font-weight: normal;
}

.teachCourseEvals{
	display: block;
	padding: 1px 5px 2px 5px;
	margin: 7px 0px 0px 10px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	font-size: 11px;
	font-style: italic;
}

.contact {
	display: block;
	font-weight: bold;
	position: relative;
	margin: 0px 0px 15px 0px;
}
.contact p {
	position: absolute;
	font-weight: normal;
	top: 0px;
	left: 100px;
	display: inline;
}
.contactAddress {
	display: block;
	font-weight: bold;
	position: relative;
	margin: 0px 0px 15px 0px;
	height: 70px;
}
.contactAddress p {
	position: absolute;
	font-weight: normal;
	top: 0px;
	left: 100px;
	display: inline;
}
.contactPhone {
	display: block;
	font-weight: bold;
	position: relative;
	margin: 0px 0px 15px 0px;
	height: 37px;
}
.contactPhone p {
	position: absolute;
	font-weight: normal;
	top: 0px;
	left: 100px;
	display: inline;
}



/* Video Player Container */
#vidContainer {
	text-align: center;
	/*margin-left: 55px;
	/*margin-left: auto;
	margin-right: auto;*/
	padding-bottom: 50px;
}

#award {
	font-weight: bold;
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 7px;
	margin-left: 30px;
}


.courseinfo {
	text-align: center;
	font-weight: bold;
}

.bold11cu {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 10px;
}

.bold {
	font-weight: bold;
}

a:link       {color: #ba0c2f;}
a:visited {color: #ba0c2f;}
a:hover     {color: #646464;}
a:active  {color: #646464;}

/* Form Styles */
label.blockLabel {display: block; position: relative; margin: 14px 0px}
label.blockLabel input {position: absolute; left: 100px}
