/********************** Universal **********************/
body {
	margin: 0;
	padding: 0;
	background:url(../_images/_design/bg-wrapper.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;	
}

a img {
	border: 0;
}

p {
	margin: 0;
	line-height:20px;
}

ul{ 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li{ 
	margin: 0;
	padding: 0;
}

.floatclear{
	clear: both !important;
}

.floatleft {
	float: left !important;
}

.floatright {
	float:right !important;
}

.black {
    color:#333333 !important;
}
.red {
    color:#cc0000 !important;
}
.blue {
    color:#0000cc !important;
}
.underline {
    text-decoration: underline !important;
}

.border-line{
	border-bottom:#dddddd 3px solid;
	margin:15px 0;
}

/***Padding ***/
.padding5 {
	padding: 5px;
}

.padding10 {
	padding: 10px;
}

.padding15 {
	padding: 15px;
} 

.padding20 {
	padding: 20px;
}
.paddingleftright5 {
	padding-right: 5px;
	padding-left: 5px;
}

.paddingleftright10 {
	padding-right: 10px;
	padding-left: 10px;
}

.paddingleftright15 {
	padding-right: 15px;
	padding-left: 15px;
}

.paddingleftright20 {
	padding-right: 20px;
	padding-left: 20px;
}

.paddingleftright25 {
	padding-right: 25px;
	padding-left: 25px;
}

.paddingtopbottom5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.paddingtopbottom10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

/********************** Fonts **********************/
.font-bold {
	font-weight: bold;
}

.font-11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 { 
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 28px;
	color: #d4050d;
	font-weight: normal;
}

h2 { 
	margin: 0;
	padding: 0;
	font-size: 16px;
	color:#d6030b;
	font-family:Georgia, Times New Roman, Times, serif;
}

h3 { 
	margin: 0;
	padding: 0;
	font-size:12px;
	color:#d6030b;
	font-family:Georgia, Times New Roman, Times, serif;
}

h4 { 
	margin: 0;
	padding: 0;
	font-size:12px;
	color:#444444;
	font-weight:normal;
}

h5 { 
	margin: 0;
	padding: 0;
	font-size:12px;
	color:#444444;
	font-weight:normal;
}

.titlename{
	font-family:Georgia, Times New Roman, Times, serif !important;
	font-weight:bold !important;
	font-size:12px !important;
	color: #444444 !important;
	border: none !important;
	margin:0px !important;
	padding:5px 0px 0px 0px !important;
}

.title{
	font-style:italic !important;
	font-weight:bold !important;
	font-size:12px !important;
	color:#000000 !important;
	border: none !important;
	border-bottom:#dddddd 2px solid !important;
	margin:0px !important;
	padding:15px 0 2px 0 !important;
}


/********************** Links **********************/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #1c4660;
	text-decoration:none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #1c4660;
	text-decoration:none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #1c4660;
	text-decoration:underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #1c4660;
	text-decoration:none;
}

a.link-12-red-underline:link {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d4050d;
	font-weight:bold;
	text-decoration:underline;
}
a.link-12-red-underline:visited {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d4050d;
	font-weight:bold;
	text-decoration:underline;
}
a.link-12-red-underline:hover {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d4050d;
	font-weight:bold;
	text-decoration:underline;
}
a.link-12-red-underline:active {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d4050d;
	font-weight:bold;
	text-decoration:underline;
}

a.link-28-black-to-red:link {
	font-size: 28px; 
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-weight:normal;
	text-decoration:none;
}
a.link-28-black-to-red:visited {
	font-size: 28px; 
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-weight:normal;
	text-decoration:none;
}
a.link-28-black-to-red:hover {
	font-size: 28px; 
	font-family: Georgia, Times New Roman, Times, serif;
	color: #d4050d;
	font-weight:normal;
	text-decoration:none;
}
a.link-28-black-to-red:active {
	font-size: 28px; 
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-weight:normal;
	text-decoration:none;
}


a.link-11-777777-underline:link {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	font-weight:normal;
	text-decoration:underline;
}
a.link-11-777777-underline:visited {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	font-weight:normal;
	text-decoration:underline;
}
a.link-11-777777-underline:hover {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight:normal;
	text-decoration:underline;
}
a.link-11-777777-underline:active {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	font-weight:normal;
	text-decoration:underline;
}

a.link-11-white-bold:link {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
a.link-11-white-bold:visited {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
a.link-11-white-bold:hover {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
a.link-11-white-underline:active {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:normal;
	text-decoration:none;
}

a.link-11-333333-bold:link {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}
a.link-11-333333-bold:visited {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}
a.link-11-333333-bold:hover {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #c4161c;
	font-weight:bold;
	text-decoration:none;
}
a.link-11-333333-bold:active {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}


/*************** Body ****************/
#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:995px;
	padding:0px 5px;
	text-align:center;
}

#top-banner{
    width:728px;
    height:90px;
	padding-top:5px;
	margin:0px auto;
	color:#cccccc;
}
#top-banner img
{
	display:block;
}

/***** Header *****/
#header{
	padding-top:24px;
	text-align: left;
}

#logo{
	float:left;
}

#logo a{
	background:url(../_images/_design/logo.png) no-repeat scroll;
	display:block;
	width:393px;
	height:75px;
	text-indent:-9999px;
}

#header-right{
	float:right;
	margin-top:8px;
}

/***** Search *****/
#search {
    float:right;
}
#search .keyword, #searchcontent .keyword{
	float:left;
	width:295px;
	height:17px;
	padding:2px;
}

#search-button{
	float:left;
	margin-left:5px;
}

#search-button .button, #searchcontent .button{
	background:url(../_images/_design/sprite-gif.gif) no-repeat -71px 0;
	display:block;
	border:none;
	font-size:0;
	line-height:0;
	margin:0px;
	padding:0px;
	width:64px;
	height:25px;
	text-indent:-9999px;
	cursor:pointer;
}

#searchcontent {
    padding: 15px 10px 15px 0;
}
#searchcontent iframe
{
	width: 500px;
	height: 1050px;
	padding-bottom:20px;
}

#searchcontent
{
	float: left;
	width:500px;	
}

/***** Social Media *****/
#social-media {
	margin-top:10px;
	float:right;
}

#social-media li{
	float:left;
	display:block;
	margin-left:10px;
}

.icon-facebook {
	float:left;
	background:url(../_images/_design/sprite-gif.gif) no-repeat 0 0;
	width:14px;
	height:14px;
}

.icon-linkedin {
	float:left;
	background:url(../_images/_design/sprite-gif.gif) no-repeat 0 -14px;
	width:14px;
	height:14px;
}

.icon-twitter{
	float:left;
	background:url(../_images/_design/sprite-gif.gif) no-repeat -14px 0;
	width:14px;
	height:14px;
}

.icon-job-finder{
	float:left;
	background:url(../_images/_design/sprite-gif.gif) no-repeat -28px 0;
	width:14px;
	height:14px;
}

.icon-newsletter{
	float:left;
	background:url(../_images/_design/sprite-gif.gif) no-repeat -42px 1px;
	width:14px;
	height:14px;
}

.icon-rss{
	float:left;
	background:url(../_images/_design/sprite-gif.gif) no-repeat -56px 0;
	width:14px;
	height:14px;
}

.icon_email {
    background-image:url(../_images/_design/icon_email.gif);
    background-position:left center;
    background-repeat:no-repeat;
    margin-left:13px !important;
    padding-left:30px !important;
}
.icon_print {
    background-image:url(../_images/_design/icon_print.gif);
    background-position:left center;
    background-repeat:no-repeat;
    margin-left:13px !important;
    padding-left:24px !important;
}
.icon_rss {
    background-image:url(../_images/_design/rss.gif);
    background-position:left center;
    background-repeat:no-repeat;
    margin-left:13px !important;
    padding-left:20px !important;
}

#social-media a{
	padding-left:3px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	color:#c1c1c1;
}

#social-media a:hover{
	color:#ffffff;
}

/***** Nav *****/
#nav {
	text-align:center;
	margin-top:20px;
}

#nav li{
	display:inline;
}

#nav a{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:16px;
	color:#000000;
	margin:0 20px;
	padding:0 0 18px 0;
	cursor:pointer;
}

#nav a:hover{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:16px;
	color:#d7161d;
	text-decoration:none;
}

#nav .on{
	color:#d7161d;
	text-decoration:none;
	background:url(../_images/_design/nav-arrow.gif) no-repeat scroll center bottom;
}

/***** Content *****/
#content{
	float:left;
	text-align: left;
	margin-top:30px;
	padding-bottom:30px;
	background:url(../_images/_design/bg-body.gif) repeat-y;
}

/** Content Left **/
#content-left{
	float:left;
	width:511px;
	min-height:100px;
	background:url(../_images/_design/bg-body-2.gif) repeat-x top;
}

#content-left h1 a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 28px;
	color: #d4050d;
	font-weight: normal;
}

.article{
	padding: 15px 10px 15px 0;
}

.article a{
    text-decoration:underline;
}
.article a:hover{
    text-decoration:none;
}

.article h2{
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 28px;
	color: #000000;
	font-weight: normal;
}

.article p{
	padding-bottom: 10px;
}

.article ul{
    list-style-type:disc;
    list-style-position:outside;
    margin: 0 0 10px 25px;
    padding: 0;
}
.article ol{
    list-style-position:outside;
    margin: 0 0 10px 25px;
    padding: 0;
}
.article ul li, .article ol li{
    margin: 0 0 10px 0;
    padding: 0;
	font-size: 14px;
}

.article-info{
	color:#777777;
	padding: 0 0 10px 0;
}

.article-info a{
	color:#777777;
}

.article-story {
	font-size: 14px;
}

.article-image{
    clear:left;
	padding: 0 0 10px 0;
	line-height:14px;
}
.article-image img{
    max-width: 500px;
}
.article-image span{
    color:#747474;
    font-size:11px;
    display:block;
    margin-top:5px;
}

.article-tags{
	padding:0 0 10px 0;
}

.article-paging{
	padding:0 0 20px 0;
}

.article .submit-button{
	display:block;
	background:url(../_images/_design/sprite-gif.gif) no-repeat -524px 0;
	text-indent:-9999px;
	width:56px;
	height:24px;
	font-size:0;
	line-height:0;
	border:none;
	cursor:pointer;
}

.banner-im{
    display:block;
    float:left;
    width:250px;
    height:250px;
    margin: 0 15px 10px 0;
}

.comments {
    padding:0 0 10px 0;
}
.comments h2{
    margin-bottom: 10px;
}
.comments ol{
    list-style-position:outside;
    margin: 0 10px 10px 20px;
    padding: 0;
}
.comments ol li{
    margin: 0 0 10px 0;
    padding: 0;
}
.comments p{
    line-height:16px;
}
.comments .name{
    font-weight: bold;
}
.comments .date{
    color:#999999;
}

.comment h2{
    margin-bottom: 10px;
}
.comment .button{
	float:left;
	display:block;
	background:url(../_images/_design/sprite-gif.gif) no-repeat -524px 0;
	text-indent:-9999px;
	width:56px;
	height:24px;
	font-size:0;
	line-height:0;
	border:none;
	cursor:pointer;
}

.line{
	border-top:#dddddd 1px solid;
	margin:20px 0;
}
.line-short{
	border-top:#dddddd 1px solid;
	margin:5px 0;
}
.line-short-thick{
	border-top:#aaaaaa 3px solid;
	margin:5px 0;
}

/** Banner **/
.banner{
	color:#999999;
	font-size:11px;
}

/***** Content Middle *****/
#content-middle{
	float:left;
	width:173px;
	padding-right:5px;
	min-height:100px;
	background:url(../_images/_design/sprite-gif.gif) no-repeat -345px 0;
}

#essentials{
	float:left;
	width:173px;
}

#essentials h3{
	padding:40px 0 0 12px;
}

#essentials ul{
	padding:8px 3px 8px 8px;
}

#essentials li{
	position:relative;
	border-bottom:#bebebe 1px solid;
	padding:2px 5px;
	background:url(../_images/_design/bg-essentials.gif) repeat-x center;
}

#essentials li a{
	font-size: 12px; 
	font-family:Georgia, Times New Roman, Times, serif;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
	background:url(../_images/_design/arrow-left.gif) center left no-repeat;	
	padding:5px 0px 5px 8px;
	display:block;
}

#essentials li a:hover{
	color: #d4050d;
}

#essentials span{
	position:absolute;
	background:url(../_images/_design/nav-arrow.gif) no-repeat;
	width:12px;
	height:6px;
	top:-1px;	
}

#essentials .top{
	border-top:#bebebe 1px solid;
}

.content-middle-line{
	padding:20px 0;
	padding-left:5px;	
}

.content-middle-line span{
	float:left;
	border-top:#303030 2px solid;
	width:100%;
}

#magazine, #car-conference{
	float:left;
	width:154px;
	padding:0 12px;	
}

#magazine h2, #car-conference h2{
	border-bottom:#dddddd 1px solid;
	padding-bottom:9px;
}

#magazine .cover{
	display:block;
	margin-top:14px;
}
#magazine .cover img{
    width:153px;
    border:solid 1px #cccccc;
}

#magazine .head{
	border:none;
	font-weight:bold;
	font-size:12px;
}

#magazine ul{
	margin-top:15px;
}

#magazine li{
	font-size:11px;
	border-bottom:#dddddd 1px solid;
	line-height:18px;
	padding:5px 0px;
}

#magazine li a{
	font-size:11px;
    color:inherit;
    text-decoration:none;
}
#magazine li a:hover{
    text-decoration:underline;
}

#magazine a, #car-conference a {
	color:#d4050d;
	text-decoration:underline;
}

#car-conference p{
	border-bottom:#dddddd 1px solid;
	padding-bottom:5px;
}

.banner-middle{
	padding-left:5px;
	text-align:center;
}

.banner-middle p{
	font-size:11px;
	color:#999999;
	text-align:center;
}

/***** Content Right ******/
#content-right{
	float:left;
	width:300px;
	min-height:100px;
	background:url(../_images/_design/bg-body-2.gif) repeat-x top;
	padding-top:15px;
}

.banner-right{
	text-align:center;
}

#newsletter{
	margin-left:5px;
}

#newsletter h3{
	text-indent:-9999px;
	background:url(../_images/_design/sprite-gif.gif) no-repeat 0 -49px;
	width:296px;
	height:49px;
}

#newsletter .enewsEmail{
	float:left;
	width:218px;
	padding:2px 3px;
	margin:0px 3px 0px 5px;
}

#newsletter .enewsSubmit{
	float:left;
	display:block;
	background:url(../_images/_design/sprite-gif.gif) no-repeat -524px 0;
	text-indent:-9999px;
	width:56px;
	height:24px;
	font-size:0;
	line-height:0;
	border:none;
	cursor:pointer;
}

.right-line{
	border-top:#c6c6c6 1px solid;
	margin:20px 0px 20px -5px;
	width: 305px;
}

#auto-focus-blog {
	margin-left:5px;
}

#auto-focus-blog h3{
	text-indent:-9999px;
	background:url(../_images/_design/sprite-gif.gif) no-repeat 0 -101px;
	width:296px;
	height:49px;
}

.list-item{
	padding:12px 0 5px 5px;
	border-bottom:#dddddd 1px solid;
}

.list-item a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background:url(../_images/_design/arrow-left-top.gif) no-repeat top left;
	padding-left:8px;
	display:block;
}

.list-item a:hover{
	color:#d6030b;
}

.list-item p {
	padding-left:8px;
	line-height:18px;
}

.jt_job_list .jt_job{
	padding:12px 0 5px 5px;
	border-bottom:#dddddd 1px solid;
}
.jt_job_list .jt_job_position, .jt_job_list .jt_job_location, .jt_job_list .jt_job_company {
	padding-left:8px;
}
.jt_job_list .jt_job_position {
	background:url(../_images/_design/arrow-left-top.gif) no-repeat top left;
}
.jt_job_list .jt_job_position a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.jt_job_list .jt_alljobs a {
	font-size:11px;
	color:#d6030b;
	float:right;
	text-decoration:underline;
	text-transform: lowercase;
}

#view-all{
	width:98%;
}

#view-all a{
	font-size:11px;
	color:#d6030b;
	float:right;
	text-decoration:underline;
}

#job-finder {
	margin-left:5px;
}

#job-finder h3{
	text-indent:-9999px;
	background:url(../_images/_design/sprite-gif.gif) no-repeat 0 -150px;
	width:296px;
	height:50px;
}
/** Page **/
.paging
{
	text-align:center;
	margin:30px 0;
}
.paging a
{
	padding: 4px 8px;
	margin: 1px;
	font-weight: bold;
	color: #333333;
	border: #c2c2c2 1px solid;
	background-color: #FFFFFF;
	text-decoration: none;
}
.paging a:hover
{
	color: #333333;
	border: solid 1px #7E7E7E;
	background-color: #FFFFFF;
}
.paging span
{
	padding: 4px 8px;
	margin: 1px;
	color: #333333;
}
.paging .current
{
	font-weight: bold;
	color: #FFFFFF;
	border: #c2c2c2 1px solid;
	background-color: #c4161c;
}
.paging .prev, .paging .next
{
    font-size: 11px;
    color: #777777;
    border: none;
    margin: 0;
    font-weight: normal;
}
.paging a.prev, .paging a.next
{
    font-size: 11px;
    color: #777777;
    border: none;
    margin: 0;
    font-weight: normal;
	text-decoration: underline;
}
.paging .disabled
{
	color: #c2c2c2;
}

/****** Footer ******/
#footer{
	background-color: #303030;
	border-top:#a8a7a7 4px solid;
	/*height:200px;*/
}

#footer-wrapper{
	margin-left:auto;
	margin-right:auto;
	padding:20px 5px;
	width:995px;
}

#topics, #footer-essentials, #services, #follow-us{
	float:left;
	width:24%;
}

#topics li, #footer-essentials li, #services li, #follow-us li{
	line-height:20px;
}

#topics .head, #footer-essentials .head, #services .head, #follow-us .head{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	font-family:Georgia, Times New Roman, Times, serif;
}

#topics a, #footer-essentials a, #services a, #follow-us a{
	font-family:Georgia, Times New Roman, Times, serif;
	color:#cccccc;
	text-decoration:none;
}

#topics a:hover, #footer-essentials a:hover, #services a:hover, #follow-us a:hover{
	text-decoration:underline;
}

#follow-us span{
	margin:3px 4px 0 0;
}

#copyright{
    width:995px;
    margin:0px auto;
	padding:5px;
	font-size:11px;
	color:#444444;
}

.popular-tags a {
    padding: 0px 2px 0px 2px;   
}
.popular-tags a.size-XS {
    color: #666666;
    font-size: 10px;
}
.popular-tags a.size-S {
    color: #333333;
    font-size: 12px;
}
.popular-tags a.size-M {
    color: #333333;
    font-size: 14px;
}
.popular-tags a.size-L {
    color: #000000;
    font-size: 16px;
}
.popular-tags a.size-XL {
    color: #000000;
    font-size: 18px;
}
.popular-tags a:hover {
    color: #ffffff;
    background: #1c4660;
    text-decoration: none;
}

.tags-all p {
    line-height: normal;
}
.tags-all a {
    padding: 0px 2px 0px 2px;
    margin: 5px 2px;
    display: inline-block;
}
.tags-all a.size-XXXXS {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}
.tags-all a.size-XXXS {
    color: #666666;
    font-size: 16px;
    text-decoration: none;
}
.tags-all a.size-XXS {
    color: #666666;
    font-size: 18px;
    text-decoration: none;
}
.tags-all a.size-XS {
    color: #333333;
    font-size: 20px;
    text-decoration: none;
}
.tags-all a.size-S {
    color: #333333;
    font-size: 22px;
    text-decoration: underline;
}
.tags-all a.size-MS {
    color: #333333;
    font-size: 24px;
    text-decoration: underline;
}
.tags-all a.size-M {
    color: #000000;
    font-size: 26px;
    text-decoration: underline;
}
.tags-all a.size-ML {
    color: #000000;
    font-size: 28px;
    text-decoration: underline;
}
.tags-all a.size-L {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
}
.tags-all a.size-XL {
    color: #1c4660;
    font-size: 32px;
    font-weight: bold;
}
.tags-all a.size-XXL {
    color: #1c4660;
    font-size: 34px;
    font-weight: bold;
}
.tags-all a.size-XXXL {
    color: #1c4660;
    font-size: 36px;
    font-weight: bold;
    text-decoration: underline;
}
.tags-all a.size-XXXXL {
    color: #1c4660;
    font-size: 38px;
    font-weight: bold;
    text-decoration: underline;
}
.tags-all a:hover {
    color: #ffffff;
    background: #1c4660;
    text-decoration: none;
}


#issue {
    padding: 15px 10px 15px 0;   
}
#issue h3 {
    font-size: 14px;
}
#issue .cover {
    float: left;
    background-color: #ffffff;
    border: solid 5px #cccccc !important;
    margin: 0 10px 10px 0;
    width: 176px;
    height: 240px;
}
#issue .author {
    font-size: 11px;
    color:#999999;
}
#issue .list-elem {
    margin: 10px 0px;
}

#issue #past-issues {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}
#issue #past-issues li {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    width: 150px;
    margin: 0 5px 15px 5px;
}
#issue #past-issues li img {
    border: solid 2px #cccccc;
    width:128px;
    height:176px;
}

#issue .prev-next {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#article-tools {
    border-bottom:1px dotted #999999;
    border-top:1px dotted #999999;
    font-size:12px;
    margin:15px 0;
    padding:7px;
}

.right-box {
    margin-left: 10px;
}
.right-box h3 {
    font-size: 26px;
    font-style: italic;
    font-weight: normal;
    margin-bottom:5px;
}
.right-box h4 {
    font-size: 14px;
    font-weight: bold;
}
.right-box p {
    line-height: 16px;
}
.author-bio {
}

.ModalPopUp
{
    margin: 50px 0px 0px 0px;
    padding: 15px;
    border: solid 5px #A6A6A6;
    background-color: #FFFFFF;
    text-align: left;
    font-size: 12px;
}
.ModalPopUp P
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.ModalPopUp .button
{   
    width: 104px;
    height: 22px;
    padding: 0px;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
    border: none;
    background: url(../_images/_design/button-bg.jpg) no-repeat left top;
    float: left;
}
.ModalPopUp .link
{
    float: left;
    display: block;
    margin: 2px 0px 0px 10px;
}
.ModalPopUpLearnMore
{
    margin: 0;
    padding: 0;
    width: 325px;
    border: solid 2px #333333;
    background-color: #FFFFFF;
}
.ModalPopUpLearnMore .Header
{
    color: #FFFFFF;
    background-color: #d4050d;
    padding: 5px;
    margin: 1px;
    cursor: move;
    font-size: 13px;
    font-weight: bold;
}
.ModalPopUpLearnMore .Description
{
    padding: 5px;
    background-color: #EEEEEE;
    display: table;
    width: 313px;
}

.ModalBackground
{
    background-color: #000000;
    filter: alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}


.ModalPopUpFull
{
    margin: 0px;
    padding: 15px;
    text-align: left;
    font-size: 12px;
    background-color: #FFFFFF;
}
.ModalBackgroundFull
{
    background-color: #000000;
    filter: alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.ModalBackgroundFullWhite
{
    background-color: #FFFFFF;
}