/*reset
--------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, 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;background:transparent;}
em, i {font-style: italic;}
strong {font-weight: bold;}
:focus {outline: 0;}
ol, ul {list-style: none;}
/* ------------------------------------------------------------------------ */

/* grid & structure
--------------------------------------------------------------------------- */
#wrapper { width:790px; padding:0 100px; margin:0 auto; }
#header { width:100%; background-color:#fe9f2d; }
#header #headerContent { width:790px; margin:0 auto;}
#content { padding:20px 0;}
#leftColumn { width:230px; float:left; text-align:right;  }
#rightColumn { width:550px; float:left; margin:0 0 0 10px; display:inline; }

/* ------------------------------------------------------------------------ */


/* typo
--------------------------------------------------------------------------- */
body { font-size: 62.5%; color:#3b3b3b; font-family:Arial, Helvetica, sans-serif; }

a { text-decoration:none; color:#da3a3b; }
a:hover {text-decoration:underline; }
/*
h1, h2, h3, h4 {font-weight:normal; }
*/
p {margin:0; }

.textNormal { font-size:1.2em; line-height:18px; }
.textNormalGrey { color:#8f8f8f; font-size:1.2em; line-height:18px; }

.textSmall { font-size:10px; }
.textSmallGrey { font-size:1em; color:#8f8f8f; }

.textLarge { font-size:2em;}
.textLargeGrey { font-size:2em; color:#8f8f8f;}

.pipeSpacer {padding:0 3px; }
/* ------------------------------------------------------------------------ */


/* common
--------------------------------------------------------------------------- */
body {background-color:#3b3b3b;}
html, body{height:100%; }
html{height:100.5%!important;} /*displays the vertical scroll in firefox */
.clear{clear:both;}
.pipeSpacer {color:#d3d3d3; padding:0 3px;}
.goRight { float:right;}
.goLeft { float:left;}
.hiddenContent {display:none;}
.visibleContent {display:block;}

/* clearfix --------*/
.clearfix:after {content: "."; display: block; height: 0;  clear: both; visibility: hidden;}
* html .clearfix {height: 1%;} /* Hides from IE-mac */
.clearfix {zoom: 1;}  /*end tweak for ie7 */
/* clearfix --------*/

/* banners */
/* end banners */

/* breadcrumbs */
.breadcrumbs {border-bottom:1px solid #f6f6f6; padding:9px 20px 7px 20px; font-size:1.1em; background-color:#fff;}
.breadcrumbs a {color:#4b565d;}
/* end breadcrumbs */

/* paginator */
.paginator { font-size:1.1em; margin:0 0 20px 0;}
.paginator a {padding:4px 7px; border:1px solid #e8e8e8; text-decoration:none!important; color:#4B565D; }
.paginator a:hover { background-color:#3381B2; color:#fff; border-color:#3381B2;}
.paginator span {padding:0 10px;}
/* end paginator */

/* system messages */
#wrapper .error {font-size:1.2em; font-weight:bold; color:#ff0000; background-color:#f3f3f3; padding:12px 10px 9px 55px; background-position:-154px -773px; margin:0 0 15px 0;}
#wrapper .succes {font-size:1.2em; font-weight:bold; color:#34c43b; background-color:#f3f3f3; padding:12px 10px 9px 55px; background-position:-154px -810px; margin:0 0 15px 0;}
/* end system messages */

#logo {padding:10px 13px 0 0;}

/* nav */
.nav { font-size:1.2em; font-weight:bold; border-top:1px solid #727272; margin:15px 0 0 0;}
.nav li { border-bottom:1px solid #727272; padding:10px 15px 12px 0; }
.nav li a { color:#afafaf;}
.nav .selected { background:url(../images/arrow.gif) no-repeat right center;}
.nav .selected a { color:#fff;}
/* end nav */

/* boxType0 */
.boxType0 { padding:20px; background-color:#fff; }
/* end boxType0 */

/* boxType1 */
.insideBox {margin:10px!important; }
.boxType1 {margin:0 0 20px 0;}
.boxType1Header { background-color:#998a6d; font-size:1.4em; font-weight:bold; color:#fff; padding:5px 10px;}
.boxType1Content { border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; padding:10px 10px 10px 10px; }
/* end boxType1 */

/* tabsNav */
.tabsNav { height:1%; overflow:hidden; font-size:1.2em; font-weight:bold; }
.tabsNav li { float:left; padding:8px 10px 6px 10px; margin:0 4px 0 0; display:inline; background:#6a6a6a url(../images/bg_tabsnav.gif) repeat-x 0 0; border:1px solid #747474; }
.tabsNav li a {color:#fff;}
.tabsNav .selected { padding:9px 10px 5px 10px; border-left:0; border-right:0; border-top:0; border-bottom:6px solid #fff; background:#fff; background-image:none;}
.tabsNav .selected a { color:#000; }
/* end tabsNav */

/* listType0 */
.listType0 li {}

.item .thumb { float:left; margin:0 10px 0 0;}
.item .blurb { font-size:1.2em; line-height:18px;}
.item .links { font-size:1.1em; margin:4px 0 0 0;}
.item .links a { text-decoration:underline; }
.item .links a:hover {text-decoration:none;}

.item { height:1%; overflow:hidden; padding:0 0 10px 0; margin:0 0 10px 0; border-bottom:1px solid #e8e8e8; }

/* end listType0 */
/* ------------------------------------------------------------------------ */

/* login box */
.loginBox {margin:200px auto; width:300px; background-color:#fff; border:1px solid #e8e8e8; padding:10px; font-size:1.2em;}
.formHeader { font-weight:bold; color:#fff; background-color:#998a6d; padding:5px 10px; margin:0 0 10px 0;}
.loginBox .formLine {margin:0 10px 10px 10px;}
.loginBox .formLine select {width:150px; }
.loginBox .formLine label { width:100px; float:left; }
.loginBox .formLine label .customInput { width:150px; padding:0; margin:0;}
/* login box */

/* Footer
--------------------------------------------------------------------------- */
#footer { width:100%; color:#ddd; text-align:right; font-size:1.1em; background-color:#575757;}
#footerContent {width:790px; margin:0 auto; padding:10px 0;}
#footerContent a {color:#4b565d;}
#moreFooter {text-align:right;}
.tree { display:block; margin:10px 0 0 0; font-size:1.1em;}
/* ------------------------------------------------------------------------ */


ul.links_list {list-style:none;display:block; margin:0;padding:0;}
ul.links_list li {border-bottom:1px dashed #998A6D;   margin:0 0 1px 5px; padding:3px 5px 0px 0;list-style:none;font-size:13px;}
ul.links_list li img {float:left;padding:2px 5px 5px 0;}
ul.links_list li a {font-weight:bold;}


/* ------------------------------------------------------------------------ */


