@charset "utf-8";
/* CSS Document */

* {
   margin: 0;
   padding: 0;
}

html, body {
   height: 100%;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 10pt;
}

body {
   background: #426C98 url(../images/shadow-back.png) center top repeat-y;
}

a {
   color: #34567A;
}

a:hover {
}

a img {
   border: none;
}

#shadow {
   min-height: 100%;
   height: auto !important; /*ie6*/
   height: 100%;
   width: 900px;
   background: #FFFFFF;
   margin: 0 auto -40px auto;
}

#main {
   margin: 0 auto;
   height: 100%;
   width: 900px;
}

/*oooooooooooooooooooo Header*/
#header {
   background: #FFFFFF;
   height: 115px;
   position: relative;
}

#logo {
   width: auto;
   height: auto;
   position: absolute;
   top: 20px;
   left: 25px;
}

#logo img {
   height: 75px;
}

#sitebrand {
   position: absolute;
   top: 25px;
   left: 125px;
   font-size: 24pt;
}

#tagline {
   position: absolute;
   top: 60px;
   left: 125px;
   font-size: 12pt;
}

/*oooooooooooooooooooo Navigation*/
#nav-horizontal {
   height: 33px;
   width: 100%;
   background: #000000;
   color: #FFFFFF;
   float: left;
}
#nav-horizontal ul {
}
#nav-horizontal li {
   list-style: none;
   display: block;
   float: left;
}
#nav-horizontal a {
   display: block;
   padding: 10px 30px;
   color: #FFFFFF;
   font-size: 12pt;
   text-decoration: none;
}
#nav-horizontal a:hover, #nav-horizontal a.active {
   background: #34567A;
}

#bottom {
   background: #FFFFFF;
   width: 860px;
   padding: 20px;
   clear: both;
}

#sidebar {
   list-style: none;
   float: right;
   width: 160px;
   border: none;
   text-align: center;
   margin: 0;
   padding: 0 10px 10px 10px;
}

#searchbox {
   padding: 0;
   margin-bottom: 10px;
}

.searchbox {
   height: 18px;
   padding: 3px;
   display: block;
   float: left;
   width: 122px;
}
.search_button {
   display: block;
   float: right;
}

#ad img{
   width: 160px;
}


/*oooooooooooooooooooo Content*/
#content {
   width: 670px;
   position: relative;
   padding-bottom: 10px;
}

.top-image {
   float: right;
   max-width: 35%;
   margin-left: 15px;
   margin-bottom: 15px;
}
/* Footer ***********************/
 #footer, #sticky-footer-push {
   height: 40px; /* #sticky-footer-push must be the same height as #footer */ /*do not replace with min-height*/
   width: 100%;
}

#sticky-footer-push {
   clear: both;
   visibility: hidden;
}

#footer {
   background: #000000;
   color: #FFFFFF;
   clear: both;
   text-align: center;
   height: 20px;
   padding: 10px 0;
}

#footer-links {
	text-decoration: none;   
	text-align: center;
}

#footer-links A {
   color: #FFFFFF;
	text-decoration: none;
   margin: 0 50px; 
}

#footer-links A:hover {
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/

h1 {
   font-size: 18pt;
   margin-bottom: .5em;
}

h2 {
   font-size: 14pt;
   margin-bottom: 1em;
   margin-top: 10px;
}

#content p {
   line-height: 1.5em;
   margin-bottom: 1em;
}
#content ul,
#content ol {
   margin-left: 20px;
   margin-bottom: 1em;
}

/* Definition Lists  ************/
dl {
   margin-bottom: 1em;
}
dt {
   font-weight: bold;
   margin-top: .75em;
}

dd {
   margin-left: 0;
}

/* Lined Tables  ************/

table.lined {
	border-collapse: collapse;
	margin: 10px;
}

table.lined th {
	background: #34567a;
	color: #FFFFFF;
	text-align: left;
}

caption {
	margin-top: 1em;
	font-size: 14pt;
	text-align: left;
}

tr.even-row {
	background: #CCCCCC;
}

table.lined td, table.lined th {
	border: 1px solid #888888;
	padding: 3px 5px;
   vertical-align: top !important;
}
table.lined tfoot {
   font-weight: bold;
}

.clear {
   clear: both;
}
.leftcol {
   width: 50%;
   float: left;
}
.rightcol {
   width: 50%;
   float: right;
}

/* CSS Document for portfolio */

table.portfolio  {
   margin-top: 1em;
   margin-bottom: 1em;
   border: none;
   width: 100%;
   border-collapse: collapse;
}
.portfolio tr {
   border-top: 1px solid #CCCCCC;
}
.portfolio td {
   border: none;
	margin-bottom: 2em;
	height: 10em;
	padding: 10px 5px;
}
.portfolio dt {
   margin-top: 0;
}
.portfolio .example img {
   max-width: 200px;
	text-align: center;
}
.portfolio .example {
   width: 200px;
   text-align: center;
}

.code {
   font-family: courier, "courier new", monospace;
   font-size: .5em;
}

.codeblock {
   font-family: courier, "courier new", monospace;
   font-size: .5em;
	border: 1px solid #888;
	background-color: #eee;
	padding: .5em;
   margin-bottom: 1em;
}

.fakeoutput {
	border: 2px solid #39c;
	background-color: #eef;
	padding: .5em;
}   

#success
{
	font-family: Arial, sans-serif;
	background: #006997;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	margin-bottom: 3px;
}
#error
{
	font-family: Arial, sans-serif;
	background: #F2B705;
	color: #404040;
	padding: 3px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}

ol {list-style-type: decimal;}
ol ol {list-style-type: upper-alpha;}
ol ol ol {list-style-type: upper-roman;}
ol ol ol ol {list-style-type: lower-alpha;}
ol ol ol ol ol {list-style-type: lower-roman;}
