/* alphabet navigation */
.site-index {
	margin:0;
	list-style:none;
	font-size:15px;
	line-height:21px;
	padding-right:10px;
	padding-left:10px;
	background: #015944;
	float:left;
}
.site-index li {
	float:left;
	
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
#header .holder .site-index li a {
	color:#fff;
	text-transform:uppercase;
	border:none;
	padding: 7px 8px 7px 9px;
	float:left;
	display:block;
}
#header .holder .site-index li a:hover {
	background:#006F55;
}
.nav-by-logo{
	position:absolute;
	bottom:0;
	right:0;
	background: url(../images/site-index-right-fade.png) right repeat-y;
} 

/* footer */
#footer {
	width:100%;
	background:url(../images/bg-footer.gif) repeat-x 0 0;
	min-height:84px;
	margin:0;
}
.footer-holder {
	width:930px;
	margin:0 auto;
	padding:27px 33px 27px 0;
	color:#d4d4d2;
	font:12px/15px Arial, Helvetica, sans-serif;
}
/* hCard */
.vcard {
	overflow:hidden;
	text-align:right;
}
.vcard a {
	background:none;
	color:#d4d4d2;
}
.vcard .adr { 
	margin:0 0 3px;
	padding:0;
	font-style:normal;
	display:inline;
}
.street-address {
	display:inline;
	background:url(../images/bullet-footer.gif) no-repeat 0 6px;
	padding:0 0 0 8px;
}
.locality {
	background:url(../images/bullet-footer.gif) no-repeat 0 6px;
	padding:0 0 0 8px;
}
.vcard address .region { text-decoration:none; }
.country-name {
	display:inline;
	background:url(../images/bullet-footer.gif) no-repeat 0 6px;
	padding:0 0 0 8px;
}
.vcard .tel { 
	display:inline;
	color:#d4d4d2;
	background:none;
}
.tel dt {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
.tel dd {
	display:inline;
	margin:0;
}
.vcard dl{ 
	display:inline;
	color:#d4d4d2;
	background:url(../images/bullet-footer.gif) no-repeat 0 6px;
	padding:0 0 0 8px;
}
.vcard dl dt {
	display:inline;
}
.vcard dl dd {
	display:inline;
	margin:0;
}


/* left column */
#twocolumns-inner #aside {
	float:left;
	padding:21px 0 0 9px;
	width:251px;
}
#twocolumns-inner #aside h2 {
	margin:0 8px 27px 8px;
	font:18px/21px Arial, Helvetica, sans-serif;
	color:#006b51;
}
/* left navigation */
#twocolumns-inner #nav {
	margin:0;
	padding:0;
	list-style:none;
}
#twocolumns-inner #nav li{
	background:none;
	clear:left;
	margin:0 0 7px;
	width:251px;
}
#twocolumns-inner #nav li a {
	text-indent:0;
	background:none;
	color:#4f4f4f;
	padding:0 12px;
	width:227px;
	padding:6px 12px;
	display:block;
}
#twocolumns-inner #nav li a:hover {
	color:#063;
	text-decoration:none;
	background:url(../images/bg-nav-inner.png) no-repeat;
}
#twocolumns-inner #nav .active a {
	color:#063;
	text-decoration:none;
	background:url(../images/bg-nav-inner.png) no-repeat;
}
/* right column */
#twocolumns-inner #content {
	float:right;
	width:714px;
	margin:0 0 0 -14px;
}

/* information box */
#twocolumns-inner .box {
	overflow:hidden;
	width:100%;
	margin:0;
	border:none;
}
#twocolumns-inner .photo {
	float:left;
	width:515px;
	height:174px;
	overflow:hidden;
	display: inline;
}
#twocolumns-inner .info {
	float:right;
	width:180px;
	background:url(../images/default-box-background.jpg);
	padding:6px 10px 3px 9px;
	line-height:15px;
	color:#352106;
	font-size:12px;
	display: inline;
	height:165px;
}
/* hCalendar */
#twocolumns-inner .summary {
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	margin:0;
}

#twocolumns-inner .vevent .description {margin:0;}

#twocolumns-inner .social-networks{
	height:auto;	
}
#twocolumns-inner .social-networks li .facebook {
	background:url(../images/sprite.png) -250px  -199px;
	width:28px;
	height:25px;
	margin:0 8px 0 0;
}
#twocolumns-inner .social-networks li .twitter {
	background:url(../images/sprite.png) -287px -199px;
	width:27px;
	height:25px;
	margin:0 9px 0 0;
}
#twocolumns-inner .social-networks li .linkedin {
	background:url(../images/sprite.png) -322px -199px;
	width:27px;
	height:25px;
	margin:0 8px 0 0;
}

#twocolumns-inner .social-networks li .googleplus {
	background:url(../images/sprite.png) -357px -199px;
	width:27px;
	height:25px;
	margin:0 8px 0 0;
}

.content-wrapper{
	width:952px;
	overflow:visible;
	margin:0 auto;
}
.inner .box {
	overflow:hidden;
	width:100%;
	padding:0 0 2px;
	border-bottom:2px solid #003226;
}
.info {
	float:left;
	width:227px;
	background:url(../images/bg-info.gif);
	padding:43px 7px 20px 12px;
	line-height:18px;
	color:#69460e;
	height:199px;
}
.info h1 {
	margin:0 0 16px;
	font-size:40px;
	font-weight:bold;
	line-height:43px;
	color:#fff;
	text-shadow: 2px 3px 1px #555;
}
.info p { margin:0 0 14px; }
.info a {
	color:#69460e;
	text-decoration:underline;
}
.info a:hover {text-decoration:none;}

#content .line-height{/*for canada only */
	line-height:20px;
}

.holder{
	position:relative;	
}


.ask-question{
	position:absolute;
	background:white;
	height:184px;
	width:263px;
	bottom:30px;
	left:30px;
	z-index:3000;
	border:10px solid white;
	padding:20px;
	background: #efe2c1 url(../../assets/images/ask-canada.jpg) top center repeat-x;
}
.ask-question h3{
	font-size:37px;	
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	padding-top:20px;
	padding-bottom:30px;
	color:black;
	
}
.ask-question em a{
	display:block;
	text-decoration:underline;
	font-weight:bold;
	margin-top:20px;
	color:black;
}
.ask-question form{
	margin-top:20px;
}
ask-question .input{
	display:block;
}
.ask-question .input input{
	color:#666666;
	padding:5px;	
	width:165px;
	font-weight: normal;
	font-size: 12px/14px;
}
.button a span, .submit-button-holder{
	margin-right: 0px;
}

.submit-button-holder, .submit-button-holder input{
	overflow: visible;
}

/** images for canada **/
.photoleft {
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #666;
	float: left;
}

.photoright {
	margin: 10px;
	padding: 2px;
	border: 1px solid #666;
	text-align: right;
	float: right;
	clear: right;
}

/** other style changes for canada **/
.dir-person {
	padding-top: 15px;
}

/** headers and link text for canada**/
h4 {
	font-size: 95%;
	font-weight: bold;
	line-height: 1.1em;
	color: #063;
	/*margin:5px 0;*/
	padding:0;
	margin-bottom: 4px;

	}
h5,h6 {
	font-size: 90%;
	font-weight: bold;
	line-height: 1.1em;
	padding: 0;
	margin: 0;
	}
#content.holder a:link {
	text-decoration: none;
	border-bottom: 1px dotted #D5E6DD;
}
.related-nav h3{
                font-weight:bold;
}
.related-nav{
                padding:10px;
                margin-top:10px;
}
.related-nav ul {
                margin-top:5px;
}
.related-nav ul li{
                line-height:20px;
                font-size:12px;
}
/*overwrites degreeworks blocks*/

#content .BlockHeader
{
    background: #015944;
}

#content .BlockRemarksTable
{
    background: #f7f7f7;
}

#content .Blocks
{
    background: transparent;
}

#content .RuleRemarksTable, #content .StuTableData
{
    background: #eee;
}

/*** related links nav styling for sidebar navigation canada ***/
                .related-nav h3{
                                font-weight:bold;
                }
                .related-nav{
                                padding:10px;
                                margin-top:10px;
                }
                .related-nav ul {
                                margin-top:5px;
                }
                .related-nav ul li{
                                line-height:20px;
                                font-size:12px;
                }
/** end related links styling sidebar **/
/*=======using ids and classes from smcweb-frame views for programs (academics/degreescertificates.php) copied from SKY===============*/
table.program-group-table {
	margin-bottom: 20px;
}

table.program-group-table td:first-child {
	width: 470px;
}
table.program-group-table td:last-child {
	width: 90px;
}
/**** end ids and classes from smcweb-frame views for programs (academics/degreescertificates.php)***/
/*=======using ids and classes from degreeworks (academics/degreescertificates.php/click on link of department) copied from SKY===============*/

#content #DegreesCertificates table {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	width: 100%;
}
#content #DegreesCertificates table.Blocks tbody tr td {
	padding:2px;
}
#content #DegreesCertificates table.Blocks  {
	margin-bottom: 10px;
	
}
table.AuditTable {
	padding: 0;
	margin: 0px;
	width: 100%;
}
table.AuditTable tr td {
	padding: 4px 0;
	margin-left: 0px;
}

table.Inner tr {
	vertical-align:text-top;
	height: 28px;
}
table.AuditTable td.StuTableTitle {
	padding: 4px 8px;
	font-size: 1.1em;
}
table.AuditTable td.StuTableData {
	padding: 4px 8px;
	font-size: 1.1em;
}
table tr td.RuleRemarksTable {
	padding: 2px;
	margin: 0;
}
table.Blocks {
	padding: 0;
	margin-left: 0px;
	width: 100%;
}
table.BlockHeader {
	padding: 0 0 0 10px;
	margin-left: 0px;
	width: 100%;
}
.BlockHeadSubTitle,.BlockHeadSubData,.BlockHeadTitle {
	padding: 2px 2px 4px 4px;
}
td.RuleAdviceTitleNew {
	width: 40px;
}
td.RuleAdviceData {
	width: 300px;
	padding: 0 20px;
}
tr.bgLight0 {
	width: 650px;
	padding: 0 20px;
	margin: 0;
	vertical-align: middle;
}
#content .RuleLabelLine {
	font-size: 9pt;
	font-weight: bold;
	padding: 3px 8px;
	text-align: left;
	width: 35%;
}
#content .RuleLabelData {
	font-size: 9pt;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 8px;
	text-align: left;
	width: 65%;
}
/*** end using ids and classes from degreeworks (academics/degreescertificates.php/click on link of department) copied from SKY===============*/
.blog-post-text .separator{
	/*display:none;*/
}

/*=======for lists borrowed from Skyline ==========*/
#twocolumns-inner .content-text ul {/*==============================override the base.css==========*/
	list-style-type: none;/* ============was  list-style: disc outside none;=============*/
	margin: 0 0 4px 6px;/* ==============margin: 0 0 19px 40px;==========================*/
}
#twocolumns-inner .content-text ol li {/*==============================override the base.css==========*/
	margin-bottom: 8px;/* ==============margin-bottom: 12px;==========================*/
}
.content-text ul li {
	padding: 6px 10px 6px 16px;
	list-style: disc inside none;
}
.content-text ul.bulleted li, .omnibulleted {
	padding: 6px 10px 6px 16px;
	list-style-image:url(../images/bullet.gif);
	list-style-position:inside;
}
.content-text ul.nobullet li {
	padding: 6px 10px 6px 16px;
	list-style-type:none;
	list-style-position:inside;
}
.content-text ul.flushindent li {
	padding: 6px 6px 6px 6px;
	list-style-type:none;
	list-style-position:inside;
}
.content-text ol li {
	padding: 2px 10px 6px 16px;
	list-style-type:decimal;
	list-style-position:inside;
}

.content-text ol li ul li {
	list-style-type: disc;
}

.content-text ol {
	padding: 0px 10px 16px 0px;
}
.content-text ol.letterlist li {
	padding: 2px 10px 6px 16px;
	list-style-type:upper-alpha;
	list-style-position:inside;
}
/*====================for outlines/definitions =======================*/
dl {
	padding: 6px 8px 8px 8px;
}
dt {
	padding: 6px 0 6px 20px;
}
dd {
	padding: 0 0 0 50px;
}
.padtop20px {
	padding-top: 20px;
}
.padtop10px {
	padding-top: 10px;
}
/*===========indented content==========*/
.indentedContent {
	width: 550px;
	margin-left: 60px;
	margin-top: 0px;
}
.indentedContent h3 {
	padding-top: 0px;
}
.indentedContent p {
	padding-bottom: 0px;
}
#twocolumns-inner .content-text p.indentedContent {
	width: 550px;
	margin-left: 60px;
	margin-top: 0px;
}
.indent20px {
	padding-left: 20px;
}

.omnihighlightbox {
    background-color: #FDE9BB;
    border: 1px solid #FDCD59;
    padding: 10px;
	margin: 12px 36px 12px 36px;
}
/*============= highlight boxes borrowed from Skyline ===============*/
.centeredBox {
	text-align: center;
	margin: 20px auto;
}
.expandablebox  {
    border: 1px solid #063;
	background: #E8F1EC;
    padding: 10px;
	min-height: 50px;
	display:inline-block;
}

.expandableroundedbox  {
    -moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #FC0;
	background: #FDE9BB;
    padding: 10px;
	min-height: 50px;
	display:inline-block;
}

.expandableyellowbox  {
    background-color: #FDE9BB;
    border: 1px solid #FC0;
    padding: 10px;
	min-height: 50px;
	display:inline-block;
}
.expandableroundedyellowbox  {
    -moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	background-color: #FDE9BB;
    border: 1px solid #FC0;
    padding: 10px;
	min-height: 50px;
	display:inline-block;
}
.omniroundedyellowbox {
    -moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	background-color: #FDE9BB;
    border: 1px solid #FC0;
    padding: 10px;
	margin: 12px;
}
.omniroundedbox {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #FC0;
	background: #f7f2e1;
	text-align: center;
}
.roundedbox {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #063;
	background: #E8F1EC;
	margin: 6px 26px 6px 26px;
	padding: 10px;
}
.smallroundedbox {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #FC0;
	background: #f7f2e1;
	text-align: center;
	padding: 5px;
	margin: 0 34%;
}
.narrowroundedbox {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #FC0;
	background: #f7f2e1;
	text-align: center;
	padding: 5px;
	width: 250px;	
}
.rightsidebox {
	width: 220px;
	float: right;
	border: 1px solid #063;
	background: #E8F1EC;
	margin: 6px 6px 6px 6px;
	padding: 10px;
	font-size: 80%;
}
.twitterholdernarrowright {
	width: 220px;
	float: right;
	margin: 6px 6px 10px 6px;
	padding: 0;
}

/*============ copied from Sky ==========*/
.clearFloats, .clearFloat {
	clear: both;
	margin:0;
	padding:0;
}
.floatR {
	float: right;
	position:relative;
	padding: 2px;
	display: inline;
	margin-right: 10px;
}
.floatL {
	float: left;
	position:relative;
	padding: 2px;
	display: inline;
	margin-left: 10px;
}
