/** page defaults **/ 
* {
    margin: 0;
    background: 0;
/*  font-family: Helvetica,'Trebuchet MS',sans-serif; */
/*	font-family: Tahoma, Geneva, sans-serif;*/ 
/*	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
	font-family: Arial, Arial, Helvetica, sans-serif;
}

body {
    background: #fff;
    color: #333;
    font-size: 76%;
    line-height: 1.3em;
}

img {
    border: none;
}

/** css image preloader **/
#Preload {
	height: 0px;
	overflow: hidden;
	display: none;
}

/** master container **/
#master {
	min-width: 780px;
	max-width: 1100px;
	padding: 0 5px;
	margin: auto;

}


/** header area **/
#header {
  width: 100%;
}
#header:after {
	display: block;
	clear: both;
	content: '';
	height: 0;
}
#topright {
  float: right;
  clear: right;
  height: 2em;
}
#service_times {
  font-size: 1em;
  line-height: 2em;
  text-align: left;
  float: left;
  height: 2em;
  padding: 0 8px;
  position: relative;
}
#service_times h6 {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: bold;
  display: inline;
  margin-right: 5px;
  letter-spacing: 0;
}
#login {
	float: left;
	height: 2em;
	line-height: 2em;
	padding: 0 0 0 8px;
}
#Login {
	text-decoration: none;
	padding-right: 4px;
}
#Search {
	float: left;
	height: 2em;
	line-height: 2em;
	cursor: pointer;
	position: relative;
	padding-right: 8px;
}
#search {
  display: block;
  background: none;
  font-size: 12px;
  padding: 3px 4px;
  margin: 0;
  color: #ccc;
  width: 110px;
  border: none;
  text-align: center;
}
#Calendar_link {
	display: inline-block;
	cursor: pointer;
}
#Calendar_icon {
	margin: 0 5px;
}
#Search_icon, #Calendar_icon, #Directions_icon {
	vertical-align: middle;
}


/** rounded corners **/
.corner_ul, .corner_ur, .corner_ll, .corner_lr {
	position: absolute;
}
.corner_ul, .corner_ur {
	top: 0;
}
.corner_ll, .corner_lr {
	bottom: 0;
}
.corner_ul, .corner_ll {
	left: 0;
}
.corner_ur, .corner_lr {
	right: 0;
}

/** corner spots **/
#CornerBanner {
	position: fixed;
	height: 150px;
	width: 150px;
	left: 0;
	top: 0;
	z-index: 5;
}

/** menu area **/
#menubar {
	clear: both;
	overflow: hidden;
}
#menu {
	width: 100%;
	text-align: right;
	position: relative;
}
#menu ul {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
#menu li {
	list-style: none;
	display: inline;
	position:relative;
	float: left;
	height: 100%;
}
#menu li.separator {
	width: 1px;
	display: inline-block;
}
#menu a {
	display: inline-block;
	height: 100%;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
/*	text-transform: uppercase;*/
}
#subMenusContainer {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	overflow:visible;
	z-index:1000000000;
}
.smOW { 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}
.smOW ul {
	-moz-padding-start: 0px;
	-webkit-padding-start: 0px;
}
.smOW li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.smOW li:hover {
  padding-left: 2px;
}
.smOW a, .smOW a:visited {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 7px; 
}

/** sidebar column backgrounds **/
#featureBG, #iconBG {
	width: 100%;
	background-repeat: repeat-y;
	z-index: 1;
}
#featureBG, #featureOpen, #featureClose {
	background-position: left;
}
#iconBG, #iconOpen, #iconClose {
	background-position: right;
}
#featureBG:after, #iconBG:after {
	display: block;
	clear: both;
	content: '';
	height: 0;
}

/** sidebar column openers & closers **/
#featureOpen, #featureClose, #iconOpen, #iconClose {
  height: 8px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#featureOpen, #featureClose {
  float: left;
}
#iconOpen, #iconClose {
  float: right;
  width: 150px;
}
#contentOpen, #contentClose {
  position: relative;
  height: 8px;
  background-repeat: repeat-x;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}
#contentOpen {
	background-position: top;
}
#contentClose {
	background-position: bottom;
}


/** feature sidebar **/
#featureColumn {
	float: left;
	width: 120px;
	padding: 5px 0 0 10px;
}
#featureColumn a { 
	display: block;
	margin: 0 0 10px 5px;
	text-decoration: none;
}
#featureColumn a:hover { 
	text-decoration: underline;
}

/** icon sidebar **/
#iconColumn {
	float: right;
	padding-right: 2px;
}
.icon {
	display: block;
}
.icon_desaturated {
	position: absolute;
}

/** banner area **/
#pageBanner {
	width: 100%;
	overflow: hidden;
	z-index: 0;
	position: relative;
	top: -2px;
}

/** content region **/ 
#Content {
    min-height: 350px;
	line-height: 1.4em;
	text-align: justify;
}
#Content:after {
	display: block;
	height: 0;
	content: '';
	clear: both;
}

/** typography **/
a, a:visited, .button, span.boxed {
	color: #00C;
}
h1 {
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0 0 2px -5px;
	text-indent: 5px;
	letter-spacing: 2px;
	font-weight: normal;
}
#Content h2 {
	text-transform: uppercase;
/*	text-shadow: 1px 1px 1px #999;*/
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h4, h5, h6 {
	line-height: 1.5em;
}
#PreTitle {
	font-size: .8em;
	font-weight: bold;
	letter-spacing: 3px;
	z-index: 1;
	color: #aaa;
	line-height: 1.7em;
	position: absolute;
	text-transform: uppercase;
	margin-left: -5px;
	margin-top: -6px;
	text-shadow: 1px 1px 4px #fff;
}
#PadMe { /* (amidala?) */
	padding: 0 10px 10px 10px;
}
ol li {
    list-style-type: decimal;
}
ol ol li {
    list-style-type: upper-alpha;
}
ol ol ol li {
    list-style-type: lower-roman;
}
ol ol ol ol li {
    list-style-type: lower-alpha;
}
#Content ul, #Content ol {
	padding-left: 0;
}
#Content ul ul, #Content ul ol,
#Content ol ul, #Content ol ol {
	padding-left: 15px;
}   
#Content ul li, #Content ol li {
	list-style-position: inside;
}
/*
#Content ul li {
	list-style-image: url(/skins/milestone/images/bullet.png);
}
#Content ul li ul li {
	list-style: circle;
}
*/
div.indent {
    margin-left: 20px;
}
.boxed {
    cursor: pointer;
    text-decoration: underline;
} 
.debug {
    background: #333;
    color: #0f0;
    font-family: monospace;
    padding: 5px;
    line-height: 1.1em;
    margin: 10px;
	white-space: pre;
}
label, input[type = text], input[type = checkbox], select {
    margin: 4px 0;
}
label {
	font-weight: bold;
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
}
input[type = text], input[type = password], textarea, select {
	font-size: 1em;
	background: #eee;
}
input[type = text]:focus, input[type = password]:focus, textarea:focus, select:focus {
	background: #eef;
}
option:disabled {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	margin-top: 10px;
}
label {
    padding-right: 5px;
}
/*
input[type = submit] {
    display: block;
    font-weight: bold;
    position: relative;
    top: 5px;
    padding: 5px 7px;
    background: #ccc;
	color: #000;
	border: 2px outset #444;
	float: left;
}
*/

.pointer { cursor: pointer; }
.left { float: left; }
.right { float: right; }
.full { width: 100%; }
.half { width: 50%; }
.third { width: 33%; }
.twothirds { width: 66%; }
.quarter { width: 25%; }
.padded { margin: 0 10px; }
.audio.padded { margin: 0 !important; margin-left: 5px !important; }
.filetypes.listen.padded { margin: 0 !important; padding: 0; margin-right: 5px; }
.filetypes.padded { margin: 0 5px !important; }
.tiny.download { display: inline-block; height: 15px; overflow: hidden; }
.full.padded { width: 98%; margin: 0 1%; }
.half.padded { width: 46%; margin: 0 2%; }
.third.padded { width: 30%; margin: 0 1%; }
.twothirds.padded { width: 64%; margin: 0 1%; }
.quarter.padded { width: 19%; margin: 0 3%; }
.full.padded.border { width: 94%; margin: 0 2%; border: 1px solid; }
.half.padded.border { width: 40%; margin: 0 4%; border: 1px solid; }
.third.padded.border { width: 27%; margin: 0 2%; border: 1px solid; }
.twothirds.padded.border { width: 56%; margin: 0 2%; border: 1px solid; }
.quarter.padded.border { width: 20%; margin: 0 2%; border: 1px solid; }
.shaded { background: #eee; }

.padded-top { padding-top: 10px; }
.padded-bottom { padding-bottom: 10px; }
.padded-left { padding-left: 10px; }
.padded-right { padding-right: 10px; }
.boxtop { text-align: center; width: 100%; line-height: 2em; }
.boxcontent { padding: 5px; font-size: .9em; line-height: 1.2em; }

.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }

.valign-top { vertical-align: top; }
.valign-bottom { vertical-align: bottom; }
.valign-middle { vertical-align: middle; }

.black-links a, .black-links h2, .black-links h3, .black-links h4, .black-links h5, .black-links h6 { color: #000 !important; }
.white-links a, .white-links h2, .white-links h3, .white-links h4, .white-links h5, .white-links h6 { color: #fff !important; }
.black-links hr { background: none; background-image: none; border-color: #333; }
.white-links hr { background: none; background-image: none; border-color: #ccc; }

.button {
	cursor: pointer;
	border: none !important;
	margin: 0;
	padding: 0;
	background: none !important;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}
.warning, .info {
    line-height: 16px;
    height: 16px;
    font-weight: bold;
    padding-left: 20px;
    margin: 2px 0;
	display: inline-block;
} 
.warning {
    color: #a00;
    background: url(/skins/milestone/images/sprites/16.png) no-repeat 1px -112px;
}
.info {
    color: #00a;
    background: url(/skins/milestone/images/sprites/16.png) no-repeat 1px -16px;
}
#SearchResults li {
	padding-top: 5px;
}
.tiny {
	font-size: .8em;
}
.details {
	color: #888;
	margin-left: 10px;
}
.broken {
	color: #F00;
	padding-right: 14px;
	background: url(/skins/milestone/images/broken.png) no-repeat right center;
	font-weight: bold;
}

.clear {
	width: 100%;
	display: block;
	float: left;
}
.clear:after {/*
	display: block;
	clear: both;
	content: '';
	height: 0;
*/}

/** inline social icons **/ 
#Sharing {
	position: relative;
}
#Sharing a {
	display: inline-block;
	width: 126px;
	height: 16px;
	position: absolute;
	z-index: 3;
	right: 3px;
	top: 4px;
}

/** skyboxes **/ 
.skybox {
    float: right;
    font-size: .9em;
    width: 180px;
}
.skybox, .skybox a, .skybox a:visited {
	color: #ccc;
}
.skybox-top, .skybox-bottom {
    height: 8px;
    width: 180px;
} 
.skybox-middle {
    padding: 10px;
} 
.skybox-middle:after {
	content: '';
	height: 0;
	display: block;
	clear: both;
}
.skybox.wide {
    float: right;
    font-size: .9em;
    width: 250px;
} 
.skybox-top.wide, .skybox-bottom.wide {
    height: 7px;
    width: 250px;
} 
.skybox-middle.wide {
    padding: 10px;
} 
#Content .skybox h2 {
	background: none;
    border-bottom: 1px solid #777;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.1em;
    margin-bottom: 5px;
}


/** bottom left sitemap link **/
#sitemap {
	float: left;
}
#sitemap a {
	color: #888;
	font-size: .8em;
}

/** bottom right social networking **/ 
#social {
    float: right;
    clear: right;
    width: 225px;
    text-align: right;
}
#social a {
	display: inline-block;
    border: none;
	text-decoration: none;
	height: 16px;
	width: 16px;
	background: url(/images/_INTERNAL/sprites/social.png) no-repeat;
}

div.tipper {
  width: 180px;
  z-index: 3;
}
div.tipper .tip-top, div.tipper .tip-bottom {
	height: 7px;
	width: 180px;
}
div.tipper div.tip-title {
  border-bottom: 1px solid;
  width: 160px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5em;
}
div.tipper div.tip-text {
  font-size: .8em;
  padding: 2px 5px;
  text-align: center;
  width: 160px;
  margin: 0 auto;
}

span.video-play {
	position: relative;
	z-index: 1;
	padding: 10px;
	margin: 5px;
}
span.video-play.nopadding {
	padding: 0px;
}
span.video-play.nomargin {
	margin: 0px;
}
span.video-play span.play {
	position: absolute;
	bottom: 5px;
	right: 0;
	background-position: 0 0; 
	z-index: 2;
}
span.video-play span.play {
	width: 48px;
	height: 48px;
	background-image: url(/images/_INTERNAL/sprites/48.png);
}
span.video-play span.play.small {
	width: 32px;
	height: 32px;
	background-image: url(/images/_INTERNAL/sprites/32.png);
}
span.video-play img {
	border: 2px outset #ccc;
}
span.audio.play, span.audio.pause, a.audio.download {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(/images/_INTERNAL/sprites/actions.png);
	cursor: pointer;
}
span.audio.play {	
	background-position: 0 192px; 
}
span.audio.pause {	
	background-position: 0 176px; 
}
a.audio.download {
/*	background-position: 0 160px;*/ 
}

/** announcements **/
#announce {
	font-size: .85em;
	line-height: 27px;
	color: #ddd;
	width: 100%;
	height: 27px;
	overflow: hidden;
	margin: auto;
	position: relative;
	letter-spacing: 1px;
	background: #000000 url(/000000x333333.h-20.w-1.gradient) repeat-x bottom;
	margin: 10px 0; 
}
#announce div {
	height: 27px;
	float: left;
}
#announce a.icon {
	float: left;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-top: 5px; /* per 27px height */
	margin-left: 5px;
	background: url(/images/_INTERNAL/sprites/social.png) no-repeat 0 0;
}
#announce a.title {
	float: left;
	margin-left: 4px;
	text-align: right;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
	letter-spacing: 1px;
}
#announce span {
	display: block;
	position: absolute;	
}
#announce .pipe {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 5px;
}
#announce a {
	color: #ddd;
}

/** search box **/
.hide {
	display: none;
}
.search_form label {
	font-size: .9em;
	font-weight: bold;
}
.search_form input {
	font-size: 1.4em; 
	background: #ddd;
	font-weight: bold;
}

/** copyright footer **/ 
#copyright {
    font-size: .7em;
    color: #999;
    margin: auto;
    width: 300px;
    text-align: center;
    clear: none;
} 
#copyright a {
    color: #999;
}
.gap {
	margin: 0 5px;
}

span.pipe {
	font-weight: bold;
	margin: 0 2px;
}

/** quiet admin login **/
#adminLogin {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 10px;
	width: 10px;
}


/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.1 rc4
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @copyright	Author
 */ 
 #sbox-overlay {
    position: absolute;
    background-color: #000;
    left: 0px;
    top: 0px;
    zoom: 1;
} 
#sbox-window {
    position: absolute;
    background-color: #fff;
    text-align: left;
    overflow: visible;
    padding: 10px;
    /* invalid values, but looks smoother! */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
} 
#sbox-btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
    background: url(/skins/milestone/images/modal/closebox.png) no-repeat center;
    border: none;
} 
.sbox-window-ie6 #sbox-btn-close {
    background-image: url(/skins/milestone/images/modal/closebox.gif);
} 
.sbox-loading #sbox-content {
    background-image: url(/skins/milestone/images/modal/spinner.gif);
    background-repeat: no-repeat;
    background-position: center;
} 
#sbox-content {
    clear: both;
    overflow: auto;
    background-color: #fff;
    height: 100%;
    width: 100%;
	text-align: center;
} 
.sbox-content-image#sbox-content {
    overflow: visible;
} 
#sbox-image {
    display: block;
} 
.sbox-content-image img {
    display: block;
    width: 100%;
    height: 100%;
} 
.sbox-content-iframe#sbox-content {
    overflow: visible;
}

/* Hides scrollbars */ 
.body-overlayed {
    overflow: hidden;
}

/* Hides flash (Firefox problem) and selects (IE) */ 
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
    visibility: hidden;
} 
#sbox-window embed, #sbox-window object, #sbox-window select {
    visibility: visible;
}

/* Shadows */ 
.sbox-bg {
    position: absolute;
    width: 33px;
    height: 40px;
} 
.sbox-bg-n {
    left: 0;
    top: -40px;
    width: 100%;
    background: url(/skins/milestone/images/modal/bg_n.png) repeat-x;
} 
.sbox-bg-ne {
    right: -33px;
    top: -40px;
    background: url(/skins/milestone/images/modal/bg_ne.png) no-repeat;
} 
.sbox-bg-e {
    right: -33px;
    top: 0;
    height: 100%;
    background: url(/skins/milestone/images/modal/bg_e.png) repeat-y;
} 
.sbox-bg-se {
    right: -33px;
    bottom: -40px;
    background: url(/skins/milestone/images/modal/bg_se.png) no-repeat;
} 
.sbox-bg-s {
    left: 0;
    bottom: -40px;
    width: 100%;
    background: url(/skins/milestone/images/modal/bg_s.png) repeat-x;
} 
.sbox-bg-sw {
    left: -33px;
    bottom: -40px;
    background: url(/skins/milestone/images/modal/bg_sw.png) no-repeat;
} 
.sbox-bg-w {
    left: -33px;
    top: 0;
    height: 100%;
    background: url(/skins/milestone/images/modal/bg_w.png) repeat-y;
} 
.sbox-bg-nw {
    left: -33px;
    top: -40px;
    background: url(/skins/milestone/images/modal/bg_nw.png) no-repeat;
} 
#sbox-window .sbox-content-swf {
    overflow: hidden;
}


/* special use table for messages */
.msg_table	{
	width: 100%;
	text-align: center;
	float: left;
}
.msg_table th {
	font-size: .7em;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: bottom;
	letter-spacing: -1px;
}
.msg_table tr, .msg_table td {
	padding: 0;
	margin: 0;
	height: 2.2em;
	vertical-align: middle;
}
.msg_date {
	width: 75px;
}
.msg_title {
	text-align: left;
	text-indent: 10px;
}
.msg_speaker {
}
.msg_audio, .msg_video, .msg_notes {
	width: 45px;
}
.msg_table .info {
	vertical-align: middle;
}
.moreinfo, .msg_audio a, .msg_video a, .msg_notes a, .msg_video span {
	display: inline-block;
	vertical-align:middle;
	height: 24px;
	width: 24px;
	background-position: center center;
	cursor: pointer;
	font-size: 0px;
	overflow: hidden;
}
.msg_notes, .msg_date {
	background-repeat: repeat-y;
}
.msg_date {
	background-position: left;
}
.msg_notes {
	background-position: right;
}
.msg_audio a {
	background-image: url(/skins/milestone_columns/images/messages/listen.png);
}
.moreinfo {
	background-image: url(/skins/milestone_columns/images/messages/info.png);
}
.msg_video a, .msg_video span {
	background-image: url(/skins/milestone_columns/images/messages/watch.png);
}
.msg_notes a {
	background-image: url(/skins/milestone_columns/images/messages/notes.png);
}

/* special for message navigation */
table.msgnav {
	width: 100%;
	margin-top: 50px;
}
table.msgnav td {
	text-align: center;
}
td.msgnav_previous a, td.msgnav_next a, td.msgnav_home a {
	display: inline-block;
}
td.msgnav_previous a {
	width: 48px;
	height: 48px;
	background: url(/skins/milestone_columns/images/messages/previous.png) no-repeat;
}
td.msgnav_next a {
	width: 48px;
	height: 48px;
	background: url(/skins/milestone_columns/images/messages/next.png) no-repeat;
}
td.msgnav_home a {
	width: 182px;
	height: 41px;
	background: url(/skins/milestone_columns/images/messages/home.png) no-repeat;
}
