@charset "UTF-8";
/* CSS Document */

/* 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, 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;}
html {overflow-y:scroll;}
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;}
/* reset END */

/* main styles /*
/*body {background:url(../graphics/body/background.jpg) repeat-x;}*/
p {font-family: Arial, Helvetica, sans-serif; color: #333; font-size:13px;}
#container {width: 960px; position: relative; margin: 0 auto; line-height: 140%;}
.clear {clear: both}

/* link styles */
a:link, a:visited, a:active {color:#09a8d6; text-decoration:none;}
a:hover {color:#000; text-decoration:underline;}

/* banner */
#banner {height: 174px; padding-top: 40px;}
#header {font-family: Arial, Helvetica, sans-serif; color: #1193b9; font-size:35px; margin: 0 0 40px 0;}
#location {font-family: Arial, Helvetica, sans-serif; color: #333; margin-left: 2px;}
#date {font-family: Arial, Helvetica, sans-serif; font-size: 19px; color: #999; margin-left: 2px; margin-top: 10px; color: #dc7958;}

#home {background:url(../graphics/body/background.jpg) repeat-x;}
#program {background:url(../graphics/body/background2.jpg) repeat-x;}
#travel {background:url(../graphics/body/background3.jpg) repeat-x;}
#contact {background:url(../graphics/body/background4.jpg) repeat-x;}

/* navigation */
#menubar {width: 960px; float:left; margin:10px 0 20px 0px; display:block; border-top-width: 1px; border-top-style: solid; border-top-color: #d8d8d8; border-bottom-width: 1px; border-bottom-color: #d8d8d8; padding-top: 15px;}
#nav-main a {font-family: Verdana, Geneva, sans-serif; font-size: .9em; text-decoration:none; margin: 0px 30px 0 0; }
#nav-main a:hover {color: #06ACC4; text-decoration:none; }

/* content */
#content-main {width: 960px; float:left; min-height:400px;}
#col-1 {width: 450px; float: left;}
#col-2 {width: 450px; margin-left: 30px;float: left;}

/* footer */
#footer-container {height: 300px;  margin-top: 20px; }
#footer {height: 300px; width: 960px; margin:0 auto; display:block; border-top-width: 1px; border-top-style: solid; border-top-color: #d8d8d8; border-bottom-width: 1px; border-bottom-color: #d8d8d8;}
#footer-container-links {float: left; width: 900px; margin: 25px 0px 0px 0px; font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #999; line-height: 22px;}
#footer-container-links a:link, #footer-container-links a:visited, #footer-container-links a:hover, #footer-container-links a:active {color: #666; text-decoration:none;}
#footer-container-links a:hover {color: #666; text-decoration:underline;}
#footer-right-container {width: 400px; float: right; margin-top: 80px;}
#footer-container-caltech {float: right; width: 125px; margin: 5px 0px 5px 0px;}
#copyright {float: right; font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #999;}
#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {color: #666; text-decoration:none;}

/*bulleted lists*/
#content-main ul {list-style:url(../graphics/body/bullet-orange.png); margin: 0px 0px 10px 20px;} 
#content-main li {margin: 0px 0px 16px 0px;} 

/*table styles*/
table {margin-top: 10px; border-left:1px solid #e1e1e1; border-top:1px solid #e1e1e1;}
td {font-family: Arial, Helvetica, sans-serif; padding:5px; font-size: 13px; border-bottom:1px solid #e1e1e1; border-right:1px solid #e1e1e1; }
th {font-family: Arial, Helvetica, sans-serif; padding:10px; background: #eff5f6; text-align:left;font-size: 15px; color: #333;}

/*float styles*/
.fltrt {float: right; margin-left: 8px;}
.fltlft {float: left; margin-right: 8px;}

/*type styles*/
p {margin-bottom: 20px;}
h1 {font-family: Arial, Helvetica, sans-serif; font-weight:100; font-size: 22px; letter-spacing: 0.5px; color: #dc7958; margin-bottom:10px;}
h2 {font-family: Arial, Helvetica, sans-serif; font-weight:100; font-size: 20px; color: #005b94; margin-bottom:10px; margin-top: 20px;}
