/* Global Stylesheet */
/* DuroMedia */
/* Developed By: Adam Duro */

/* Revised By: Ben Freda, Ben Freda Consulting */

/* --------------------------------------- */
/* --( Global Styles )-- */
/* --------------------------------------- */

html { 
	background: url('../_img/html_bg.jpg') repeat 0px 0px;
}

body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 10px;
    background: url('../_img/page_bg.gif') repeat-x top center;
}

a:link, a:active, a:visited {
	color: #9e100f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* self clearing rules */
.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.selfclear { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
.selfclear { display: block; }
/* End hide from IE-mac */

.nodisp {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* --------------------------------------- */
/* --( Main Container )-- */
/* --------------------------------------- */

#main_container {
    width: 980px;
    margin: 0 auto;
}

/* --------------------------------------- */
/* --( Header )-- */
/* --------------------------------------- */

#header {
    height: 50px;
    background: url('../_img/header_light.jpg') no-repeat top left;
}
#header_cta {
    width: 249px;
    float: right;
    background: #476d9a;
    margin-top: 19px;
}
#header_cta span {
    display: block;
}
#header_cta span.b1 {
    background: url('../_img/header_cta_arrow.gif') no-repeat left;
    padding-left: 14px;
}
#header_cta span.b2 {
    background: url('../_img/header_cta_top.gif') no-repeat top right;
}
#header_cta span.b3 {
    background: url('../_img/header_cta_bottom.gif') no-repeat bottom right;
}
#header_cta h3 {
    padding: 11px 0;
    color: #bee9ff;
    font-weight: normal;
    font-size: 1.4em;
    padding-left: 20px;
    display: block;
    height: 48px;
}
#header_cta h3 span {
    color: #fff;
}

/* --------------------------------------- */
/* --( Navigation )-- */
/* --------------------------------------- */

#nav { height: 50px; }

#nav ul li {
    display: inline;
}
#nav ul li.parent {
    position: relative;
    display: block;
    float: left;
}
#nav ul li a {
    display: block;
    float: left;
    font-size: 1.7em;
    text-transform: uppercase;
    padding: 12px 20px 8px 20px;
    color: #F7F7F7;
}
#nav ul li a:hover {
    color: #efd542;
    text-decoration: none;
}
#nav ul li ul {
    visibility: hidden; /* Comment This Out to view what dropdown will look like */
    display: block;
    position: absolute;
    top: 42px;
    left: 0;
    width: 200px;
}
#nav ul li ul li a {
    float: none;
    background: transparent url('../_img/50_trans_white.png');
    margin-bottom: 1px;
    padding-left: 15px;
    font-size: 1.1em;
}

/* --------------------------------------- */
/* --( Leaderboard )-- */
/* --------------------------------------- */

#leaderboard {
    height: 284px;
    background: url('../_img/leaderboard_bg.jpg') no-repeat 0px 0px;
    padding-left: 53px;
    padding-top: 30px;
    line-height: 1.9em;
}
#leaderboard h1 {
    float: left;
}
#leaderboard h1 a {
    display: block;
    height: 278px;
    width: 378px;
    background: url('../_img/header_logo2.png') no-repeat;
    text-indent: -3000px;
}
#leaderboard h3 {
    color: #1e3c6f;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.5em;
}
#leaderboard p {
    color: #fff;
    font-size: 1.4em;
}
#leaderboard p span {
    background: #6ea5c7;
    padding: 4px 2px 3px;
}

/* --------------------------------------- */
/* --( Content )-- */
/* --------------------------------------- */

#content_container {
    background: url('../_img/content_bg.gif') repeat-y;
}
#content_container span {
    display: block;
}
#content_container span.b1 {
    background: url('../_img/content_head.gif') no-repeat top;
}
#content_container span.b2 {
    background: url('../_img/content_foot.gif') no-repeat bottom;
    padding: 24px 26px;
}
#content {
    width: 632px;
    float: left;
}

#content h2 {
    font-size: 2.25em;
    margin: 0 0 15px 0;
    font-weight: normal;
    color: #1e3c6f;
    font-style: italic;
    
}
#content h3 {
	font-size:1.4em;
	margin: 0 0 15px 0;
	font-weight:normal;
	font-style: italic;
	color:#1e3c6f;
}
#content h3.locations {
	font-size:1.2em;
	margin: 0 0 15px 0;
	font-weight:normal;
	color:#1e3c6f;
}

#content p {
	margin: 15px 15px;
    font-size: 1.7em;
    line-height: 1.4em;
}
#content span.sep {
    display: block;
    height: 28px;
    margin: 15px 0;
    background: url('../_img/paragraph_seperator.gif') no-repeat center;
}
#content dl.clip {
	float: left;
	width: 300px;
	margin-right: 16px;
	font-size: .859em;
}

#content table.press tr td {
	padding:10px 0 10px 0;
}
#content-reviews {
    width: 940px;
    float: left;
}
#content-reviews h2 {
    font-size: 2.25em;
    margin: 0 0 15px 0;
    font-weight: normal;
    color: #1e3c6f;
    font-style: italic;
    
}
#content-reviews h3 {
	font-size:1.4em;
	margin: 0 0 15px 0;
	font-weight:normal;
	font-style: italic;
	color:#1e3c6f;
}
#content-reviews h3.locations {
	font-size:1.2em;
	margin: 0 0 15px 0;
	font-weight:normal;
	color:#1e3c6f;
}

#content-reviews p {
	margin: 15px 15px;
    font-size: 1.7em;
    line-height: 1.4em;
}
#content-reviews a {
float:right;
padding-right:40px;}
#content-reviews span.sep {
    display: block;
    height: 28px;
    margin: 15px 0;
    background: url('../_img/paragraph_seperator.gif') no-repeat center;
}
	
	
	
#featuredimages { width: 601px; margin: 1em auto; }
#featuredimages img {
	float: left;
	margin: 6px;
}
#featuredimages .middle {
	float: right;
}
#sidebar {
    width: 246px;
    background: url('../_img/news_bg.gif') no-repeat top;
    padding: 13px 12px;
    float: right;
}
#sidebar2 {
    width: 246px;
	overflow:inherit;
    background: url('../_img/news_bg.gif') no-repeat top;
    padding: 13px 12px;
    float: right;
}
#sidebar2 dl {
	overflow:auto;
	height:300px;
	padding-right:10px;
}
#sidebar h3, #sidebar2 h3 {
    width: 245px;
    height: 18px;
    color: #fff;
    font-weight: normal;
    font-size: 1.5em;
    background: url('../_img/news_head_bg.jpg') no-repeat;
    text-align: center;
    padding: 11px 0;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}
#sidebar dl dt,
#sidebar dl dd, sidebar2 dl dt, #sidebar2 dl dd {
    margin: 12px 0;
}
#sidebar dl dd p, #sidebar2 dl dd p{
    margin: 10px 0;
}
#sidebar ol, #sidebar2 ol {
	padding-left: 20px;
}
#sidebar img, #sidebar2 img {
	margin: 0 auto 1em;
	display: block;
}
#sidebar ol li, #sidebar2 ol li {
	list-style: decimal;
	margin-bottom: 10px;
}

div.date {
	font-size: 1.2em;
	line-height: 2em;
	color: #aaaaaa;
}

p.news {
	color: #444444;
	font-size: 1.3em;
	line-height: 1.4em;
}


#sidebar2 div.divider {
	width: 179px;
	height: 28px;
	background: url(http://www.worldslargestdoc.com/_img/paragraph_seperator.gif) no-repeat;
	margin: 10px 0 10px 20px;
}
	
/* --------------------------------------- */
/* --( Footer )-- */
/* --------------------------------------- */

#footer {
    padding: 0 18px;
    color: #FCF6EC;
    font-size: 1.3em;
}
#footer p {
    margin: 18px 0;
}
#footer p a {
    color: #FCF6EC;
}
#footer p a:hover {
    text-decoration: underline;
    color: #efd542;
}
#footer div.col1 {
    width: 400px;
    float: left;
}
#footer div.col2 {
    width: 425px;
    float: right;
    text-align: right;
}

/* Homepage jQuery Mods */
body.home { background-color: #E8E0D3; }
body.home #main_container {
	background: url('../_img/main_container_bg2.gif') no-repeat center 45px;
}
body.home #leaderboard, body.home #content_container, body.home #content_container span.b1, body.home #content_container span.b2 {
	background: none;
}
body.home #leaderboard {
	height: 450px;
	padding-left: 0;
}
body.home #leaderboard h1 {
    float: none;
	margin: 0 auto;
	width: 730px;
}
body.home #leaderboard h1 a {
    display: block;
    height: 494px;
    width: 730px;
    background: url('../_img/header_logo-home2.png') no-repeat;
    text-indent: -3000px;
}
body.home #sidebar {
	display: none;
}
body.home #content {
	float: none;
	margin: auto;
}
body.home #content h2 {
	text-align: center;
}
body.home #content h2 a {
	color: #1E3C6F;
}
body.home #content h2 a:hover {
	text-decoration: underline;
}
body.home #footer, body.home #footer a { color: #A19587; }

.editorpicks ol { list-style-type: decimal; padding-left: 25px; }

.editorpicks ol li { font-size: 11pt;}
/*
.lg_txt {
	font-size: 16px;
}
*/

div.facebook {
	margin-top: 50px;
	margin-left: 150px;
	display:none;
}

#content .facebook p {
	font-size: 1.2em;
	padding-left: 10px;
	padding-top: 15px;
}

div.facebook img {
	float: left;
	margin-left: 25px;
}

div.facebook a {
	color: black;
}

div#sidebar li {font-size: 12px;}

div#sidebar p {font-size: 1.2em; line-height: 1.3em;}

/* revised home page - with laurels. */

/*
#leaderboard div#left { float: left; width: 200px; padding-top: 30px; }

	div#left img { margin-bottom: 30px; }

#leaderboard div#right { float: right; width: 200px; padding-top: 30px; }

	div#right img { margin-bottom: 30px; margin-left: 30px;  }

.home #laurels { padding-left: 10%; }
.home #laurels div { float: left; }

.home #content { width: auto; }

.home #laurels div img { margin: 20px;  }
*/

/* revised home page -- take two. */

body.home.home-new div#leaderboard { height: auto; }

body.home.home-new div#main_container { background: url(../_img/main_container_bg4.gif) no-repeat left 45px  transparent; }

body.home.home-new img.introimage { margin-left: 30px; width: 621px; height: 420px; }

div#laurelscontainer { float: right; width: 320px; padding: 0 0px; position: relative; top: -30px;  }

div#laurelscontainer img { width: 95px; margin: 2px; }

	div#laurelscontainer img.sbsw { width: 150px; margin-left: 75px; display: block; }