/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

body {
	font-family: Helvetica, Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12px;
	background-image: url(images/delphisphere-2.jpg);
	background-repeat: no-repeat;
    background-color: #FFFFFF;
}


ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 145%; color: #1a3169; }
h2 { font-size: 135%;  color: #f4803b; }
h3 { font-size: 115%; color: #3385b5;}
h4 { font-size: 105%; letter-spacing: .15em }

a, a:link { 
    text-decoration: none;
    color: #69c;
	font-weight: bold;
}
a:visited { color: ##69c; border-color: #669; }
a:hover { color: ##69c; border-color: #693; text-decoration: none; }
a:active { color: ##69c; border-color: #c33 }

h3 a, a:link { 
    text-decoration: none;
    color: #3385b5;
	font-weight: bold;
}
h3 a:visited { color: #3385b5; }
h3 a:hover { color: #1a3169; text-decoration: none; }
h3 a:active { color: #3385b5; }


ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


#clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#wrapper {
    width: 900px;
    position: absolute;
    margin: 0px auto;
    text-align: left;
    left: 150px;
}

#wrapper-padding {
    width: 888px;
    padding: 1px;
    text-align: left;
}
 

#top-video {
    float: right;
	margin: 25px 20px 10px 15px;
}

#content {
    float: left;
    text-align: left;
    width: 888px;
	background-color: #FFFFFF;
	background-image: url(images/navback.png);
    background-repeat: no-repeat;
    margin: 0px 0px 5px 0px;  
    line-height: 1.5em;
} 

#col-1 {
    float: left;
    text-align: left;
    width: 480px;
    padding: 10px 4px 10px 20px;
    line-height: 1.5em;
} 
#col-2 {
    float: right;
    text-align: left;
    width: 370px;
    padding: 10px 63px 10px 0px;
    line-height: 1.5em;
} 

#col-3 {
    float: left;
    text-align: left;
    width: 850px;
    padding: 10px 20px 10px 20px;
    line-height: 1.5em;
} 

p {
    
    padding: 0px 0px 10px 0px;
}

#navigation { 
    float: right;
	width: 875px;
	height: 44px;
	text-align: right;
	font-family: Helvetica, arial, verdana, sans-serif;
    font-size: 11px;
    display: inline;
    color: #fd6904;
    padding: 15px 15px 0px 0px;
}


#navigation a:link { 
    text-decoration: none;
    color: #0e63d8;
	font-weight: bold;
}
#navigation a:visited { color: #0e63d8; }
#navigation a:hover { color: #fd6904; text-decoration: none; }
#navigation a:active { color: #0e63d8;  }





/* Header 
------------------------------------------------------------------------- */

#header { 
    position: relative;
    width: 900px;
    height: 132px;
}





/* Footer 
------------------------------------------------------------------------- */
#footer {
    width: 878px;
    height: 40px;
    padding: 10px 0 9px 10px;
    font-size: 85%;lineheight: 1em;
    background-color: #1a3169;
    color: #ddd;
	line-height: 1.5em;
}

#footer a {border-bottom: none;}



