/* Dundonald Links
 * Elements
 *
 * For stylistic graphic elements / widgets
*/


/* 														------------- General Elements */


/* 												--- element-button */
.element-button {
	background: url(../image/element-button_backing.gif) top left no-repeat;
	float: right;
    display: inline;
}

.element-button div {
	background: url(../image/element-button_end.gif) top right no-repeat;
}

.element-button div p {
	padding: 2px 13px 1px 13px;
}

.element-button div p a:hover  {
	color: #FFFFFF;
}

.element-button div p a {
	color: #C0BCC6;
}

/* 												--- element-lightBox */

.element-lightBox {
	padding-top: 18px;
	background-color: #221237;
}

.element-lightBox img{
	padding-bottom: 14px;
}
.element-lightBox p{
	padding-left: 16px;
}

.element-lightBox h4{
	margin-left: 16px;
}
.element-lightBox div.element-button {
	margin-right: 20px;
}

/* 												--- element-leadingText */
.element-leadingText {
	border-bottom: 1px #6B627B solid;
	margin-top: 10px;
	padding-bottom: 17px;
	margin-bottom: 27px;
}

.element-leadingText p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.3em;
	color: #9E96A7;
	width: 251px;
}

/* 														------------- Layout Specific Elements */


/* 												--- element-button */

/* 									--- page-title */

#page-title div.element-button {
	margin: 13px 59px 0 0;
}


/* 														------------- Page Soecific Elements */

.element-fadeBox {
	padding-top: 18px;
	padding-bottom: 38px;
	margin-top: 33px;
	background: url(../image/background-guide.gif) left top no-repeat;
}
