/**
 * Reset padding and margins to mitigate browser differences.
 */
* {
	padding:0;
	margin:0;
}

a img {
	border: 0;
}


h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	margin: 0px;
	padding: 0px;
	text-align: left;
}
ul, ol, dl { 
	margin: 1em 0.5em;
}

li, dd { 
	margin-left: 1em; 
}

fieldset { 
	padding: .5em; 
}

div {
}

dfn {
	text-decoration: none;
}

body {
	font-family: Verdana, Arial;
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: left;
}

body#body {
	background: #eeedef url(/_composer/images/page.background.top.jpg) top repeat-x;
	/*background-color: #cccccc;*/
	text-align: left;
}

table tr td {
	font-family: Verdana, Arial;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

textarea#content,
#page_container {
	width: 780px;
	/*overflow: hidden; Removed to allow undermenus be visible outside the container */
	margin: auto;
	position: relative;
	text-align: left;
}


/**
 * Head
 */

div#head {
	width: 100%;
	background: url(/_composer/images/header_ny.jpg) top left no-repeat;
	margin: 4px 0px 0px 0px;
	padding: 4px 0px;
	height: 99px;
}

div#head img#print-header {
	display: none;
}

div#head h1 {
	display: none;
}


/**
 * Breadcrumb
 */
#breadcrumb {
	width: 100%;
	list-style: none;
	margin: 6px 0 0 -6px;
	padding: 0;
}

#breadcrumb li {
	display: inline;
	margin: 0;
	padding: 0 0 0 6px;
}

#breadcrumb li a {
	color: #808080;
	text-decoration: none;
}

#breadcrumb li a:hover {
	text-decoration: underline;
}

/**
 * Containers
 */ 
div#main-container {
	margin: 0;	
	padding: 0;
}

div#extra-container {
	margin: 0;	
	padding: 0;
	position: relative;
	height: auto;
}

div#main-sub-container {
	clear: both;
	display: block;
	background: url(/_composer/images/background.gif) top left repeat-y;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	min-height:500px;
	height:auto !important;
	height:500px;
}


div#first-module-column {
	float: left;
	padding: 0px 10px 10px;
	width: 167px;
}

div.module-box-delimiter {
	background: url(/_composer/images/delimiter.gif) left top repeat-x;
	width: 162px;
	height: 2px;
	margin: 10px 0px 10px 3px;
}

div.certificates {
	position: absolute;
	bottom: 0px;
	text-alignment: center;
}

div#content-container {
	float: left;
	width: 560px;
	padding: 0px 15px;
}

div#content
{
	margin-top: 6px;
}

/**
 * Footer
 */
div#footer {
	clear: both;
	background: url(/_composer/images/background_bottom.gif) left top no-repeat;
	padding: 15px 0px;
	padding-left: 8px;
	text-align: left;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	width: 100%;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

/**
 * Powered by Composer
 */
#pbscomposer {
	position: relative;
	left: 0px; 
	top: -4px;
	margin-top: -4px;
	display: block;
	clear: both;
	font-family: Verdana, arial, sans-serif;
	font-size: 9px;
	color: #666;
	width: 185px;
	text-align: center;
	text-decoration: none;
	height: 1px;
} 

#pbscomposer:hover {
	text-decoration: underline;
}

.module-box {
	padding-top: 15px;
}