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

/***** Testing *****/
.box {
	width: 1500px; /* arbitary for demo only */
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.internal {
	display: inline;
}


/*******************************************************************/

@font-face {  
 font-family: Sling;
 src: url("fonts/WorstveldSlingExtra.eot")  /* EOT file for IE */
}
@font-face {
 font-family: Sling;
 src: url("fonts/WorstveldSlingExtra.ttf") format('truetype');  
	font-weight: normal; /* TTF file for CSS3 browsers */
}
a:link {
	color: white;
}
a:visited  {
	color: #494741;
}
a:active, a:hover {
	color:black;
}
li a  {
	font-family: "Sling";
	font-size: 30px;
	color: #FFF;
}

ol, ul {
	text-decoration: none;
	list-style-position: outside;
	list-style-type: none;
	display: block;
	padding-left: 0px;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
#primary {
	text-align: center;
	color: #FFF;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#primary .title {
	color: #BAB7B0;
	width: 100%;	
}
#primary a:link, #primary ul li:hover a {
    text-decoration: none;
	background-image: url(vaultimages/swirl-transpartent.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: text-top;
	line-height: 60px;
	display: block;
}

#primary a:active, #primary a:hover, #primary ul li:hover a:hover, #primary a:visited, #primary ul li:hover a:visited {
	color: #BAB7B0;
	background-image: url(vaultimages/swirl-transpartent2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	line-height: 60px;
	display: block;
}

#primary ul li ul {
	display: none;
	}

#primary ul li:hover ul {
	display:block;
	position:absolute;
	top:280px;
	left:285px;
	
}

#primary ul li:hover ul li a {
	display:block;
	width:215px;
	background-color: #233947;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #233A48;
	font-size: 26px;
}
#navigation {
	font-family: Sling;
	font-size: 26px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 10px;
}
#navigation  a:visited,#navigation a:active,#navigation a:hover, .testimonial2 a:visited {
	color: #BAB7B0;
	text-decoration: none;
}

body {
}

#wrapper {
	max-width :1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
}
div.container
{
	background-color: #BBCCAA;
	height: 99.9%;
	width:100%;
	margin:0px;
	line-height:150%;
	height: auto;
}
div.container-example
{
	height: 99.9%;
	width:100%;
	margin:0px;
	border:1px solid gray;
	line-height:150%;
	height: auto;
	background-color: #000;
	color: #CCC;
}
div.header,div.footer
{
	padding:0.5em;
	color:white;
	background-color:#CDCDCD;
	clear:left;
}
h1.header
{
padding:0;
margin:0;
}
div.content-l
{
	float:left;
	width:360px;
	padding:1em;
	margin:0;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
}
@media screen and (max-width: 50%) {
div.content-l {
float:left;
width: 50%;
  }
}

div.content-r
{
	margin-left:380px;
	background-color: #bab7b0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #233947;
	border-right-color: #233947;
	border-bottom-color: #233947;
	height: 99.9%;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1.25em;
}
@media screen and (max-width: 60%) {
div.content-r {
float:left;
width: auto;
  }
}

div.content-r-example
{
	margin-left:360px;
	padding:1em;
	background-color: #000000;
	height: 99.9%;
	color: #CCC;
}

.logo img {
  width: 100%;
  float: left;
}

@media screen and (max-width: 30%) {
  .logo img {
    width: auto;
    float: none;
  }
}
.tagline {
	color: #BAB7B0;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1em;
	font-family: Sling;
	text-align: center;
	padding: 0px;
}
.tagline2 {
	text-align: center;
}
.title {
	margin-right: 10px;
	text-align: right;
	margin-bottom: 50px;
	margin-top: 50px;
}


.imagegrp {
	display: inline-block;
	width: 100%;
	text-align: left;
	float: none;
}
.testimonial2 {
	display: inline-block;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 0px;
	color: #BAB7B0;
	margin-top: 50px;
}
 
