/* Reset All Styles
-------------------------------------------------------------------- */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a { outline: none; }
 
/* Base Styles
----------------------------------------------------*/

body {
  background:url("/images/bg_body.png") #364751 repeat-x top;
  font-family: Tahoma;
  font-size: 12px;
}

#wrapper {
  background: url("/images/bg_wrapper1.png") repeat-x top;
  width: 974px;
  margin: 0 auto;
  min-height: 500px;
  padding:60px 0 0;
  position: relative;
} 

h1 {
  background: url("/images/STR_logo.png") center top no-repeat;
  width: 100%;
  height: 68px;
  text-indent: -9999px;
  margin: 0 auto 10px;
  padding-bottom: 8px;
  border-bottom: 3px solid #b3bdcc;
}

h1 a {
  display: block;
  width: 340px;
  height: 68px;
  border: 1px solid #fff;
}

#main {
  width: 530px;
  margin: 0 auto;
}

#main p {
  margin: 0 0 0.8em;
}

#main ul {
  margin: 0 0 15px 0;
}

#main ul li {
  margin: 0 0 0 25px;
  list-style:disc;
}

strong {
  font-weight: bold;
}

.cobrand {
  
}

a:link,
a:visited {
  color: #034969;
}

ul#utility {
  position: absolute;
  right: 26px;
  top: 8px;
}

ul#utility a:link,
ul#utility a:visited {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

/* Client List */

.clientListing h4,
.clientListing li {
	color: #ccc;
}

.clientListing h4 {
	font-weight: bold;
	margin: 30px 0 20px;
}

.clientListing {
	margin: 20px auto;
	padding-left: 40px;
	text-align: center;
	width: 800px;
}

.clientListing ul {
	display: block;
	float: left;
	margin: 0 5px;
	text-align: left;
	width: 150px;
}

.clientListing li {
	display: block;
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

