/* uwpeterborough style sheet */

body {
	background-color:#C0C9C4;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	color:#2C4438;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

.gmap {
	position:relative;
	width:400px;
	height:300px;
	border:1px solid black;
	/*
	background-image:url(../images/gmap.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	*/
}

/* inpage photos */
.inpageright {
	border:0px solid #510000;
	padding:0px;
	margin-left:5px;
	margin-bottom:5px;
}

.inpagenone {
	border:0px solid #510000;
	padding:0px;
	margin-bottom:5px;
}

.inpageleft {
	border:0px solid #510000;
	padding:0px;
	margin-right:5px;
	margin-bottom:5px;
}

/* masthead style */
.masthead {
	background-color:white;
}

/* main navigation style */
.navigation {
	background-color:white;
}

/* background repeating border gradients */
.bgleft {
	color:transparent;
	background-image:url(../images/bgleft.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}
.bgright {
	color:transparent;
	background-image:url(../images/bgright.jpg);
	background-position:top left;
	background-repeat:repeat-y;	
}

/* contains the body and footer, with a border and padding */
.superdiv {
	background-color:#FFFFFF;
	width:845px;
	padding-top:30px;
	margin-bottom:0px;
	margin:auto;
}

/* the main table in the superdiv */
.maintable {
	background-color:white;
	width:760px;
	margin:auto;
	margin-top:3px;
}

/* left column for hompage */
.col1 {
	padding-top:5px;
	padding-bottom:15px;
}
/* right column for all pages */
.col2 {
	width:250px;
	padding-top:0px;
	padding-bottom:15px;
	text-align:center;
}

/* various text boxes that are divs */
.content1 {
	padding-left:10px;
	padding-right:80px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
	background-color:white;
}
.content2 {
	width:233px;
	text-align:center;
}
.content2b {
	background-color:#FFF2D0;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
	color:#820024;
	font-size:13px;
}

/* box height for the homepage */
.homehit {
	min-height:475px !important;
	line-height:18px;
}

/* footer area links */
div.footer {
	width:100%;
	font-family:Helvetica, sans-serif;
	color:#2C4438;
	border:0px solid red;
	background-color:white;
	margin-bottom:0px;	
	text-align:center;
	font-size:10px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
}
div.footer a:link {
	color:#820024;
	text-decoration:none;
}
div.footer a:visited {
	color:#820024;
	text-decoration:none;
}
div.footer a:hover, .footer a:active {
	color:#820024;
	text-decoration:underline;
}

/* all default links */
a:link {
	color:#005481;
	text-decoration:underline;
}
a:visited {
	color:#005481;
	text-decoration:underline;
}
a:hover, a:active {
	color:#820024;
	text-decoration:underline;
}

/* headers */
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:34px;
	color:#2C4438;
	font-weight:bold;
	margin-top:0px;
	padding-top:0px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#2C4438;
	font-weight:bold;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#2C4438;
	font-weight:bold;
}

h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#2C4438;
	font-weight:bold;
}

.nopad {
	margin:0px;
	padding:0px;
}

p {
	margin-top:14px;
	margin-bottom:14px;
}

ul {
	margin-left:15px;
	padding-left:15px;
}
ul li {
	padding-bottom:4px;
}
ul li ul {
	padding-top:4px;
}

form {
 margin:0px;
 padding:0px;
}

.ascii {
	line-height: 8px !important;
	font-size:8px;
}

.pdf {
	font-size:12px;
}


