/* 	Developed by Jason Kanaris / Application Support for Administration

	Date Modified: July 22, 2008
	Version 1.0
	
	This is a stylesheet for Southampton looking sites.
*/

body { 
	font-size: 70%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #fff;
}

/* Page Layout */
#wrap {
	top:0px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#container {
	position: absolute;
    width:800px;
    top: 180px;
	background-repeat: no-repeat;
	z-index:5; 
}
#header, #footer {
	width: 800px;
}
#footer {
	position:relative;
	float: left;
	padding-top: 20px;
	height: 50px;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
#headerPartA {
	position: absolute;
	top: 0px;
	height: 45px;
	width:800px;
	z-index:2;
}
#headerPartB {
	position: absolute;
	top: 45px;
	width:800px;
	height: 80px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	z-index:3;
}
#headerPartC {
	position: absolute;
	top: 120px;
	width:800px;
	height: 60px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	z-index:4;
}
#mainLayer {
	width:800px;
	position:relative;
	border:1px solid #000;
	float:left;
	padding-bottom:10px;
}
#navigationLayer {
	position:relative;
	float:left;
	left:10px;
	margin-top:30px;
	width:180px;
}
#contentLayer {
	position:relative;
	float:left;
	left:20px;
	margin-top:10px;
	width:580px;
}


/* Navigational Elements */


/* Structural Elements */
#navigationLayer a {
	color:#005a9c;
	text-decoration:none;
}
#navigationLayer a:hover {
	color:#6b7f84;
	text-decoration:none;
}
#navigationLayer ul {
	margin:0px;
	padding:0px;
}
#navigationLayer li {
	list-style:none;
	padding:2px 0px 2px 0px;
}
h1 {
	color: #005a9c;
	font-size: 24px;
	text-align: left;
	font-family: "Arial Narrow",Arial,"Arial Black";
	font-weight: 400;
}
h2 {
	color: #990000;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
h3 {
	color: #0063a3;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
h4 {
	color: #990000;
	font-size: 12px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	vertical-align: middle;
	text-align: left;
	margin-left: 4em;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
ul ul {
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: middle;
	text-align: left;
	margin-left: 4em;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
li {
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
ol {
	list-style-type: decimal;
}
ol.alpha {
	list-style-type: upper-alpha;
}
ol ol {
	list-style-type: lower-alpha;
}
ol li {
	vertical-align: middle;
	text-align: left;
	padding-left: 1px;
	margin: 0.5em;
}
dl dl {
	margin-left: 20px;
	margin-top: 5px;
}
dl dl dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-right: 1em;
	color: #990000;
}
dt {
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 0.5em;
	margin-right: 1em;
}
dd {
	margin-left: 20px;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: justify;
}
dd.highlight {
	background-color: #BCD2EE;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: justify;
}
form {
	display:inline;
}
hr {
	height: 1px;
	background-color: #f0f0f0;
	color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	padding-bottom:2px;
}
p.contact {
	margin-left: 20px;
}
p.crumb {
	text-align: left;
	margin-top: 0px;
	padding-top: 1px;
	color: #302b7c;
}
p.headerLinks {
	text-align: right;
	position:relative;
	top: 9px;
}
p.headerLinks a:link {
	color: #666;
	text-decoration:none;
}
p.headerLinks a:hover {
	color: #6b7f84;
	text-decoration:underline;
}
p.headerLinks a:visited {
	color: #666;
	text-decoration:none;
}


/* Anchors */
a:link {
	color: #0063a3;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #0063a3;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #990000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

/* Elements used to highlight text */
em {
	background-color: #BCD2EE;
	font-style: normal;
}

/* General subclasses */
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.stripe {
	background-color: #BCD2EE;
}

input.search {
	border: 1px solid #666;
	margin:0px;
	padding:0px;
	height: 14px;
	width: 100px;
	color: #666;
	font-size:10px;
}

input.btn {
	cursor:pointer;
	margin:0px;
	padding:0px;
	width:15px;
	height:16px;
	border: 1px solid #666;
	background-image: url("/asa/images/bg_search.gif");
	background-color: transparent;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

/* Modal Popup CSS */
.popupControl {
    background-color:#aad4ff;
    position: absolute;
    visibility:hidden;
    border-style:solid;
    border-color:Black;
    border-width:2px;
}
.modalBackground {
    background-color:Gray;
    z-index:104;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalPopup {
    background-color:#ffffdd;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:250px;
}
.progress {
    background-color:#ebebeb;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:300px;
    height:100px;
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-150px;
    margin-top:-50px;
    z-index:1000000000;
}
.progress p {
    text-align:center;
    font-size:14pt;
    font-weight:bold;
    margin-top:35px;
}
.progress img {
    vertical-align:middle;
}
.progressBackground {
    background-color:Gray;
    z-index:100000000;
    filter:alpha(opacity=70);
    opacity:0.7;
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
}