/* @group Standard */

* {
	margin: 0;
	padding: 0;
}

.standard {
	margin-right: 15px;
	margin-left: 15px;
}

p {
	margin: 0;
	padding-top: 6px;
	padding-bottom: 8px;
}



/* @end */

/* @group structure */

body {
	font: .825em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #2f2f2f;
	background: url(/images/document-background.gif) repeat-x;
}

.pagerow, .ninesixty {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.fullcolumn {
	padding: 20px;
}

.maincolumn {
	padding: 20px 10px 10px;
	width: 500px;
}

.calendar, .referrals {
	width: 200px;
}

.weatherheadline {
	width: 200px;
	padding-left: 10px;
}

.recentvisits {
	width: 190px;
}

.rightcolumn {
	width: 410px;
	padding-top: 20px;
}

div.directorycolumn {
	width: 150px;
}



/* @end */

/* @group header */

#headertop {
	height: 120px;
	background: url(/images/mathematical-bridge.jpg) no-repeat center top;
}

#headerbottom {
	background-color: #777;
}

.headerlinks {
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #feffff;
}

.login {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #feffff;
}

#header a, #header a:visited {
	color: #feffff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

.websitetitle {
	color: #ff751a;
	padding: 20px;
	text-shadow: #303628 2px 2px 2px;
	font: 2em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.titlehighlight {
	color: #ff4d4f;
}

div.searchbox {
	width: 300px;
	padding-right: 25px;
}



/* @end */

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	margin-top: 5px;
	margin-bottom: 10px;
}

h2 {
	padding-top: 3px;
	padding-bottom: 7px;
}

h3 {
	padding-top: 2px;
	padding-bottom: 2px;
}



/* @end */

/* @group Listings */

.dark {
	background-color: #ccc;
}

.light {
	background-color: #e5e5e5;
}

.listinglight {
	background-color: #f4f4f4;
}

.listingdark {
	background-color: #eaeaea;
}

p.eventdescription {
	padding: 5px;
	background-color: #eee;
}

p.eventlisting {
	margin-bottom: 10px;
}

.newlisting {
	margin-bottom: 10px;
}

.caption {
	font: .85em Arial, Helvetica, Geneva, sans-serif;
}

.lightlight {
	background-color: #f8f8f8;
}

.lightdark {
	background-color: #f3f3f3;
}

.listingtd {
	padding: 5px;
}

.listingtr {
	margin-bottom: 5px;
}

.orgdetails {
	padding: 5px;
}

.directorycategories {
	border: 1px solid green;
}



/* @end */

/* @group links */

a, a:visited {
	color: #4d7c5e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* @end */

/* @group misc */

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

td {
	padding: 3px;
}

label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}

input, select {
	margin-top: 5px;
	margin-bottom: 5px;
}

.error {
	color: red;
}

#add_a_listing label {
	float: left;
	width: 250px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}

.whitebg {
	background-color: #ffffff;
}

.mainborder {
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
}

.borderbottom {
	border-bottom: 1px solid #C5C5C5;
}



/* @end */

td.eventscalendar {
	width: 25px;
}

/* @group Lists */

.dircol {
}

ul {
	display: block;
}

ul.directorycolumn {
	width: 140px;
	padding-left: 20px;
}

ul.directorycolumn li {
}

ul.directorycolumn ul li {
	list-style-position: inside;
}

/* @end */

/* @group dir form */

.dirheading {
	width: 200px;
}

.dirsearch {
	
}



/* @end */

.getnews {
	width: 380px;
}

/* @group Padding */

.paddedcol {
	padding: 5px;
}

.paddedleft {
	padding-left: 5px;
}

.paddedright {
	padding-right: 15px;
}

.padded {
	padding: 15px;
}

.paddedtop {
	padding-top: 15px;
}



/* @end */