/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #B3B3B3;
}

#wrap {
	width: 780px;
	margin-left: 20px;
	background-image: url(images/pages.gif);
	background-position: top right;
	background-repeat: no-repeat;
}



/*  ------    THE HEADER    ---------*/


#header {
	position: relative;
	height: 186px;
	background-color: #000000;
	color: #464646;
	width: 750px;
	margin-bottom: 48px;
	background-image: url(images/header_cut.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header li {
	padding: 4px 0 5px 0;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #3F3F3F;
}
#header li a:link, #header li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#header li a:hover {
	text-decoration: none;
	color: #2b7332;
}

#header .links {
	width: 230px;
	margin-left: 20px !important;
	margin-left: 10px;
	margin-top: 40px;
	float: left;
}

#header .logo {
	margin-top: 0;
	/*float: left;*/
}

#header .celebrating {
	position: absolute;
	right: 20px; bottom: -25px;
}


/*  ------    THE LINKS HOME & CONTACT    ---------*/

#help_links {
	position: absolute;
	top: 172px;
	left: 20px;
	width: 250px;
	background-color: #000000;
	height: 28px;
	color: #987355;
	font-size: 10px;
	font-weight: bold;
}

#help_links .home {
	float: left;
	text-align: center;
	width: 125px;
	display: block;
}
#help_links .home a:link, #help_links .home a:visited {
	color: #90af8d;
	padding: 7px 0 7px 0;
	text-decoration: none;
	display: block;
	height: 14px;
	letter-spacing: 1px;
}
#help_links .home a:hover {
	background-color: #2b7332;
	text-decoration: none;
	color: #FFFFFF;
}



/*  ------    LATEST ISSUE    ---------*/


#latest_issue {
	width: 710px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #F4F4F4 url(images/bg_cur_tissue.gif) repeat-y left top;
}

.cover {
	padding: 0 30px 24px 30px;
	float: left;
}
.cover_dtls {
	float: right;
	width: 390px;
	background-image: url(images/issue_cut.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 24px 30px 24px 30px;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	color: #2b7332;
	margin: 0 0 10px 280px;
	padding-top: 17px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #2b7332;
	margin: -5px 0 10px 0;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px !important;
	margin-top: 0;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0;
}
h5 {
	font-size: 18px;
	margin-top: -8px;
	margin-bottom: 10px;
	font-weight: normal;
}


.cover_dtls p {
	margin: 0 0 8px 0;
	line-height: 16px;
}
.cover_dtls p a:link, .cover_dtls p a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
}
.cover_dtls p a:hover {
	text-decoration: none;
	color: #2b7332;
	border-bottom: 1px solid #F4F4F4;
}


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

#content {
	width: 710px;
	padding: 0 20px 20px 20px;
}
.left_col {
	width: 230px;
	float: left;
}
.right_col {
	width: 450px;
	float: right;
}


/*  ------    FOOTER    ---------*/

#footer {
	width: 710px;
	padding: 30px 20px 30px 20px;
	background-color: #EFEFEF;
	clear: both;
	margin-top: 80px;
	font-size: 10px;
	position: relative;
	border-top: 1px solid #CCCCCC;
}
.pub_logos {
	float: left;
	width: 300px;
}
.sage_logo {
	padding-bottom: 10px;
}
.radial {
	float: right;
	width: 200px;
	margin-top: 35px;
}
.radial a:link, .radial a:visited, .pub_logos a:link, .pub_logos a:visited {
	text-decoration: none;
	color: #464646;
}
.radial a:hover, .pub_logos a:hover {
	text-decoration: none;
	color: #2b7332;
}

.topPage {
	position: absolute;
	right: 25px;
	top: -40px;
	display: block;
}
.topPage a:link, .topPage a:visited {
	border-bottom: 1px solid #2b7332;
}
.topPage a:hover {
	border-bottom: 1px solid #FFFFFF;
}




/*  ------    LEFT COLUMN LIST 01    ---------*/


.left_col ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 8px solid #000000;
}
.left_col li {
	padding: 4px 0 5px 0;
	letter-spacing: 1px;
	border-bottom: 1px solid #CCCCCC;
	color: #464646;
}
.left_col li a:link, .left_col li a:visited {
	text-decoration: none;
	color: #000000;
}
.left_col li a:hover {
	text-decoration: none;
	color: #2b7332;
}
.left_col li.out a:link, .left_col li.out a:visited {
	text-decoration: none;
	color: #000000;
	padding-right: 20px;
}
.left_col li.out a:hover {
	text-decoration: none;
	color: #2b7332;
	background-image: url(images/over_out.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.left_col li.title {
	color: #000000;
	font-weight: bold;
}



/*  ------    LEFT COLUMN LIST 02    ---------*/


.left_col ul.list02 {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.left_col li.list02 {
	padding: 4px 0 5px 0;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	font-weight:bold;
}
.left_col li.list02 a:link, .left_col li.list02 a:visited {
	text-decoration: none;
	color: #000000;
	padding-right: 20px;
}
.left_col li.list02 a:hover {
	text-decoration: none;
	color: #2b7332;
}

.left_col li.list02out a:link, .left_col li.list02out a:visited {
	text-decoration: none;
	color: #000000;
	padding-right: 20px;
	font-weight:bold;
}
.left_col li.list02out a:hover {
	text-decoration: none;
	color: #2b7332;
	background-image: url(images/over_out.gif);
	background-repeat: no-repeat;
	background-position: right center;
}



/*  ------    LEFT COLUMN LATEST CALLS    ---------*/

.calls {
	background-color: #2b7332;
	border-top: 8px solid #000000;
	padding: 10px;
	background-image: url(images/calls_cut.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-top: 20px;
}

.calls p {
	margin-top: 10px;
}

.calls p a:link, .calls p a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.calls p a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


/*  ------    LEFT COLUMN MEET THE TEAM    ---------*/

.meet {
	background-color: #E0E0E0;
	border-top: 8px solid #000000;
	padding: 6px 0 6px 10px;
	margin-top: 20px;
	letter-spacing: 1px;
	font-weight: bold;
}
.meet a:link, .meet a:visited {
	color: #000000;
	text-decoration:none;
}
.meet a:hover {
	color: #2b7332;
	text-decoration:none;
}



/*  ------    LEFT COLUMN NEWSLETTER ARCHIVE    ---------*/

.archive {
	margin-top: 20px;
	color: #2b7332;
	letter-spacing: 1px;
	font-weight: bold;
	background-image: url(images/bg_archive.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.archive a:link, .archive a:visited {
	text-decoration: none;
	color: white;
	display: block;
	height: 22px;
	padding-top: 7px;
	padding-left: 10px;
}
.archive a:hover {
	background-image: url(images/bg_archive_on.gif);
	text-decoration: none;
	color: white;
	display: block;
}



/*  ------    LEFT COLUMN REPRINTS AND PERMISSIONS    ---------*/


.reprints {
	margin-top: 20px;
	color: #000000;
	letter-spacing: 1px;
	font-weight: bold;
}
.reprints a:link, .reprints a:visited {
	color: #000000;
	text-decoration:none;
}
.reprints a:hover {
	color: #2b7332;
	text-decoration:none;
}



/*  ------    RIGHT COLUMN LATEST NEWS    ---------*/

.news {
	border-top: 8px solid #000000;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.news p {
	line-height: 16px;
}

.news p.link {
	color: #2b7332;
}
.news p.link a:link, .news p.link a:visited {
	color: #2b7332;
	text-decoration:none;
	font-weight: normal;
}
.news p.link a:hover {
	text-decoration:underline;
}


/*  ------    RIGHT COLUMN EDITOR'S CHOICE    ---------*/


.main, .submit {
	margin-top: 20px;
}

.printOut {
	width: 600px;
	margin-left: 90px;
	margin-top: 90px;
	padding-bottom: 70px;
	font-size: 12px;
	line-height: 17px;
}
.main p, .submit p {
	margin: 0 0 8px 0;
	line-height: 16px;
}
.main p a:link, .main p a:visited, .printOut a:link, .printOut a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #DADADA;
}
.main p a:hover, .printOut a:hover {
	text-decoration: none;
	color: #2b7332;
	border-bottom: 1px solid #FFFFFF;
}


.submit p a:link, .submit p a:visited {
	text-decoration: none;
	color: #2b7332;
}
.submit p a:hover {
	text-decoration: underline;
	color: #2b7332;
}

.submit table {
	padding-bottom: 10px;
}

.pad {
	padding-bottom: 15px;
}


/*  ------    RIGHT COLUMN INNER PAGES    ---------*/

.box {
	background-color: #F4F4F4;
	padding: 20px;
	line-height: 16px;
	border-top: 8px solid #000000;
	background-image:url(images/editorial_cut.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.box a:link, .box a:visited {
	text-decoration: underline;
	color: #000;
}
.box a:hover {
	text-decoration: underline;
	color: #2b7332;
}
.box p {
	margin-top: 0;
	margin-bottom: 0;
}

p .lighttxt {
	color: #2b7332;
	font-weight: bold;
}

.seperate_line {
	margin: 13px 0 13px 0;
	border-top: 1px solid #CCCCCC;
}

.main ul, .submit ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: -20px;
}
.main li, .submit li {
	padding: 4px 0 5px 0;
	letter-spacing: 1px;
	border-bottom: 1px solid #CCCCCC;
	color: #464646;
	font-weight: bold;
}
.main li a:link, .main li a:visited, .submit li a:link, .submit li a:visited {
	text-decoration: none;
	color: #000000;
}
.main li a:hover, .submit li a:hover {
	text-decoration: none;
	color: #2b7332;
}

.main li.on, .submit li.on {
	padding: 3px 0 4px 6px;
	letter-spacing: 1px;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	font-weight: bold;
	background-color: #2b7332;
}


.tdpad {
	padding-bottom: 10px;
	padding-left: 6px;
	line-height: 16px;
}
.tdpad a:link, .tdpad a:visited {
	text-decoration: none;
	color: #2b7332;
}
.tdpad a:hover {
	text-decoration: underline;
	color: #2b7332;
}

/*  ------    CONFERENCE PAGE    ---------*/

.thumbGallery {
	margin-top: 20px;
	height: 89px;
	position: relative;
}

.popthub {
	float: left;
	margin-right: 23px;
}

.popthub a, .popthub a:visited {
	display: block;
	border: solid 5px #F4F4F4;
}

.popthub a:hover {
	display: block;
	border: solid 5px #2b7332;
}

span.motto {
	display: none;
}
.popthub a:hover span.motto {
	display: block;
	position: absolute;
	top: 109px;
	left: 10px;
	color: #464646;
	text-decoration: none;
}

.thumbMotto {
	background-color: #F4F4F4;
	padding: 5px;
	margin-top: 15px;
}



/*  ------    RIGHT COLUMN EDITORIAL TEAM    ---------*/


.editorial {
	margin-top: 4px;
	background-color: #F4F4F4;
	background-image:url(images/editorial_cut.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 4px;
}
.foto {
	float: left;
	padding-top: 23px;
	padding-left: 20px;
}
.info {
	float: right;
	width: 290px;
	padding: 20px;
}
.name {
	font-size: 14px;
	font-weight: bold;
}




/*  ------    RIGHT COLUMN CONTACT FORM    ---------*/


.input {
	width: 364px;
	height: 15px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-size: 11px;
	color: #464646;
}
.area {
	width: 364px;
	height: 100px;
	border: 1px solid #cccccc;
	font-size: 11px;
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
}

.button {
	background-color: #000000;
	color: #FFFFFF;
	padding: 2px 9px 2px 8px;
	border: none;
	cursor: pointer;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.button a:hover {
	color: #FFFFFF;
}


/*  ------    OTHER SITE ELEMENTS    ---------*/

ul.textul {
	list-style-type: circle;
	border-top: none;
	margin-top: -5px;
	margin-bottom: 10px;
	padding-left: 40px;
}

li.textli {
	padding: 1px;
	letter-spacing: normal;
	border-bottom: none;
	color: #464646;
	font-weight: normal;
	line-height: 16px;
}

td.bg {
	background-color: #F4F4F4;
}

.news {
	border-top: 8px solid #000000;
}

.news p {
	margin: 0 0 8px 0;
	line-height: 16px;
}
.news p a:link, .news p a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.news p a:hover {
	text-decoration: none;
	color: #2b7332;
}

.socials {
	padding: 20px 0;
}
.socials .facebook {
	padding: 17px 12px 7px 14px;
	margin-right: 10px;
	background-color: #e0e0e0;
	text-decoration: none;
}
.socials .facebook:hover {
	background-color: #2b7332;
}
.socials .linkedin {
	padding: 14px 9px 10px 11px;
	margin-right: 10px;
	background-color: #e0e0e0;
	text-decoration: none;
	position: relative;
	top: -3px;
}
.socials .linkedin:hover {
	background-color: #2b7332;
}
.socials .twitter {
	padding: 14px 10px 10px 10px;
	margin-right: 10px;
	background-color: #e0e0e0;
	text-decoration: none;
	position: relative;
	top: -3px;
}
.socials .twitter:hover {
	background-color: #2b7332;
}



/*  ------    REVIEW FOR US    ---------*/


.inputreview {
	width: 140px;
	height: 15px;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #464646;
}
.areareview {
	width: 195px;
	height: 50px;
	border: 1px solid #cccccc;
	font-size: 11px;
	color: #464646;
}












