/*
Whitman College
Panhellenic website
CSS stylesheet
Revision 1

Written using CSSEdit 1.7.2
www.macrabbit.com/cssedit

Created by One Crayon
onecrayon.com
*/

/*<group=Formatting>*/

body {
	margin: 0;
	padding: 0;
	font: 76% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background: #587993;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	padding: 0.6em 0em 0.3em;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h1 {
	font-size: 2.0em;
	width: 100%;
	border-bottom: 1px solid #BBCCDD;
}

h2 {
	font-size: 1.7em;
	font-style: italic;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 -0.8em;
	padding-bottom: 0;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 -0.8em;
	padding-bottom: 0;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
}

h6 {
	font-size: 0.8em;
	font-weight: bold;
}

p, li {
	text-align: left;
	font-size: 1.0em;
	line-height: 1.8em;
}

p {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
}

li {
	font-size: 1.0em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

ul {
	list-style: disc inside;
}

ul ul {
	list-style: circle;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

a {
	text-decoration: none;
}

a:link {
	border-bottom: 1px dotted #556644;
	color: #556644;
}

a:visited {
	border-bottom: 1px dotted #334433;
	color: #334433;
}

a:hover {
	border-bottom: 1px solid #556644;
}

a:active {
	border-bottom: 1px solid #556644;
	border-top: 1px solid #556644;
}

img {
	
}

.center {
	text-align: center;
}

img.center {
	border: 1px solid #000000;
}

.center img {
	border: 1px solid #000000;
}

#header img {
	border-style: none;
}

.indent {
	display: block;
	margin: 0;
	padding: 0em 0 0 2.0em;
}

.leftPic {
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #000000;
}

.rightPic {
	float: right;
	margin: 10px 0 10px 10px;
	border: 1px solid #000000;
}

.float {
	width: 50%;
	padding: 0;
	float: left;
	margin: 0;
}

.float p {
	text-align: center;
}

.float img {
	text-align: center;
	border: 1px solid #000000;
}

.clear {
	clear: both;
}

/*<group=Sidebars>*/

.rightSidebar {
	float: right;
	width: 200px;
	padding: 0;
	margin: 10px 0 10px 10px;
}

.leftSidebar {
	float: left;
	padding: 0;
	margin: 10px 10px 10px 0;
	width: 200px;
}

.sideTop {
	background: url(images/sidebar_top.jpg) no-repeat center bottom;
	height: 15px;
	width: 200px;
	margin: 0;
	padding: 0;
}

.sideMain {
	background: url(images/sidebar_main.jpg) repeat-y;
	width: 170px;
	padding: 1px 15px;
	margin: 0;
}

.sideBottom {
	background: url(images/sidebar_bottom.jpg) no-repeat center top;
	width: 200px;
	height: 15px;
	margin: 0;
	padding: 0;
}

.sideMain p {
	font-size: 0.8em;
	text-align: justify;
}

.sideMain p.center {
	font-size: 0.8em;
	text-align: center;
}
	
/*</group>*/

/*<group=Sub_heading specific>*/

#sub_heading a {
	margin: 0;
	padding: 0.2em;
	color: #334433;
}

#sub_heading a:link {
	border: solid 1px #F7F8B4;
}

#sub_heading a:visited {
	border: solid 1px #F7F8B4;
}

#sub_heading a:hover {
	border: solid 1px #000000;
	background: #BBCCDD;
}
	
/*</group>*/

/*<group=Footer Specific>*/

#footer p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1.0em;
}

#footer a:link {
	color: #f5f5f5;
	border-bottom: 1px dotted #f5f5f5;
}

#footer a:active {
	border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
}

#footer a:visited {
	color: #cccccc;
	border-bottom: 1px dotted #cccccc;
}

#footer a:hover {
	border-bottom: 1px solid #f5f5f5;
}
	
/*</group>*/
	
/*</group>*/

/*<group=Layout>*/

#page {
	width: 100%;
	text-align: center;
}

#header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 130px;
	border-bottom: solid 1px;
	background: url(images/header_bg.jpg) repeat-x left top;
}

#sub_heading {
	width: 100%;
	background: url(images/sub_heading_bg.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	height: 40px;
	position: absolute;
	top: 85px;
	border-bottom: 5px solid #BBCCDD;
	line-height: 40px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;

}

#main {
	width: 770px;
	margin: 0 auto;
	padding: 0 15px 10px 15px;
	background: #eeeeee;
	border-right: solid #000000 1px;
	border-left: solid #000000 1px;
	border-bottom: solid #000000 1px;
}

.costs {
	width: 325px;
	margin: 0 auto;
	border: 1px solid #999999;
}

.costs td {
	padding: 0.5em;
	margin: 0;
	text-align: left;
	vertical-align: top;
	border: 1px solid #999999;
}

#footer {
	width: 780px;
	margin: 0 auto;
	padding: 10px;
	clear: both;
}

/*</group>*/
