/* McNair generic template system.
	Thomas Slomka, 20080306
	Chris Barr, April 2007
	Contact: tslomka@buffalo.edu for technical assistance.
	This file controls the layout and style for the DLC's CSTEP group sites.
 */



/* Customizable elements: change the following and save the document with a different name before uploading.
(Your image names and pathes should also be different!)
------------------------------------------------------------------------------------------------------------
*/


body {
	color:#00407d;
	background-color: #00407d;
	background-image: url(../images/cstep_bg_main_bluegray.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.wrap {
	background-image: url(../images/cstep_columns.jpg); /*used for faux column effect */
	border-bottom: 4px solid #a7acb7;
	}
.footer {
	color: #d5e4f3;
}
.modified {
	font-size:9px;
	color:#666666;
}
h1, h2, h3 {
	color: #00407d;
	margin: 0;
	padding: 0;
	font-weight: lighter;
}
p {
	line-height: 1.4em;
}
a {
	color: #1447bc;
}
.menu a {
	color: #ffffff;
	text-decoration:none;
}
.credits a {
	color: #ffffff;
	text-decoration:none;
}
.footer a {
	color: #99ccff;
	text-decoration:none;
}
a:hover {
	color: #333333;
}



/* Layout & extra text styling. Edit below with caution... 
----------------------------------------------------------
*/	


.header {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 746px;
	height: 138px;
	overflow: hidden;
	background-image: url(../images/cstepHeaderLogo.jpg);
	background-repeat: repeat-none;
	background-position: top;
}
.headerLeft{
	float: left;
	width: 260px;
}
.headerRight{
	float: left;
	width: 450px;
}
.headerText{
	position: absolute;
	left: auto;
	zindex: 10;
	width: 710px;
	font-size: 14px;
}
.headerTextTwo{
	position: absolute;
	left: auto;
	zindex: 9;
	width: 710px;
	font-size: 14px;
}
.headerTextTwo h1{
	font-weight: bolder;
	color: #000000;
	margin: 15px auto -5px auto;
	padding-left: 12px;
	padding-top: 1px;
	height: -1px;
}
.headerTextTwo h2, h3{
	font-weight: bolder;
	color: #000000;
	margin: 15px auto -5px auto;
	padding-left: 12px;
	padding-top: 1px;
	height: -1px;
}
.headerText h1{
	font-weight: bolder;
	color: #dddddd;
	margin: 15px auto -5px auto;
	padding-left: 10px;
	height: -1px;
}
.headerText h2, h3 {
	font-weight: bolder;
	color: #dddddd;
	margin: 15px auto -5px auto;
	padding-left: 10px;
	height: -1px;
}
.wrap {
	width: 746px;
	clear: both;
	padding: 20px 0 20px 0;
	margin: 0px auto 0px auto;
}
.credits {
	width: 746px;
	padding: 5px 0 0 0 ;
	margin: 0 auto 0 auto;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}
.footer {
	width: 746px;
	padding: 10px 0 50px 0;
	margin: 0 auto 0 auto;
	font-size: 9px;
}
.content {
	margin: 0 10px 0 240px;
}

/* Menu positioning and style 
-----------------------------
*/
.menu {
	padding: 0 0 0 10px;
	float: left;
	width: 200px;
}
.menu ul {
	list-style: none;
	padding:0;
	margin:0;
}
.menu li {
	margin:4 0 0 0;
	padding-top:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.menu ul ul li {
	padding-left:10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom: none;
}
.menu h3 { /* not used in current design */
	font-size: 11.5px;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: normal;
}
.clear {
	clear:both;
}	

/* Text and image styling 
-------------------------
*/

h1, h2, h3 {
	font-weight: normal;
}
blockquote {
	border-left: 3px solid #ececec;
	margin-left: 1.5em;
	padding-left: 10px;
	font-style: italic;
}
hr {
	border: 0;
	height: 1px;
	background-color: #CCCCCC;
	color:#888888;
	}
body {
	border-top:3px solid #FFFFFF;
	margin: 0;
	}
	
/* ETC Supported bar 
--------------------
*/	
#etcheader {
	background-color:#FFFFFF;
	color:#333333;
}
#etcheader a {
	color:36C;
}
#etcheaderwrap {
	width: 746px;
	margin: 0 auto 0 auto;
	padding:5px;
	
}
#etcheaderbutton {
	width: 746px;
	margin: 0 auto 0 auto;
	text-align:right;
}

/* Image classes 
----------------
*/
img{
	border:0px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, span.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, span.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
.photo {
	background-color:#FFFFFF;
	padding: 5px;
	border: solid 1px #E2E2E2;
}

		
Cancel
