/* ---- General ---- */
body {
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #022343;
	background-color: white;
	background-repeat: repeat-x;
	font-family: Helvetica;
	font-size:  12px;
	color: #666666;
}

a {
	border: 0px;
	color: #666666;
}

img {
	border: 0px;
}

h1 {
	font-size: 17px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 5px;
}

p {
	line-height: 17px;
	margin-bottom: 8px;
}

strong {
	font-weight: bold;
}
		
	/* ---- Header ---- */
	#header {
		width: 100%;
		height: 110px;
		position: relative;
	}

		#header img#logo {
			width: 267px;
			height: 62px;
			position: absolute;
			top: 50%;
			margin-top: -31px;
			left: 0px;
		}
		
		#header ul.navigation {
			list-style-type: none;
			margin: 0px -20px 0px 0px;
			padding: 0px;
			position: absolute;
			top: 50%;
			margin-top: -18px;
			right: 0px;
			width: 425px; 
			height: 50px;
		}
		
			#header ul.navigation li {
				font-size: 14px;
				letter-spacing: -1px;
				color: #999;
				float: left;
				display: block;
				margin-bottom: 7px;
			}
			
				#header ul.navigation li a {
					color: #999;
					text-decoration: none;
				}
				
				#header ul.navigation li a:hover {
					text-decoration: underline;
				}
				
				#header ul.navigation li.selected a {
					color: #333;
					font-weight: bold;
				}
			
			
			/* ---- Header link positions ---- */
			#header ul.navigation li.left {
				width: 47px;
				margin-right: 15px;
			}

            #header ul.navigation li.midleft {
                width: 55px;
                margin-right: 15px;
            }
			
			#header ul.navigation li.middle {
				width: 103px;
				margin-right: 15px;
			}
			
			#header ul.navigation li.right {
				width: 170px;
			}
			

	/* ---- Main page header photo and links ---- */
	#page_nav {
		margin-bottom: 15px;
		position: relative;
	}
	
		#page_nav img {
			margin-bottom: 15px;
		}
		
		#page_nav #major_section {
			font-size: 20px;
			margin-right: 8px;
		}
		
		#page_nav #sub_section {
			font-size: 20px;
			color: #E50000;
		}
		
		#page_nav ul.navigation {
			list-style-type: none;
			position: absolute;
			top: 248px;
			right: 0px;
		}
		
			#page_nav ul.navigation li {
				font-size: 20px;
				color: #D9D9D9;
				float: left;
				display: block;
				margin-right: 20px;
			}
			
				#page_nav ul.navigation li a {
					color: #CCCCCC;
					text-decoration: none;
				}
				
				#page_nav ul.navigation li a:hover {
					color: #808080;
				}

	
	/* ---- Main page content ---- */
	#content {
		width: 100%;
		background-repeat: 	repeat-x;
		background-image: url(../images/content_gradient.png);
		background-color: white;
		padding-top: 15px;
		min-height: 690px;
	}
		
		.page {
			width: 966px;
			margin: 0px auto 17px auto;
			position: relative;
		}

		#content .page ul {
			list-style-type: circle;
			padding-left: 15px;
			margin-bottom: 15px;
		}
		
			#content .page ul li {
				padding-top: 8px;
			}
			
		#content .page .floating_image {
			float: right;
			padding: 0px 0px 25px 40px;
		}
	
    /* Table for program  */
        #program {
            /*width: 100%;*/ /*IE6 gets confused with this */
            margin-bottom: 0.5em;
            border-color: #333;
            border-style: solid;
            border-width: 1px;
            border-collapse: collapse;
            background-color: #eee;
        }
        #program .center {
            width: 50%;
            margin-left: 25%;
            margin-right: 25%;
        }
        #program th {
            font-weight: bold;    
        }
        #program th, #program td {
            padding: 0.5em;
            border-width: 1px;
            border-style: solid;
            border-color: #aaa;
        }

    #logos img {
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom:: 10px;
    }

    #content .page .right_align_image {
        float: right;
        padding: 0px 0px 25px 40px;
        border-radius: 4px;
    }

    #photos span {
        float: left;
        width: 50%;
        position: relative;
        text-align: center; 
    }

    #photos span img {
        width: 95%;
        border-radius: 4px;
        box-shadow: 0px 2px 3px #333;
    }
    
    #photos span label {
        display: block;
        text-align: left;
        padding-left: 3%;
        padding-top: 4px;
        padding-bottom: 8px;
        font-size: 120%;
    }
    
    #videoembed {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
    }

