* { margin: 0; padding: 0; outline: 0 }

body {
    background: white;
    font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #666666; 
    text-align: center;	
}

/* links */
a, a:visited {	
    color: #306495;
    background: inherit;
    text-decoration: none;
}
a:hover {
    color: #73471B;
    background: inherit;
    text-decoration: underline;
}

/* headers */
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
    font-weight: Bold;
    padding: 10px;
    color: #444;
    display: block;
}
h1 {
    font-size: 2.2em;		
}
h2 {
    font-size: 2em;
    color: #88ac0b;
}
h3 {
    font-size: 1.4em;
    font-weight: normal;
}
h4 {
    font-size: 1.2em;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 5px;
}
h5 {
    font-size: 1.1em;
    font-weight: normal;
    padding-bottom: 5px;
}
h6 {
    font-size: 1.0em;
    font-weight: normal;
    padding-bottom: 5px;
}
h7 {
    font-size: 0.9em;
    font-weight: normal;
    padding-bottom: 5px;
}
h8 {
    font-size: 0.8em;
    font-weight: normal;
    padding-bottom: 5px;
}
h9 {
    font-size: 0.75em;
    font-weight: normal;
    padding-bottom: 5px;
    color: #88ac0b;
}

/* Paragraph */
p { padding: 8px 10px;	}

u {
    background: #dfe1f8;
    text-decoration: none;
}

/* Lists */
ul, ol {
    margin: 10px 20px;
    padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
    font-weight: bold;
    color: #79A62E;
    margin-left: 25px;
}
dd {
    margin-left: 25px;
    padding-left: 25px; 
}

/* images */
img {
    border: 1px solid #dcdcdc;
    padding: 3px;
}
    

.ekb-article img {
    background: #fafafa;
    border: 1px solid #dcdcdc;
    padding: 7px;
    display: block;
    max-width: 100%;
}

code {
    font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
}
pre > code {
    margin: 5px 0;
    padding: 15px;
    text-align: left;
    display: block;
    overflow: auto;  
    font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
    /* white-space: pre; */
    border: 1px dashed #aaaaaa;
}
acronym {
    cursor: help;
    border-bottom: 1px dotted #895F30;
}
blockquote {
    margin: 15px 10px;
    padding: 5px 7px 5px 40px;  	
    font-weight: normal;
    font-size: 17px;
    line-height: 1.6em;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;		
    color: #80614D;	
    border: 0px;
}

/* start - table */
table {
    margin: 0 auto;
    padding: 0;
    background: none;
}
td {
    padding: 0;
    border: 0;
}
tr.header > td {
    text-decoration: underline;
    font-weight: bold;
}
table.pretty, table.eqldata {
    border-collapse: collapse;
    margin: 15px 10px;              
    background: #fff;
}
table.pretty th, table.eqldata th {
    height: 38px;
    padding-left: 12px;
    padding-right: 12px;
    color: #fff;
    text-align: left;
    background: #ADD163;    
    border-width: 1px;
    border-style: solid;
    border-color: #C4DE8F #93C138 #93C138 #C4DE8F;  
}
table.pretty tr, table.eqldata tr {
    height: 34px;
}
table.pretty td, table.eqldata td {
    padding-left: 11px;
    padding-right: 11px;
    border: 1px solid #E7F0CC;
}
/* end - table */

/* home paragraph */

/* form elements */
#main form {
    margin: 15px 10px; 
    padding: 10px 5px 10px 5px;
    border: 1px solid #218ed6;
    background: #e1e1ec;
}

label {
	display:block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #684F3E;
}


#main .ekb-article form {
    border: 1px solid #D8E99E; 
}
input {
    padding: 4px;
    color: #666666;		
    font: normal 11px Verdana, sans-serif;
}
input.button { 
    font: bold 12px Arial, Sans-serif; 
    height: 30px;
    margin: 0;
    padding: 2px 3px; 
    color: #fff;
    background: #A6CD56;
    
    border-width: 1px;
    border-style: solid;
    border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
    position: relative;
    width: 920px;
    margin: 0px auto;
    text-align: left;	
}
#content-wrap {
    position: relative;
    clear: both;
    float: left;	
    width: 920px;	
    padding: 25px 0; 	
}
#header {
    position: relative;
    width: auto;
    background: none;
    float: left;
    color: #fff;	
    padding: 0;	
    margin: 0;
}
#header h1#logo-text a {
    margin: 0; padding: 0;
    font: bold 41px/48px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
    letter-spacing: -3px;
    text-decoration: none;
    color: #fff;
    
    /* change the values of top and left to adjust the position of the logo*/
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 2px;
}
#header h1#logo-text a:hover, 
#header h1#logo-text a:active {
    background: #0c4e80;	
}
#header h1#logo-text {
    position: relative;
    top: 0px; left: 0px;
    padding: 0;
}
#header h1#logo-text #logo-equals {
    color: #D6EBAB;
    margin-right: 2px;
}
#header h1#logo-text a#current {	
    background: #093a5f url(pointer.gif) no-repeat;
    background-position: 84px bottom
}
/* header quick search */
#nav form#quick-search {
	position: relative;
	float: right;
	top: 9px; right: 15px;
	padding: 0; margin: 0;
	border: none;
	width: 223px; height: 33px;
	background: #82c7f4 url(header-search.gif) no-repeat;	
	z-index: 999999;
}
#nav form#quick-search p {
	margin: 0; padding: 0;		
}
#nav form#quick-search input {
	border: none;
	background: transparent;
	color: #0e5792;
	float: left;
}
#nav form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 170px;	
	display: inline;
}
#nav form#quick-search .btn{
	width: 25px; height: 25px;		
}
#nav form#quick-search label {
	display: none;
}

/* Navigation */
#nav {
    padding: 0;	margin: 0;
    height: 50px;
    background: #0e609e url(nav-minimal.png) repeat-x;
}
#nav ul {
    float: left;
    list-style: none;	
    margin: 0;
    padding-left: 0px;
    height: 50px;
}
#nav ul li {
    display: inline;
    margin: 0; padding: 0;
}
#nav ul li a {
    display: block;
    float: left;
    width: auto;
    margin: 0;
    padding: 0 14px;
    color: #fff;
    font: bold 16px/50px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
    text-decoration: none;	
    letter-spacing: -0.5px;
}
#nav ul li a:hover, 
#nav ul li a:active {
    background: #0c4e80;
}
#nav ul li#current a {	
    background: #093a5f url(pointer.gif) no-repeat center bottom;	
}

/* Main Column */
#main {
    float: left;
    width: 525px;
    padding: 0; margin: 0 0 0 0;
    display: inline;	
}
.nosidebar #main {
    width: 100%;
}
.nosidebar #main p {
    max-width: 525px;
}
.nosidebar #main ul {
    max-width: 525px;
}
#main h2 {
    font: bold 2.25em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
    color: #115280; 
    padding: 10px 0 5px 5px; 	
    margin-left: 5px;		
    letter-spacing: -1px;
    border-bottom: 1px solid #A4AAE9;
}
#main h2 a {
    color: #115280;
    text-decoration: none;		
}
#main h3, #main h4, #main h5, #main h6, #main h7, #main h8, #main h9 {
    color: #115280; 
}
#main ul li {
    list-style-image: url(bullet.gif);
}
.minimal #main ul li {
    list-style-type: disc;
    list-style-image: none;
}

#main .col3, #main .col3-center {
    float: left;
    width: 33%;
}

#main .col3-center { 
    width: 33%;
}

.twocols {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.col2, .col2big {
    float: left;
}

.col2 {
    text-align: center;
    width: 30%;
    padding-top: 15px;
}

.col2big {
    width: 69%;
    font-size: 120%;
}

#main .bigaction {
	clear: both;
	padding: 5px 5px; 
	margin: 150px auto 10px auto;
	color: #A2745D;
	border: 1px solid #218ed6; 
	background: #e1e1ec;
	width: 10em;
	line-height: 2em;
	font-size: 150%;
	text-align: center;
	position: relative;
}

#main .columnar {
    float:left;
    margin-left:5px;
    margin-right:5px;
    width: 445px;
}

#main .testimonial {
        width:800px;
	margin:5px 0 80px 0;
}

#main .left-quote {
	float:left;
	width:68px;
	height:77px;
}

#main .testimonial-txt {
	float:left;
	text-align:justify;
	width:535px;
	padding:10px 0 0 40px
}

#main .testimonial-cite {
	float:left;
	text-align: center;
	width:205px;
	min-height:105px;
	margin-left:10px;
	margin-bottom:10px;
	display:inline;
}

#main .testimonial-name {
	float:left;
	text-align:center;
	width:180px;
	padding:0px 0 0 28px;
}

.minimal #main iframe {
        display: block;
        margin: 0 auto;
	border: 1px solid #D8E99E; 
}
.minimal #main table {
    padding-right: 1em;
    margin: 0 auto;
}


#main h3 {
    padding-top: 20px;
    padding-bottom: 0px;
}


#sidebar {
    float: right;
    width: 270px;
    padding: 0; 
    margin: 0 45px 0 0;
    display: inline;	
}
#sidebar h3 {
    color: #115280; 
    font: normal 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
    text-transform: none;
    padding: 10px 0 2px 0; 
    margin: 10px 0 0 10px; 
}

/* sidebar menu */
#sidebar .sidemenu {
    margin: 5px 10px 8px 7px; padding: 0;
    text-decoration: none;		
    border-top: 2px solid #D0D0D0;
}
#sidebar .sidemenu li {
    list-style: none;
    margin: 0;
    padding: 7px 10px; 			
    border-bottom: 1px solid #DADADA;
}
* html body #sidebar .sidemenu li {
    height: 1%;
}
#sidebar .sidemenu li a {
    text-decoration: none;	
    color: #684F3E;	
}
#sidebar .sidemenu li a span {
    color: #A98D76;	
    font-size: .9em;
    
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: normal;		
}
#sidebar .sidemenu li a:hover {	
    color: #000;	
    background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* search form */
#sidebar .searchform {
    background-color: transparent;
    border: none;	
    margin: 0 0 0 5px; 
    padding: 10px 0 10px 10px;	
    width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
    width: 180px;
    height: 18px;
    padding: 2px;	
    vertical-align: top;
}
#sidebar .searchform input.button { 
    width: 60px;
    height: 24px;
    padding: 4px;
    margin: 2px;
    vertical-align: top;
}

/* footer */
#footer-wrap {
    clear: both;
    width: 920px;
    text-align: left;
    padding: 0;	margin: 0;
}

#footer-content {
	width: 920px;
	padding: 30px 0 35px 0;
}

#footer-wrap p {
    padding:10px 0;
}
#footer-wrap h3 {
    color: #145F94; 
    margin: 0;
    padding: 5px 0 5px 10px; 
    text-transform: uppercase;
}
#footer-wrap a:hover { 
    color: #000; 
    text-decoration: none;
}

#footer-columns {
	color: #888;
	margin: 0 auto;
	padding: 0;
	width: 920px;
}

#footer-columns ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}


#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #684F3E;
}

#footer-columns .col5, #footer-columns .col5-center {
	margin-left: 9px;
	float: left;
	width: 32%;
}


/* bottom */
#footer-bottom {
	color: #555;
	width: 920px;
	padding: 0px 0 10px 0;
	font-size: 0.95em;
	text-align:center;
}

#footer-bottom .col4, #footer-bottom .col4-center, #footer-bottom .col4-right {
	margin: 20px 0px 20px 9px;
	float:left;
	text-align: left;
	width: 30%;
}

#footer-bottom .col4-center {
	margin: 20px 40px;
}

#footer-bottom .col4-right {
	margin: 20px -13px;
}

#footer-bottom a { color: #306495; }

.post-info {
    font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; 
}
.post-info a, .post-info a:visited { 
    color: #9C652E;
}

.blogitemtitle {
    padding-bottom: 0px;
}
.blogitemfrom {
    padding-top: 0px;
}
.blogitemhr {
    margin: 10px 0 10px 10px;
}
.itemdescription pre {
    padding-left: 10px;
}

/*
 * Warnings
 */
#main .warnings {
    max-width: 75%;
}
#main .warnings dt b {
    color: red;
}
#main .warnings dt {
    color: #666666;
    font-weight: normal;
}
.nowrap {
    white-space: nowrap;
}

/* The below code is stolen from
 * http://www.thecssninja.com/xhtml/ie6-min-width-solutions
 * and is designed to give IE6 min-width capability.
 */
.minwidthbodywrap {
    min-width: 1030px;
}
* html .minwidthbodywrap {
    padding: 0 515px;
}
.minwidthbodywrap .ie6bodywrap1 {
    width: 100%;
}
.minwidthbodywrap .ie6bodywrap2 {
    margin: 0 -515px;
    position: relative;
    float: left;
}

.onwebopts ul {
    margin: 0px;
}

.onwebopts ul li {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
