@charset "UTF-8";
/* CSS Document */

/* General css */

body, form, table, h1, h2, h3, h4, h5, h6, p, ul, li, tr, td, input, textarea {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
html {
}

body {
	text-align: center;
	font-size:65%;
	background-color: #F4F9FC;
	background-image:url(../sitebuildercontent/sitebuilderpictures/bodyBg.png);
	background-repeat:repeat-y;
	background-position:center top;
	color: #336699;
}
#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	background-image: url(../sitebuildercontent/sitebuilderpictures/navBg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
a {
  outline: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
:focus
{
  -moz-outline-style: none;
}
h1, h2, h3, h4, h5, h6, p, ul {
	font-family: Arial, Helvetica, sans-serif;
	
}

/* Text css */

h1 {
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 10px;
	line-height: 30px;
	font-style: italic;
}
h2 {
	font-size: 18px;
	font-weight: bolder;
	line-height: 1.11em;
	margin-bottom: 10px;
	text-align: center;
	font-style: italic;
}
h3 {
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.25em;
	margin-bottom: 10px;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
}
h4 {
	font-size: 14px;
	font-weight: lighter;
	line-height: 1.429em;
	margin-bottom: 10px;
}
h5 {
	font-size: 12px;
	line-height:1.75em;
	font-weight: lighter;
}
h6 {
	font-size: 12px;
	line-height:1.75em;
	font-weight: lighter;
}
p {
	font-size: 16px;
	font-weight: lighter;
	line-height:1.25em;
	margin-bottom: 10px;
}
li {
	font-size:16px;
	line-height: 1.25em;
	}
	

/* Link css */

#container a:link, #container a:visited {
	text-decoration:none;
	color: #336699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	border-bottom-color: #336699;
}
#container a:hover, #container a:active {
	border:none;
	text-decoration:underline;
}


/* Header css */

#header {
	height: 80px;
	margin-left: 160px;
	background-color: #FFFFFF;
	width: 600px;
}
#headerLogo {
	margin-left:10px;
	height:66px;
	width:225px;
	float: left;
	}
#headerLogo p {
display:block;
height:66px;
width:225px;
overflow:hidden;
}
#headerLogo p a {
display:block;
height:66px;
width:225px;
background-image:url(../sitebuildercontent/sitebuilderpictures/Rutland_Self_Storage_Stamford_logo.png);
background-repeat:no-repeat;
background-position:top left;
text-indent:-9999px;
}
#headerContact  {
	text-align: right;
	float: right;
	padding: 20px 10px 20px 0;
}
#headerContact p {
	line-height: 15px;
	color: #000000;
}
#headerContact p a:link, #headerContact p a:visited {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* Navigation css */
#navBar {
	float:left;
	width: 150px;
	margin: 0;
	padding: 40px 0 0 0;
	text-align:center
}
#navBar ul {
list-style:none;
}
#navBar li {
	font-size:10px;
	margin-bottom:20px;
	font-weight: bolder;
}


/* Content css */
#contentWrapper {
	float:right;
	width:580px;
	padding: 10px;
	border-top: 2px solid #336699;
}
#contentWrapper ul {
	padding-left:30px;
	margin-bottom: 20px;
}
#contentWrapper li {
list-style-type:disc;
margin-bottom:5px;
}
.featureWrapper {
padding-bottom:10px;
}
.featureWrapperText {
	margin-left: 250px;
}
.featureWrapper  img {
	margin-top: 20px;
}
.featureWrapper ul {
	padding-left: 20px;
}
.featureWrapper li {
font-size:12px;
font-weight:bolder;
font-style:italic;
}
/* Footer css */
#footerWrapper
 {
	padding: 30px;
	text-align:center;
	background-color: #336699;
	float: right;
	width: 520px;
	margin: 0 10px;
}
#footerWrapper  p {
	font-size: 12px;
	font-weight:bolder;
	color: #ffffff;
}
#footerWrapper a:link, #footerWrapper a:visited {
	color: #ffffff
}


/* Formatting css */

.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.clearBoth {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.linkLookAlike {
}
.emphasis {
	font-weight:bolder;
	font-size: 1.5em;
	line-height: 1.5em;
}
.quote {
	font-style: italic;
	font-size: 12px;
}
.leftImage {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
.rightImage {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
