/*Based on the design of the Simmons GSLIS website at http://www.simmons.edu/gslis */

body
{
	border-top: 25px solid #e3e3e3;
	margin:0 auto;
	/*background-color:#5d7304;*/
	padding:0px;

}

#wrapper
{
margin: 0 auto;
background: #5d7304 url('i/background_2.jpg') repeat-y 50% 50%;
min-width:1024px;
}

#header
{
	background-color:#fff;
	width:100%;
	height:172px;
	padding:0px;
	margin:0px;
}

#headercontainer
{
   width:940px;
   margin:0 auto;
   height:132px;
}

#banner
{
	padding:0px;
	float:left;
	width:100%;
	height:130px;
	background-image:url('i/beta3.png');
	background-repeat:no-repeat;
}

#banner h1
{
display:none;
}

#tools
{
	float:right;
	width:150px;
	height:130px;
	text-align:right;
	padding-right:10px;
}

#bar
{
	width:940px;
	height:40px;
	background-image:url('i/infolink_bar.png');
	margin:0 auto;
	padding:0px;
/*	position:relative;
	bottom:19px;*/
	clear:both;
}

#content
{
	margin:0 auto;
	padding:0px;
	width:940px;
	text-align:left;
}

#sidebar
{
	width:240px;
	max-width:240px;
	float:left;
}

#sidebar img
{
margin-left:0px;
}

#columns
{
   width:700px;
   float:left;
}

#title
{
background:#FFFFFF;
color:#BA6F46;
float:left;
padding:30px 25px 15px 50px;
width:624px;
}

#rightie
{
	width:150px;
	float:right;
	padding:0px 10px 0px 20px;
	text-align:left;
}

#leftie
{
	width:429px;
	float:left;
	padding:0px 40px 50px 50px;
	border-right: 1px solid #DEDEDE;
}

#spacer
{
	height:70px;
	width:100%;
	clear:both;
	background-color: #5d7304
}

#footer
{
	width:100%;
/*	background-image:url('i/footer-edge.jpg');
	background-repeat:repeat-x;    */
	background: #A9C1D8 url('i/footer-edge.jpg') repeat-x scroll 0 0;
	height:110px;
	clear:both;
	padding-top:25px;
}

h1
{
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.3em;
	color:#D35F1E;
}

h3
{
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:1.6em;
	margin:15px 0 0;
	color:#3C362E;
}

#title p
{
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	font-size:12px;
	color:#3C362E;
	line-height:20px;
}

#title a:link
{
	color:#2A77CB;
	text-decoration:underline;
}

#title a:visited
{
	color:#4587C4;
	text-decoration:none;
}

body p
{
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	font-size:12px;
	color:#3C362E;
	line-height:20px;
}

body a:link
{
	color:#2A77CB;
	text-decoration:underline;
}

body a:visited
{
	color:#4587C4;
	text-decoration:none;
}

#leftie ul
{
	margin:10px 0 0 0px;
	list-style-position:outside;
	list-style-type:none;
	list-style-image:none;
	outline-style:none;
	display:block;
}

#leftie li
{
	background:transparent url(i/bullet-red.png) no-repeat scroll 0 12px;
	line-height:1.6em !important;
	margin:0 0 8px;
	padding-left:10px;
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	font-size:12px;
	color:#3C362E;
}

#story
{
border-bottom: 1px solid #BBBBBB;
padding-bottom:10px;
}

#leftie img
{
border: 1px solid #999999;
padding:5px 5px 5px 5px;
margin:10px 10px 0px 10px;
}


#sidebarContainer
{
/*	background:transparent url(i/sidebarGradient.png) no-repeat scroll 0 50%; */
    background:transparent url('i/sidebarGradient.jpg');
	background-repeat:no-repeat;
	padding:20px 20px 0;
}

#sidebar a,a:link,a:visited
{
	color:#FFFFFF;
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	text-decoration:none;
}

#sidebar a:hover
{
color: #eefb98;
}

#sidebar ul, li
{
	display:block;
	padding:5px 0 4px 0;
	text-decoration:none;
	list-style-type:none;
	background-image:none;
	list-style-position:outside;
	line-height:1.5em;
	margin:0px;
}

#sidebar li
{
font-size:10px;
text-align:left;
line-height:1.5em;
margin:0px;
border-bottom:1px solid #675A53;
}

#sidebar h2
{
color:#BFBAB7;
font-family:georgia,serif;
font-size:28px;
font-weight:normal;
line-height:115%;
margin:0 0 18px 0;
}

#tools a
{
line-height:15px;
font-weight:bold;
text-decoration:none;
}

blockquote
{
border-bottom:2px solid;
border-top:2px solid;
font-family:georgia,times,serif;
font-size:1.3em;
padding:10px 0 10px 0px;
color:#3C362E;
font-weight:normal;
font-style:italic;
}


