/* Start of CMSMS style sheet 'base' */
* {
	margin:0;
	padding:0;
}
a {
	color:#7b7b7b;
	outline:none;
}
a img{
	border:none;
}
h2 {
	font-size: 1.7em;
}
.hide {
 	display:none;
}

/* PAGE LAYOUT */
body, html{
	background: url(/web/images/tile2.gif);
	height:100%;
	font: .85em  Helvetica, Arial, sans-serif;/*, "Myriad Pro", Myriad,*/
}
#wrap{
	display:block;
}
#topBar {
	background: url(/web/images/topBar.jpg) top center no-repeat;
	height:15px;
	display:block;
	width:100%;
	position:absolute;
	top:0;
	z-index:10;
}
#textContent, #MarketingContent, #FooterContent, #HeaderContent{
	width:100%;
	display:block;
	background: transparent no-repeat center top;
}
#HeaderContent{
	background-image: url(/web/images/headerBG.png);
	position:relative;
	z-index:1;
}
#textContent {
	background-image: url(/web/images/primaryBG_2.png);
	background-repeat: repeat-y;
	position:relative;
	z-index:1;
}
#MarketingContent{
	background-image: url(/web/images/marketingBG.gif);
	height:200px;
}
#FooterContent{
	background-image: url(/web/images/footerBG.gif);
	background-position: center bottom;
	background-repeat: repeat-y;
	height:325px;
	height:auto;
	position:relative;
	bottom:0px;
}
.container {
	display:block;
	margin: 0 auto;
	width:986px;
	position:relative;
}
#HeaderContent .container {
	height:104px;
}
#textContent #FooterContent .container {
	height:auto;
}
#FooterContent #MarketingContent .container {
	width:750px;
	overflow:hidden;
}
#textContent .container {
	height:600px;
}
.twoColumn #primaryContent {
	width: 712px;
}
.twoColumn #secondaryContent {
	float: right;
	height: 491px;
	padding-right: 12px;
	width: 262px;
}
.Company #secondaryContent, .ExecutiveTeam #secondaryContent , .AdvisoryBoard #secondaryContent , .Clients #secondaryContent {
	background: url(/web/images/bgSecondaryContentCompany.jpg) 0 0 no-repeat;
	height: 391px;
}
.Programs #secondaryContent {
	background: url(/web/images/bgSecondaryContentPrograms.jpg) 0 0 no-repeat;
}
.News #secondaryContent, .NewsDetail #secondaryContent {
	background: url(/web/images/bgSecondaryContentNews.jpg) 0 0 no-repeat;
}
.FAQ #secondaryContent, .FAQDetail #secondaryContent{
	background: url(/web/images/bgSecondaryContentFAQ.jpg) 0 0 no-repeat;
}
.Contact #secondaryContent {
	background: url(/web/images/bgSecondaryContentContact.jpg) 0 0 no-repeat;
}
/* NAVIGATION */
h1 a{
	margin-top:26px;
	display:block;
	background:url(/web/images/logo.gif);
	width:141px;
	height:63px;
	text-indent:-50000px;
}
h1 {
	float:left;
	with:141px;
}
#globalLogin{
	float:right;
	margin: 10px 0;
	height:26px;
	width:243px;
}
#loginContainer {
	display:none;
}
#mainNav{
	width:818px;
	height:46px;
	float:left;
	margin-left:20px;
	overflow:hidden;
}
#mainNav ul li{
	display:inline;
}
#mainNav ul li#liHome {
	display: none;
}
#mainNav ul li a{
	width:100px;
	height:46px;
	float:left;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
}
#mainNav ul #liCompany a{
	width:183px;
	background-image: url(/web/images/mainNav_company.gif);
}
#mainNav ul #liPrograms a{
	width:171px;
	background-image: url(/web/images/mainNav_programs.gif);
}
#mainNav ul #liNews a{
	width:139px;
	background-image: url(/web/images/mainNav_news.gif);
}
#mainNav ul #liFAQ a{
	width:159px;
	background-image: url(/web/images/mainNav_faq.gif);
}
#mainNav ul #liContact a{
	width:166px;
	background-image: url(/web/images/mainNav_contact.gif);
}
#mainNav ul li a:hover, #mainNav ul li.current a{
	background-position: 0 -46px;
}
#ulSecondaryNav {
	width:100%;
}
#ulSecondaryNav ul {
	float:right;
	margin-bottom:10px;
}
#ulSecondaryNav li {
	display:inline;
	list-style:none;
	color:#7b7b7b;
	padding: 0 8px;
	border-right: 1px solid #7b7b7b;
}
#ulSecondaryNav li a{
	text-decoration:none;
	font-size:1.1em;
}
#ulSecondaryNav #liStudyAbroad, #ulSecondaryNav #liClients{
	border-right: none;
}
	/* Buttons */
	.button{
		height:21px;
		width:54px;
		display:block;
		text-indent:-50000px;
		overflow:hidden;
		background-repeat: no-repeat;
	}
	#MarketingContent .container div a {
		position:absolute;
		right:30px;
		bottom:12px;
		background-image: url(/web/images/moreBtn.png);
	}
	#MarketingContent .container div a:hover{
		background-position: 0 -21px;
	}
	#globalLogin a{
		float:left;
		margin:0 5px;
	}
	#globalLogin #facultyLogin {
		height:22px;
		width:89px;
		background-image: url(/web/images/facultyLogin.gif);
	}
	#globalLogin #studentLogin {
		height:26px;
		width:124px;
		background-image: url(/web/images/studentLogin.gif);
	}
	/* End Buttons*/
/* CONTENT STYLES */
#MarketingContent .container div {
	float:left;
	height:123px;
	width:728px;
	margin-top:30px;
	background-repeat: no-repeat;
	position:relative;
	color:#fff;
}
#MarketingContent .container div .stories {
	width:620px;
	height:100px;
	overflow:hidden;
	display:block;
	position:relative;
}
#MarketingContent .container div .right{
	position:absolute;
	left:630px;
}
#MarketingContent .container div .active {
	position:absolute;
	left:0;
	width:620px;
	display:block;
}
#MarketingContent .container div .quoted {
	text-align:right;
	float:right;
	padding-right:5px;
}
#MarketingContent .container div .copy {
	font-size:1.7em;
	width:600px;
	padding-left:40px;
	padding-top:15px;
	display:block;
	overflow:hidden;
	height:25px;
}
#marketBtn3 { background: url(/web/images/blueMbtn_long.gif);	overflow:hidden;}

#FooterContent #MarketingContent .container div h3{
	height:18px;
	display:block;
	margin:14px 0 0 13px;
	text-indent:-50000px;
	background-repeat:no-repeat;
	padding:0px;
	width:728px
}

#marketBtn3 h3{ background: url(/web/images/marketingBtn3_ourSuccess.gif);	}
#FooterContent #MarketingContent .container ul{
	width:200px;
	color:#fff;
	list-style:disc;
	padding:0 5px 0 15px;
}
#FooterContent #MarketingContent .container h3{
	color:#fff;
	padding:8px 0 2px;
}
#FooterNav{
	clear:both;
	display:block;
}
#FooterNav a {
	text-decoration:none;
}
#bottomFoot{
	width:610px;
	color:#878787;
}
#bottomFoot ul a{
	text-decoration:none;
}
#bottomFoot ul li ul  a{
	color:#878787;
}
#bottomFoot p{
	clear:both;
	text-align:center;
	padding: 15px 0;
	color:#878787;
}
#bottomFoot ul{
	list-style:none;
	font-size: 1.1em;
}
#bottomFoot ul li{
	color: #d2d2d2;
	font-weight:bold;
	display:inline;
	width:90px;
	float:left;
	padding:5px 5px;
}
#bottomFoot ul li a, #bottomFoot a{
	color: #d2d2d2;
}
#bottomFoot ul li ul li{
	display:list-item;
	font-size: .85em;
	font-weight:normal;
	padding:0;
}
#bottomFoot .ulCompany .currentpage{
	font-weight:bold;
	color:#C48814;
}
#bottomFoot .ulPrograms .currentpage{
	font-weight:bold;
	color:#a8bd3e;
}

#primaryContent {
	float:left;
	width:966px;
	height:424px;
}

#SideButtons {
	float:right;
	width:160px;
	position:relative;
	top:-5px;
}
#SideButtons div {
	width:155px;
	position:relative;
	background: url(/web/images/sideButton.jpg) no-repeat;
	margin: -3px 0 0;
	height:110px;
	padding-top:20px;
}
#SideButtons div *{
	position:relative;
	z-index:2;
	padding: 0 10px;
	width:135px;
}
#SideButtons div p {
	margin: 3px 0;
	color:#757474;
}
#SideButtons div h2 {
	margin-top:8px;
}
#SideButtons div a {
	margin: 2px 0 5px 10px;
	width:40px;
}
#CoreSolutions{
	display:block;
	clear:both;
	padding-top:20px;
	height:200px;
}
#CoreSolutions h3{
	height:30px;
	width:207px;
	display:block;
	text-indent:-5000px;
	background:url(/web/images/headline_coreSolutions.gif) no-repeat;
}
#CoreSolutions div{
	float:left;
	padding: 0 10px 0 10px;
	width: 311px;
}
#CoreSolutions #pnlAlcoholAbuse{
	background: url(/web/images/stripeDivider.jpg) bottom right no-repeat;
}
#CoreSolutions #pnlSexualAssault{
	background: url(/web/images/stripeDivider.jpg) bottom right no-repeat;
}
#CoreSolutions #pnlStudyAbroad{
	padding: 0 0 0 12px;
}
#CoreSolutions div a{
	width: 307px;
	height:134px;
	display:block;
	background-repeat: no-repeat;
	position:relative;
}
#CoreSolutions div a span{
	height:21px;
	width:54px;
	text-indent:-50000px;
	display:block;
	background: url(/web/images/moreBtn.png) no-repeat;
	position:absolute;
	right:30px;
	bottom:10px;
	cursor:pointer;
}
#CoreSolutions div a:hover span{
	background-position: 0 -21px;
}
#CoreSolutions div h4{
	height:38px;
	display:block;
	text-indent:-50000px;
	background-repeat: no-repeat;
}
#pnlAlcoholAbuse a{ background-image: url(/web/images/core_alcoholAbuseSmall.jpg);}
#pnlSexualAssault a{ background-image: url(/web/images/core_sexualAssaultSmall.jpg);}
#pnlStudyAbroad a{ background-image: url(/web/images/core_studyAbroadSmall.jpg);}
#CoreSolutions #pnlAlcoholAbuse h4{	background-image: url(/web/images/headline_alcoholAbusePreventionSmall.gif);}
#CoreSolutions #pnlSexualAssault h4{background-image: url(/web/images/headline_sexualAssualtPreventionSmall.gif);}
#CoreSolutions #pnlStudyAbroad h4{	background-image: url(/web/images/headline_studyAbroadSmall.gif);}


/* PAGE SPECIFIC */
.Home #textContent .container, .Programs #textContent .container {
	height:610px;
}
.Home #primaryContent{
	background: url(/web/images/HeaderImage.jpg) no-repeat;
	width:356px;
	height:134px;
	padding: 210px 30px 20px 420px;
}
.Home #primaryContent p{
	font-size: 1.3em;
	color:#646464;
	line-height: 1.5em;
}
.Home #primaryContent h2 {
	color: #a09c9d;
}
.Home #primaryContent h2 strong {
	font-weight:bold;
	color:#000;
}
.Home #primaryContent a{
	color:#e3b62d;
	font-weight:bold;
}
.Home #SideButtons div h2 {
	height:15px;
	display:block;
	text-indent:-500000px;
	background-repeat: no-repeat;
	background-position: 10px 0;
}
.Home #sideBtn1 h2 { background-image: url(/web/images/Authentic.gif); }
.Home #sideBtn2 h2 { background-image: url(/web/images/Authoritative.gif); }
.Home #sideBtn3 h2 { background-image: url(/web/images/Interactive.gif); }
.Home #sideBtn1 a { background-image: url(/web/images/moreBtn_green.gif); }
.Home #sideBtn2 a { background-image: url(/web/images/moreBtn_blue.gif); }
.Home #sideBtn3 a { background-image: url(/web/images/moreBtn_purple.gif); }
.Home #SideButtons a:hover, .Home .Btns a:hover{ background-position: 0 -22px;}

/* Javascript LOGIN Pop-ups */
.jsPopUp{
	position:absolute;
	height:100%;
	width:100%;
	z-index:100;
	top:0;
	left:0;
}
#LoginBox{
	margin: 0 auto;
	width:986px;
	position:relative;
}
.formField{
	display:block;
	overflow:hidden;
	width:300px;
	height:140px;
	top:30px;
	right:20px;
	position:absolute;
	background:red;
	padding:10px;
}
/* FAQs */
.FAQ #primaryContent, .News #primaryContent , .FAQDetail #primaryContent, .NewsDetail #primaryContent{
	height:auto;
}
.FAQ #textContent .container {
	height:auto;
	overflow:auto;
}

/* Second Column Marketing Buttons */
#secondaryContent .button{
	width:250px;
	height:130px;
	display:block;
	background: url(/web/images/marketingBtns/marketingBg.png) no-repeat;
	margin: 10px auto 0;
	text-indent:0;
	position:relative;
}
#secondaryContent .button a{
width:105px;
	height:58px;
	display:block;
	background: 2px 0 no-repeat;
	padding:34px 130px 38px 15px;
	text-decoration:none;

	color:#000;
}
#secondaryContent .button .more{
	width:53px;
	height:22px;
	display:block;
	overflow:hidden;
	text-indent:-5000px;
	position:absolute;
	bottom:12px;
	left:12px;
	background-image: url(/web/images/marketingBtns/sideBar_MoreBtns.gif);
}
#textContent .container #secondaryContent .button a:hover span.more{
	background-position: 0 -110px;
}

.company_color .button .more{
	background-position: 0 -88px;
}
.programs_color .button .more{
	background-position: 0 0px;
}
.faqs_color .button .more{
	background-position: 0 -22px;
}
.news_color .button .more{
	background-position: 0 -44px;
}
.contact_color .button .more{
	background-position: 0 -66px;
}
#secondaryContent .button .product{
	background-image: url(/web/images/marketingBtns/product.gif);
}
#secondaryContent .button .exec{
	background-image: url(/web/images/marketingBtns/exec.gif);
}
#secondaryContent .button .board{
	background-image: url(/web/images/marketingBtns/Board.gif);
}
#secondaryContent .button .demo{
	background-image: url(/web/images/marketingBtns/Demo.gif);
}
#secondaryContent .button .clients{
	background-image: url(/web/images/marketingBtns/clients.gif);
}
#secondaryContent .button .results{
	background-image: url(/web/images/marketingBtns/results.gif);
}
#secondaryContent .button .programs{
	background-image: url(/web/images/marketingBtns/programs.gif);
}

/*Programs*/
.AlcoholAbusePrevention #textContent .container {
	height:800px;
}
#tabsNav .selected a{
	top:3px;
}
.Clients #primaryContent p {
	color: #454545;
	font-size: 14px;
	margin: 10px 0;
}
/*Sitemap*/
#sitemap li{
	font-size:14px;
	padding:5px 0 5px 15px;
	list-style:none;
}
/* End of 'base' */

