@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 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;
}                                    
img, object, embed {max-width: 100%;}
html {overflow-y: scroll;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
del {text-decoration: line-through;}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #333;
    cursor: help;
}
table {border-collapse: collapse; border-spacing: 0;}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select {vertical-align: middle;}
pre, code, kbd, samp {
    font-size: 80%;
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
select, input, textarea {font: 99% sans-serif;}
table {
    font-size: inherit;
    font: 100%;
}
a:hover, a:active {outline: none;}
small {font-size: 85%;}
.bold, strong {font-weight: bold;}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
.clickable, label, input[type=button], input[type=submit], button {cursor: pointer;}
button, input, select, textarea {margin: 0;}
button {
    width: auto;
    overflow: visible;
}
html {
    font: 95%/1.3em Helmet, Freesans, sans-serif;
    min-height: 100%;
}
body, select, input, textarea {color: #333;}
p {padding: 0.3em 0;}
h1 {
    color: #33c;
    font-size: 2.5em;
    line-height: 1em
}
h1 small {
    font-size: .6em;
    line-height: 1em
}
h2 {
    font-size: 1.5em;
    line-height: 1.2em
}
h3 {
    font-size: 1.2em;
    line-height: 1.2em
}
a {
    color: #03f;
    text-decoration: none;
}
a:hover {
    color: #f36;
    text-decoration: underline;
}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*    j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

body {
    height: 100%;
    background: #cae7f8; /* Old browsers */
    background: -moz-linear-gradient(top, #cae7f8 0%, #cae7f8 10%, #8dcaed 50%, #8dcaed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cae7f8), color-stop(10%,#cae7f8), color-stop(50%,#8dcaed), color-stop(100%,#8dcaed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cae7f8 0%,#cae7f8 10%,#8dcaed 50%,#8dcaed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cae7f8 0%,#cae7f8 10%,#8dcaed 50%,#8dcaed 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #cae7f8 0%,#cae7f8 10%,#8dcaed 50%,#8dcaed 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae7f8', endColorstr='#8dcaed',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #cae7f8 0%,#cae7f8 10%,#8dcaed 50%,,#8dcaed 100%); /* W3C */
    text-align: center;
}
#container {
    background: none;
    width: 960px;
    margin: 0 auto;
    text-align: left;
}
#banner {padding:10px 0;}
#wrapper {
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    -moz-box-shadow: 3px 3px 15px #333;
    -webkit-box-shadow: 3px 3px 15px#333;
    box-shadow: 3px 3px 15px #333;
}
#navBar {
    height: 38px;
    width: 100%;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	background-image:url(../images/navbar1.png);
    overflow: auto;
}
#content {
    background-color: #fff;
    border-top: 3px solid #346e96;
    border-bottom: 3px solid #346e96;
    padding: 5px 10px;
}
#container {height: 100%;}
#navBar ul {
	margin:0;
	list-style-type:none;
	padding:0 10px;
}

#navBar li {
	margin:0;
	padding:0;
	float:left;
}		

#navBar li a {
	text-transform:uppercase;
	padding:0 15px;
	font-weight:bold;
	display:block;
    line-height: 38px;
}

#dropdownmenu, #dropdownmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navBar li ul {
	padding:0;
	margin:0;
}

#container #navBar li ul li a {
	padding:5px 15px 6px;
	margin:0;
	width:120px;
	font-weight:bold;
	font-size:0.9em;
	text-transform:capitalize;
	background: url(../images/subnav.png) left;
    line-height: 1.3em;
}

#dropdownmenu a {
	display:block;
	text-decoration:none;
	padding:0;
	color:black;
}

#dropdownmenu a.trigger {
}

#dropdownmenu li {
	float:left;
	width:9em;
}

#dropdownmenu li ul, #dropdownmenu ul li  {
	width: 5em;
}

#dropdownmenu ul li a  {
	padding:0;
}

#dropdownmenu li ul {
	position: absolute;
	display: none;
	padding:0;
	margin:0;
}

#dropdownmenu li:hover a, #dropdownmenu a:focus,
#dropdownmenu a:active {
	background-image:url(../images/navbar2.png);
}

#dropdownmenu li:hover ul {
	display: block;
}

#dropdownmenu li:hover ul a, #dropdownmenu li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

#dropdownmenu a:hover {
	color:#fffbb4!important;
    text-decoration: underline;
}

#dropdownmenu li {width: auto;}

#container #navBar li ul li a.last {
    padding-bottom: 10px;
	-moz-border-radius: 0px 0px 10px 10px
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}	
#footer {
    -moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
    background: #e6f0ff;
}
/* IE specific styles
-------------------------------------------------------------------------------*/
.ie6 body {text-align: center;}
.ie6 #container {text-align: left;}
.ie6 input {vertical-align: text-bottom;}
.ie7 img {-ms-interpolation-mode: bicubic;}
.ie6 html {
    height: 100%;
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {
.noPrint {display: none;}
}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
}

@media all and (orientation: portrait) {
}

@media all and (orientation: landscape) {
}

