/* CSS Document */


/*---------------------------------------------
--------- MAIN LAYOUT -------------------------
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}

#wrapper {
	margin: auto;
	width: 760px;
	clear: both;
}

#header {
	width:760px;
	height: 75px;
	background: #ffffff url(images/article_header.gif) no-repeat bottom;
	margin:auto;
	padding-top:20px;
	clear:both;
}

#mainContent {
	float: left;
	width: 540px;
}

.mainContentBox {
	padding: 15px;
	margin-bottom: 10px;
	background: #ffffff url(images/article_shadow.gif) no-repeat bottom;
}

.tableOfContents {
	padding: 15px;
	margin-bottom: 10px;
	background: #ffffff url(images/article_shadow.gif) no-repeat bottom;
}

#sideContent {
	float: right;
	width:200px;
}

#contactBox {
	border-top: 1px solid #333333;
	margin:10px 0px 20px 0px;
	background: #ffffff url(images/contact_back.gif) repeat-y top;
}

#contactArea {
	border: 1px solid #333333;
	padding:10px 80px 10px 10px;
	margin-bottom:20px;
	background: transparent url(images/contact_footer2.jpg) no-repeat bottom right;
}

#knowledgeBox {
	background: #ffffff url(images/knowledge_shadow.gif) no-repeat bottom;
	margin-bottom: 20px;
	margin-top:20px;
	padding-bottom:10px;
}

#clearer {
	clear: both;
}

#bar {
	height: 29px;
	background: #ffffff url(images/article_bar.gif) repeat-x bottom;
}

#footer {
	height: 26px;
	background: #ffffff url(images/article_footer.gif) repeat-x bottom;
}

#copyright {
	width:760px;
	clear:both;
	margin:auto;
	padding:10px;
}

/*---------------------------------------------
--------- @HEADERS ----------------------------
---------------------------------------------*/
h1 {
	text-indent: -5000px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color:#dc4c13;
}

h3 { 
	font-size: 1.1em;
	font-weight: bold;
}

h4 {
	font-weight:bold;
	font-size:1em;
}

.mainContentBox h2{
	padding-left:1.3em;
	background: #ffffff url(images/article_icon.gif) no-repeat left center;
}

.mainContentBox h3{
	padding-bottom: 1em;
	padding-left:1.3em;
}

.mainContentBox h4{
	padding-bottom:1em;
}

.tableOfContents h2 {
	padding-left:0em;
	padding-bottom:1em;
	background-image:none;
}

#contactBox h3 {
	padding:0px 10px 0px 10px;
	font-size:1.4em;
	text-align:center;
	margin:8px 0px 5px 0px;
}

#contactBox h4 {
	font-size:.9em;
	text-align:center;
	font-weight:bold;
	padding:0px 10px 0px 10px;
	margin:5px 0px 12px 0px;
}

#contactArea h3 {
	font-size:1.4em;
	margin:0px 0px 12px 0px;
}

#knowledgeBox h3 {
	background: #333333 url(images/knowledge_header.gif) no-repeat top;
	color:#ffffff;
	text-align:center;
	font-size:1.3em;
	line-height:25px;
}

/*---------------------------------------------
--------- @TYPOGRAPHY (more) ------------------
---------------------------------------------*/
.mainContentBox p{
	margin-bottom: 10px;
	line-height:1.4em;
}

#contactBox p{
	padding: 0px 10px 0px 10px;
}

#contactBox .end {
	background: transparent url(images/contact_footer.jpg) no-repeat bottom right;
	font-weight:bold;
	text-align:center;
	padding:30px 80px 75px 10px;
}

.end strong {
	color:#dc4c13;
	font-size:1.3em;
}

#knowledgeBox p {
	padding:0px 10px;
	margin:10px 0px;
}

.smallText {
	border-top: #CCCCCC dashed thin;
	border-bottom: #CCCCCC dashed thin;
	background-color: #FDEED9;
	font-size: 0.9em;
}

.orangeHighlight {
	color: #dc4c13;
	font-size: 0.8em;
	border-top: #CCCCCC dashed thin;
	padding: 5px;
	text-align: center;
}

p.contactButton {
	margin: 0px 0px 0px 10px;
	float:right;
}

#copyright p {
	text-align:center;
	font-size:.8em;
}

#bar p {
	width:760px;
	margin:0px auto;
	font-weight:bold;
	font-size:1em;
	text-align:right;
	line-height:23px;
	padding-right:20px;
}

/*---------------------------------------------
--------- @LINKS ------------------------------
---------------------------------------------*/
a:link {
	color: #0066CC;
}

a:visited {
	color: #666666;
}

a:hover, a:active {
	color: #003366;
}

.tableOfContents a:link, .tableOfContents a:visited {
	color: #0066CC;
	font-weight:bold;
}

.tableOfContents a:hover, a:active {
	color: #003366;
}

#knowledgeBox a {
	font-weight:normal;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color:#dc4c13;
}

/*---------------------------------------------
--------- @LISTS ------------------------------
---------------------------------------------*/
#mainContent ul {
	margin: 0px 0px 10px 20px;
	list-style-type: none;
}

#mainContent li {
	background: url(images/list_bullet.gif) no-repeat 0 top;
	padding-left: 1.7em;
}

.tableOfContents ul {
	margin: 0px 0px 10px 0px !important;
}

.tableOfContents li {
	margin-bottom:2px;
}

#knowledgeBox ul {
	list-style-type:none;
	padding:0px 10px;
}

#knowledgeBox li {
	background: url(images/icon_pdf.gif) no-repeat left top;
	margin-bottom:5px;
	padding-left:30px;
	font-weight:bold;
}

#contactBox ul {
	margin: 10px 0px 10px 5px;
	padding-left:5px;
	list-style-type: none;
}

#contactBox li {
	background: url(images/list_bullet.gif) no-repeat 0 top;
	padding-left: 1.7em;
	margin:5px 0px;
	font-size:.9em;
}

/*---------------------------------------------
--------- @IMAGES ------------------------------
---------------------------------------------*/
.contactButton a:link, .contactButton a:visited {
	display:block;
	width:160px;
	height:50px;
	text-indent:-5000px;
	background: #ffffff url(images/contact_button.jpg) no-repeat left top;
}

.contactButton a:hover {
	background: #ffffff url(images/contact_button.jpg) no-repeat right top;
}

/*---------------------------------------------
--------- @OFFERS ------------------------------
---------------------------------------------*/

#contactBox .endMay07 {
	background: transparent url(images/contact_footer_May07.jpg) no-repeat bottom right;
	font-weight:bold;
	text-align:center;
	padding:60px 80px 75px 10px;
}

.endMay07 strong {
	color:#dc4c13;
	font-size:1.3em;
}
