/*	----------------------------------------------------------------------------
	|	Curriculum template (general)                                          |
	----------------------------------------------------------------------------
*/


/* --- GENERAL -------------------------------------------------------------- */

html, body, div, p {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			12px;
}

body {
	margin: 			0px;
	background-color:	#FFF;
	font-family: Arial, Verdna, sans-serif;
	background: #ffffff url( /images/bg_1.gif );
	font-size: 13px;
}

br {
	clear: 				both;
}

hr {
	display:			none;
}

p {
	margin:				0;
	padding-top:		1em;
	line-height:		140%;
	clear:				both;
}


.centered {
	text-align:		center;
}

.finePrint {
	color:				#666666;
	font-size:			9px;
	text-align:		justify;
	margin:				10px 0;
}

.strike {
	text-decoration:	line-through;
}

strong.totalValue {
	font-weight:		bold;
	font-size:			14pt;
	line-height:		200%;
}


/* --- CONTAINERS ----------------------------------------------------------- */
* {margin:0; padding:0;}

div#header {position:relative;}
		
		#header h1 a {display: block; width: 750px; height: 178px;}
		#header h1 a {text-indent: -9999px; background: #ffffff url( /images/headerBack.gif ) no-repeat bottom left;}

	/** Social **/
	div#social {width: 750px; margin: 0 auto 4px auto;}
	
	/** Top Nav 
	*
	* Link width: 125px;
	**/
	ul, ol {list-style-type:none; padding:0;}
	div#topNav {position:absolute; z-index:500;}
		#topNav ul {padding-top: 5px;}
			#topNav ul li {float: left; position: relative;}
				#topNav ul li a {display: block; width: 124px; padding: 4px 0; text-decoration:none; font-size:13px;}
				#topNav ul li a {text-align: center; color: #ffffff; background-color: #cc6666; border-right: 1px solid #993333;
									border-top: 1px solid #993333; border-bottom: 1px solid #993333;}
				#topNav ul li a:hover {background-color: #993333;}
				#topNav ul li a.first {width: 123px;}
				#topNav ul li a.first {border-left: 1px solid #993333;}
				#topNav ul li ul {display: none;}
				#topNav ul li ul a{text-decoration:none;}
				#topNav ul li ul {position: absolute; top: 21px; left: 0;}
					#topNav ul li ul li {float: none;}
						#topNav ul li ul li a {display: block; width: 232px; padding: 4px;}
						#topNav ul li ul li a {background-color: #920a02; text-align: left;}
						#topNav ul li ul li a:hover {background-color: #cc6666;}

div#container {
	width:750px;
	position:absolute;
	margin-left:50%;
	left:-375px;
	border-top:3px solid #993333;
}

#content {
 margin-top:50px;
}


div#footer {padding-bottom: 30px; margin-top:20px;}
	div#footer {font-size: 10px; color: #999999; text-align: center; background: #ffffff;}
	div#footer {clear: both;}
	
		#footer p {display: block; padding: 10px 35px 15px 35px; margin-top: 0; height: 50px;}
		#footer p {border-top: 24px solid #999999; font-size:10px;}
		#footer p {clear: both;}
	
		#footer ul {padding-left: 115px; padding-top: 0;}
			#footer ul li {width: auto; padding: 0 5px;}
			#footer ul li {border-left: 1px solid #993333; line-height: 11px;}
			#footer ul li {float: left;}
			#footer ul li.first {border-left: none;}
				#footer ul li a {color: #993333; text-decoration: underline; font-size: 11px;}

/* --- LINKS ---------------------------------------------------------------- */

a:link {
	
}

a:visited {
	
}

a:hover {
	
}

a:active {
	
}


/* --- COURSE INFO STYLES --------------------------------------------------- */

.notes {
	width:				150px;
	text-align:			right;
	padding-left:		20px;
	float:				left;
	clear:				none;
}


/* ------- */

.courseDescription {
	background: 		url("/courses/template_images/courseDescriptionRepeat.jpg") repeat-y;
	width:				750px;
	float:				left;
	position:			relative;
}

.courseDescription .heading {
	background:			url("/courses/template_images/courseDescriptionHeading.jpg") no-repeat;
	width:				750px;
	height:				100px;
}

.courseDescription h2 {
	font-size:			16px;
	font-weight:		bold;
	color:				#37376A;
	position:			relative;
	width:				260px;
	left:				120px;
	top:				25px;
	margin:				0;
	padding:			0;
}

.courseDescription h3 {
	display:			none;
}

.courseDescription .body {
	width:				500px;
	padding:			0 14px 10px 14px;
	float:				left;
}

.courseDescription .notes {
	
}

.courseDescription .clipart {
	float:				right;
	padding:			8px;
}

.courseDescription p {
	
}
	

.courseDescription .footer {
	clear:				both !important;
	clear:				none;
	background:		url("/courses/template_images/courseDescriptionFooter.jpg") no-repeat;
	width:				750px;
	height:				8px;
	margin-bottom:		-7px;
}

/* ------- */

.courseEbook {
	background: 		url("/courses/template_images/courseEbookRepeat.jpg") repeat-y;
	width:				750px;
	float:				left;
	position:			relative;
}

.courseEbook .heading {
	background:		url("/courses/template_images/courseEbookHeading.jpg") no-repeat;
	width:				750px;
	height:				100px;
}

.courseEbook h2 {
	font-size:			16px;
	font-weight:		bold;
	color:				#37376A;
	position:			relative;
	width:				260px;
	left:				120px;
	top:				25px;
	margin:				0;
	padding:			0;
}

.courseEbook h3 {
	display:			none;
}

.courseEbook .body {
	width:				500px;
	padding:			0 14px 10px 14px;
	float:				left;
}

.courseEbook .notes {
	
}

.courseEbook .clipart {
	float:				right;
	padding:			8px;
}

.courseEbook p {
	
}
	

.courseEbook .footer {
	clear:				both !important;
	clear:				none;
	background:		url("/courses/template_images/courseEbookFooter.jpg") no-repeat;
	width:				750px;
	height:				8px;
	margin-bottom:		-7px;
}

/* ------- */

.courseMultimedia {
	background: 		url("/courses/template_images/courseMultimediaRepeat.jpg") repeat-y;
	width:				750px;
	float:				left;
	position:			relative;
}

.courseMultimedia .heading {
	background:		url("/courses/template_images/courseMultimediaHeading.jpg") no-repeat;
	width:				750px;
	height:				100px;
}

.courseMultimedia h2 {
	font-size:			16px;
	font-weight:		bold;
	color:				#37376A;
	position:			relative;
	width:				260px;
	left:				120px;
	top:				25px;
	margin:				0;
	padding:			0;
}

.courseMultimedia h3 {
	display:			none;
}

.courseMultimedia .body {
	width:				500px;
	padding:			0 14px 10px 14px;
	float:				left;
}

.courseMultimedia .notes {
	
}

.courseMultimedia .clipart {
	float:				right;
	padding:			8px;
}

.courseMultimedia p {
	
}
	

.courseMultimedia .footer {
	clear:				both !important;
	clear:				none;
	background:		url("/courses/template_images/courseMultimediaFooter.jpg") no-repeat;
	width:				750px;
	height:				8px;
	margin-bottom:		-7px;
}

/* ------- */

.courseFee {
	background: 		url("/courses/template_images/courseMultimediaRepeat.jpg") repeat-y;
	width:				750px;
	float:				left;
	position:			relative;
}

.courseFee .heading {
	background:			url("/courses/template_images/courseFeeHeading.jpg") no-repeat;
	width:				750px;
	height:				100px;
}

.courseFee h2 {
	font-size:			16px;
	font-weight:		bold;
	color:				#37376A;
	position:			relative;
	width:				260px;
	left:				120px;
	top:				25px;
	margin:				0;
	padding:			0;
}

.courseFee h3 {
	display:			none;
}

.courseFee .body {
	width:				500px;
	padding:			0 14px 10px 14px;
	float:				left;
}

.courseFee .notes {
	
}

.courseFee .clipart {
	float:				right;
	padding:			8px;
}

.courseFee p {
	
}
	

.courseFee .footer {
	clear:				both !important;
	clear:				none;
	background:		url("/courses/template_images/courseMultimediaFooter.jpg") no-repeat;
	width:				750px;
	height:				8px;
	margin-bottom:		-7px;
}

/* ------- */

.courseExtraCredit {
	background: 		url("/courses/template_images/courseExtraCreditRepeat.jpg") repeat-y;
	width:				750px;
	float:				left;
	position:			relative;
}

.courseExtraCredit .heading {
	background:		url("/courses/template_images/courseExtraCreditHeading.jpg") no-repeat;
	width:				750px;
	height:				100px;
}

.courseExtraCredit h2 {
	font-size:			16px;
	font-weight:		bold;
	color:				#37376A;
	position:			relative;
	width:				260px;
	left:				120px;
	top:				25px;
	margin:				0;
	padding:			0;
}

.courseExtraCredit h3 {
	display:			none;
}

.courseExtraCredit .body {
	width:				500px;
	padding:			0 14px 10px 14px;
	float:				left;
}

.courseExtraCredit .notes {
	
}

.courseExtraCredit .clipart {
	float:				right;
	padding:			8px;
}

.courseExtraCredit p {
	
}
	

.courseExtraCredit .footer {
	clear:				both !important;
	clear:				none;
	background:		url("/courses/template_images/courseExtraCreditFooter.jpg") no-repeat;
	width:				750px;
	height:				8px;
	margin-bottom:		-7px;
}

/* ------- */

.courseValue {
	background: 		url("/courses/template_images/courseExtraCreditRepeat.jpg") repeat-y;
	width:				750px;
	float:				left;
	position:			relative;
}

.courseValue .heading {
	background:		url("/courses/template_images/courseValueHeading.jpg") no-repeat;
	width:				750px;
	height:				100px;
}

.courseValue h2 {
	font-size:			16px;
	font-weight:		bold;
	color:				#37376A;
	position:			relative;
	width:				260px;
	left:				120px;
	top:				25px;
	margin:				0;
	padding:			0;
}

.courseValue h3 {
	display:			none;
}

.courseValue .body {
	width:				500px;
	padding:			0 14px 10px 14px;
	float:				left;
}

.courseValue .notes {
	
}

.courseValue .clipart {
	float:				right;
	padding:			8px;
}

.courseValue p {
	
}
	

.courseValue .footer {
	clear:				both !important;
	clear:				none;
	background:		url("/courses/template_images/courseExtraCreditFooter.jpg") no-repeat;
	width:				750px;
	height:				8px;
	margin-bottom:		-7px;
}

/* ------- */

.courseTotal {
	background: 		url("/courses/template_images/courseTotalRepeat.jpg") repeat-y;
	width:				750px;
	float:				left;
	position:			relative;
}

.courseTotal .heading {
	background:		url("/courses/template_images/courseTotalHeading.jpg") no-repeat;
	width:				750px;
	height:				100px;
}

.courseTotal h2 {
	font-size:			16px;
	font-weight:		bold;
	color:				#37376A;
	position:			relative;
	width:				260px;
	left:				120px;
	top:				25px;
	margin:				0;
	padding:			0;
}

.courseTotal h3 {
	display:			none;
}

.courseTotal .body {
	width:				392px;
	padding:			0 14px 10px 122px;
	float:				left;
}

.courseTotal .notes {
	
}

.courseTotal .clipart {
	float:				right;
	padding:			8px;
}

.courseTotal p {
	
}
	

.courseTotal .footer {
	clear:				both !important;
	clear:				none;
	background:		url("/courses/template_images/courseTotalFooter.jpg") no-repeat;
	width:				750px;
	height:				8px;
	margin-bottom:		-7px;
}

/* ------- */

/**Warshaw's Add-Ons**/
.yourPrice {font-size: 2em; color: #cc0000; margin-bottom: 0; padding: 0;}
strong.yourPrice {padding-top: 40px;}
span.yourPrice {font-size: 1.4em; font-weight: bold;}
ins {text-decoration: none; color: #cc0000;}
.totalValue {padding: 0; margin-bottom: 0;}
small {margin-top: 0; padding: 0; line-height: 0.5em;}

/* Facebook Send Button */
.fb-send-button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  color: #3b5998;
  -moz-outline-style: none;
  text-decoration: none;
  background: #eceef5;
  border: 1px solid #cad4e7;
  display: inline-block;
  padding: 4px 5px;
  white-space: nowrap;
  padding: 2px 5px;
  font-family: 'Arial', sans-serif;
  font-size: 11px;
}
.fb-send-button:hover {
  border-color: #9dacce;
  text-decoration: none;
  color: #3b5998;
}
.fb-send-button span {
  line-height: 20px;
  line-height: 19px;
}
.fb-send-button i, .fb-send-button img {
  float: left;
  height: 18px;
  margin-right: 3px;
  width: 14px;
}
.fb-send-button i {
  background-image: url(http://static.ak.fbcdn.net/rsrc.php/v1/z7/r/ql9vukDCc4R.png);
  background-position: -1px -45px;
}

