/* VERTEX COMPANY WEBSITE
	Print stylesheet created by Abdus Samad
	September 2007
*/

body {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body, p, td, th, ul, a {
	background-color: #fff;
	color: #000;
	font: 10pt/14pt verdana, arial, sans-serif, "times new roman";
	text-align: left;
}

p {
	margin-bottom: 15px;
}


/* HIDE
==================================================================== */
#skip, 
#masthead, 
#divisionalMessage, 
#menu, 
#printButton, 
#caseStudies,
#registerInformation, 
#commonFooter 
{
	display: none !important;
}



/* LIST
==================================================================== */
ul {
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 5px;
	list-style: disc;
}

#breadCrumbs ul {
	margin: 0;
	padding: 10px;
	padding-left: 0;
}

#breadCrumbs ul li {
	display: inline;
	padding: 5px 10px 5px 0;
	list-style: none;
}

/* highlight current page */
#breadCrumbs li.current a {
	font-weight: bold;
}

/* list for news, articles & papers and links section */
#rightColumn ul {
	margin-bottom: 10px;
}

#rightColumn ul li {
	list-style: square;
}



/* HEADERS
==================================================================== */
h1, h2, h3, h4, h5 {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	margin-bottom: 10px;
	background-color: #fff;
	color: #333399;
}

h1 { font-size: 200%; }

h2 {
	font-size: 150%;
	margin-bottom: 20px;
}

h3 { font-size: 125%; }

h4, h5 {	font-size: 110%; }

/* headers in right column */
#rightColumn h2 {
	width: 190px;
	padding: 10px 0;
}

/* headers for section in right column */
#news .pageRight {
	border-bottom: 1px dashed #333;
}

#articlesPapers .pageRight, #links .pageRight  {
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
}

/* content pane - e.g. mngt team - name */
#pageContentInsertText h2 a {
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

/* content pane - e.g. mngt team - job title */
#pageContentInsertText h3 {
	font: normal italic 100% verdana, arial, sans-serif;
}


/* LAYOUT
==================================================================== */
/* black-white printed vertex logo */
#printedLogo {
	margin: 0;
	margin-bottom: 10px;
	padding: 15px 0 10px;
	border-bottom: 1px solid #333399;
	width: auto;
}

#printedLogo img {
	background-color: #fff;
	width: 115px;
	height: 29px;
}

/* container for breadcrumbs and main text content */
#content {
	float: left;
	margin: 0;
	width: 65%;
	background-color: #fff;
}

#breadCrumbs {
	padding: 10ox 0;
	font-size: 90%;
	width: 90%;
	border-bottom: 1px dashed #333;
}

/* images in main content */
#pageContent img {
	float: left;
	margin: 0;
	margin-top: 15px;
	padding: 0 15px 10px 0;
}

/* content pane - e.g. management team */
#pageContentInsert {
	width: 95%;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
}

/* e.g. mngt team - name & job title */
#pageContentInsertText {
	float: left;
	width: 70%;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

/* e.g. mngt team - photos */
#pageContentInsertImage {
	float: right;
	width: 25%;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

/* container for news, articles & papers and links */
#rightColumn {
	float: right;
	width: 25%;
	margin: 0;
	padding: 0 10px;
	border-left: 1px dashed #333;
	background-color: #fff;
}


/* LIST
==================================================================== */
a {
	color: #333399;
	text-decoration: underline;
}

/* breadcrumbs links */
#breadCrumbs a {
	color: #000;
	text-decoration: none;
	padding-bottom: 5px;
}

/* news, articles & papers and other links in right column */
#rightColumn a {
	color: #000;
	text-decoration: none;
}

/* sitemap */
#siteMap li a {
	color: #000;
	text-decoration: none;
}

/* boldens the top menu */
#siteMap ul li a {
	font-weight: bold;
}

#siteMap ul li ul li a {
	font-weight: normal;
}
