/* CSS Document */
body {
	margin: 0;
}

a {
	text-decoration:none;
}

.wrapper {
	margin: 0 auto;
	width: 780px;
	border: solid #000;
	border-width: 0 1px;
}

/* navigation bar */

#navcontainer ul li a#blog {
	border-right: 0;
}

#navcontainer ul {
	margin: 0px;
	padding: 0px;
	background-color: #798a90;
	color: #fff;
	width: 100%;
	height: 40px;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 0.2em 0.5em;
	background-color: #798a90;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	margin: 8px 0;
}

#navcontainer ul li a:hover {
	background-color: #8a9da4;
	color: #fff;
}

/* other layout stuff */

td.left {
	width: 180px;
	background: url(images/nav_bg.png) repeat-y;
	font-family: "Trebuchet MS";
	font-size: 13px;
	padding: 10px;
}

td.center {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

td.right {
	width: 205px;
	padding: 5px;
}

td.right a {
	color: #9F2324;
}

.left_title {
	font-weight: bold;
	font-size: 15px;
}



.left_heading {
	font-weight: bold;
	color: #9f2324;
}

.left_subheading {
	font-size: 11px;
}

.newsletter {
	padding: 10px 0;
	margin: 25px 0 0 0;
	border-top:1px solid #000000;
}

.newsletter_home {
	margin: 10px 0;
	border-bottom:1px solid #000000;
}

.mainintro {
	background: url(images/mainintro_bg.png) no-repeat;
}

.mainintro_text {
	background: url(images/mainintro_text.png) no-repeat;
	width: 335px;
	height: 82px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 20px;
	border-bottom: 1px solid #ababab;
}

.mainintro_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 40px 25px;
}

.centercontent {
	padding: 20px 8px 30px 8px;
	font-family: "Trebuchet MS";
}

.centercontenthome {
	padding: 0px 0px 30px 0px;
	border-bottom: 1px solid #ababab;
	font-family: "Trebuchet MS";
}

.content_list li{
	list-style-type: none;
	background: url(images/bullet.png) no-repeat center left;
	padding-left: 20px;
}

.featured {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

.featured img {
	border: 1px solid #891e1f;
}

.featured .title {
	text-transform: uppercase;
	color: #891e1f;
	font-weight: bold;
	padding: 15px 0;
}

.footer {
	background: #78888e url(images/footer_bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
}

.footer a {
	color: #fff;
}

.centercontent li {
	list-style-type: none;
	padding-left: 20px;
	background-position: left 4px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
}

.centercontent a {
	color: #9F2324;
}

.gototop {
	font-size: 10px;
	color: #9F2324;
}

.gototop a {
	color: #9F2324;
}

.title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.submenu {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.submenu a {
	text-decoration: none;
	color: #000;
}

.submenu a:hover {
	text-decoration: underline;
}



.small {
	font-size: 10px;
}

.small a {
	color: #9F2324;
}

.upcoming_seminars {
	background: #f1f1f1;
	border: 1px solid #e8e8e8;
	width: 500px;
	margin: 0 auto;
	padding: 20px;
}

.seminars a {
	color: #9F2324;
}

.seminars .left_title a {
	color: #000;
}

.inndivider {
	height: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #000;
}

.gradtitle {
	background: #e6e6e6;
	padding: 5px;
}

.soldinn_title {
	font-weight: bold;
}

.sold {
	color: #9F2324;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px;
}

