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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1.4em;
	color: black;
    background: #e8ebef;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
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: "" "";
}
h1, h2, h3, h4, h5 {
	color: #3b73b9;
	font-weight: bold;
	margin: 0 0 0 0;
}
h5 { font-size: 10px; }
h4 { font-size: 12px; }
h3 { font-size: 13px; margin-bottom: 12px; }
h2 { font-size: 14px; margin-bottom: 14px; }
h1 { font-size: 16px; }
p { margin: 0 0 12px 0; }
p.smallprint { font-size: 10px; color: #666; }


/*** layout ***/
div#outer {
    width: 804px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

div#header {
    margin: 0px;
	text-align:center;
	margin: 0px 0px 30px 0px;
}

div#main {
    padding: 30px;
    background-color:#FFFFFF;
    text-align: left;
}

div#mainimage {
	margin: 0 0 25px 0;
}

div#boxes {
	margin-top: 30px;
}

div#boxL {
	width: 388px;
	margin-bottom: 30px;
}
div#boxR {
	float: right;
	width: 320px;
}
div#leftmenu {
	float:left;
	height:100%;
	width: 113px;
	font-size: 11px;
	line-height: 1.2em;
}
div#leftmenu a {
	color: #000;
}
div#leftmenu ul {
	list-style: square outside url(../gfx/bullet.gif);
	margin: 7px 0 0 15px;	
}
div#leftmenu li {
	margin: 0 0 7px 0;
}

div#contentR {
	float: right;
	width: 606px;
}
div#contentR ul, li {
	list-style: square outside url(../gfx/bullet.gif);
	margin-left: 10px;
}
div#contentFull {
	width: 744px;
}
div.dotted {  
  background: url(../gfx/dotted.gif) repeat-x center;
  width: 100%;
  height: 1px;
  font: 1px/0px serif;
  margin: 7px 0;
}
div.sectionDivider {  
  text-align:center;
  width: 100%;
}
div.sectionDivider div {  
  background: url(../gfx/section-divider.gif) repeat-x center;
  width: 90px;
  margin: 20px auto 20px auto;
  height: 10px;
}
div#boxBottom {  
  background: url(../gfx/dotted.gif) repeat-x bottom;
  width: 100%;
  height: 1px;
  font: 1px/0px serif;
  margin: 7px 0;
  padding-top: 14px;
}
div.contactUsBox {  
  background: #ffffff;
  width: 100%;
  border: 1px solid #3b73b9;
  padding: 3px 8px;
  font-size: 12px;
}
span#contactUsBoxHeader {
  font-size: 12px;
  color: #3b73b9;
  font-weight: bold;
}
div.messageBox {  
  background: #7bb3f9;
  border: 1px solid #3b73b9;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

/*** articles ***/
div.author {
	margin-top: 15px;
	background: #EEE;
	font-size: 10px;
	padding: 10px;
	line-height: 1.2em;
}
div#toc {
	background: #EEE;
	font-size: 11px;
	padding: 10px;
	float: right;
	border: 1px solid #CCC;
	margin: 0px 0 10px 10px;
	width: 250px;
	line-height: 1.3em;
}
div#toc div#tocimage { text-align: center; width: 100%; }
div#toc div#tocimage img { border: 1px solid #CCC; }
	

/*** images ***/
div.imageBox {
	margin: 4px 8px 2px 0; 
	padding: 4px;
	background-color: #EEE;
	border: 1px solid #CCC;
	font-size: 10px;
	text-align: center;
	float: left;
	line-height: 1.3em;
}
div.imageBox.right { 
	float: right; 
	margin: 4px 0 2px 8px; 
}
div.imageBox > img { border: 1px solid #CCC; }
div.imageCaption { width: 195px; }
div.imageCaptionToc { width: 235px; }

div.partnerlogo { 
	float: right; 
	padding-left: 30px;
}

div.casestudyText {
	width: 235px;
	text-align: left;
}

/*** links ***/
a {
	color: #3b73b9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*** Forms ***/
form table td {
	padding: 3px 15px 3px 0px;
	vertical-align: top;
}
input, textarea {
	width: 250px;
	border: 1px solid #AAA;
}
textarea.eula {
	width: 500px;
	border: 1px solid #AAA;
}
select.yesno {
	width: 75px;
}
input.submit {
	width: 125px;
	background-color: #FFF;
	float: right;
}
#errorMessage {
	font-size: 10px;
	color: #F00;
	width: 200px;
}

/*** Footer ***/
#footer { 
	margin: 20px 0 0 0;
	font-size: 11px; 
	color: #555;
	clear: both;
}
#footernav a { 
	color: #555;
}
#copy {
	float: right;
}
