/** { padding: 0; margin: 0; }
/* STRUCTURE */
/*
body.blank {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector 
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFEF4;
}
#wrapper {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. 
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
}
#header {
	background-image: url(../images/layout/asj-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 165px;
	padding: 0px;
	width: 960px;
}
#header #ad1 {
	height: 120px;
	width: 640px;
	float: right;
	margin-top: 45px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	padding: 0px;
}

#nav {
	height: 23px;
	width: 960px;
	margin: 0px;
	background-image: url(../images/layout/asj-nav.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* NAVIGATION 
	#nav #sddm {
	padding: 0;
	z-index: 50;
	margin: 0;
	}
	#nav #sddm ul {
	margin: 0px;
	}
	#nav #sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
	}
	#nav #sddm li a {
	display: block;
	color: #3E3E3E;
	text-align: center;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #3e3e3e;
	margin: 0;
	width: 98px;
	padding: 5px;
	}
	#nav #sddm li a.last {
		border-right-style: none;
	}
	#nav #sddm li a:hover {
	font-weight: bold;
	color: #FFFEF4;
	background-color: #3e3e3e;
	}
	#nav #sddm div {
	position: absolute;
	visibility: hidden;
	padding: 0px;
	background-color: #dadbcd;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	width: 105px;
	}
	#nav #sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: normal;
	text-align: left;
	text-decoration: none;
	color: #3e3e3e;
	font: 11px arial;
	background-color: #DADBCC;
	}
	#nav #sddm div a:hover {
	color: #fffef4;
	background-color: #3e3e3e;
	}
	#nav #sddm li a.first {
	border-left-width: 0px;
	border-left-style: none;
	}

#mainContent {
	width: 920px;
	min-height:900px;
	height: auto !important;
	background-color: #FFFEF4;
	margin: 0px;
	padding: 20px;
}

#sidebar {
	height: auto;
	width: 180px;
	min-height:288px;
	padding: 0px;
	float: right;
	margin: 0px;
	clear: left;
}
#footer {
	background-color: #dadbcd;
	float: none;
	height: 30px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
#footer #copyright a{
	color: #3f3f3f;
	font-weight: normal;
}
#mainContent #sidebar .space {
	margin-bottom: 8px;
}
#footer p {
	color: #3e3e3e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* STYLES 
a img {
	border: none;
}
a:link {
	color: #e9141b;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #e9141b;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #e9141b;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #3B3B3B;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	text-align: left;
	font-size: 30px;
	color: #e9141b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}
h2 {
	color: #3f3f3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: normal;
}
h3 {
	color: #e9141b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 15px;
}
h6 {
	font-size: 14px;
	color: #E0122A;
	margin-top: 10px;
	margin-bottom: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	margin-bottom: 10px;
}
blockquote {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 

ul {
margin-left:15px;
}
ol {
	margin-left:25px;
}

.imgFloatRight {
	float: right;
	margin-right: 0px;
	position: relative;
	margin-left: 25px;
	margin-top: 10px;
}
#col2 {
	margin-bottom: 50px;
	position:relative;
	margin-left: 300px;
	width: 350px;
}
#col1 {
	float: left;
	position:absolute;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.clientList {
	color: #333333;
	font-size: 11px;
}
a.clientList:link {
	color:#333333;
	font-weight: normal;
	text-decoration:none;
}
a.clientList:visited {
	color:#333333;
	text-decoration:none;
}
a.clientList:active {
	color:#e0122a;
	text-decoration: none;
}
a.clientList:hover {
	color: #e0122a;
	text-decoration: underline;
}
.clientListLITE {
	color: #333333;
	font-size: 10px;
}
.imgFloatCenter {
	float: right;
	margin-right: 50px;
	margin-top: 5px;
	position: relative;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.lastListItem  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. 
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page 
	float: left;
	margin-right: 8px;
	display: block;
}
 
.teamName {
	padding-left: 10px;
}
.recentProject {
	background-image: url(../images/home/bkg-recent-project.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 237px;
	margin-right: 6px;
}
.recentProject p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	margin-top: 3px;
}
.projectDescription a {
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
.bl {
	width: 180px;
	background-color: #d9d9d9;
	background-image: url(../images/layout/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.br {
	background-image: url(../images/layout/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tl {
	background-image: url(../images/layout/tl.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tr {
	padding:10px;
	background-image: url(../images/layout/tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.clear {font-size: 1px; height: 1px} 

#nav #socailMedia {
	float: right;
	margin-right: 40px;
	margin-top: -13px;
}

/* single item
#thumbs div { 
    float:left; 
    width:214px; 
    height:300px; 
    background:#333 url(http://static.flowplayer.org/img/global/gradient/h150.png) repeat-x 0 146px; 
    color:#fff; 
    border-left:1px solid #333; 
    cursor:pointer; 
} 
 
/* this makes it possible to add next button beside scrollable 
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons 
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/scrollable/arrow/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button 
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image 
a.next, a.nextPage {
	background-image:url(../img/scrollable/arrow/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator 
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator 
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state 
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) 
div.navi a.active {
	background-position:0 -16px;     
}


/* get rid of those system borders being generated for A tags 
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* root element for the whole scrollable setup 
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 646px;	 
	height:300px;	
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 

#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	border:1px solid #222;
}

/* custom positioning for navigational links 
a.prev, a.next {
	margin-top:118px;	
}



/* single item 
#thumbs div {
	float:left;
	width:214px;
	height:300px;
	background:#333 url(http://static.flowplayer.org/img/global/gradient/h150.png) repeat-x 0 146px;
	color:#fff;
	border-left:1px solid #333;
	cursor:pointer;
}

/* style when mouse is over the item 
#thumbs div.hover {
	background-color:#444;	
}

/* style when element is active (clicked) 
#thumbs div.active {
	background-color:#066;
	cursor:default;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	font-family:"bitstream vera sans";
	font-size:13px;
	color:#fff;	
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}
#survey {
	padding: 15px;
}
#survey h3{
	color: #EE1D25;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #3E3E3E;
}
#survey p{
	color: #3E3E3E;
	font-size: 10px;
	padding-top: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#survey a{
	color: #EE1D25;
	font-size: 11px;
}
.lineBreaker {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #898989;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.sidebarTITLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #ee1d25;
	cursor: hand;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	font-style: normal;
	line-height: 16px;
}
.sidebarSUBTITLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3e3e3e;
	line-height: normal;
	text-align: left;
	letter-spacing: normal;
	vertical-align: text-top;
	word-spacing: normal;
	font-variant: normal;
}
.sidebarTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3e3e3e;
}
.articleTEXT {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	right: 25px;
	text-align: left;
	margin-right: 15px;
}
.articleCREDITS {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.articleTITLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #EE1D25;
}
.articleSUBTITLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.archiveTITLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0000;
}
.archiveSECTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	text-align: left;
}
.archiveARTICLES {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
}
.archiveITEM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.archiveSUBITEM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.onNewstandsNow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 0px;
	line-height: 24px;
}
.currentCover {
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.subscribe {
	margin-top: 4px;
}
.subscribeText {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ninetyPercent {
	margin-right: 5px;
	margin-left: 5px;
}
#ad2 {
	padding: 10px;
}
#ad3 {
	padding: 10px;
}
div.space {
	margin-top: 20px;
}*/