@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#container { 
	width: 980px; 
	background: #fff;
	margin: 0 auto 15px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	background-image: url(../images/veracity/veracity_bg.png);
	background-repeat:repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#containerb { 
	width: 980px; 
	background: #fff;
	margin: 0 auto;
	border: none;
	text-align: left;
} 
/* ============== TEXT ============*/
h1 {
	font-size: 135%;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0;
}
h2 {
	font-size: 110%;
	font-weight: normal;
	margin: 0;
	padding-bottom: 3px;
	margin: 0;
}
h3 {
	font-size: 90%;
	font-weight: normal;
	margin: 0;
}
h4 {
	display:inline;
	font-size: 80%;
	font-weight: normal;
	margin: 0;
	padding: 5px 5px 10px 5px;
	text-align: center;
}
h5 {
	font-size: 100%;
	font-weight: normal;
	padding-top: 10px;
	margin: 0;
}
h6 {
	font-size: 70%;
	font-weight: normal;
	color: #666;
	margin: 0;
}
p {
	font-size: 86%;
	font-weight: normal;
	color: #555;
	padding-bottom: 14px;
	margin: 0;
}
dt {
	font-size: 86%;
	font-weight: normal; 
	margin: 0;
}
dd {
	font-size: 86%;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding-bottom:10px;
	padding-left:20px;
}
dl {
	margin:0;
	padding:3px;
}

ul.tightUL {
	margin:0;
	padding:0 0 0 35px;	
}
/*============== HEADERS ================*/
#headerSG {
	padding: 0;
	text-align: left;
	background-color: #fff;
	height: 54px;
}
#headerSG ul {
	list-style-type: none;
	margin: 0 0 0 50px;
	padding: 0;
	overflow: hidden;
}
#headerSG li {
	float: left;
	border-collapse:collapse;
	padding-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
}

#header {
	padding: 0;
	text-align: left;
	background-color: #fff;
	background-image: url(../images/veracity/veracity_header.jpg);
	background-repeat: no-repeat;
	height: 137px;
}
#header h1 {
	color:#fff;
	font-size:130%;
	font-weight:bold;
	font-style:oblique;
	padding-top: 40px;
	padding-left:20px;
}
#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#header li {
	float: left;
	border-collapse:collapse;
	padding-top: 18px;
	margin-left: 40px;
}
#desc {
	height: 100px;
	margin-left:380px;
}
#headernav {
	margin-left:380px;
	height:37px;
}

#logo {
	padding: 15px 15px 0 15px;
	margin:0;
	background: transparent;
	height: 35px;
	width: 170px;
	float: left;
}
#logo a {
	outline: none;
}
/* ==================== LINKS ==================*/
a:link, a:visited {
	color: rgb(99,132,0);
	text-decoration: none;
}
a:hover, a:active {
	color: rgb(46,62,0);
	text-decoration: none;
}

.SGnav a:link, .SGnav  a:visited {
	color: rgb(99,132,0);
	text-decoration: none;
}
.SGnav a:hover, .SGnav a:active {
	color: rgb(46,62,0);
	text-decoration: none;
}

.VERnav a:link, .VERnav  a:visited {
	color: rgb(73,156,170);
	text-decoration: none;
}
.VERnav a:hover, .VERnav a:active {
	color: rgb(17,117,130);
	text-decoration: none;
}

.promo a:link, .promo  a:visited {
	font-size:115%;
	font-style:oblique;
	font-weight:bold;
	color: rgb(73,156,170);
	text-decoration: none;
}
.promo a:hover, .promo a:active {
	font-size:115%;
	font-style:oblique;
	font-weight:bold;
	color: rgb(17,117,130);
	text-decoration: none;
}
/* ================ LEFT CONTENT ===============*/
#leftcontent {
	float: left;
	display: inline;
	width: 309px;
	padding: 35px;
}
#leftcontent h1 {
	color: rgb(17,117,130);
	font-size:125%;
	font-weight:bold;
	font-style:oblique;
}
.rule {
	height: 15px;
	background-image:url(../images/veracity/rule-fade.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin: 5px;
}
/* ================ RIGHT CONTENT ===============*/
#rightcontent {
	margin-left:379px;
	padding:30px 20px 10px 20px;
}
#rightcontent h6 {
	padding-left:10px;
	padding-bottom:10px;
}

#sshotsver {
	float: left;
	display: inline;
	width: 166px;
	overflow:hidden;
}

#rightcopy {
	margin-left:182px;
}

#rightcopy h2 {
	color: rgb(63,84,0);
	font-size:100%;
	font-weight:bold;
	font-style:oblique;
}
/* ================ CONTENT ===============*/

#content {
	padding: 15px 30px;
}
#content h1 {
	color: rgb(17,117,130);
	font-size:125%;
	font-weight:bold;
	font-style:oblique;
	padding-bottom:30px;
}
#content h2 {
	color: rgb(63,84,0);
	font-size:100%;
	font-weight:bold;
}

/* ================ FOOTER ===================*/
#footer { 
	padding: 0 10px 0 20px;
	height:38px;
	background-image:url(../images/veracity/footer.png);
	background-repeat:no-repeat;
} 
#footer p {
	font-size: 75%;
	color: #fff;
	margin: 0;
	padding: 14px 0 0 0;
}
#footerlogo {
	width: 150px;
	height: 36px;
	padding: 2px 0 0 0;
	float: right;	
}

/* ==================media blocks=========== */
.media, .bd {
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}
.bd { 
	padding: 0 10px 10px;
}

.bd p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.media {
	margin: 10px;
}

.media .img {
		float:left; margin-right: 10px;
		 border: 1px solid #CCC;
		   -webkit-box-shadow: 3px 3px 3px #cccccc;
  -moz-box-shadow: 3px 3px 3px #cccccc;
  box-shadow: 3px 3px 3px #cccccc;
  margin-bottom: 24px;
		img {
			display: block;

		}
	}
}


/* ==================MISC=================== */
a img { 
	border: none ; 
}
.center {
	text-align:center;	
}
.inset {
	padding-left:25px;
}
p.list {
	padding:0;
	margin:0;
}
.break {
	padding-bottom: 20px;
	margin: 0;
	border-bottom: 1px solid #999
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*=========================================*/

