/***
 * CSS code to support http://www.neokinetics.com/
 * Last updated: 22 July, 2009
 ***/




/******************* Defaults *******************/




* {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.3em;
}

body {
	padding-bottom: 120px;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/bg_body-repeat.gif) repeat-x left bottom;
}

li {
    list-style-type: none;
}

a {
    color: #023399;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0;
}

hr {
    margin: 10px 0;
    height: 1px;
    color: #DDD;
    background: none;
    border: none;
    border-top: dashed 1px;
}

abbr,
acronym {
	cursor: help;
	text-decoration: underline;
}

input,
select,
label,
a {
	cursor: pointer; 
}




/******************* Global Classes *******************/




/***** floating classes *****/



.left { float: left; }
.right { float: right; }
.clear { clear: both; display: block; }



/***** visibility classes *****/



.visible { display: block; visibility: visible; }
.invisible { display: none; visibility: hidden; }



/***** form and inputs classes *****/



.form-table td { padding: 0 0 5px 20px; white-space: nowrap; }
.form-table td td { padding: 0; white-space: normal; }

input, textarea, select { border: solid 1px #ccc; }

.textbox { padding: 2px 5px; font-size: 14px; color: #666; background: url(images/bg_textbox-repeat.jpg) repeat-x; }

.button { padding: 7px 15px; font-size: 12px; color: #fff; background: #ebebeb url(images/bg_button.jpg) repeat-x left 50%; border: none; }
.button:hover { background: #f9f8fd url(images/bg_button-hover.jpg) repeat-x left 50%; }




/******************* IDs and inner classes *******************/




/***** wrappers *****/


#outer-wrapper {
    padding-bottom: 23px;
    background: url(images/bg_wrapper_bottom_shadow.jpg) no-repeat 50% bottom;
}

#inner-wrapper {
    width: 1000px;
    margin: auto;
    background: #fff;
}


/***** header *****/


#header {
    height: 66px;
    padding: 26px 3px 0 3px;
    text-align: left;
    background: url(images/bg_header.gif) no-repeat right top;
}


/***** page-title *****/


#page-title img {
    display: block;
    min-width: 1000px;
    min-height: 148px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #013298;
}

#page-title h1 {
    display: none;
    visibility: hidden;
}


/***** menu *****/


#main-menu { height: 36px; margin-bottom: 10px; background: url(images/bg_main_menu_spirit.gif) repeat-x 0px 0px; }
#main-menu .left-edge { height: 36px; background: url(images/bg_main_menu_spirit.gif) no-repeat 0px -37px; }
#main-menu .right-edge { height: 36px; background: url(images/bg_main_menu_spirit.gif) no-repeat right -74px; }

#main-menu ul {
    height: 36px;
    margin-left: 170px;
    padding-left: 2px;
    background: url(images/bg_main_menu_spirit.gif) no-repeat 0px -110px;
    overflow: hidden;
}

#main-menu li {
    float: left;
    height: 35px;
    padding: 1px 3px 0 0;
    font-size: 17px;
    background: url(images/bg_main_menu_spirit.gif) no-repeat right -110px;
}

#main-menu li a {
    display: block;
    height: 30px;
    padding: 5px 30px 0;
    margin-left: -1px;
    color: #f6f6f6;
    text-decoration: none;
}

* html #main-menu li a {
    display: inline-block;
}

#main-menu li a:hover {
    color: #f6f6f6;
    background: url(images/bg_main_menu_spirit.gif) repeat-x 0px -147px;
}

#main-menu li a:active,
#main-menu li.selected a { 
    padding-left: 27px;
    padding-top: 2px;
    border-left: solid 3px #6c6d6e;
    border-top: solid 3px #808081;
    background: url(images/bg_main_menu_spirit.gif) repeat-x 0px -150px;
    color: #ccc;
}


/***** sub-menu *****/


#sub-menu {
    height: 72px;
    background: url(images/bg_sub_menu_spirit.gif) repeat-x 0px 0px;
}

#sub-menu ul {
    height: 53px;
    margin-left: 16px;
    padding-left: 4px;
    background: url(images/bg_sub_menu_spirit.gif) no-repeat 0px -73px;
    overflow: hidden;
}

#sub-menu li {
    float: left;
    height: 53px;
    padding-right: 4px;
    font-size: 17px;
    background: url(images/bg_sub_menu_spirit.gif) no-repeat right -73px;
}

#sub-menu li a {
    display: block;
    height: 39px;
    padding: 14px 23px 0;
    margin-left: -1px;
    color: #fff;
    text-decoration: none;
}

* html #sub-menu li a {
    display: inline-block;
}

#sub-menu li a:hover {
    background: url(images/bg_sub_menu_spirit.gif) repeat-x 0px -127px;
    color: #fff;
}

#sub-menu li a:active,
#sub-menu li.selected a {
    padding-left: 20px;
    padding-top: 11px;
    border-left: solid 3px #003366;
    border-top: solid 3px #003366;
    background: url(images/bg_sub_menu_spirit.gif) repeat-x 0px -130px;
    color: #66aafe;
}


/***** footer *****/


#content {
    min-height: 205px;
    padding: 25px 43px 50px;
    text-align: left;
    font-size: 13px;
    font-weight: 100;
    color: #666;
}

* html #content {
    height: 280px;
}

#content .left-content {
    width: 555px;
    padding-right: 40px;
}

#content .right-content {
    width: 265px;
    padding-left: 40px;
}

#content h2 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 100;
    color: #003c7f;
}

#content h2 .first-line {
    display: block;
    color: #808080;
}

#content h3 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: bold;
    color: #808080;
}

#content p,
#content ul {
    margin-bottom: 25px;
}

#content p.style2 {
    color: #023399;
    white-space: nowrap;
}

#content li {
    padding: 0 0 5px 10px;
    background: url(images/arrow_blue.gif) no-repeat left 6px;
}

/* link-box1 */

#content .link-box1 {
    position: relative;
    display: block;
    min-width: 269px;
    min-height: 40px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #fff;
    background: #003d7e;
    text-decoration: none;
}

* html #content .link-box1 {
    width: 269px;
    height: 40px;
}

#content .link-box1:hover {
    text-decoration: none;
    color: #66aafe;
}

#content .link-box1 img {
    display: block;
}

#content .link-box1 .text {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
}


/***** footer *****/


#footer {
    padding: 6px;
    background: #d1d2d4 url(images/bg_footer-repeat.jpg) repeat-y;
}

#footer p {
    font-size: 12px;
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}
