/*********************************** RESET ***********************************/

/* v1.0 | 20080212 */

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, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/*********************************** INITIALIZE ***********************************/

body{ margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
background-image:url(images/bg.jpg);
background-position: 50% 40px;
background-repeat:repeat-x;
background-color:#5dbff2;
overflow-y:scroll;
}


#centerEverything
{
width:900px;
margin:auto;
}

#topMost
{
	height:40px;
	background-color:#000;
	text-align:center;
	margin:0px;
}
img {vertical-align:middle;}


/*for ie6 add this: behavior: url(css/iepngfix.htc);*/

/*********************************** NAVIGATION ***********************************/
#header{
width:900px;
height:129px;
margin:auto;
}

#logo
{
	width:224px;
	height:70px;
	margin-top:25px;
	float:left;
	background-image:url(images/logo.jpg);
}

#navigation{
margin-top:40px;
width:580px;
height:42px;
line-height:42px;
float:right;
background-image:url(images/navbar.jpg);
font-size:13px;
color:#FFF;
font-weight:bold;
}



#navigation ul {  margin:0px 0px 0px 15px; padding:0px; list-style:none;}	
#navigation li { display:inline; padding:0px 14px 0px 12px; position:relative; float:left; background-image:url(images/nav_divider.jpg); background-repeat:no-repeat; background-position:right;}
#navigation li.selected{background-image:url(images/nav_selected.jpg); background-repeat:repeat-x; background-position:left;}

#navigation A:link{
color:#FFF;
text-decoration:none;}

#navigation A:visited{
color:#FFFFFF;
text-decoration:none;}


#navigation A:hover{
color:#FF0;
text-decoration:none;}


/*********************************** LAYOUTS ***********************************/
#designBG
{
	min-height:590px;
	background-image:url(images/bg-bubble.jpg);
	background-position: 50% 129px;
	background-repeat:no-repeat;
}

#contentArea
{
	width:900px;
	margin:auto;
	padding-top:60px;
	padding-bottom:50px;
	min-height:550px;
}

#contentAreaInside
{
	width:900px;
	margin:auto;
	padding-top:30px;
	padding-bottom:50px;
	min-height:550px;
}

#splitLeft
{
	width:555px;
	float:left;
	margin-top:30px;
}

#splitRight
{
	width:305px;
	float:right;
	margin-top:30px;
}

#footer
{
	height:140px;
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat-x;
}

#footerCenter
{
	width:900px;
	margin:auto;
	color:#FFF;
	font-size:11px;
}

#footerTextLeft
{
	width:410px;
	margin-top:50px;
	text-align:left;
	float:left;
}

#footerTextRight
{
	width:480px;
	line-height:40px;
	margin-top:50px;
	text-align:right;
	float:right;
}

#footer a:link {color:#FFF; text-decoration:none; padding: 0px 3px 0px 3px; font-weight:normal;}
#footer a:visited{color:#FFF; text-decoration:none; padding: 0px 3px 0px 3px; font-weight:normal;}
#footer a:hover{color:#FFF; text-decoration:underline; padding: 0px 3px 0px 3px; font-weight:normal;}



.transparentBorder
{
	background-image:url(images/bg_transparent.png);
	background-repeat:repeat;
	padding:20px;
	text-align:justify;
}

.spacer{height:40px;}

.whiteSpace
{
	background-color:#FFF;
	padding:20px;
	padding-bottom:30px;
	text-align: left;
}

.fold
{
	background-image:url(images/fold.png);
	background-position:left;
	background-repeat:no-repeat;
	width:235px;
	height:75px;
	margin-left:-55px;
	padding-left:35px;
	line-height:43px;
	font-size:16px;
	font-weight:bold;
	color:#a2d6f1;
}

.IE6spacer {height:0px;}

.thumbnail{margin-right:10px;}

.execDesc
{
	width:175px;
	margin-left:15px;
	margin-right:15px;
	float:left;
	text-align:center;
}

.execs{ padding-left:0px;}

.partnerLogos{text-align:center; margin-top:-10px;}
.partnerLogos img{margin-left:10px; margin-right:10px; margin-top:10px;}


/*********************************** TEXT CLASSES ***********************************/
h1 {font-size:24px; color:#39C;}
h2 {font-size:20px; color:#39C;}
h3 {font-size:18px; color:#39C;}
h4 {font-size:14px; color:#39C;}
h5 {font-size:12px; color:#39C;}
h6 {font-size:12px; color:#F60;}

ul{
	padding-left:15px;
	list-style:square;
}
li{
 
	list-style-position:outside;
	text-align:left;
	}
	
hr{margin-top:20px; margin-bottom:20px;}


A:link{
color:#09F;
text-decoration:none;
font-weight:bold;
}

A:visited{
color: #09F;
text-decoration:none;
font-weight:bold;
}

A:hover{
color:#F90;
text-decoration:none;
font-weight:bold;
}
