@charset "utf-8";
/* CSS Document */

/* ------------ Globals ------------ */
* {margin:0; padding:0;}
img {border:0 none;}

/* ------------ Layout ------------ */
body {background: rgb(4,40,100) url(/images/bg.gif) repeat-x 0 0; font-family:verdana,arial,sans-serif; color:rgb(0,0,0); font-size:62.5%; margin:0 0 20px 0;}
#global-container {width:980px; margin:13px auto;}
#global-header {width:980px; height:125px;}
#global-menu {clear:both; width:980px; height:36px; background:url(/images/bg_global-menu.gif) repeat-x 0 0; border-top:1px solid rgb(80,80,80);}
#global-content {clear:both; width:978px; padding-top:20px; background: rgb(255,255,255) url(/images/bg_global-content.gif) repeat-x 0 0; border:1px solid rgb(255,255,255); border-top:none;}
#global-body {clear:both; width:978px; background: url(/images/bg_global-body.gif) repeat-y 0 0; margin-top:17px;}
#global-crumbs {clear:both; width:978px; margin:-15px 0 0 0;}
#global-contentbottom {clear:both; width:978px; height:30px; background: url(/images/bg_global-contentbottom.gif) repeat-x 0 0;}
#global-footer {clear:both; width:980px; height:87px; background:url(/images/bg_global-footer.gif) repeat-x 0 0; border-bottom:1px solid rgb(80,80,80);}

/* ------------ #global-header ------------ */
#global-header .logo {float:left; width:216px; height:62px; padding:44px 0 0 61px;}
#global-header .links {float:right; width:500px; height:36px; margin-top:44px; padding-left:7px; background:url(/images/bg_global-header_links.gif) no-repeat left bottom;}
#global-header .links ul {height:36px; list-style-type:none;}
#global-header .links li {display:block; float:left; line-height:35px !important; line-height:36px /* IE6 */; padding:0 10px 0 10px; background:url(/images/bg_global-header_links.gif) no-repeat center center;}
#global-header .links li.right {width:7px; height:36px; background:url(/images/bg_global-header_links.gif) no-repeat right 0; padding:0; margin:0;}
#global-header .links a, #global-header .links a:visited {color:rgb(255,255,255); text-decoration:none; font-size:1.3em;}
#global-header .links a:hover {text-decoration:underline;}

/* ------------ #global-menu ------------ */
#global-menu ul {list-style-type:none;}
#global-menu ul li {display:block; float:left; padding:3px 8px 0 8px; position:relative; z-index:auto !important; z-index:1000 /*IE6*/; background:url(/images/bg_global-menu_divider.gif) no-repeat right top;}
#global-menu ul li a {display:block; line-height:33px; padding:0 8px 0 8px; float:none !important; float:left /*IE6*/; font-size:1.2em; color:rgb(255,255,255); font-family:Arial; text-decoration:none;}
#global-menu ul li a span.left {display:block; position:absolute; bottom:0; left:8px; width:5px; height:33px; background:transparent;}
#global-menu ul li a span.right {display:block; position:absolute; bottom:0; right:8px; width:5px; height:33px; background:transparent;}
#global-menu ul li a:hover, #global-menu ul li.stick a {color:rgb(35,38,42); background:url(/images/bg_global-menu_hover.gif) no-repeat center top;}
#global-menu ul li a:hover span.left, #global-menu ul li.stick a span.left {background:url(/images/bg_global-menu_hover.gif) no-repeat 0 0;}
#global-menu ul li a:hover span.right, #global-menu ul li.stick a span.right {background:url(/images/bg_global-menu_hover.gif) no-repeat right 0;}
#global-menu ul li ul {display:none;}

/* Non-IE6 Hovers */
#global-menu ul li:hover a {color:rgb(35,38,42); background:url(/images/bg_global-menu_hover.gif) no-repeat center top;}
#global-menu ul li:hover a span.left {background:url(/images/bg_global-menu_hover.gif) no-repeat 0 0;}
#global-menu ul li:hover a span.right {background:url(/images/bg_global-menu_hover.gif) no-repeat right 0;}
#global-menu ul li:hover ul {display:block; width:13.0em; position:absolute; z-index:999; top:3.5em; margin-top:0.1em; left:0;}
#global-menu ul li:hover li {background:transparent; padding-top:0;}
#global-menu ul li:hover ul li a {display:block; width:13.0em; height:auto; line-height:27px; color:rgb(35,38,42); background:rgb(218,218,218); font-weight:normal; border-bottom:1px solid rgb(193,199,200);}
#global-menu ul li:hover ul li a span.left {display:none;}
#global-menu ul li:hover ul li a span.right {display:none;}
#global-menu ul li:hover ul li a:hover {background:rgb(200,200,200);}

/* IE6 Hovers */
#global-menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
#global-menu ul li a:hover {color:rgb(35,38,42); background:url(/images/bg_global-menu_hover.gif) no-repeat center top;}
#global-menu ul li a:hover span.left {background:url(/images/bg_global-menu_hover.gif) no-repeat 0 0;}
#global-menu ul li a:hover span.right {background:url(/images/bg_global-menu_hover.gif) no-repeat right 0;}
#global-menu ul li a:hover ul {display:block; width:13.0em; position:absolute; z-index:999; top:2.9em; t\op:2.9em; left:0; marg\in-top:0.1em;}
#global-menu ul li a:hover li {background:transparent; padding-top:0;}
#global-menu ul li a:hover ul li a {display:block; w\idth:13.0em; height:1px; line-height:27px; color:rgb(35,38,42); background:rgb(218,218,218); font-weight:normal; border-bottom:1px solid rgb(193,199,200);}
#global-menu ul li a:hover ul li a span.left {display:none;}
#global-menu ul li a:hover ul li a span.right {display:none;}
#global-menu ul li a:hover ul li a:hover {background:rgb(200,200,200);}

/* ------------ #global-menu .sharethis ------------ */
#global-menu .addthis {float:right; padding:9px 8px 0 0;}
#global-menu .addthis a {color:#fff; text-decoration:none;}
#global-menu .addthis a:hover {text-decoration:underline;}

/* ------------ #global-content ------------ */
#global-content p a, #global-content p a:visited {color:rgb(0,106,131); text-decoration:underline;}
#global-content h2 a, #global-content h2 a:visited {color:rgb(0,106,131); text-decoration:underline;}
#global-content td a, #global-content td a:visited {color:rgb(0,106,131); text-decoration:underline;}
#global-content p a img {border:solid 1px rgb(254,190,19);}
#global-content p a:hover{text-decoration:underline;}
#global-content p a:hover img {border:solid 1px rgb(220,220,220);}
#global-content li {margin-left:20px; padding:2px 0;}
#global-content hr {border-style:solid; background:rgb(150,150,150);}

/* ------------ #global-crumbs ------------ */
#global-crumbs ul {list-style-type:none; margin:5px 0 0 5px;}
#global-crumbs ul li {
	display:block; float:left; padding:0; margin:0; position:relative; z-index:auto !important; z-index:1000 /*IE6*/;
	background: url(/images/bg_global-crumbs.gif) no-repeat 5px 5px !important;
	color:rgb(0,0,0);
	padding:0 0 0 15px;
	font-weight:bold;}
#global-crumbs ul li a {color:rgb(125,63,62); text-decoration:underline; font-weight:normal;}
#global-crumbs ul li a:hover {text-decoration:underline;}

/* ------------ #global-content #home-feature ------------ */
#home-feature {width:938px; height:276px; margin:0 auto; background:rgb(220,225,226); border:1px solid rgb(203,209,210);}
#home-feature .content {position:absolute; width:619px; display:none; padding:10px;}
#home-feature .content h2 {font-weight:bold; font-size:2.5em; color:rgb(51,57,64); padding:0 0 10px 0;}
#home-feature .content p {font-size:1.2em;}
#home-feature .content p img {clear:both; float:none; margin:10px; padding:1px; border:1px solid rgb(150,150,150);}
#home-feature .button {display:block; width:240px; line-height:30px; margin-top:20px; padding-left:10px; color:rgb(255,255,255); font-size:1.2em; text-decoration:none; background:url(/images/bg_button_red.gif) no-repeat center center;}
#home-feature .links {float:right; width:299px; height:276px; background:rgb(208,214,215) url(/images/bg_home-feature_links.gif) repeat-y 0 0;}
#home-feature .links ul {list-style-type:none; font-family:Arial; font-size:1.4em; }
#home-feature .links li {display:block; margin-left:1px; background:transparent url(/images/bg_home-feature_links-li.gif) repeat-x 0 bottom;}
#home-feature .links a {display:block; margin-left:-1px; padding:10px 10px 10px 20px; font-weight:bold; color:rgb(35,38,42); text-decoration:none;}
#home-feature .links a .sub-title {font-weight:normal; font-size:0.8em; color:rgb(79,83,87);}
#home-feature .links li.active a {background:transparent url(/images/bg_home-feature_links-a.gif) no-repeat 0 center;}

/* ------------ #global-content #center-court------------ */
#center-court {float:left; width:618px; margin:20px 0 0 20px;}
#center-court p{font-size:1.2em; margin:0 0 20px 0; text-align:left;}
#center-court ul {margin:0 0 10px 30px;}
#center-court ol {margin:0 0 10px 30px;}
#center-court li {font-size:1.3em;}
#center-court h1 {clear:both; display:block; color:rgb(35,38,42); font-weight:bold; font-size:1.8em; padding:10px 0 10px 0;}
#center-court h2 {clear:both; margin:10px 0 10px 0; font-size:1.6em; color:rgb(35,38,42); font-weight:normal;}
#center-court h3 {clear:both; margin:10px 0 10px 0; font-size:1.2em; color:rgb(35,38,42); font-weight:bold;}
#center-court h4 {clear:both; margin:10px 0 10px 0; font-size:1.2em; color:rgb(35,38,42); font-weight:normal;}
#center-court img {clear:both; float:none; margin:3px 10px 7px 10px; padding:1px; border:1px solid rgb(150,150,150);}
#center-court h1.page-title {padding:0px 0 20px 0;}

/* ------------ #global-content #center-court.content-block ----------- */
#center-court .content-block {margin-bottom:10px !important; margin-bottom:5px /*IE6*/;}
#center-court .content-block .caption {font-size:0.7em; font-weight:normal; text-align:center; color:rgb(80,80,80);}
#center-court .content-block .caption img {float:none; display:block; margin:0 0 3px 0;}
#center-court .content-block .left {clear:both; float:left; margin:3px 10px 7px 0;}
#center-court .content-block .center {clear:both; float:none; display:block; margin:0 auto;}
#center-court .content-block .right {clear:both; float:right; margin:3px 0px 7px 10px;}
#center-court .content-block .side {clear:none;}
#center-court .content-block img {padding:1px; border:1px solid rgb(150,150,150);}
#center-court .content-block p {font-size:1.3em; margin:0 0 10px 0; text-align:left;}
#center-court .content-block h2 a {color:rgb(35,38,42);}

/* ------------ #global-content #center-court #home-bottom ------------ */
#home-bottom {padding-top:10px;}
#home-bottom h2 {color:rgb(0,0,0); font-weight:bold; text-transform:uppercase; font-size:1.8em; font-family:Arial;}
#home-bottom ul {margin-left:10px; font-size:1.0em}
#home-bottom ul ul {margin-left:0; font-size:0.7em;}
#home-bottom li {}
#home-bottom a.button {display:block; width:300px; line-height:30px; margin-top:20px; text-align:center; color:rgb(255,255,255); font-size:1.5em; text-decoration:none; background:url(/images/signupbutton.jpg) no-repeat center center; font-family:Arial; text-transform:uppercase;}
#home-bottom p a {font-weight:bold;}

/* ------------ #global-contet #left-sidebar ------------ */
#left-sidebar {float:left; width:200px; margin:30px 0 0 20px;}
#left-sidebar p {color:rgb(0,0,0); font-size:1.2em; line-height:1.2em; padding:0 0 5px 0;}
#left-sidebar p img {clear:both; float:none; margin:5px; border:1px solid rgb(254,190,19); padding:1px;}
#left-sidebar p object {margin:5px auto;}

/* ------------ #global-content #left-sidebar.item-list ------------ */
#left-sidebar .item-list {background:rgb(238,238,238); padding:10px;}
#left-sidebar .item-list ul {list-style-type:none;}
#left-sidebar .item-list li {margin:0; padding:0;}
#left-sidebar .item-list a {display:block; padding:5px 5px 6px 5px; color:rgb(0,106,131); text-decoration:none; font-size:1.1em; background:transparent;}
#left-sidebar .item-list a:hover {color:rgb(0,0,0); background-color:rgb(252,234,149);}

/* ------------ #global-content #right-sidebar ------------ */
#right-sidebar {float:right; width:280px; margin-right:20px;}
#right-sidebar h2 {font-size:1.8em; font-variant:small-caps; color:rgb(0,106,131); font-weight:bold; font-family:Arial; padding-bottom:5px;}
#right-sidebar p {color:rgb(0,0,0); padding:10px; font-size:1.1em;}
#right-sidebar p a {font-weight:bold; font-size:1.1em;}

/* ------------ #global-body #right-sidebar #newsletter-form ----------- */
#newsletter-form {padding-bottom:10px; border-bottom:1px solid rgb(0,106,129); margin-bottom:10px;}
#newsletter-form h2 {font-size:1.8em; font-variant:small-caps; color:rgb(0,106,131); font-weight:bold; font-family:Arial; padding-bottom:0;}
#newsletter-form p {color:rgb(0,0,0); padding:0 0 3px 0; font-size:10px; line-height:14px;}

/* ------------ #global-body #center-court.contactform ----------- */
#contactform {width:418px; margin:2.0em auto; padding:10px 10px 0 10px;}
#contactform fieldset {padding:20px 0 0 0 !important /*Non-IE6*/; padding:0 /*IE6*/; margin:0 0 20px 0; border:solid 1px rgb(150,150,150);}
#contactform fieldset legend {margin:0 0 0 5px !important /*Non-IE*/; margin:0 0 20px 5px /*IE6*/; padding:0 2px 0 2px; color:rgb(80,80,80); font-weight:bold; font-size:130%;}
#contactform label.left {float:left; width:100px; margin:0 0 0 10px; padding:2px; font-size:90%;text-align:right;}
#contactform select.combo {width:175px; padding:2px; border:solid 1px rgb(150,150,150); font-family:verdana,arial,sans-serif; font-size:110%;}
#contactform input.field {width:275px; padding:2px; border:solid 1px rgb(150,150,150); font-family:verdana,arial,sans-serif; font-size:110%; background:rgb(240,240,240);}
#contactform textarea {width:350px; padding:2px; border:solid 1px rgb(150,150,150); font-family:verdana,arial,sans-serif; font-size:110%; background:rgb(240,240,240);}
#contactform input.button {float:right; width:9.0em; margin:0 20px 10px 0; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(200,200,200); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(0,0,0); font-size:110%;}
#contactform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80);}

/* ------------ #global-footer------------ */
#global-footer .left {float:left; width:635px; padding:10px 0 0 15px;}
#global-footer .right {float:right; width:321px; height:87px; padding-top:10px; background:url(/images/bg_credits.gif) no-repeat 0 0; color:rgb(200,200,200);}
#global-footer p {color:rgb(255,255,255); font-size:1.1em; padding:20px;}
#global-footer a, #global-footer a:visited {color:rgb(255,255,255);}
#global-footer .left a {text-decoration:none;}
#global-footer .left a:hover {text-decoration:underline;}
#global-footer .right a {text-decoration:underline;}

#global-footer ul {list-style-type:none;}
#global-footer li {display:block; float:left; padding:20px; font-size:1.5em;}

/* ------------ credits ------------ */
#credits {padding-top:10px; text-align:center; color:rgb(200,200,200);}
#credits a {color:rgb(244,122,36);}
#credits a:hover {color:rgb(244,122,36);}