/* -------------------------------------
RESET DEFAULT STYLES
------------------------------------- */
@import url("/index.php?css=styles/reset");

/* -------------------------------------
BODY AND WRAPPER
------------------------------------- */

body {
	font: small/1.5em "Segoe UI", Arial, sans-serif;
	text-align: center;
	color: #000;
    background-color: #fff;
	}

#wrapper {
    position: relative;
	width: 960px;
	text-align: left;
	margin: 0 auto;
    padding-top: 1.4em;
	}

/* -------------------------------------
LOGO
------------------------------------- */

#logo {
    width: 211px;
    height: 127px;
	}

/* -------------------------------------
HOME STUFF
------------------------------------- */

h1#home_header {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1px;
	margin-bottom: 20px;
	}

#logo_and_features {
    position: relative;
    margin-bottom: 2em;
    width: 960px;
    height: 416px;
}

#logo_and_features #logo {
	position: absolute;
    top: 142px;
    left: 373px;
    z-index: 100;
	}

#home_features {
    width: 960px;
    height: 416px;
}

div.feature {
  width: 470px;
  height: 200px;
  float: left;
  margin-right: 20px;
  margin-bottom: 16px;
}

div.feature h2 {
  line-height: 0;
  text-indent: -9999px;
}

div.last {
  margin-right: 0;
}

#welcome {
	float: left;
    display: inline;
	width: 335px;
	margin-left: 35px;
	}

#welcome h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 110%;
	text-transform: uppercase;
	font-weight: normal;
	color: #007447;
	margin-bottom: 0.4em;
	}

#welcome p {
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 0.8em;
	}

#welcome ul {
	margin-bottom: 1em;
}

#welcome ul li {
	list-style: disc;
	margin-left: 1.5em;
	padding-left: 0.1em;
}

#services_overview {
	float: right;
    display: inline;
	width: 552px;
	}
	
#services_overview h1 {
	font-family: Helvetica, Arial;
	font-size: 110%;
	text-transform: uppercase;
	font-weight: normal;
	color: #007447;
	margin-bottom: 0.4em;
	}

/*
#services_overview h2 {
	font-family: Helvetica, Arial;
	font-size: 185%;
	margin-bottom: 1em;
	}
*/
	
div.services {
	width: 266px;
	float: left;
    display: inline;
	margin-right: 18px;
	margin-bottom: 1em;
	}

div.service_teaser {
	margin-bottom: 1em;
	background: #ffffff url(http://documentstoragesolutions.net/images/vrc/interface/bg_services_btn.png) no-repeat 0 0;
	width: 261px;
	height: 67px;
	}

div.service_teaser img {
	width: 80px;
	float: left;
    display: inline;
	margin-right: 18px;
	}

div.service_teaser h2 {
	font-family: Helvetica, Arial;
	font-size: 120%;
	}

div.service_teaser h2 a {
	display: block;
	color: #cee5dc;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 12px;
	}

div.service_teaser h2 a:hover {
	color: #ffffff;
	}

div.service_teaser h2 a span.service_description {
	font-size: 80%;
	font-weight: normal;
	font-family: "Segoe UI", Arial, sans-serif;
	}

div.service_teaser p a {
	color: #000000;
    text-decoration: none;
	}

div.service_teaser h3 a:hover,
div.service_teaser p a:hover {
	text-decoration: underline;
	}
	
/* -------------------------------------
HEADER
------------------------------------- */

#header {
    background: #ffffff url(http://documentstoragesolutions.net/images/vrc/interface/bg_page_hdr.jpg) no-repeat 0 0;
    margin-bottom: 2em;
    min-height: 141px;
	}

#header #logo {
    float: left;
    width: 211px;
    margin: 6px 0 0 6px;
	}

#header h1 {
  float: right;
  width: 663px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 86px;
  line-height: 86px;
  letter-spacing: -5px;
  padding-top: 24px;
}

body#services #header h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 110%;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: normal;
  color: #007447;
  padding-top: 10px;
  letter-spacing: 0;
}

body#services #header h2 {
  float: right;
  width: 663px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -3px;
  padding-top: 0;
}

/* -------------------------------------
NAV
------------------------------------- */

#nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	text-transform: uppercase;
    margin-bottom: 1.8em;
    margin-left: 35px;
	}

#nav li {
    display: inline;
    margin-right: 1.1em;
	}

#nav a {
	color: #999999;
	text-decoration: none;
	}

#nav a:hover {
	border-bottom: 1px dashed #cccccc;
	}

#nav li.current a {
	color: #222222;
	}

#utility_nav {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #007548;
  padding: 12px 24px;
}

#utility_nav ul li {
  display: inline;
  margin-right: 0.5em;
  padding-right: 0.8em;
  border-right: 1px solid #ffffff;
  text-transform: uppercase;
}

#utility_nav ul li.last {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#utility_nav ul li a {
  color: #ffffff;
  text-decoration: none;
}

#utility_nav ul li a:hover {
  text-decoration: underline;
}

ul#sub_nav li a {
    display: block;
    text-decoration: none;
    padding: 0.2em 0.6em;
    margin-bottom: 0.6em;
    color: #007548;
    background-color: #ffffff;
    border-left: 5px solid #eeeeee;
    /*border-left-width: 5px;*/
}

ul#sub_nav li a:hover {
    color: #000000;
    border-color: #dddddd;
    background-color: #eeeeee;
}

ul#sub_nav li.current a {
    color: #000000;
    border-color: #AAAAAA;
    font-weight: bold;
}

/* -------------------------------------
CONTENT
------------------------------------- */

#content {
	clear: both;
	margin: 0;
	padding: 0;
    background: #ffffff url(http://documentstoragesolutions.net/images/vrc/interface/bg_content_arrow.png) no-repeat 0 0;
	}

body#s_home #content,
body#services #content,
body#about #content {
  background-image: none;
}

#primary {
  width: 648px;
  float: right;
  margin-right: 15px;
}

#primary h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 110%;
	text-transform: uppercase;
	font-weight: normal;
	color: #007447;
	margin-bottom: 0.8em;
	}

#primary h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120%;
	color: #666666;
	margin-bottom: 0.8em;
	}

#primary p+h3 {
    margin-top: 1.4em;
	}

#primary p {
  margin-bottom: 1em;
}

#secondary {
  width: 220px;
  float: left;
  margin-left: 35px;
}

#primary ul {
	margin-bottom: 1em;
}

#primary ul li {
	list-style: disc;
	margin-left: 1.5em;
	padding-left: 0.1em;
}

#primary ol {
	margin-bottom: 1em;
}

#primary ol li {
	list-style: decimal;
	margin-left: 1.5em;
	padding-left: 0.1em;
}

#primary ol ol {
	margin-bottom: 0;
}

#primary ol ol li {
	list-style: lower-alpha;
	margin-left: 1.5em;
	padding-left: 0.1em;
}

div.column_1 {
  width: 47%;
  float: left;
}

div.column_2 {
  width: 47%;
  float: right;
}

img#map {
  margin-bottom: 1em;
}
	
/* -------------------------------------
FOOTER
------------------------------------- */

#footer {
	clear: both;
    color: #ffffff;
    background-color: #333333;
    margin-top: 30px;
    padding: 30px 35px 30px 35px;
    font-size: 90%;
	}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#quik_contact {
  width: 250px;
  float: left;
  display: inline;
}

#ftr_nav_copyright {
  width: 340px;
  float: right;
  display: inline;
}

ul#ftr_nav li {
  display: inline;
  margin-right: 0.5em;
  padding-right: 0.8em;
  border-right: 1px solid #ffffff;
  text-transform: uppercase;
}

ul#ftr_nav li.last {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

ul#ftr_nav li a {
  color: #ffffff;
  text-decoration: none;
}

/* -------------------------------------
LINKS, IMAGES, AND OTHER
------------------------------------- */

hr {
  display: none;
}

a:link {
	color: #3366CC;
	background: transparent;
	}
a:visited {
	color: #993366;
	background: transparent;
	}
a:hover {
	color: #000000;
	background: transparent;
	}
a:active {
	color: #3366CC;
	background: transparent;
	}

img.right {
	float: right;
	display: inline;
	margin: 0.75em 0 0 12px;
	}

img.left {
	float: left;
	display: inline;
	margin: 0.75em 12px 0 0;
	}

#primary img.frame {
    padding: 5px;
    background-color: #ffffff;
	border: 1px solid #cccccc;
	}

div.last {
	margin-right: 0 !important;
	}

p.email_us {
  padding: 0.3em 0.8em 0.4em 0.8em;
  background-color: #eeeeee;
  margin-bottom: 1em;
}

/* -------------------------------------
CLEAR STYLES
Clears floats without extra markup.
------------------------------------- */

.group:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}