/* ----------------------------------------------------------------
Custom Reset
-----------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent;}
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
ol,ul,li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;border:0;outline:0;}
input,button,textarea,select{font-size:100%;}
body{font-size:13px;font-family:arial,helvetica,clean,sans-serif;font-size:small;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;padding:4px;border:1px solid #bbb;}
table{font-size:inherit;}
pre,code,kbd,samp,tt{font-family:monospace;font-size:108%;line-height:100%;}
:focus{outline:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:none;}
a{outline:0;text-decoration:none;}

/* ----------------------------------------------------------------
CMS Specific Styling
----------------------------------------------------------------- */
.element{padding-bottom:20px;}
.element p{margin-bottom:20px;}


/* <textEditor> */
.imgspacing-upperleft{float:left;margin:0 10px 5px 0;}
.imgspacing-upperright{float:right;margin:0 0 5px 10px;}
.imgspacing-midleft{float:left;margin:5px 10px 5px 0;}
.imgspacing-midright{float:right;margin:5px 0 5px 10px;}
.imgspacing-lowleft{float:left;margin:5px 10px 0 0;}
.imgspacing-lowright{float:right;margin:5px 0 0 10px;}
/* </textEditor> */


/* ----------------------------------------------------------------
Common Styling
-----------------------------------------------------------------*/
.floatLeft{float:left;}
.floatRight{float:right;}
.clearFix{clear:both;}


/* ----------------------------------------------------------------
Fonts,Links,Headings & Inputs Styling
-----------------------------------------------------------------*/
body{font-family:Arial,sans-serif;font-size:13px;font-weight:normal;color:#333;}
p{font-size:92% !important;line-height:18px;color:#333;}
h1,h2,h3,h4,h5,h6{font-weight:bold;margin-bottom:4px;text-transform:uppercase;}
h1{font-size:131% !important;color:#0075b0;}
h2{font-size:123.1% !important;color:#0075b0;}
h3{font-size:116% !important;color:#0075b0;font-weight:normal !important;}
h4{font-size:108% !important;color:#fff;font-weight:normal !important;}
h5{font-size:100% !important;color:#0075b0;}
h6{font-size:92% !important;color:#fff;}
a,a:active,a:link{color:#0075b0;text-decoration:none;outline:none;}
a:visited{color:#0075b0;text-decoration:none;outline:none;}
a:hover,a:focus{color:#c28c42;text-decoration:underline;outline:none;}
em,i{font-style:italic;}
strong,b{font-weight:bold;}


/* ----------------------------------------------------------------
Navigation, Fonts, Lists Styling
----------------------------------------------------------------- */
ul.nav,ul.nav ul{list-style:none;margin:0;padding:0;}
ul.nav{position:relative;height:41px;z-index:90;float:left;line-height:41px;}
ul.nav li {
    display:block;
    list-style:none;
    float:left;
    position:relative;
    height:41px;
    margin:0 20px 0 10px;
}
ul.nav li a,ul.nav li a:link,ul.nav li a:active,ul.nav li a:visited,ul.nav li.selectedPage a{font-size:108%;color:#fff;text-transform:uppercase;display:block;font-weight:bold;}
ul.nav li.selectedPage a, ul.nav li.selectedPageRoot a{color:#fcb131;text-decoration:none;}
ul.nav li.selectedPage a:focus,ul.nav li.selectedPage a:hover,ul.nav li.selectedPageRoot a:focus,ul.nav li.selectedPageRoot a:hover{color:#fcb131;text-decoration:none;}
ul.nav li:hover a,ul.nav li.Hover a{color:#fcb131;text-decoration:none;}
ul.nav li ul {
    display:none;
    padding: 0 10px;
    position: absolute;
    left: -20px;
    top: 41px;
}

ul.nav li.hover ul {
    background-color: #00629D;
    display: block;
    width: 200px;
}

ul.nav li ul li {
  display: block;
  float: none;
  height: auto;
  line-height: 1.5em;
  margin: 0;
}

ul.nav li.hover ul li a {
    color: #fff;
    padding: 0.5em;
}

ul.nav li.hover ul li a:hover,
ul.nav li.hover ul li a:active {
    color: #fcb131;
}
    
ul.subNav {width:190px;padding:0 0 30px 0 ;background:#fff;margin:0 0 10px 0;}
ul.subNav li {list-style:none;padding:0;margin:0 0 8px 0;line-height:18px;}
ul.subNav li a,ul.subNav li a:link,ul.subNav li a:active,ul.subNav li a:visited,ul.subNav li.selectedPage a {font-size:108% !important;color:#00649f;text-decoration:none;}
ul.subNav li.selectedPage a:focus,ul.subNav li.selectedPage a:hover,ul.subNav li.selectedPageRoot a:focus,ul.subNav li.selectedPageRoot a:hover{color:#c28c42;text-decoration:none;}
ul.subNav li:hover a,ul.subNav li.Hover a{color:#c28c42;text-decoration:none;}

h1#logo {width:299px;height:135px;}
h1#logo a:link,
h1#logo a:active,
h1#logo a:visited {width:299px;height:135px;display:block;text-indent:-9999px;background:url("../images/logo.jpg") no-repeat 0 0;}


/* Links, Lists, Buttons, Ect... */
.blogList li,.eventsList li, .linksModule ul li {font-size:108% !important;margin-bottom:10px;list-style:none !important;font-weight:normal !important;padding:0 !important;}
.element ul li {list-style:disc inside;margin-bottom:10px;}
.element ul li ul li {padding-left:20px;margin:4px 0 4px;list-style: circle inside;}
.element ul,.element ol,.element dl {margin:10px 0;}
.element dt { font-weight: bold; text-decoration: underline;}
.element dd { margin: 0; padding: 0 0 0.5em 0;}
.element ol li{list-style: decimal inside !important;margin-bottom:10px;}


/* ----------------------------------------------------------------
IE FIxes
----------------------------------------------------------------- */
* html div.search .searchButton{font-size:0;display:block;line-height:0}  /* ie6 */
*+html div.search .searchButton{font-size:0;display:block;line-height:0}  /* ie7 */

/* ----------------------------------------------------------------
Main Structure & Style
-----------------------------------------------------------------*/
html{min-height:100%;background: #fff;}
body{min-height:100%;background: #fff;}
* html{height:100%;}
div.siteWrapper {width:950px;margin:0 auto;}
div#topBanner {min-width:100%;height:41px;background:url("../images/topBanner_bkgd.jpg") repeat-x 0 0;}
div#mainFeature {width:950px;height:295px;background:#eee;margin-bottom:44px;}


div#subFeatures {width:950px;background:url("../images/subFeatures_bkgd.jpg") repeat-y 0 0;margin-top:10px;}
div#subFeaturesTitle {width:950px;}
div.subBox {width:310px;margin-right:10px;}
div.subBoxLast {margin-right:0 !important;}
div#subFeatures div.subBox {width:280px !important;padding:10px 15px;}
div#subFeatures div.subBox h1,div#subFeatures div.subBox h2, div#subFeatures div.subBox h3, div#subFeatures div.subBox h4, div#subFeatures div.subBox h5, div#subFeatures div.subBox h6, div#subFeatures div.subBox p {color:#666666;font-weight:normal;font-size:108% !important;text-transform:none;}
div#subFeatures div.subBox span {font-size:92% !important;}

div#footer {margin:40px 0 20px;}
div#footer p.floatRight {text-align:right;}
div#footerFeatures {background:url("../images/footerFeatures_bkgd.jpg") repeat-y 0 0;width:950px;color:#fff;margin-bottom:10px;}
div#fr,div#fl {width:449px;padding:13px 10px;}
div#footerFeatures h1,div#footerFeatures h2,div#footerFeatures h3,div#footerFeatures h4,div#footerFeatures h5,div#footerFeatures h6,div#footerFeatures,div#footerFeatures p {color:#fff;}

div.search {float:right;margin-top:50px;}
div.search .searchInput {border:1px solid #3396c5;width:182px;height:12px;padding:3px;font-size:10px;float:left;}
div.search .searchButton {background:url("../images/search.jpg") no-repeat 0 0 !important;height:20px;width:75px;border:0 !important;text-indent:-9999px;font-size:0px;display:block;float:left;margin:0 10px;}

a#youtube {display:block;text-indent:-9999px;width:70px;height:26px;background:url("../images/youtube.jpg") no-repeat 0 0;}
a#facebook {display:block;text-indent:-9999px;width:120px;height:26px;background:url("../images/facebook.jpg") no-repeat 0 0;}
a#twitter {display:block;text-indent:-9999px;width:38px;height:26px;background:url("../images/twitter.jpg") no-repeat 0 0;}

/* ----------------------------------------------------------------
Internal Template Structure & Style
-----------------------------------------------------------------*/
div#mainContent {width:950px;background:url("../images/mainContent_bkgd.jpg") repeat-y 0 0;}
div#subCol {width:190px;margin-right:10px;}
div#mainCol {width:750px;}
div#subCol .element,div#subCol .container {padding:0 10px;}

h1#pagetitle {font-size:240% !important;}
div#subCol h2 {margin:4px 0 !important;padding:0 !important;}
h2.postTitle {font-weight:normal !important;font-size:108% !important;text-transform:none !important;margin-right:0 !important;margin-left:0 !important;padding:0 !important;}