/* ELEMENTS
==========================================================*/

body {
	margin: 0 0 25px 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #77787b;
}

img {
	padding: 0;
	margin: 0 0 0 0;
	border: 0;
}

h1, h2 {
	font-size: 18px;
	font-family:helvetica, arial, sans-serif;
	font-weight: normal;
	margin: 0 0 7px 0; /*sifr: margin: 0 0 20px 0; */
	color: #6a365b;
	padding: 0;
}
.edtitle {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #6a365b;
	padding: 0;
}

a {
	text-decoration: none;
	color: #979b9c;
}

a:hover {
	color: #6a365b;
}

/* Layout
==========================================================*/

/* Header */

#header {
	width: 795px;
	margin: auto;
	padding-left: 23px;
}

#logo {
	float: left;
}

#logo img {
	display: block;
}

/* Navgation */
#navigation {
	text-align: right;
	/*padding-right:198px;*/
	padding-top: 80px; 
}

#navigation a {
	padding-left: 18px;
}

.active {
	color: #6a365b;
}

/* Body */
#body-container {
	background: url(../images/tile-main-body.jpg) #5a2049 repeat-x;
	margin-bottom: 20px;
}

#body {
	width: 772px;
	margin: auto;
	background: #fff;
}

#left-column {
	width: 202px;
	padding: 2px 20px 0 24px;
	font-size: 1.1em;
	float: left;
}

/* The Browse by Style, Type, Finish */

#left-column .browse {
	border-bottom: solid 1px #e1e0e0;
	padding-bottom: 8px;
	margin-bottom: 9px;
}

#left-column .last {
	margin: 0;
	border: none;
}

#left-column .item {
	float: left;
	margin-bottom: 4px;
}

#left-column .content {
	padding-left: 57px;
	line-height: 1.6em;
}

#left-column .link {
	clear: left;
}

#left-column .link a {
	clear: left;
	color: #f26722;
}

#left-column .link a:hover {
	clear: left;
	color: #f26722;
	text-decoration: underline;
}

#left-column .arrow {
	position: relative;
	top: 1px;
	margin-right: 5px;
}

#right-column {
	height: 358px;
	float: left;
	line-height: 1.6em;
}

#right-column p {
	margin-top: 0;
}

#right-column #flash img {
	display: block;
}

#right-column a {
	color: #f26722;
}

#right-column a:hover {
	color: #f26722;
	text-decoration: underline;
}

#features #news {
	float: left;
	width: 320px;
	line-height: 1.6em;
	font-size: 1.1em;
	margin-right: 46px;
}

#features #job-opportunites {
	float: left;
	width: 160px;
	line-height: 1.6em;
	font-size: 1.1em;
}

#features {
	width: 526px;
	margin: auto;
	background: #fff;
	padding-left: 246px;
}

#features .title {
	font-weight: bold;
	color: #5a2049;
}

#features .link a {
	clear: left;
	color: #f26722;
}

#features .link a:hover {
	clear: left;
	color: #f26722;
	text-decoration: underline;
}

#features .arrow {
	position: relative;
	top: 1px;
	margin-right: 5px;
}

/* Footer */

#footer {
	width: 572px;
	margin: auto;
	background: #fff;
	padding-left: 170px;
	line-height: 1.6em;
	margin-top: 60px;
}

/* SPECIAL CLASSES
==========================================================*/
.small-text {
	font-size: .9em;
	color: #333;
}

span.clearer {
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}


