@charset "UTF-8";
/* CSS Document */

<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.home #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ccc5ad;
	margin: 0 auto;
	text-align: left;
	border-bottom: none;
} 

.home #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.home #mainContent {
	float: left;
	width: 655px;
	clear: left;
	padding-left: 20px;
	background: transparent;
} 
.home #footer {
	width: 1001px;
	height: 100px;
	background-color: #110C08;
	background-image: url(../images/img/footer_back.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
} 
#sideBar_Wrap {
}
#Form  {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	margin-right: 33px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>
.header_wrap {
	margin: 0px auto;
	background: transparent url(../images/top_bak.jpg) repeat-x;
	height: 67px;
}
.header {
	margin: 0px auto;
	width: 1001px;
	height: 67px;
	position: relative;
	background-image: url(../images/img/header.jpg);
	background-repeat: no-repeat;
}
.headerDrew {
	margin: 0px auto;
	width: 1001px;
	height: 67px;
	position: relative;
	background-image: url(../images/img/headerDrew.jpg);
	background-repeat: no-repeat;
}
.header_salesletter {
	margin: 0px auto;
	width: 1001px;
	height: 67px;
	position: relative;
	background-image: url(../images/img/header_sales.jpg);
	background-repeat: no-repeat;
}
.header_lpu {
	margin: 0px auto;
	width: 1001px;
	height: 67px;
	position: relative;
	background-image: url(../images/img/LPUheader.jpg);
	background-repeat: no-repeat;
}
.home #headercontent {
	/* [disabled]height: 425px; */
	background: url(../images/img/header_back.jpg) repeat-x;
}
.home #headercontentlpu {
	/* [disabled]height: 425px; */
	background: url(../images/img/header_back.jpg) repeat-x;
}
.learnMore_bar {
	background: url(../images/img/bar_home.jpg) repeat-x;
	height: 66px;
}
#learnMore_content {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 877px;
	padding-top: 7px;
}
#content_spacer {
	background: url(../images/img/tile_topmain.jpg) repeat-x;
	height: 30px;
	width: 1000px;
}
#mainContentTop {
	height: 17px;
	width: 655px;
	background: url(../images/img/content_top.png) no-repeat;
}
#entry_brief_wrap {
	background: transparent url(../images/img/content_meat.png) repeat scroll left top;
	padding-right: 30px;
	padding-left: 25px;
	float: left;
	width: 600px;
	padding-bottom: 50px;
}
#footer_back {
	background-color: #0D0906;
	background-repeat: repeat-x;
	height: 100px;
	background-image: url(../images/img/footer_back_repeat.jpg);
}
#SB_header {
	height: 116px;
	width: 250px;
	float: right;
}
#subscribe {
}
#subscribe-input {
	border: 0pt none;
	background: transparent url(../images/img/sidebar-subscribe-input.png) no-repeat scroll left top;
	width: 241px;
	height: 44px;
	outline-style: none;
	outline-width: 0pt;
	font-size: 15px;
	font-weight: bold;
	margin-top: 1px;
	margin-right: 0pt;
	margin-bottom: 3pt;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0pt;
	padding-left: 10px;
	line-height: 15px;
	color: #4C443C;
}
#subscribe-button {
	border: 0pt none;
	width: 250px;
	height: 72px;
	float: right;
	text-indent: -99999em;
	/* [disabled]line-height: 250px; */
	cursor: pointer;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/img/button_form.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 1px;
}
#subscribe-button:hover {
	background-position: left bottom;
	margin-top: 1px;
}
#signup {
	margin: 0px auto;
	width: 1000px;
	display: none;
	background: #241B14;
}
.header_wrap {
	margin: 0px auto;
	/* [disabled]height: 67px; */
	background-color: transparent;
	background-image: url(../images/img/top_bak.jpg);
	background-repeat: repeat-x;
}
.header_wrap_lpu {
	margin: 0px auto;
	/* [disabled]height: 67px; */
	background-color: transparent;
	background-image: url(../images/img/top_back_lpu.jpg);
	background-repeat: repeat-x;
}
.featuredFaculty {
	float: left;
	width: 315px;
}
.subscribeBack {
	width: 250px;
	float: right;
	margin-top: 20px;
}
#sideBar_Wrap {
	width: 325px;
	float: left;
}
#spread_the_word{
	display:block;
	background: #EFE7CC url(../images/img/spread.png) no-repeat 10px center;
	margin-top: 10px;
}
.entry_detail_pix {
	width: 565px;
	float: left;
	padding: 0px;
	border: 10px solid #EFE7CC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry_detail_complete {
	width: 585px;
	margin-bottom: 10px;
}
.home #headercontent .header_video {
	height: 425px;
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/img/bak_video_header.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.home #headercontent .header_videoDrew {
	height: 425px;
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/img/bak_video_headerDrew.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.home #headercontent .header_video_sales {
	height: 425px;
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/img/bak_video_header_offerv2.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.home #headercontent .header_lpu {
	height: 425px;
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/img/LPU_bak_video_header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#slider li.mbSlider_Slide {
	width:585px;
	height:510px;
	list-style-type: none;
	text-decoration: none;
    }
	
#slider_pagination {
	padding-top:10px;
	height:30px;
	float:left;
}

#slider_pagination a {
	display:block;
	background-image:url(../images/pagination_sprite.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	float:left;
	text-indent:-9999px;
	margin-left:3px;
	background-position:0px 0px;
}

#slider_pagination a._current-slide {
	background-position:-16px 0px;
}	
#SocialMedia {
	background-color: transparent;
	height: 57px;
	margin-top: 350px;
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-top: 5px;
}
#spacer {
	height: 50px;
}
#VideoPlayer {
	float: left;
	height: 374px;
	width: 674px;
	padding: 0px;
	margin-top: 33px;
	margin-left: 35px;
}

#secondaryNav {
	float: left;
	width: 650px;
	margin-top: 25px;
	margin-left: 25px;
}

#secondaryNav a {
	color: #CCC5AD;
}
#secondaryNav a:hover {
	color: #FFF;
	background-color: transparent;
}
#copywrite {
	float: left;
	clear: both;
	margin-top: 8px;
	margin-left: 25px;
	color: #9A9481;
}
#credits {
	width: 300px;
	color: #CCC5AD;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
#checkoutButton {
	background-color: transparent;
	float: right;
	height: 69px;
	width: 239px;
	margin-right: 38px;
	margin-top: 292px;
	background-image: url(../images/img/checkoutButtonV2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#checkoutButton:hover {
	background-position: left bottom;
}

#getstartedButton {
	background-color: transparent;
	float: right;
	height: 69px;
	width: 305px;
	background-image: url(../images/img/GetStartedButton.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 4px;
}
#getstartedButton:hover {
	background-position: left bottom;
}
.offer_img {
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
}

</style>
