/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,.ADAMContent ol,.ADAMContent ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
	/*padding: 0;*/
	/*vertical-align: baseline;	*/
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

body {
	background: #fff;
	line-height: 1;
	}

.ADAMContent ol, .ADAMContent ul {
	list-style: none;
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	/*text-align: left;*/
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

a:hover {
	cursor: pointer;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clearfloat {clear:both;}


/* =Global
----------------------------------------------- */

body, textarea {
	color: #464646;
	font: 16px Helvetica, Arial, sans-serif;
	font-weight: 300;
	/*line-height: 1.625;*/
	 line-height: 18px;
}

input {
	color: #464646;
	font: 16px Helvetica, Arial, sans-serif;
	font-weight: 300;	
	background: #fff;
    border: none;
}

body {
	background: #FFF;
	line-height: 0px;
}

#ADAMpage {
	background: #FFF;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

.se-h2 {
	color:#6f3f00;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 1.265em;
	
	}
	
.se-h3 {
    color: #6f3f00;
    font-size: 1em;
    font-weight: bold;
    height: 44px;
    width: 70%;
    padding-left: 15px;
    float: left;
    line-height: 44px;
}
	
.se-h4 {
	color: #464748;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
}

.se-h4-grn {
	color: #6f3f00;
	text-align: left;
	font-weight: normal;
	margin-top: 10px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/*a {
	color: #6f3f00;
	text-decoration: underline;
}*/

a {
	color: #093d69 !important;
	text-decoration: underline;
}

.anchor {
	color: #093d69 !important;
	text-decoration: underline;
}

/* Typography */
p {
	margin-bottom: 1.625em;
}

p.se-p {
	margin-bottom: 1.625em!important;
	font-size: 16px;
	line-height: 27px;	 
}


/*
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
*/
ul {
	list-style: square;
	color:  #333;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

.ADAMContent ul ul,.ADAMContent ol ol, ul ol,.ADAMContent ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.625em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.625em;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	font-weight: normal;
	margin: 0;
	border-left: 10px solid #DDDDDB;
	padding-left: 30px;
	color: #777;
	font-size: 1em;
	font-style: italic;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

pre {
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
	background: #DDDDDB;
	white-space: pre-wrap;       /* css-3 */
 	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 */
 	white-space: -o-pre-wrap;    /* Opera 7 */
 	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	color: #666;
	background: #DDDDDB;
	display: block;
	padding: 5px;
}

code {
	display: inline;
}

.entry-content h3.code {
	background: #FFF;
	color: #33363B;
	padding: 1px 1.625em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

address {
	display: block;
	margin: 0 0 1.625em;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

h1.se-entry {
	color:#6f3f00;
	font-size: 1.8em;
}

#embed-msg-area {
	background: #fdf6e4;
	padding: 10px;
	width: auto; 
	margin: 10px 0 20px 0;
}

#embed-msg-area p {
	color: #6f3f00;
	font-weight:bold;
	margin: 0px;
}


.se-ul {
	line-height: 1.2em;
	list-style-type: disc;
	margin: 0 0 1.625em 2.5em!important;
}

.secondary-ul {
	list-style: none;
	line-height: 1.2em!important;
	margin-left: 15px!important;
	margin-bottom: 20px;
}

.secondary-ul li {
	line-height: 1.8em;
}



.se-ul li {
	line-height: 1.5em;
	
}

.smb-title p {
	text-align: left;
	font-size: .8em;
	color: #6d6f72;
}

a.collapse-btn {
	background: url(../img/collapse-btn.png) no-repeat;
	width: 41px;
	height: 41px;
	display: block;
	float: right;
	text-indent: -1500px;
}

a.expand-btn {
	background: url(../img/expand-btn.png) no-repeat;
	width: 41px;
	height: 41px;
	display: block;
	float: right;
	text-indent: -1500px;
}


.no-top-pad {
	padding-top: 0!important;
}

.image-gallery {
	float: right;
	/* border: 1px solid #afb0b4; */
	margin-left: 25px;
}

.inline-img {
	float: right;
	border: 1px solid #afb0b4;
	margin-left: 25px;
	width: 318px;
	height: 253px;
}

.embed-container {
	width: 100%;
	margin: 0px auto;
	margin-bottom: 25px;
	position: relative;
}
		
video {
	 max-width: 100%;
	 height: auto;
}

#hm-search {
    background: url("../img/se-search-bg.png") no-repeat scroll 0 0 transparent;
    height: 52px;
    width: 300px;
    z-index: 100;
    float: right;
    position: relative;
   margin: 6px 17px 0 0;
}

#browse-a-z-hm a {
    color: #093d69;
    font-family: Arial,helvetica,Sans-Serif;
    font-size: 10px;
    position: absolute;
    top: 18px;
    right: 70px;
	width:65px;
	
}


#ADAMSearchBox {
    border: medium none;
    margin-bottom: 0 !important;
    margin-left: 18px;
    margin-right: 0;
    margin-top: 14px;
    color: #6f3f00;
    padding-top: 2px;
    height: 27px;
}

#searchbtn input
{
    width: 300px;
	height: 53px;
	background: url(../img/se-search-btn.png) no-repeat;
	float: left;
	border: 0px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #454546;
    padding-top :3px;
}
#browse-a-z {
	position: absolute;
	top: 23px;
	left: 402px;
	font-size: 10px;
	color: #6f7f35;
	background: url(../img/browse-a-z-bg.png) no-repeat 60px 7px;
	padding-right: 20px;
}

#browse-a-z-hm {
	/*position: relative;*/
	top: 19px;
	left: 164px;
	font-size: 10px;
	color: #6f7f35;
	background: url(../img/a-z-arrow.png) no-repeat 60px 7px;
	padding-right: 20px;
}

#browse-a-z a {
	color: #6f7f35;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 10px;
}

#browse-a-z-hm a {
	color: #6f7f35;
}

#browse-a-z-nav {
	width: 375px;
	height: 40px;
	background: url(../img/browse-a-z-bg.png) no-repeat;
	float: left;
	position: absolute;
	top: 40px;
	right: 6px;
	display: none;
	z-index: 503;
}

#browse-a-z-nav ul {
	float: left;
	list-style: none;
	padding: 7px 0 0 16px;
}

#browse-a-z-nav ul li {
	float: left;
	margin-right: 3px;
	
}

#browse-a-z-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6f7e35;
	text-decoration: none;
}

.placeholder {
	color:#6f3f00;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size:18px;*/
}

:-moz-placeholder {
	color: #6f3f00;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
}

::-webkit-input-placeholder {
	color:#6f3f00;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

ul#smart-media-nav li a.highlight {
	background: #6f3f00!important;
	color: #fff!important;
}

.popup {
    background: url("../img/enhanced-link-bg.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    box-shadow: 0 0 10px #BDBDBD;
    display: none;
    left: 100px;
    position: absolute;
    width: 300px;
    z-index: 500;
}

.bubbleInfo {
    clear: left;
    float: left;
    position: relative;
    width: 100%;
}

.popup h1 {
    color: #FFFFFF;
    float: left;
    font-family: Arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 4px 0 0 8px;
}

.popup p {
   
    color: #81868A;
    float: left;
    font-family: Arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin: 10px 0 0 8px;
    width: 200px;
    clear: left;
}

.popup img {
    
    float: right;
    margin: 15px 8px 0;
}

.thumb-caption {
    clear: right;
    color: #6f3f00;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-right: 23px;
}

.pad-me-clear-me {
    clear: both;
    margin-bottom: 10px;
}

.popup a.readmore {
    color: #093d69;
    display: block;
    float: left;
    font-family: Arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    margin: 0 0 0 8px;
}

.popup a.bookmark-it {
    color: #093d69;
    display: block;
    float: left;
    font-family: Arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    margin: 0 0 0 8px;
}




/* =Structure
----------------------------------------------- */

body {
	padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background-repeat: repeat-x !important;
    background-image: inherit !important;
}

#ADAMpage {
	margin: 0 auto;
}


#content {
	margin-top: -18px;
}

#light-box-1 {
 	background: #000;
 	width: 100%;
 	/*height: 3800px;*/
 	position: fixed;
 	top: 0px;
 	left: 0px;
 	bottom: 0px;
 	z-index: 500;
 	opacity: 0.5;
 	-moz-opacity: 0.5;
 	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'";
 	display: none;
}

#img-1-large {
	background: none repeat scroll 0 0 #FFFFFF;  
    text-align: center;
    display: none;
    z-index: 600;
}

#img-2-large {
	/* background: #fff url(../img/img-2-lrg.png) 50% 50% no-repeat;*/
	width: 420px;
	height: 320px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 30%;*/
	display: none;
	/* padding: 10px; */
	border: 1px solid #000;
	text-align: center;
	background: #fff;
}

#img-3-large {
	/* background: #fff url(../img/img-2-lrg.png) 50% 50% no-repeat;*/
	width: 420px;
	height: 320px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 30%;*/
	display: none;
	/* padding: 10px; */
	border: 1px solid #000;
	text-align: center;
	background: #fff;
}

#img-4-large {
	/* background: #fff url(../img/img-4-lrg.png) 50% 50% no-repeat; */
	width: 420px;
	height: 320px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 30%;*/
	display: none;
	/* padding: 10px; */
	border: 1px solid #000;
	text-align: center;
	background: #fff;
}

#pres-1-large {
	background: none repeat scroll 0 0 #FFFFFF;  
    text-align: center;
    display: none;
    z-index: 600;   
    max-width: 420px;	
	left:0px;
}

#video-1 {
	/*width: 640px;
	height: 361px;*/
	z-index: 600;
	position: absolute;
	top: 66px;
	left: 50%;
	display: none;
	border: 1px solid #000;
	text-align: center;
	margin-left: -320px;		
}

#video-2 {
	width: 640px;
	height: 361px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 25%;*/
	display: none;
	border: 1px solid #000;
	text-align: center;
}

#video-3 {
	width: 640px;
	height: 361px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 25%;*/
	display: none;
	border: 1px solid #000;
	text-align: center;
}

#video-4 {
	width: 640px;
	height: 361px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 25%;*/
	display: none;
	border: 1px solid #000;
	text-align: center;
}

#video-5 {
	width: 640px;
	height: 361px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 25%;*/
	display: none;
	border: 1px solid #000;
	text-align: center;
}

#video-6 {
	width: 640px;
	height: 361px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 25%;*/
	display: none;
	border: 1px solid #000;
	text-align: center;
}

#video-7 {
	width: 640px;
	height: 361px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 25%;*/
	display: none;
	border: 1px solid #000;
	text-align: center;
}


/* Heart Palpitations light-box images */

#hp-img-2-large {
	/* background: #fff url(../img/heart-sounds-lrg.png) 50% 50% no-repeat; */
	width: 420px;
	height: 320px;
	z-index: 600;
	/* position: absolute;
	top: 66px;
	left: 30%; */
	display: none;
	/* padding: 10px; */
	border: 1px solid #000;
	text-align: center;
	background: #fff;
}


.reference-toggle {
    background: url("../img/references-toggle.png") no-repeat scroll 0 0 transparent;
 /*   float: left;*/
    height: 47px;
    margin-bottom: 25px;
    text-indent: -5000px;
    width: 160px;
}

.reference-toggle.close {
	background: url(../img/references-close.png) no-repeat;
}

.reference-toggle a {
	display: block;
	float: left;
	width: 160px;
	height: 47px;
	text-indent: -5000px;
	
}

.references-panel {
    display: none;
    float: left;
    overflow: hidden;
}

.show {
    display: block;
}

.se-footer {
    background: url("../img/footer-bg.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 49px;
    margin-bottom: 25px;
    width: 100%;
}

#review-info {
    color: #464646;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin-bottom: 50px;
   /*  padding: 25px; */
}

#review-info-header {
    background: url("../img/plus-toggle.png") no-repeat scroll 125px 0 transparent;
    color: #000000;
    height: 25px;
    width: 143px;
}

p.review-info {
	color: #464646;
   /* float: left;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin-bottom: 10px;
    cursor:pointer;
}

#primary-search {
	clear: both;
	float: left;
	margin-right: 0;
	width: 100%;
	background: #fff;
}







/* =Responsive Structure
----------------------------------------------- */


/* #Media Queries
================================================== */
		
	
	/* Larger than standard 960 (devices and browsers) */
	@media only screen and (min-width: 960px) {
		#secondary {
    	width: 31.25%;
    	float: right;
    	background: #dadada;
		}
		
		#ADAMprimary {
    		clear: both;
    		float: left;
    		margin-right: 0;
    		width: 68.75%;
    		background: #fff;
		}
		
		.secondary-inner {
			width: auto;
			margin-left: 10px;
			background: #fff;
			padding: 15px 10px 0px 0;
			/*margin-bottom: 10px;*/
			overflow: auto;
		}
		
		.secondary-inner-2 {
			width: auto;
			margin-left: 10px;
			padding: 0px;
			margin-bottom: 10px;
			overflow: auto;
		}
		
		.smb-title {
		   /*  float: left; */
		    margin-left: 5px;
		}
		
		#cam-u-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-u-right-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-right-col {
			width: 50%;
			float: left;
		}

		#micro-center-content {
	    clear: both;
	    float: left;
	    margin-top: 25px;
	}
	
	.content-module-header {
	    background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
	    float: right;
	    height: 31px;
	    width: 250px;
	}
	
	.content-module-links {
	    border-bottom: 1px solid #CACACA;
	    border-left: 1px solid #CACACA;
	    border-right: 1px solid #CACACA;
	    float: left;
	    width: 250px;
	    padding-right: 10px;
	}
	
	.pad-top {
	    margin-bottom: 10px;
	    margin-top: 0;
	}
	
	.content-module {
	    float: left;
	    margin-left: 10px;
	    width: 250px;
	}
	
	.no-lft-marg {
		margin-left: 0px;
	}
	
	.content-module-links ul li a {
	    color: #797E83;
	    font-family: arial,helvetica,sans-serif;
	    font-size: 14px;
	    line-height: 20px;
	    text-align: left;
	    text-decoration: none;
	}
	.content-module-links ul li a:hover {
	    color: #3EA5DC;
	}
	
	.content-module-header h3 {
	    color: #FFFFFF;
	    float: left;
	    line-height: 31px;
	    padding-left: 10px;
	    font-size: 16px;
	    font-weight: normal;
	    font-family: arial, helvetica, sans-serif;
	    margin: 0px;
	}
	
	.content-module-links ul {
	    float: left;
	    list-style: none outside none;
	    margin-bottom: 10px;
	    margin-top: 10px;
	    padding-left: 10px;
	    margin: 0px;
	}


	}
	
	
	/* Smaller than 1085 */
	@media only screen and (max-width: 1095px) {
		.smb-title {
		    /* float: left; */
		    margin-left: 5px;
		    clear: left;
		}
		
		#cam-u-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-u-right-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-right-col {
			width: 50%;
			float: left;
		}

		#micro-center-content {
    clear: both;
    float: left;
    margin-top: 25px;
}

.content-module-header {
    background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
    float: right;
    height: 31px;
    width: 250px;
}

.content-module-links {
    border-bottom: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    float: left;
    width: 250px;
    padding-right: 10px;
}

.pad-top {
    margin-bottom: 10px;
    margin-top: 0;
}

.content-module {
    float: left;
    margin-left: 10px;
    width: 250px;
}

.no-lft-marg {
	margin-left: 0px;
}

.content-module-links ul li a {
    color: #797E83;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
}
.content-module-links ul li a:hover {
    color: #3EA5DC;
}

.content-module-header h3 {
    color: #FFFFFF;
    float: left;
    line-height: 31px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;
    margin: 0px;
}

.content-module-links ul {
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    margin: 0px;
}
	}	


	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		#secondary {
    	width: 31.25%;
    	float: right;
		}
		
		#ADAMprimary {
    		clear: both;
    		float: left;
    		margin-right: 0;
    		padding-right: 3px;
    		width: 68.75%;
    		background: #fff;
		}
		
		.secondary-inner {
			width: auto;
			margin-left: 0px;
			background: #fff;
			padding: 15px 10px 0px 0;
			margin-bottom: 10px;
			overflow: auto;
		}
		
		.secondary-inner-2 {
			width: auto;
			margin-left: 10px;
			padding: 0px;
			margin-bottom: 10px;
			overflow: auto;
		}
		
		#cam-u-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-u-right-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-right-col {
			width: 50%;
			float: left;
		}

		#micro-center-content {
    clear: both;
    float: left;
    margin-top: 25px;
}

.content-module-header {
    background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
    float: right;
    height: 31px;
    width: 250px;
}

.content-module-links {
    border-bottom: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    float: left;
    width: 250px;
    padding-right: 10px;
}

.pad-top {
    margin-bottom: 10px;
    margin-top: 0;
}

.content-module {
    float: left;
    margin-left: 10px;
    width: 250px;
}

.no-lft-marg {
	margin-left: 0px;
}

.content-module-links ul li a {
    color: #797E83;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
}
.content-module-links ul li a:hover {
    color: #3EA5DC;
}

.content-module-header h3 {
    color: #FFFFFF;
    float: left;
    line-height: 31px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;
    margin: 0px;
}

.content-module-links ul {
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    margin: 0px;
}
		
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		#ADAMprimary {
    		clear: both;
    		float: left;
    		margin-right: 0;
    		padding-right: 3px;
    		width: 100%;
    		background: #fff;
		}
		
		#secondary {
    	width: 100%;
    	float: right;
		}
		
		.secondary-inner {
			width: auto;
			margin-left: 0px;
			background: #fff;
			padding: 15px 10px 0px 0;
			margin-bottom: 10px;
			overflow: auto;
		}
		
		.secondary-inner-2 {
			width: auto;
			margin-left: 0px;
			padding: 0px;
			margin-bottom: 10px;
			overflow: auto;
		}
		
		#cam-u-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-u-right-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-right-col {
			width: 50%;
			float: left;
		}

		#micro-center-content {
    clear: both;
    float: left;
    margin-top: 25px;
}

.content-module-header {
    background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
    float: right;
    height: 31px;
    width: 250px;
}

.content-module-links {
    border-bottom: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    float: left;
    width: 238px;
    padding-right: 10px;
}

.pad-top {
    margin-bottom: 10px;
    margin-top: 0;
}

.content-module {
    float: left;
    margin-left: 10px;
    width: 250px;
}

.no-lft-marg {
	margin-left: 0px;
}

.content-module-links ul li a {
    color: #797E83;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
}
.content-module-links ul li a:hover {
    color: #3EA5DC;
}

.content-module-header h3 {
    color: #FFFFFF;
    float: left;
    line-height: 31px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;
    margin: 0px;
}

.content-module-links ul {
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    margin: 0px;
}
	
	}
	
	

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#secondary {
    	width: 100%;
    	float: right;
		}
		
		#ADAMprimary {
    		border-right: none;
    		clear: both;
    		float: left;
    		margin-right: 0;
    		padding-right: 3px;
    		width: 100%;
    		background: #fff;
		}
		
		.secondary-inner {
			width: auto;
			margin-left: 0px;
			background: #fff;
			padding: 15px 10px 0px 0;
			margin-bottom: 10px;
			overflow: auto;
		}
		
		.secondary-inner-2 {
			width: auto;
			margin-left: 0px;
			padding: 0px;
			margin-bottom: 10px;
			overflow: auto;
		}
		
		#cam-u-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-u-right-col {
			width: 50%;
			float: left;
			
		}
		
		#cam-l-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-right-col {
			width: 50%;
			float: left;
		}

		#micro-center-content {
    clear: both;
    float: left;
    margin-top: 25px;
}

.content-module-header {
    background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
    float: right;
    height: 31px;
    width: 250px;
}

.content-module-links {
    border-bottom: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    float: left;
    width: 250px;
    padding-right: 10px;
}

.pad-top {
    margin-bottom: 10px;
    margin-top: 0;
}

.content-module {
    float: left;
    margin-left: 10px;
    width: 250px;
}

.no-lft-marg {
	margin-left: 0px;
}

.content-module-links ul li a {
    color: #797E83;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
}
.content-module-links ul li a:hover {
    color: #3EA5DC;
}

.content-module-header h3 {
    color: #FFFFFF;
    float: left;
    line-height: 31px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;
    margin: 0px;
}

.content-module-links ul {
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    margin: 0px;
}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) 
	{
	    
	    
	    #browse-a-z-nav {
	width: 305px;
	height: 40px;
	background: url(../img/browse-a-z-bg.png) no-repeat;
	background-size:305px;
	float: left;
	position: absolute;
	top: 40px;
	right: 6px;
	display: none;
	z-index: 503;
    }
        #browse-a-z-nav ul
		{
		    margin-top:-3px !important;
		}
        #browse-a-z-nav ul li 
        {
            margin-right : 2px;
        }
        #browse-a-z-nav ul li a 
        {
            font-size : 12px !important;
        }
		#cam-u-left-col {
			width: 100%;
			float: left;
		}
		
		#cam-u-right-col {
			width: 100%;
			float: left;
			clear: left;
			
		}
	
		#cam-l-left-col {
			width: 100%;
			float: left;
		}
		
		#cam-l-right-col {
			width: 100%;
			float: left;
			clear: left;
		}

		#micro-center-content {
    clear: both;
    float: left;
    margin-top: 25px;
}

.content-module-header {
    background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
    float: right;
    height: 31px;
    width: 250px;
}

.content-module-links {
    border-bottom: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    float: left;
    width: 250px;
    padding-right: 10px;
}

.pad-top {
    margin-bottom: 10px;
    margin-top: 0;
}

.content-module {
    float: left;
    margin-left: 10px;
    width: 250px;
}

.no-lft-marg {
	margin-left: 0px;
}

.content-module-links ul li a {
    color: #797E83;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
}
.content-module-links ul li a:hover {
    color: #3EA5DC;
}

.content-module-header h3 {
    color: #FFFFFF;
    float: left;
    line-height: 31px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;
    margin: 0px;
}

.content-module-links ul {
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    margin: 0px;
}
		
		.content-module {
			float: left;
			width: 100%;
			margin-left: 0px;
		}
		
		.content-module-header {
    		background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
    		float: right;
    		height: 31px;
    		width: 100%;
		}
		
		.content-module-links {
    		border-bottom: 1px solid #CACACA;
    		border-left: 1px solid #CACACA;
    		border-right: 1px solid #CACACA;
    		float: left;
    		padding-right: 10px;
    		width: 97%;
		}
	
	}
	
	

	

 


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x =================================================== */
}



/* =960 Browser Default Styles
----------------------------------------------- */

#branding {
    background: url("../img/se-banner-bg.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 70px;
    width: 100%;
	position:relative;}

/*#branding h1 {
	text-indent: -3000px;
}*/

#header-inner {
	height: 100%;
}

#head-inner {
    margin: 0 5%;
    min-height: 70px;
    position: relative;
    width: 90%;
}

.se-logo {
	display: block;
    /*background: none repeat scroll 0 0 #000000;*/
    height: 68px;
    left: 0;
    overflow: visible;
    position: absolute;
    padding-left: 9px;
    /*top: 3px;*/
}

h1#site-title {
    height: 68px;
    margin-left: 8px;
    position: absolute;
    /*top: 0;*/
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

/*#main {
    padding: 10px;
    clear: both;
    margin-top: 0px;
    overflow: auto;
    background: #f3f4f6;
}*/
#ADAMmain {
    padding: 10px;
    clear: both;
    margin-top: 0px;
    /*overflow: auto;*/
    background: #f3f4f6;
    float:left;
    width:100% !important;
}
#mainVisualContent {
    padding: 10px;
    clear: both;
    margin-top: 0px;
    overflow: auto;
    background: #f3f4f6;
}

#mainNews {
    padding: 10px;
    clear: both;
    margin-top: 0px;
    overflow: auto;
    background: #f3f4f6;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

#ADAMprimary .inner {
   
    padding: 2%;
}

#ADAMprimary .inner {
    padding-bottom: 40px;
}


#primary-search .inner 
{
    padding-top:2%;
    padding-left:2%;
    padding-right:2%;
   /*padding: 2%;*/
}

#primary-search .inner {
    /*padding-bottom: 40px;*/
}


.se-article {
	float: left;
}

#content {
	width: auto;
	position: relative;
	margin: 0px;
	
}

#secondary {
	background: #F3F4F6;
	
}



span#alt-names {
	color:#747474;
	font-size: .8em;
	display: block; /*Added UT*/
	margin-bottom: 25px; /*Added UT*/
}

ul#smart-media-nav {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

ul#smart-media-nav li {
	display: inline;
	float: left;
	width: 22.7%;
	height: 44px;
	margin-right: 3%;
	background: #fff;
	line-height: 44px;
	text-align: center;
}

ul#smart-media-nav li a {
	text-decoration: none;
}

a#all-btn {
	display: block;
	width: auto;
	height: 44px;
	background: #fff;
	color: #6f3f00;
	font-weight: bold;
	
}

a#all-btn:hover {
	color: #fff !important; /*HS ! Important*/
	background: #6f3f00;
}

a#video-btn {
	display: block;
	width: auto;
	height: 44px;
	background: #fff;
	color: #6f3f00;
	font-weight: bold;
}

a#video-btn:hover {
	color: #fff !important; /*HS ! Important*/
	background: #6f3f00;
}

a#img-btn {
	display: block;
	width: auto;
	height: 44px;
	background: #fff;
	color: #6f3f00;
	font-weight: bold;
}

a#img-btn:hover {
	color: #fff !important; /*HS ! Important*/
	background: #6f3f00;
}

a#tog-btn {
	display: block;
	width: auto;
	height: 44px;
	background: #fff;
	color: #6f3f00;
	font-weight: bold;
	background: url(../img/tog-btn.png) no-repeat 50% 50%;
	text-indent: -2500px;
}

/* .active {
	color: #fff;
	background: #6f3f00 url(../img/tog-btn-wt.png) no-repeat 50% 50%!important;
} */

.tab-active {
	color: #fff;
	background: #6f3f00 url(../img/tog-btn-wt.png) no-repeat 50% 50%!important;
}

a#tog-btn:hover {
	color: #fff;
	background: #6f3f00 url(../img/tog-btn-wt.png) no-repeat 50% 50%;
}

ul.smb-all {
	margin: 0 0 0 10px;
	list-style: none;
	float: left;
}

ul.smb-all li {
	margin-bottom: 10px;
	float: left;
	clear: both;
	margin-left:10px;
	list-style:none !important;
	
}

/*
.smb-th {
	background: url(../img/tnail-bg.png) no-repeat;
	width: 113px;
	height: 78px;
	float: left;
}
*/



#example_video_1 {
	max-width: 640px;
	max-height: 360px;
}

.smb-th {
			background: url(../img/smb-tnail.png) no-repeat;
			width: 141px;
			height: 116px;
			float: left;
position:relative;
			
		}

		/*.smb-title {
		    float: left;
		    margin-left: 5px;
		} */
		
		.smb-asset {
			margin: 0px 0 0 0px;
			border: 1px solid #000;
		}
		
		
				
		.video-th {
			display: block;
			width: 125px;
			height: 100px;
			margin: 7px 0 0 7px;
		}
		
	.video-overlay {
			background: url(../img/movie-th-off.png) no-repeat;
			width: 141px;
			height: 116px;
			z-index: 50px;
			position: absolute;
			top: 0;
			left: 0px;
			z-index: 50;
			
		}
		
		.scrub-bar-overlay {
		
		}
		
		.image-overlay {
			
			width: 141px;
			height: 116px;
			z-index: 50px;
			position: absolute;
			top: 0;
			left: 0px;
			z-index: 50;
			
		}
		
		.pres-overlay {
			
			width: 141px;
			height: 116px;
			z-index: 50px;
			position: absolute;
			top: 0;
			left: 0px;
			z-index: 50;
			
		}
		

		
		/* These are needed for setting relative context and positioning the video overlay */
		
		#th-1 {
			position: relative;
		}
		
		#th-2 {
			position: relative;
		}
		
		#th-3 {
			position: relative;
		}
		
		#th-4 {
			position: relative;
		}
		
		#th-5 {
			position: relative;
		}
		
		#th-6 {
			position: relative;
		}
		
		#th-7 {
			position: relative;
		}
		
		#th-8 {
			position: relative;
		}
		
		#th-9 {
			position: relative;
		}
		
		#th-10 {
			position: relative;
		}
		
		#th-11 {
			position: relative;
		}
		
		#th-12 {
			position: relative;
		}
		
		#th-13 {
			position: relative;
		}
		
		#th-14 {
			position: relative;
		}
		
		#th-15 {
			position: relative;
		}
		
		#th-16 {
			position: relative;
		}
		
		#th-17 {
			position: relative;
		}
		
		#th-18 {
			position: relative;
		}
		
		#th-19 {
			position: relative;
		}
		
		#th-20 {
			position: relative;
		}
		
		#th-21 {
			position: relative;
		}
		
		#th-22 {
			position: relative;
		}
		
		#th-23 {
			position: relative;
		}
		
		#th-24 {
			position: relative;
		}
		
		#th-25 {
			position: relative;
		}
		
		#th-26 {
			position: relative;
		}
		
		#th-27 {
			position: relative;
		}
		/*
		.light-box-center {
		   position: absolute;		   
		   left: 50%;		   
		   top:130px;
		   margin-left: -320px;		   
	        z-index: 600;	
	        display: none;
	        border: 1px solid #000;
	        text-align: center;
		}*/
		.light-box-center 
		{
		    position: absolute;
		   /*width: 640px;*/
		   left: 50%;
		   /*top: 50%; */
		   top:130px;
		   margin-left: -320px;
		   /*margin-top: -215px;		    	   
	        height: 361px;*/
	        z-index: 600;	
	        display: none;
	        border: 1px solid #000;
	        text-align: center;
		}	
		
		.image-box-center {	  
		   position: absolute;
		}
		.illustration-cls-btn {
			background: url(../img/button_lightbox_close.png) no-repeat;
			width:38px;
			height: 38px;
			position: absolute;
			top: -19px;
			right: -19px;		
			z-index: 60;
			text-decoration:none !important;
		}
		
		.search-results-image {
			max-width: 400px;
			margin: 0 auto;
			clear: both;			
			margin:15px;
			color:White;
		}
		
		.search-image {
			width: 100%;
			height: auto;
		}
		
		.search-image-subtitle-bar {
			background: #eee;
			width: 100%;			
			border-top: 1px solid #000;
			/*margin-left: -1px;*/
			overflow:hidden;
			margin-top:7px;
			
		}
		
		.video-subtitle-bar {
			background: #eee;
			width: 100%;
			height: 70px;
			border-top: 1px solid #000;			
			display:table;
			margin-top:14px;
		}
		
		.image-subtitle-bar {
			background: #eee;
			width: 100%;
			height: 70px;
			margin-top: -8px;
		}
		
		.video-sub-title {
			float: left;
			color: #464748;
    		font-weight: bold;
    		text-align: left;
			margin: 10px 0 0 15px;
		}
		
		.video-sub-p {
			float: left;
			clear:left;
			color: #464748;
    		font-weight: normal;
    		text-align: left;
			margin: 0 0 0 15px;
		}
		
		.video-cls-btn {
			background: url(../img/button_lightbox_close.png) no-repeat;
			width:38px;
			height: 38px;
			position: absolute;
			top: -34px;
			right: -34px;
			z-index: 60;
		}		
		
		.video-lightbox {
			position: relative;
			margin:15px;
		}
		
		
		
		.video-overlay:hover {
			background: url(../img/movie-th-on.png) no-repeat;
			width: 141px;
			height: 116px;
			z-index: 50px;
			position: absolute;			
			top: 0;
			left: 0px;
			z-index: 50;
			
		}
		
		
		.image-overlay:hover {
			background: url(../img/image-th-on.png) no-repeat;
			width: 141px;
			height: 116px;
			z-index: 50px;
			position: absolute;
			top: 0;
			left: 0px;
			z-index: 50;
			
		}
		
		.pres-overlay:hover {
			background: url(../img/pres-th-on.png) no-repeat;
			width: 141px;
			height: 116px;
			z-index: 50px;
			position: absolute;
			top: 0;
			left: 0px;
			z-index: 50;
			
		}
		
	 	ul#search-nav {
		   list-style: none;
		   max-width: 302px;
		   margin: 0px;
		   /*padding: 0px 0px 9px 0px;
		   background: #F3F4F6;*/
		   height: 45px;
		   
		}
		
		ul#search-nav li {
			display: inline;
			float: left;
			width: 91px;
			/* height: 44px; */
			/*margin-right: 3%;*/
			background: #F3F4F6;
			padding: 9px 9px 9px 0;
			line-height: 44px;
			text-align: center;
		}

		ul#search-nav li a {
			text-decoration: none;
		}
		
		.se-search-results {
			margin: 0;
			list-style: none;
		}

		.se-search-results li.odd {
			clear: both;
			background: #F7F3E7;
			padding: 2px 8px 2px 8px;
			/*height: 28px;*/
			line-height: 28px;
			overflow:hidden;
		}

		.se-search-results li.even {
			clear: both;
			padding: 2px 8px 2px 8px;
			height: 28px;
			line-height: 28px;
		}
		
		ul#search-nav li a.highlight {
			background: #6f3f00!important;
			color: #fff!important;
		}
		
		.se-article-type {
			float: right;
			line-height: 28px;
			height: 28px;
			display: block;
		}
		
		ul#search-nav li a.highlight {
    		background: none repeat scroll 0 0 #6f3f00 !important;
    		color: #FFFFFF !important;
		}
		
		.se-search-pagination {
			float: right;
			/*width: 75px;*/
			height: 46px;
			line-height: 46px;
		}


		
		/* pasted from global */
		
		
		
		/* CAM */
		#cam-upper-nav {
			width: 100%;
		}
		
		
		
		#cam-lower-nav {
			width: 100%;
		}
		
		

		
		



















/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

#micro-center-content {
	    clear: both;
	    float: left;
	    margin-top: 25px;
	}
	
	.content-module-header {
	    background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
	    float: right;
	    height: 31px;
	    width: 250px;
	}
	
	.content-module-links {
	    border-bottom: 1px solid #CACACA;
	    border-left: 1px solid #CACACA;
	    border-right: 1px solid #CACACA;
	    float: left;
	    width: 250px;
	    padding-right: 10px;
	}
	
	.pad-top {
	    margin-bottom: 10px;
	    margin-top: 0;
	}
	
	.content-module {
	    float: left;
	    margin-left: 10px;
	    width: 250px;
	}
	
	.no-lft-marg {
		margin-left: 0px;
	}
	
	.content-module-links ul li a {
	    color: #797E83;
	    font-family: arial,helvetica,sans-serif;
	    font-size: 14px;
	    line-height: 20px;
	    text-align: left;
	    text-decoration: none;
	}
	.content-module-links ul li a:hover {
	    color: #3EA5DC;
	}
	
	.content-module-header h3 {
	    color: #FFFFFF;
	    float: left;
	    line-height: 31px;
	    padding-left: 10px;
	    font-size: 16px;
	    font-weight: normal;
	    font-family: arial, helvetica, sans-serif;
	    margin: 0px;
	}
	
	.content-module-links ul {
	    float: left;
	    list-style: none outside none;
	    margin-bottom: 10px;
	    margin-top: 10px;
	    padding-left: 10px;
	    margin: 0px;
	}

    .ADAMDisclaimer img
    {
        margin-right:4px;
    }
	
	.main-navigation a{
line-height:24px;
color:#093d69 !important;
}
.email_image {
    float: right;
	}
	.signup{
	top:7px;
	color:#093d69 !important;
	}
	
	#sub {
    color: #6f3f00 !important;
    cursor: default;
    text-decoration: none;
}
#header a{
text-decoration:underline !important;
}
.tabs li a{color:#6f3f00 !important;}

@media only screen and (max-width: 960px){
.secondary-inner-2{
margin-top:10px;}
}
.sub-five {
    z-index: 1;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.site-footer ul li a
{
    line-height: 4px;
}
}
.selected {background: #c0c0c0;}		

.se-search-results li:nth-child(2n+1) {
    background: #ffffff none repeat scroll 0 0 !important;
}
.se-search-results li {
    background: #f7f3e7 none repeat scroll 0 0 !important;
}
/*To hide cross button in IE10*/
 input[type=text]::-ms-clear {
 display: none;
 }
  #browse-a-z-hm  a:hover{
 outline:0;
 border:0;
 }
 .col-md-9 ul {
    padding-left: 20px;
}
.site-info.col-md-8{
padding-left:0px;
}
.ADAMURAC img {
    max-width: inherit;
}
/*To hide cross button in IE10*/
 input[type=text]::-ms-clear {
 display: none;
 }
@media only screen and (max-width: 960px){
.secondary-inner-2{
margin-top:10px;}
}
#site-title  img {
    padding-left: 1px;
}
.fb img {
    margin-right: -1px;
    padding-top: 2px;
}
.social_icons{left:-1px;}
.tw img {
    margin-left: 2px;
    margin-right: 4px;
    padding-top: 2px;
}
/* Added for IE8        */
/*#secondary {
    	width: 31.25%;
    	float: right;
    	background: #dadada;
		}
		
		#browse-a-z-nav {
			width: 375px;
			height: 40px;
			background: url(../img/browse-a-z-bg.png) no-repeat;
			float: left;
			position: absolute;
			top: 41px;
			right: 6px;
			display: none;
			z-index: 503;
		}
		
		#primary {
    		clear: both;
    		float: left;
    		margin-right: 0;
    		width: 68.75%;
    		background: #fff;
		}
		
		.secondary-inner {
			width: auto;
			margin-left: 10px;
			background: #fff;
			padding: 15px 10px 0px 0;
			margin-bottom: 10px;
			overflow: auto;
		}
		
		.secondary-inner-2 {
			width: auto;
			margin-left: 10px;
			padding: 0px;
			margin-bottom: 10px;
			overflow: auto;
		}
		
		.smb-title {
		    float: left;
		    margin-left: 5px;
		}
		
		#cam-u-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-u-right-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-right-col {
			width: 50%;
			float: left;
		}
*/