@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	margin: 10px 0;
}
ol, ul {
	list-style: none;
}
p, #p2dxtbutton {
	margin: 1em 0;
	line-height:1.5em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}





/* custom styles */

a.sections {
	display: block;
	float: left;
	font-size: 1.1em;
	padding: 1em;
	margin: 0.5em;
	border: 1px solid #ccc;
	text-decoration: none;
	width: 280px;
}
a:hover.sections {
	background-color: #efefef;
}
a.sections dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}
a.sections p {
	margin: 0.5em 0 0;
	font-size: 0.9em;
	text-align: right;
	text-decoration: underline;
}



body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 76%;
	margin-top: 10px;
	line-height: 1.3;
	background: #fdfdfd url(../images/body-background.gif) repeat-y 50% 0;
}
a {
	color: #001EBE;
}
strong {
	font-weight: bold;
}
#wrapper {
	width: 956px;
	margin: auto;
	border: 2px solid #7e8081;
	background-color: #fff;
}
#header {
	padding: 10px;
	position: relative;
}
#header a#logo {
	display: block;
	height: 80px;
	text-indent: -99999px;
	background: url(../images/logo-trans.gif) no-repeat 0 0;
}
#header p {
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#header p a {
	font-weight: bold;
	text-decoration: none;
}
#header p a:hover {
	text-decoration: underline;
}
#nav div.moduletable_menu {
	/*background-color: #ccc;*/
	float: left;
	width: 100%;
}



/* Secondary navigation */


#contentarea div.moduletable_seconarymenu {
	width: 180px;
	float: left;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}
#contentarea div.moduletable_seconarymenu ul {
	padding: 0;
	margin: 6px 0;
}
#contentarea div.moduletable_seconarymenu ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border-bottom: 1px dotted #ccc;
}
#contentarea div.moduletable_seconarymenu ul li a {
	display: block;
	text-decoration: none;
	padding: 10px 5px
}
#contentarea div.moduletable_seconarymenu ul li.active {
	border-bottom: 1px dotted #BE0C00;
	font-style: italic;
	color: #BE0C00;
}
#contentarea div.moduletable_seconarymenu ul li.active a {
	color: #BE0C00;
}
#contentarea div.moduletable_seconarymenu ul li a:link {
	color: #001EBE;
}
#contentarea div.moduletable_seconarymenu ul li a:visited {
	color: #001EBE;
}
#contentarea div.moduletable_seconarymenu ul li a:hover {
	color: #BE0C00;
}
#contentarea div.moduletable_seconarymenu ul li.active a:visited {
	color: #BE0C00;
}




/* Main navigation */


/*
#nav ul.menu li a:link {
	color: #001EBE;
}
#nav ul.menu li a:visited {
	color: #001EBE;
}

#nav ul.menu li a:hover {
	color: #BE0C00;
	border-bottom: 3px solid #BE0C00;
	background: #ddd;
}

#nav ul.menu li a:active {
	border-bottom: 3px solid #BE0C00;
}
*/
#nav ul.menu li:hover {
	/*border-bottom: 3px solid #f00;*/
}
#nav {
	clear: both;
	float: left;
	width: 100%;
	font-size: 1.2em;
	/*padding-bottom: 7px;*/
	background-color: #ccc;
	background: url(../images/nav-gradient.gif) repeat-x 0 bottom;
}
#nav ul.menu {
	display:block;
	margin: 0 0 0 15px;
	padding: 0;
}
#nav ul.menu li {
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow: visible;
	text-align: center;
	margin-right: 15px;
}
#nav ul.menu li a {
	text-decoration: none;
	display: block;
	padding: 8px 15px 5px 15px;
	color: #001EBE;
	margin-bottom: 3px;
}
#nav ul.menu li.active a {
	border-bottom: 3px solid #666;
	background: #ddd;
	margin-bottom: 0px;
}
#nav ul.menu li a:hover {
	border-bottom: 3px solid #BE0C00;
	background: #ddd;
	color: #BE0C00;
	margin-bottom: 0px;
}


/* Content Area */

.clear {
	clear: both;	
}
.buttonheading img {
	border: none;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0;
}
#content {
	padding-top: 10px;
	margin: 10px 10px 10px 200px;
	width: 726px;
	overflow: auto; /* for ie7 */
}
#contentarea {
	padding:  0px;
	margin: 10px 10px 20px;
}

#content ul {
	list-style-type: disc;
	margin-left: 2em;
}

#content li {
	margin: 1em 0;
}

#footer {
	padding: 5px;
	color: #666;
	background: #ccc;
	text-align: right;
	background: url(../images/footer-gradient.gif) repeat-x 0 bottom;
}
#footer p {
	margin: 0;
	font-size: 0.9em;
	color: #eee;
}

#footer .moduletable {
	/*background-color: #ccc;*/
}



/* footer sitemap */

#footer-menu {
	padding: 10px;
	background-color: #aaa;
	font-size: 0.9em;
}
#footer-menu a {
	color: #fff;
}
#footer-menu ul {
	margin: 0.5em 0;
}
#footer-menu ul.menu li {
	font-weight: bold;
}
#footer-menu ul.menu li ul li{
	font-weight: normal;
	margin: 0.5em 0;
}
#footer-menu ul li {
	float: left;
	width: 175px;
	margin: 0.5em 5px;
}
#footer p {
	margin: 0;
	font-size: 0.9em;
	color: #eee;
}

#footer-menu .moduletable_menu {
	margin: 0 auto;
}


/* Blog layout */

div.blog div.contentdescription {
	margin-bottom: 15px;
}

div.blog div.buttonheading {
	float: right;
	margin: 10px 0;
}

div.blog .leading {
	padding: 10px;
	border: 1px solid #7E8081;
	background-color: #fcfcfc;
	margin-top: 1em;
}

div.blog .leading h2 {
	margin-top: 0;
	text-indent: 40px;
	background: url(../images/new-icon.gif) no-repeat 0 center;
}

div.blog p {
	margin: 10px 0;
}

div.blog .article_row {
	margin: 2em 11px;
}

div.blog p.pageinfo {
	font-size: 0.9em;
	margin: 10px 0;
}
div.blog a.readon {
	display: block;
	margin-top: 5px;
}

/* Contact layout */

#emailForm {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
}

#emailForm label {
	display: block;
}
#emailForm input, #emailForm textarea {
	margin-bottom: 1em;
}
#emailForm .contact_email_checkbox label, #emailForm #contact_email_checkbox input {
	display: inline;
	margin-bottom: 0;
}
#emailForm .contact_email_checkbox {
	margin-bottom: 1em;
}

/* buy now */
.buy-now {
	padding: 10px;
	border: 1px solid #7E8081;
	background-color: #fcfcfc;
	margin-top: 1em;
}
.buy-now p {
	font-weight: bold;
	margin: 0 0 1em;;
}


/* System message */


#system-message {
	padding: 10px;
	border: 1px solid #c0d72f;
	background-color: #fcfcfc;
	margin: 0 0 10px;
}


/* Contact Us */

#qcontacts {
	font-size: 1.2em;
	margin-bottom: 2em;
}
#qcontacts #contact-address, #qcontacts .contact-other  {
	margin-bottom: 1em;
}
#qcontacts .marker {
	width: 6em;
}

blockquote {
	font-size: 1.3em;
	color: #666;
	padding-left: 3em;

}














