@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background:url(/assets/templates/weststreetstorage/images/background_tile.jpg) repeat-x;
	background-color:#273015;
	font-size:11px;
	color:#666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a:link  {
	color: #AD4100;
	font-weight: bold;
}
a:visited  {
	color: #AD4100;
	font-weight: bold;
}

h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #160A00;
	margin:0px 0px 10px 0px;
}

h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #160A00;
	margin:0px 0px 10px 0px;
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: #96BA6E; /* Tertiary */
	margin:0px 0px 10px 0px;
}

p{
	margin:0px 0px 10px 0px;
}

ul{
	margin:0px;
	padding:0px 0px 10px 1.5em;
}

img{
	border:0px;
}

#siteContainer{
	width:996px;
	margin:0px auto;
	background-color:#ffffff;
}

#header{
	padding:10px;
	border-bottom:1px solid black;
}

#contactInfo{
	float:right;
	color:#000;
	font-size:14px;
	line-height:20px;
	margin:32px 15px;
	text-align:right;
}

#mainTable{
	border-collapse:collapse;
}

#mainTable td{
	vertical-align:top;
}

#leftCol{
	width:160px;
	border-right:1px dotted #000;
	padding:15px 20px;
}

.leftNav{
	margin-bottom:20px;
}

.leftNav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.leftNav ul li{
	margin-bottom:2px;
}

.leftNav ul li a{
	color:#ad4100;
	font-weight:bold;
	font-size:13px;
}

.sideBar{
	font-size:12px;
}

#mainContent{
	width:756px;
	padding:15px 20px;
	line-height:16px;
}
