@charset "utf-8";
/*-----------------------------------------------
Seismic Restraint Standards Style Sheet 
author: Neal Knueven
-----------------------------------------------*/


/* Universal Selectors */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	min-width:900px
}
a:link, a:active, a:visited {
	color:#003798;
	text-decoration:none;
}
a:hover {
	color:#a24e12;
	background-color:#f3f3f3;
	text-decoration:underline;
}


/* Highlights */
.boldunderline {
	font-weight:bold;
	text-decoration:underline;
}
.bluebold {
	color:#003798;
	font-weight:bold;
}
.blueoblique {
	color:#003798;
	font-style:oblique;
	font-weight:bold;
}

/* No Bullet */
ul#nobullet li {
	list-style-type:none;
	margin-left:-15px;
}

/* Caption */
.caption {
	font-style:oblique;
	font-size:11px;
}


/* Header */
#header {
	width:900px;
	margin:0px auto;
	margin-top:20px
}
#header a img {
	border:0px solid #fff;
}
#header h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


/* Logo Block */
#LogoBlock {
	float:left;
	margin-bottom:10px;
}


/* Search */
#search {
	position:relative;
	float:right;
	text-align:right;
	margin-top:10px;
}
.searchbox {
	color:#999;
	padding:2px 4px;
	border:1px solid #666;
	width:125px;
}
.submit {
	color:#fff;
	background-color:#003798;
	padding:2px 4px;
	border:1px solid #003798;
	cursor:pointer;
}


/* Secondary Navigation */
ul#secondaryNav {
	margin-top:10px;
	clear:both;
}
ul#secondaryNav li {
	float:left;
	list-style-type:none;
	font-size:11px;
	padding-left:20px;
}


/* Navigation */
div#navigation {
	clear:both;
}
div#navigation ul {
	width:900px;
	margin:0px auto;
	height:20px;
	line-height:19px;
	background:url(../images/NavBlue.gif) repeat;
}
div#navigation ul li {
	float:left;
	list-style-type:none;
	font-size:11px;
}
div#navigation ul li a:link, div#navigation ul li a:visited, div#navigation ul li a:active {
	color:#fff;
	padding:3px 20px 4px 20px;
	text-decoration:none;
	margin-left:1px;
	margin-right:1px;
}
div#navigation ul li a:hover {
	background:url(../images/NavBrown.gif) repeat;
	margin-left:0px;
	margin-right:0px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}


/* Content */
div#content {
	width:900px;
	margin:0px auto;
}
div#content ul#numbers li {
	list-style-type:decimal;
	list-style-position:inside;
	line-height:19px;
	font-weight:bold;
	color:#003798;
}
div#content ul#numbers ul li {
	list-style-type:none;
	margin-left:25px;
	line-height:19px;
	font-weight:normal;
	color:#000;
	margin-bottom:10px;
}
div#content ul#numbers ul#alpha li {
	list-style-type:lower-alpha;
	margin-left:50px;
	line-height:19px;
	font-weight:normal;
	color:#000;
	margin-bottom:10px;
}


/* Footer */
div#footer {
	clear:both;
	width:900px;
	margin:0px auto;
	font-size:10px;
	border-top:1px solid #ccc;
}
div#footer ul {
	margin-top:2px;
}
ul#footerNav li {
	float:left;
	list-style-type:none;
	line-height:17px;
	padding:0px 5px;
	padding-bottom:15px;
}
div#footer p {
	float:right;
	margin-top:2px;
}


/********************************
		Seismic Home Page
********************************/


/* Feature */
div#feature {
	float:left;
	background-image:url(images/feature_background.png);
	height:275px;
	width:670px;
	margin-left:-10px;
	margin-top:10px;
}
div#feature img {
	float:left;
	margin:25px 10px 0px 35px;
}
div#feature h1 {
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:26px;
	font-weight:normal;
	padding-top:50px;
	width:400px;
}
div#feature ul {
	float:left;
	margin-top:13px;
}
div#feature li {
	list-style-position:inside;
	line-height:20px;
	font-weight:bold;
	font-size:14px;
}


/* Sidebar */
div#sidebar {
	float:left;
	width:225px;
	margin-top:25px;
	margin-left:10px;
}
div#sidebar h2 {
	font-size:13px;
	font-weight:bold;
	padding-top:7px;
	margin-bottom:7px;
}
div#sidebar p {
	font-size:11px;
	margin-bottom:7px;
	line-height:16px;
}


/* Subhead */
div#subhead {
	float:left;
	width:268px;
	margin-top:15px;
	margin-right:48px;
}
div#subhead h3 {
	font-size:11px;
	font-weight:bold;
	padding:4px 2px;
	margin-bottom:6px;
	background-color:#f3f3f3;
	border-bottom:1px solid #ccc;
}
div#subhead ul {
	margin-left:15px
}
div#subhead li {
	list-style-position:outside;
	padding-bottom:4px;
	font-size:11px;
	line-height:17px;
}
div#subhead p {
	font-size:11px;
	line-height:17px;
}
div#subhead img {
	border:1px solid #000;
	margin-bottom:8px;
}


/********************************
	Seismic Secondary Page(s)
********************************/


/* Right Side Navigation & Right Side Links */
div#leftNav {
	width:125px;
	float:left;
	margin-right:25px;
	background-color:#f3f3f3;
	border-right:1px solid #ccc;
}
div#rightNav {
	width:275px;
	float:right;
	background-color:#f3f3f3;
	border-left:1px solid #ccc;
}
div#rightLinks {
	float:left;
	margin-left:25px;
	margin-top:95px;
	width:170px;
}
div#rightNav ul, div#leftNav {
	padding:25px;
}
div#rightNav ul.thin, div#leftNav ul.thin {
	padding:10px 22px;
}
div#rightNav ul li, div#leftNav ul li {
	list-style-type:none;
	font-size:11px;
	padding-bottom:8px;
}
div#rightNav img, div#leftNav img {
	vertical-align:-3px;
}
div#rightNav h5, div#leftNav h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	padding-left:17px;
	margin-top:10px;
	margin-bottom:3px;
}
div#rightLinks ul li {
	list-style-type:none;
	font-size:11px;
	line-height:18px;
	padding-bottom:10px;
}
div#rightLinks h4 {
	font-size:12px;
	margin-bottom:7px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
div#rightNav p, div#leftNav p {
	font-size:11px;
	line-height:17px;
	margin-bottom:7px;
}

/* Submittal Drawing Table */
div#rightNav h6 {
	padding-left:17px;
	font-size:11px;
	font-weight:normal;
	margin:10px 0px 5px 0px;
}
div#rightNav table {
	padding-left:17px;
	width:250px;
}
div#rightNav table td {
	padding:2px 0px;
	font-size:11px;
}

/* Primary Content */
div#primary, div#confirmed, div#product {
	float:left;
	width:500px;
	margin-top:10px;
	background-color:#fff;
}
div#primary h1, div#confirmed h1 {
	font-weight:normal;
	margin-bottom:15px;
	font-size:28px;
}
div#primary h2 {
	font-size:15px;
	margin:25px 0px;
}
div#primary h3 {
	font-size:24px;
	color:#003798;
	font-weight:normal;
	padding-left:1px;
}
div#primary h5 {
	font-size:14px;
	font-weight:normal;
	padding-left:1px;
	margin-top:-15px;
	margin-bottom:10px;
}
div#primary img {
	border:1px solid #000;
	margin-bottom:5px;
}
div#primary img.float {
	margin-right:11px;
	float:left;
}
div#primary p, div#primary ul, div#confirmed p, div#product p {
	margin-bottom : 10px;
	line-height:19px;
}
div#primary ul li {
	margin-bottom:3px;
	margin-left:30px;
}
div#primary ul#inset {
	margin-top:9px;
}
div#primary ul#inset li {
	margin-left:50px;
	list-style-type:disc;
}
div#primary ul.block li {
	margin-bottom:10px;
	margin-left:20px;
}
div#primary p.location, div#confirmed p.location, div#product p.location {
	font-size:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
}
div#primary h4 {
	font-size:15px;
	color:#003798;
	margin:25px 0px 5px 0px;
}
div#primary h4.top {
	margin:5px 0px 5px 0px;
}
div#primary ul#numbers li {
	list-style-type:decimal;
	list-style-position:outside;
	line-height:19px;
	font-weight:normal;
	color:#000;
}

/* Standard Specifications Table */
table#specs {
	border-right : 1px solid #aaaaaa;
	border-top : 1px solid #aaaaaa;
	margin-bottom : 10px;
}
table#specs th {
	color : #003978;
}
table#specs td, table#specs th {
	text-align : center;
	border-left : 1px solid #aaaaaa;
	border-bottom : 1px solid #aaaaaa;
	padding : 3px;
}
table#specs td#left, table#specs th#left {
	text-align : left;
}
table#specs td#right, table#specs th#right, table#characteristics td#right {
	text-align : right;
}

/********************************
	Table of Contents
********************************/

table.contents {
	border:double #000;
	width:100%;
}
table.contents td, table.contents th {
	text-align:center;
	padding:6px 3px;
	border:thin solid #ddd;
}
table.contents th {
	color:#003798;
	background-color:#eee;
}


/********************************
   Data Table for Rep Listing
********************************/

div#content ul.repeatlist li {
	list-style-type:none;
	margin-bottom:0px;
	margin-left:0px;
}
ul.replist li {
	list-style-type:none;
	line-height:20px;
	margin-bottom:0px;
	margin-left:0px;
}


/********************************
		Contact Form
********************************/

.contactTitles {
	width:245px;
	text-align: left;
	float:left;
	font-size:11px;
	margin-bottom:3px;
}
.contactFields {
	width:245px;
	text-align: left;
	float:left;
	margin-bottom:15px;
}
.txtField {
	float:left;
	width:210px;
}
.formSubmitBtn {
	clear:both;
}
.txtQuestion {
	float:left;
	width:600px;
	clear:both;
	padding-bottom:10px;
}
.formSubmitBtn {
	clear:both;
}


/********************************
		   Gallery
********************************/

img#gallery {
	border:1px solid #000;	
}


