﻿
body, html {
	background: #FFFFFF url(/images/BKGRND-pagetop.jpg) repeat-x;
	color:#000000;
	margin: 0;
	padding: 0;
}

b	{
	color: #000000;
	font-weight: bold;
}

#header {
	background: #FFFFFF;
}

.header { 
	color: #552d1d;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 100px 20px 0px;
}

#navigation {
	background: #E0E4E8;
	border-top:2px solid #000000;
	border-bottom:1px solid #CCCCCC;
}

#breadcrumb {
	background: url(/images/BKGRND-breadcrumb.png);
	border-bottom: 0px solid #000000;
	margin-bottom:15px;
}

p.breadcrumb, a.breadcrumb { 
	font-size: 10px;
	font-weight: bold;
	margin: .5em .5em .5em .75em;
	text-decoration: none;
}

#content {
	min-height:500px;
}

#box {		
	padding: 0px;
}

#box-calendar {
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #000000;	
}

#box-calendar-shaded {
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #D8DDE3;
	border-bottom: 1px solid #000000;	
}


#container-btm {
	background: #FFFFFF url(/images/blackpixel.gif) repeat-x;
}

#footer {
	background: #FFFFFF;
	border-top:1px solid #000000;
	padding-top: 10px;
}

p.mission { 
	font-size: 14px;
	color:#AAAAAA;
	font-weight: bold;
	padding-top: 10px;
}

p.linklabel { 
	font-size: 14px;
	color:#CCCCCC;
	font-weight: bold;
}

p.calendar { 
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	color:#000000;
	margin: 0px;
	padding-top: 10px;
}

p.sidenav { 
	background: #FFFFFF url(/images/graypixel.gif) repeat-x;
	font-size: 14px/14px;
	color:#AAAAAA;
	font-weight: bold;
	padding: 16px 5px 0px 0px;
}

p.footer { 
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
}

p.copyright { 
	color:#AAAAAA;
	padding-top: 15px;
}


/* DESTINATION PAGE STYLES */

#destpage-top {
	background: url(/images/destpage/destpage-top-bkgrnd.jpg);
}

#destpage-top-college {
	background: url(/images/destpage/destpage-top-bkgrnd-college.jpg);
}

#sidebar-box {
	background: #D8DDE3;
	border: 1px solid #999999;
	margin: 0px 0px 20px 0px;
	padding: 0px 15px 5px 15px;
}

#sidebar-box-college {
	background: #D2CEBC;
	border: 1px solid #999999;
	margin: 0px 0px 20px 0px;
	padding: 0px 15px 5px 15px;
}


p.sidebar-hed { 
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.sidebar-text { 
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

p.sidebar-dates { 
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sidebar-dates-blue {
	color: #003375;
}

#expert-box {
	background: #D8DDE3;
	border: 1px solid #999999;
	margin: 10px 30px 20px 10px;
	padding: 0px 15px 5px 15px;
}

.expert-hed { 
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

.expert-text { 
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

#button {
	background: #5D81A3;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	text-align: center
}

p.button, a.button {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.dest-title {
	font-size: 20px;
	font-weight: bold;
}
.dest-intro {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #552D1D;
}

.dest-subhed {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.dest-text {
	font-size: 12px;
	line-height: 1.5em;
	color: #222222;
}


/* FEATURED PULLQUOTE STYLE */


blockquote.featured {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: georgia, serif;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.5em;
	color: #0000CC;
	background: #fff url(/images/pullquote_top.gif) no-repeat top left;
	}
	
#quote {
	margin: 0 10px 0 0;
	padding: 35px 10px 30px 10px;
	background: url(/images/pullquote_end.gif) no-repeat right bottom;
	}
	
#author {
	margin: 0 10px 20px 0;
	padding 0 0 10px 0;
	color: #999;
	font-size: 90%;
	background: url(/images/pullquote_bottom.gif) no-repeat bottom;
	}
	


/* DC SUMMIT STYLES */
	
#DC-Summit-Header {
	background: #fff url(/images/DC-Summit-Header.jpg) no-repeat top left;
	margin: 0px;
	padding 0px;
	min-height:250px;
}

#DC-Summit-Header-Top {
	background: #fff url(/images/DC-Summit-Header-Top.jpg) no-repeat top left;
	margin: 0px;
	padding 0px;
	min-height:300px;
}

#DC-Summit-Header-Intro {
	display: block;
	background: #000000;
	border:1px solid black;
  	/* for IE */
  	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	margin: 20px 25px 20px 550px;
	padding: 10px;
	height: 210px;
}
  
.DC-Summit-Intro {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5em;
}


h1 {
	font-weight: bold;
	font-size: 24px;
	}
	
.question {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	margin-bottom: 5px;
}

.answer {
	color: #333333;
}

.subhead {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
	padding-top: 10px;
	margin-bottom: 5px;
	color: #552D1D;
}

hr.section {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
}

.webform {
	width: 600px;
	margin: 20px;
	padding: 20px;

}
.ss-required-asterisk {
	font-weight: bold;
	color: #FF0000;
}
