/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
}

a { text-decoration: underline; color: #3b1e47; }

a:hover { text-decoration: none; }

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p.title { margin-top: 10px; font-family: Helvetica, sans-serif; color: #424345; }

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 30px; font-style: italic; color: #3b1e47; font-weight: normal;
}

h3 {
	font-size: 14px; color: #3b1e47; font-weight: normal;
}

h4 {
	font-size: 19px; padding: 0 10px; color: #612b31;
}

h4#addLoc { font-size: 13px; background: #3b1e47; color: #fff; padding: 5px; margin: 0; }

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 25px;
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
address,
fieldset {
	margin-bottom: 20px;
}


.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border: none; }

.modalBackground {
	background-color: Gray;
	filter:alpha(opacity=80);
	opacity:0.8; }

.modalPopup {
	background: #fff;
	border:none;
	padding:3px;
	width:540px;
	height:auto;
	overflow: hidden; }
