/* CSS Document */

/* STRUCTURE */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	color: #443229;
}
body {
	margin: 0 20px 20px 20px;
	/*background-color: #819CB4;*/
 background-color:#FFFFFF;
	text-align: center;
	padding:0;
	background: url(/education/images/structure/bg-gradient.jpg) repeat-x;
	background-color: #8CA5BA; /*#4C6681;*/
	
 }
 
img {
	border: none;
}

/*     ********FRAMES THE HEADER, CONTENT, AND FOOTER********     */

#frame {
 width:962px;
 margin:auto;
}

div.clearfloats {clear:both;}
 
/*     ********HEADER********     */

#header {
/* height:75px;*/
 height:55px;
 overflow:hidden;
 padding: 10px;
 }
 #masthead {
 	float: left;
 }
#search {
width:300px;
float:right;
margin-top: 0px;
text-align:right;
}

#globalNavigation {
 color: #FFFFFF;
 font: 80% Arial, Helvetica, sans-serif;
/* padding: 25px 0 5px 0;*/
 padding: 8px 0 5px 0;
 text-align: right;
 }
.globalNavigation-link-container {
	padding: 0 0 0 20px;
	text-transform: uppercase;
}	
a.globalNavigation-link-container:link,  a.globalNavigation-link-container:hover,  {
 color: #FFFFFF;
}	
#searchFieldAndButton {
clear:right;
float:right;
/*position:absolute;*/
top:33px;
width:230px;
/*width:180px;
left:880px;*/
}


/*     ********THIS DIV FRAMES THE TITLE IMAGE AREA, AND LEFT AND RIGHT CONTENT AREAS, PROVIDING WHITE BG AND PADDING********     */

#contentWrapper{
text-align:left;
background-image:url(/education/images/structure/contentWrapperBG.gif);
/*border: solid #666666;
border-width: 0 1px;*/
position:relative;
/*background-color: #FFFFFF;*/
width:948px;
padding:6px;
/*GOOD FOR IE6: 
width:951px;*/

/*  min-height:400px;
  height:auto !important;
  height:400px;*/
  
}

/*     ********THIS DIV FRAMES THE LEFT AND RIGHT CONTENT AREAS, PROVIDING TAN BG********     */

#homeColorWrapper {
background:#9CB8C3;
}
#colorWrapper {
	/*background-color:#4C6681;*/
/*	background-image:url(/education/images/structure/bg-clear-white.gif);*/
	background-image:url(/education/images/structure/colorWrapperBG.gif);
}


/*     ********HOMEPAGE-ONLY STRUCTURE********     */

/*HOMEPAGE HEADER IMAGE & NAV AREA*/
#mainNavigation {
	background-color:#4C6681;
	padding: 5px 10px 2px 10px;
	color:#FFFFFF;
}
#photoCollage {
 background-color:#B10000;
 text-align:left;
 padding: 0;
}

/*HOMEPAGE MAIN & RIGHT CONTENT AREA*/
#homeContentMain{
 background:#FFFFFF;
width:672px;
 padding: 10px;
 line-height: 140%;
 color:#333333;
 text-align:left;
}
#homeContentRight {
	float:right;
	/*width:203px;*/
	width: 213px;
	background-color:#9CB8C3;
	text-align:left;
	padding: 5px 20px;
	line-height: 170%;
	font-size: 93%;
	margin-top: 6px;
 }

/*     ********SECOND LEVEL PAGE STRUCTURE********     */

/*HOMEPAGE MAIN & RIGHT CONTENT AREA*/
#ContentMain {
	background:#FFFFFF;
	margin-left: 180px;
	/*width:728px;*/
	width: 723px;
/*	IE6:
	width:725px;*/
	padding: 10px 20px;
	line-height: 140%;
	color:#333333;
	text-align:left;

	min-height:400px;
	height:auto !important;
	height:400px;
}
#nav2a {
	float:left;
	width:160px;
	background-color:#4C6681;
	text-align:left;
	padding: 10px;
	line-height: 170%;
	font-size: 93%;
 }
#pageLevelHeader {
background-repeat:no-repeat;
overflow:hidden;
width:948px;
height:130px;
/*border: none;
text-decoration: none;*/
}



/*     ********SIDEBAR AREA********     */

#sidebarWrapper {
	float: right;
	width: 170px;
	 margin: 10px 0px 20px 20px;
}
#sidebar {
	border: 1px dotted #999999;
	 background:#FDF1C6;
	 background-image:url(/smumagazine/images/structure/TanColumnBG.jpg);
	 background-repeat:repeat-y;
	 font-size: 95%;
	 line-height: 120%;
}
.sidebarHeader {
	 background-color: #CBDBEA;
	 font-weight:bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	 padding: 5px;
	 border-bottom: 1px solid #CE1126;
	 text-align:center;
}
#sidebar p {
	margin: 15px 10px ;
	/*padding-left: 5px;
	border-left: 1px dotted #CE1126;*/
}

/*     ********FOOTER********     */

#footerbar {
	height:15px;
	width:949px;
	background-color:#0E265D;
}


#footer {
 color: #FFFFFF;
 margin:0;
 font-size: 85%;
 padding: 15px;
 text-align:left;
 clear: both;
 }

