/* CSS formatting for positioning, typography and layout of Summit School's web site */
/* based on a 2-column layout CSS created at www.inknoise.com */
/* built in the 04 by FormFactor creative */

/* site-wide typographic styles */
body {
font-family: verdana, helvetica, arial, sans-serif;
margin: 0;
	padding: 0;
	text-align: center;
}

body p {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 12px;
line-height: 1.4em;
text-align: justify;
}

body h3 {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10px;
line-height: 1.4em;
color: #666666;
font-style: oblique;
padding: 10px 0px 0px 0px;
}

body p.download {
margin-left: 25px;
margin-right: 25px;
font-size: .8em;
}

body a {
text-decoration: none;
color: #0000cc;
}

body a:hover {
text-decoration: underline;
color: #0000cc;
}


/* frames the site and contains the elements */
#container {
width: 740px;
\width: 760px;
w\idth: 740px;
border: 0px solid gray;
margin: 10px;
margin-left: auto;
margin-right: auto;
padding: 10px;
text-align: left;
}

#download {
margin: 25px;
text-align: center;
background-color: 666666;
border: 1px solid gray;
padding: 10px;
}

#download p {
text-align: center;
margin: 2px;
}


/* branding and global nav */
#header {
width: 740px;
\width: 760px;
w\idth: 740px;
height: 100px;
padding: 0;
margin-bottom: 5px;
background-image: url(images/summitLogo.gif);
background-repeat: no-repeat;
}

/* global nav on top right */
#subnav {
text-align: right;
height: 30px;
float: right;
}

/* navigation bar */
#navigation {
width: 740px;
height: 30px;
padding: 0px;
margin: 0px;
}

/* subnav or placeholder, photograph or flash content */
#pictorial {
clear: both;
position: relative;
width: 738px;
height: 130px;
padding: 0px;
margin: 0px;
border: 1px solid gray;
border-top: 0px;
}

/* contains secondary page section submenu */
#leftsub {
width: 257px;
\width: 257px;
w\idth: 257px;
height: 130px;
background-color: #EEEEEE;
border-right: 1px solid gray;
}

#sub01 {
width: 200px;
height: 15px;
padding-left: 15px;
padding-top: 20px;
}

#sub02 {
width: 200px;
height: 15px;
padding-left: 15px;
padding-top: 5px;
}

/* contains secondary page pics */
#rightpic {
position: absolute;
top: 0px;
left: 258px;
width: 425px;
padding: 0px;
margin: 0px;
}

/* full-width calendar div */
#calendar {
width: 720px;
margin-top: 30px;
padding: 10px;
}

/* calendar formatting */
#calendar h3 {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 12px;
line-height: 1.4em;
color: #666666;
padding: 10px 0px 0px 0px;
}

#cal a {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10px;
}




/* contains headline, textual content and inline graphics formatting */
#content {
width: 425px;
padding: 0;
margin-left: 270px;
margin-top: 30px;
}

#calendar {
width: 425px;
padding: 0;
margin-left: 0px;
margin-top: 30px;
}

#content ul {
width: 350px;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 12px;
line-height: 1.4em;
}

#content li {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 12px;
line-height: 1.4em;
text-align: justify;
list-style-type: disk;
}


/* contains features or tertiary menu appearing along the left side of the page */
#leftsidebar {
float: left;
width: 260px;
\width: 260px;
w\idth: 260px;
margin-top: 30px;
}

/* tertiary menu positioning */

#termenu01 {
width: 155px;
height: 15px;
padding-left: 60px;
padding-top: 0px;
}

#termenu02 {
width: 155px;
height: 15px;
padding-left: 60px;
padding-top: 5px;
}

/* contains cancellation feature */
#featureone {
margin: 0px 0px 20px 30px;
padding: 10px 0px 10px 0px;
height: auto;
width: 195px;
border: 1px solid #333;
background: #ba1612;
}

#featureone h3 {
margin: 0px 10px 10px 10px;
font-size: 14px;
font-weight: 700;
line-height: 1em;
font-style: normal;
color: #ffffff;
}

#featureone h4 {
margin: 5px 10px;
font-size: 10px;
line-height: 1em;
color: #ffffff;
}

#featureone p {
margin: 10px;
font-size: 11px;
line-height: 1.4em;
color: #ffffff;
}

#featureone a {
text-decoration: underline;
color: #ffffff;
}

#featureone a:hover {
text-decoration: none;
color: #ffffff;
}

/* contains sidebar feature */
#featuretwo {
margin: 0px 0px 0px 30px;
padding: 10px 0px 10px 0px;
height: auto;
width: 195px;
border: 1px solid #333;
}

#featuretwo p {
margin: 10px;
font-size: 10px;
line-height: 1.4em;
}

/* contains page footer with plain-text navigation and copyright */
#footer {
clear: both;
padding: 0;
margin-top: 100px;
}

#footer h1 {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10px;
font-weight: 300;
color: #666;
line-height: 1.4em;
text-align: center;
}
