/* 
	All Content Copyright Downtown Record Storage
	CSS/Website/Identity design by Thomas S. Lowry / Hyperactive Communications
	DRS Blue = #0079C2
	DRS Orange = #F47A20
 */

/* Website Container for Centering Content */

body {
	background-color: #0079C2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    padding: 0;
    text-align: center; /*for IE*/
}

#siteContainer {
	position: relative;
	margin: 0 auto;
	width: 755px;
	text-align: left;
	padding: 0px;
	z-index:1;
	background-color: #FFFFFF;

}

/* Website Container for Centering Content */

/* Links */
a:link { font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 11px; color: #0079C2 }
a:visited {  font-size: 11px; color: #0079C2; text-decoration: underline; }
a:active, a:hover { font-size: 11px; color: #ffffff; background-color:#F47A20; text-decoration: underline; }

.b:link { font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 10px; color: #ffffff }
.b:visited { font-size: 10px; color: #ffffff; text-decoration: underline; }
.b:active, b:hover { font-size: 10px; color: #ffffff; background-color:#0079C2; text-decoration: underline; }

/* Text */
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.style1 {
	color: #0079C2;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style2 {
	color: #F47A20;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0079C2;
	font-size: 11px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 18px;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0079C2;
	font-size: 13px;
	line-height: 18px;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F47A20;
	font-size: 13px;
	line-height: 18px;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F47A20;
	font-size: 11px;
	line-height: 18px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
}

/* Content Divs */

/* Header area + Menu (Static Elements) */
#pagecornerContainer { position:absolute; left:662px; top:25px; z-index:2; width:94px }
#toprightContainer { position:absolute; left:742px; top:100px; z-index:2; width:16px }
#logoContainer { position:absolute; left:38px; top:42px; z-index:2; width:232px }
#contactContainer { position:absolute; left:334px; top:40; z-index:2; width:300px }
#menuContainer { position:absolute; left:330px; top:96px; z-index:3; width:234px }
#headerContainer { position:absolute; left:16px; top:145; z-index:2; width:724px; background-color: #e3f0f8; }
#contentContainer { position:absolute; left:86px; top:290; z-index:2; width:572px; }
