/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

.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; }
	
	
body {
	font: 13px/1.5 Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
}

a { text-decoration: none; color: #2c859a; }

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

#content.home h2 {
	font-size: 48px; font-style: italic; color: #d4922c; font-weight: normal; background: none; padding: 0;
}

#content h2 { font-size: 24px; padding: 5px 10px; background: #d4922c; color: #fff; font-weight: normal; font-style: italic; }

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px; color: #666; font-weight: normal; color: #d4922c;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 30px; margin-bottom: 10px;
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}