/* CSS Document */

/*-------
// global 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;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; height:100%; }
body { font-size: 62.5%; line-height:1.2em;  height:100%; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 2px 3px; font-family: Verdana, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }
.alL { text-align: left; }
.vlT {vertical-align:top;}
.vlB {vertical-align:bottom;}

.hide { display: none; }
.clear { clear: both; height:1px; line-height:1px; font-size:1px; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.cols { overflow: hidden; margin: 0; }
.cols .col { float: left; width: 50%; }
#page .cols .last { margin-right: 0; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }




/*-------
// Globals
//-----*/
body{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; background-color:#00a1ff; }
p{line-height:1.2em; }
a{ line-height:1.2em}
div.push { height: 140px;; }


/*-------
// Page Layout
//-----*/


/*-----Container-----*/
div.wrapper { min-height: 100%; height: auto !important; height: 100%; margin:0 auto -125px; width:1010px; }

/*-----Content-----*/
div#content{ width:1010px; height:580px;}

/*-----Footer-----*/
div#footer { height:140px; position:relative; bottom:0px; margin:0 auto; width:1010px; margin:0 auto; }
div#footer div.inner { position:absolute; bottom:0px; }
div#footer div.footer_middle{ width:942px; background:url(../images/footer/footer_bg.jpg) repeat-x left top; padding:15px 24px 18px 44px;}



/*-------
// Comman Page Layout
//-----*/

/*-----Footer Navigation-----*/
div#navigation{ font-size:150%; overflow: hidden; width:550px;}
div#navigation ul li{ color:#b6e4ff; float:left; padding-right:18px; line-height:1.1em; }
div#navigation ul li a{ color:#b6e4ff; text-decoration:none; display:block;}

div#navigation ul li.activities ul{ display:block; position:absolute;}
div#navigation ul li.activities ul li{ float:none; margin-top:5px;}
div#navigation ul li.activities ul li a{ color:#b6e4ff; display:inline;}

/*-----Footer-----*/
div#footer div.footer_top{background:url(../images/footer/footer_top_middle.gif) repeat-x 0 0; line-height:6px;}
div#footer div.footer_top div.footer_left{ line-height:6px; height:6px; background:url(../images/footer/footer_left.gif) left top no-repeat;}
div#footer div.footer_top div.footer_right{ background:url(../images/footer/footer_right.gif) right top no-repeat;}

div#footer div.footer_middle div.footer_middle_top{ margin-bottom:10px;}
div#footer div.footer_middle div.footer_middle_top img{ margin-left:-25px;}

div#footer div.right a{color:#b6e4ff; font-size:150%; display:block; text-decoration:none;}
div#footer div.right a.contact{margin-bottom:54px;}

div#footer p{ color:#00456d; font-size:120%; overflow:hidden;}
div#footer p span a{color:#00456d;}