/*  2/08 */
/* This style sheet is only used for pages in the genereal directory */

body
{
font-family:arno pro,"sans serif";
font-size:12px;
font-color:#FFFFFF;
background-color: #111111;
margin:10px  0 0 65px;
}

a
{
color: #0000CC;
text-decoration:underline;
}

a:hover
{
color:#FF4411;
}

h1
{
font-size:26px;
font-family:Tranjan Pro, "sans serif";
font-weight:bold;
letter-spacing: 0.75cm;
text-align: right;
color: black;
margin-right:2cm;
margin-top:.5cm;
margin-bottom: 0cm;
}
/* Title for page - goes in photo at very top */

h3
{
font-style: bold;
font-size:15;
color:yellow;
}
/* divides up the columns more into categories - used in rates.html */

h4
{
font-style: bold;
text-decoration: underline;
font-size:17px;
}
/* column headings for tables - used in rates.html */

div.space15
{
width: 720px;
height: 15px;
float:left;
}
/* Used to space div out - used at the bottom so the text div is as tall as the navbar */

p
{
font-family:arno pro,"sans serif";
font-size:17px;
color:#000000;
margin-left:.5cm;
margin-right:.5cm;
margin-top:.5cm;
margin-bottom:.5cm;
}
/* All text that is not a heading or some type of title */

div#all
{
position:absolute;
left:50%;
width:852px;
margin: 0 0 0 -426px;
float:left;
}
/* holds everything in page including footer - the next div inside it is border - also positions whole page on screen */

div#border
{
width:850px;
float:right;
border:thin solid white;
background-color: #888888;
}
/* everything, including navbar and pictures & text are held in this */

div#content
{
width:850px;
float:left;
}
/* holds everything - text - logo at  bottom -navbar - not footer though - this is inside the border div*/

div#top_banner
{
width:850px;
height:100px;
background-image:url('../images/general/general_top.gif');
float:left;
}
/* The horizontal skier shot with SMG logo on left and page title inside pic used on all winter pages */


div#contact_text
{
width:722px;
background-color:#CCCC99;
border-right: 3px solid #252525;
float:left;
}
/* holds everything in the page to the left of the navbar - main content */

div.section{
text-align:left;
font-weight:bold;
width:705px;
border-bottom:1px solid #CC0000;
margin:10px 10px 0 5px;
font-size:22px;
color:#CC0000;
}
/* same as header but red w/ underline - used on courses.html */*/

div.header 
{
margin-left:10px; 
width:712px;
color:#FFFF00;
font-size:20px;
float:left;
}
/* Used for different paragraph sections - media.html  */

div#navbar
{
padding: 0 0 0 0;
margin: 0 0 0 0;
font-size:15px;
font-color: black;
border-right: 2px solid #252525;
width:122px;
float:right;
}
/* This holds the different components for the the navigation bar on the righthand side */

div#navbar a {
width:123px;
color:black;
display: block;
padding: 3px 0 0 0;
margin: 0 0 0 2px;
border-bottom: 1px solid #666666;
text-decoration: none;
}

div#navbar a:hover{
border-right: 3px solid #898989;
background-color: #c2c2c2;
color: #000000;
}

div#navbar h1 {
text-align:center;
letter-spacing: 0;
width:124px;
color:white;
background: #252525;
font-size:18px;
margin:0 0 0 0;
padding: 3px 0 0 0;
}

div#networks
{
	width:100%;
	float:left;
	margin: 10px 0 5px 0;
}

div#networks a
{
	display:block;
	padding:0;
	border:0;
	text-decoration:none;
	width:100%;
}

div#networks a:hover
{
	background-color: #888888;
}

div#networks p.center
{
	text-align:center;
	margin: 1px 0 2px 0;
}


div#photoDesc
{
font-family:arno pro, "sans serif";
font-size:15px;
font-style: italic;
color: black;
width:710px;
text-align:right;
float: left;
padding-top:15px;
margin-right: 10px;
}
/* Located at bottom of page - tells what background pic or other pics are */

div#space
{
width:850px;
height:10px;
background-color:#111111;
float:left;
}
/* goes above the contact info underneath the page */

div#contact 
{
text-align:center;
padding-bottom: 10px;
color:#777777;
font-size:14px;
width:850px;
float:center;
}
/* SMG contact info @ bottom */

div#footer
{
border-top:1px dashed #777777;
text-align:center;
padding:5px; 
color:#777777;
font-size:10px;
float:center;
}
/* Copywrite - ALSO NEED TO PUT A LINK TO OUR SITE!!!!!!!!!!! */

