html {
	background: #222;
	color: #fff;
	}
body {
	margin: 0;
	padding: 0;
	font-family: "helvetica";
	}
p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
h1 {
	margin: 0px 0px 10px 0px;
	font-size: 1.8em;
	font-weight: 100;
	}
h2 {
	margin: 0px 0px 10px 0px;
	font-size: 1.6em;
	}
h3 {
	margin: 0px 0px 10px 0px;
	font-size: 1.4em;
	}
h4 {
	margin: 0px 0px 5px 0px;
	font-size: 1em;
	}
h5 {
	margin: 0px 0px 10px 0px;
	font-size: 1em;	
	}
.tr_shade {
	background-color: #DBE1C1;
	}
.tdnb {
	border-bottom: none;
	}

form {
	margin: 0px;
	padding: 0px;
	}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
img {
	border: none;
	}
ol {
	margin: 0px;
	padding: 0px;
	}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #FFA200;
	}
/* --------------------- GENERAL CLASSES ----------------------------- */

.clear {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.hide, .hidden {
	display: none;
	}
.show, .visible {
	display: block;
	}
.required {
	font-size: .8em;
	color: #aaa;
	}
.loader {
	text-align: center;
	padding: 5% 0 5% 0;
	}
.pointer {
	cursor: pointer;
	}
.underline:hover {
	text-decoration: underline;
	}
.padding10 {
	padding: 10px;
	}
.margin10 {
	margin: 10px;
	}
.padding20 {
	padding: 20px;
	}
.margin20 {
	margin: 20px;
	}
.col75 {
	width: 75%;
	float: left;
	}
.col66 {
	width: 66%;
	float: left;
	}
.col50 {
	width: 50%;
	float: left;
	}
.col33 {
	width: 33%;
	float: left;
	}
.col25 {
	width: 25%;
	float: left;
	}	
.columnSort {
	color: #1682CB;
	cursor: pointer;
	}
.columnSort:hover {
	text-decoration: underline;
	}
.spanLink {
	cursor: pointer;
	}
.spanLink:hover {
	text-decoration: underline;
	}
	
/* ------------------- FONT STYLES ----------------------- */

.a {
	font-size: .6em;
	}
.aa {
	font-size: .8em;
	}
.aaa {
	font-size: 1em;
	}
.Grey {
	color: #878787;
	}
a.Grey {
	color: #878787;
	}
.White {
	color: #FFF;
	}
a.White {
	color: #FFF;
	}
.Blue {
	color: #31A0D5;
	}
a.Blue {
	color: #31A0D5;
	}
.Red {
	color: #79222b;
	}
a.Red {
	color: #79222b;
	}
.Orange {
	/* color: #E95C19; */
	color: #FFA200;
	}
a.Orange {
	/* color: #FFA200; */
	color: #FFA200;
	}
.Lilac {
	color: #C7009b;
	}
a.Lilac {
	color: #C7009b;
	}
.smallText {
	font-size: .8em;
	}
.mediumText {
	font-size: 1em;
	}
.largeText {
	font-size: 1.25em;
	}
.thinText {
	font-weight: 100;
	}
.BoldText {
	font-weight: 700;
	}
.mediumBold {
	font-size: 1.2em;
	font-weight: bold;
	}
.smallGrey {
	font-size: 1em;
	font-weight: 100;
	color: #7A7558;
	}
.arrowLink {
	padding: 0 20px 0 0;
	background: center right url(../media/images/little-black-arrow.png) no-repeat;
	}
#overlay {
	left: 0px;
	top: 0px;
	position: fixed;
	display: none;
	z-index: 9000;
	background-color: #000;
	}
#overlayActionBox {
	display: none;
	background-color: #fff;
	padding: 10px;
	z-index: 9001;
	position: fixed;
	}
#overlayActionBoxFooter {
	border-top: 1px solid #e2e2e2;
	padding: 10px 0px;
	}

/* --------------------- LIGHTBOXES ------------------------- */

#LightboxAfter {
	text-align: right;
	margin: 2px 0px 0 0;
	height: 20px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}
#CloseLightbox {
	cursor: pointer;
	}
.LightboxLeftCol {
	width: 80px;
	vertical-align: top;
	}
.LightBoxHeader {
	margin: 0 0 0 -10px;
	font-size: .9em;
	padding: 10px 0 0 0;
	}
#LightBoxBlue input[type='text'],#LightBoxBlue textarea, #LightBoxRed input[type='text'],#LightBoxRed textarea, #LightBoxLilac input[type='text'],#LightBoxLilac textarea {
	width: 220px;
	border: none;
	color: #aaa;
	font-size: 1.2em;
	padding: 2px;
	margin: 5px 0 0 0;
	}
	
	
/* ----------- blue ------------- */

#LightBoxBlue {
	background: url(../media/images/lightbox_back_blue.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}	
#LightBoxBlue td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	font-size: .9em;
	padding: 10px;
	}
	
/* ----------- red ------------- */

#LightBoxRed {
	background: url(../media/images/lightbox_back_red.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}	
#LightBoxRed td {
	border-left: 1px dotted #EE6A4C;
	border-bottom: 1px dotted #EE6A4C;
	font-size: .9em;
	padding: 10px;
	}
	
/* ----------- lilac ------------- */

#LightBoxLilac {
	background: url(../media/images/lightbox_back_lilac.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}	
#LightBoxLilac td {
	border-left: 1px dotted #B29CCC;
	border-bottom: 1px dotted #B29CCC;
	font-size: .9em;
	padding: 10px;
	}
	
/* ----------- lightbox photoreel -----------*/

#LightboxPhotoReel {
	position: relative;
	top: 0;
	left: 0;
	width: 480px;
	height: 300px;
	z-index: 1000;
	margin: 28px 0 0 9px;
	}
#LightboxPhotoReelBox {
	float: left;
	width: 480px;
	height: 300px;
	margin: -15px 0 0 0;
	padding: 0;
	font-size: .7em;
	position: relative;
	}
#LightboxPhotoReelControls {
	position: absolute;
	top: 0;
	left: 0;
	width: 440px;
	height: 300px;
	z-index: 1001;
	padding: 170px 10px 0 30px;
	}
#LightboxPhotoInfo {
	padding: 10px;
	font-size: 1.2em;
	}
	
/* new lightboxes */
	
#RecipientsLightbox {
	background: url(../media/images/lightbox_back_blue.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}	
#RecipientsLightbox td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	font-size: .9em;
	padding: 10px;
	}
.RecipientBoxCategory {
	border-bottom: 1px dotted #559DCB;
	padding: 10px;
	}
.RecipientBoxCategoryContainer {
	overflow-y: scroll;
	height: 290px;
	border-bottom: 1px dotted #559DCB;
	}
.RecipientList li {
	border-bottom: 1px dotted #559DCB;
	padding: 5px;
	}
#RecipientBoxStudentList {
	display: none;
	}
#RecipientBoxStaffList {
	display: none;
	}	
		
#JournalLightbox {
	background: url(../media/images/lightbox_back_lilac.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}	
#JournalLightbox td {
	border-left: 1px dotted #B29CCC;
	border-bottom: 1px dotted #B29CCC;
	font-size: .9em;
	padding: 10px;
	}
	
#JournalLightboxBlue {
	background: url(../media/images/lightbox_back_blue.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}	
#JournalLightboxBlue td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	font-size: .9em;
	padding: 10px;
	}
	
#CaseStudyLightbox {
	background: url(../media/images/lightbox_back_red.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}	
#CaseStudyLightbox td {
	border-left: 1px dotted #EE6A4C;
	border-bottom: 1px dotted #EE6A4C;
	font-size: .9em;
	padding: 10px;
	}
#CaseStudyLightboxBlue {
	background: url(../media/images/lightbox_back_blue.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}	
#ChangePasswordLightboxBlue td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	font-size: .9em;
	padding: 10px;
	}
#ChangePasswordLightboxBlue {
	background: url(../media/images/lightbox_back_blue.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 260px;
	height: 50px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}
#ChangePasswordLightbox td {
	border-left: 1px dotted #EE6A4C;
	border-bottom: 1px dotted #EE6A4C;
	font-size: .9em;
	padding: 10px;
	}
#ChangePasswordLightbox {
	background: url(../media/images/lightbox_back_lilac.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 260px;
	height: 50px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}	
#PhotoCropLightboxBlue td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	font-size: .9em;
	padding: 10px;
	}
#PhotoCropLightboxBlue {
	background: url(../media/images/lightbox_back_blue.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}
#PhotoCropLightbox td {
	border-left: 1px dotted #B29CCC;
	border-bottom: 1px dotted #B29CCC;
	font-size: .9em;
	padding: 10px;
	}
#PhotoCropLightbox {
	background: url(../media/images/lightbox_back_lilac.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}
#ProfileDocumentLightbox td {
	border-left: 1px dotted #B29CCC;
	border-bottom: 1px dotted #B29CCC;
	font-size: .9em;
	padding: 10px;
	}
#ProfileDocumentLightbox {
	background: url(../media/images/lightbox_back_lilac.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}
#ProfileDocumentLightboxBlue td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	font-size: .9em;
	padding: 10px;
	}
#ProfileDocumentLightboxBlue {
	background: url(../media/images/lightbox_back_blue.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}
#CaseStudyLightboxBlue td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	font-size: .9em;
	padding: 10px;
	}
#PhotoVideoLightbox {
	background: url(../media/images/lightbox_back_lilac.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}	
#PhotoVideoLightbox td {
	border-left: 1px dotted #B29CCC;
	border-bottom: 1px dotted #B29CCC;
	font-size: .9em;
	padding: 10px;
	}
#PhotoVideoLightboxBlue {
	background: url(../media/images/lightbox_back_blue.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}
#PhotoVideoLightbox td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	font-size: .9em;
	padding: 10px;
	}
#ProfilePicLightbox {
	background: url(../media/images/lightbox_back_lilac.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}
#ProfilePicLightbox td {
	border-left: 1px dotted #EE6A4C;
	border-bottom: 1px dotted #EE6A4C;
	font-size: .9em;
	padding: 10px;
	}
#ProfilePicLightboxBlue {
	background: url(../media/images/lightbox_back_blue.jpg) repeat;
	padding: 0px;
	border: 1px solid #fff;
	width: 300px;
	height: 400px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 9002;
	font-size: .8em;
	}
#ProfilePicLightboxBlue td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	font-size: .9em;
	padding: 10px;
	}		
/* --------------------- GLOBAL STUFF ----------------------- */	

.CornerDiv {
	padding: 10px;
	border: 1px solid #fff;
	margin-bottom: 10px;
	}
.CornerDivText {
	padding: 10px;
	border: 1px solid #fff;
	margin-bottom: 10px;
	background: url(../media/images/title_arrow.png) no-repeat left 10px;
	}
.TitleFont {
	margin: 0 0 5px -10px;
	background: url(../media/images/title_arrow.png) no-repeat left 3px;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	}
.TitleFontNM {
	margin: 0 0 5px 0px;
	background: url(../media/images/title_arrow.png) no-repeat left 3px;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	}
.SmallTitleFont {
	margin: 0 0 5px -10px;
	background: url(../media/images/title_arrow.png) no-repeat left 3px;
	padding: 0 0 0 10px;
	font-size: 1em;
	}
.SmallTitleFontNM {
	margin: 0 0 5px 0px;
	background: url(../media/images/title_arrow.png) no-repeat left 3px;
	padding: 0 0 0 10px;
	font-size: 1em;
	}
#PhotoReelBox {
	float: left;
	width: 300px;
	height: 245px;
	margin: 0px 40px 0 0;
	font-size: .7em;
	position: relative;
	}
#PhotoReelControls {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 70px;
	z-index: 1001;
	padding: 110px 10px 0 30px;
	}
#PhotoReel {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 225px;
	z-index: 1000;
	/* border: 1px solid #fff; */
	margin: 28px 0 0 9px;
	}
.PhotoReelImage {
	display: none;
	}
#PhotoReelPrevious {
	float: left;
	cursor: pointer;
	}
#PhotoReelNext {
	float: right;
	cursor: pointer;
	}
.Container {
	width: 960px;
	}
#Wrapper {
	height: 100em;
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}
#Masthead {
	height: 229px;
	}
#NavContainer {
	height: 32px;
	background: url(../media/images/nav_end_right.gif) no-repeat right top;
	padding: 0 0 0 0;
	}
#Nav {
	height: 32px;
	background: url(../media/images/nav_back.gif) repeat-x;
	}
#Nav ul li {
	display: inline;
	}
.NavPrinces {
	float: right;
	}
/* IE and IE8 standards mode Hack */
.NavPrinces { margin-top: -35px\9;}

#SubNavContainer {
	height: 20px;
	}
#SubNav {
	display: none;
	padding: 0 0 0 20px;
	}
#SubNav ul li {
	display: inline;
	margin: 0 -5px 0 0;
	}
#logo {
	margin: 40px 0 0 0;
	}
.LoginButton {
	width: 120px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../media/images/arrow_small_right.png) no-repeat right center;
	cursor: pointer;
	padding: 0 25px 0 0;
	color: #fff;
	}
#Footer {
	clear: both;
	padding: 40px 0 0 0;
	background: url(../media/images/footer_back.gif) repeat-x;
	height: 500px;
	/*before live*/
	float:left;width:100%;height:auto;padding:40px 0px;
	}
#FooterInnerWrapper {
	max-height: 500px;
	width: 960px;
	margin: 0 auto;
	}
#Credits {
	clear: both;
	padding: 40px 0 0 0;
	}
#CreditsLeft {
	float: left;
	width: 600px;
	}
#CreditsRight {
	float: right;
	width: 300px;
	text-align: right;
	padding: 30px 46px 0 0;
	font-size: .8em;
	}
#CreditsRight a {
	color: #AFAFAF;
	}
	
/* template 1 */

#HomeWrapper {
	height: 100em;
	width: 100%;
	background: url(../media/images/page_back.jpg) repeat-x;
	}
#HomeInnerWrapper {
	height: 75em;
	width: 960px;
	margin: 0 auto;
	background: url(../media/images/people_back.jpg) no-repeat right top;
	}
#HomePage {
	padding: 0 0 0 0;
	}
#HomeRowBlue {
	height: 342px;
	/* background: url(../media/images/home_blue_back.gif) repeat-x; */
	}
#HomeRowBlueLeft {
	float: left;
	width: 260px;
	padding: 35px 0 20px 0;
	font-size: .9em;
	line-height: 1.5em;
	}
#HomeRowBlueRight {
	float: left;
	width: 550px;
	padding: 35px 0 20px 150px;
	margin: 0 0 0 0;
	font-size: .9em;
	line-height: 1.5em;
	}
#HomeProfileArrows {
	height: 45px;
	padding: 115px 0 0 0;
	}
#HomeProfileArrow {
	margin-left: 57px;
	}
#HomeProfile {
	height: 100px;
	}
#HomeProfileInnerLeft {
	float: left;
	width: 119px;
	height: 100px;
	border-right: 1px dotted #40B5F3;
	margin: -10px;
	padding: 10px 0 0 10px;
	font-size: .8em;
	}
#HomeProfileInnerRight {
	float: left;
	width: 390px;
	height: 90px;
	padding: 5px 0 0 10px;
	margin: -5px -10px 0 10px;
	font-size: .8em;
	line-height: 1.3em;
	}
#HomeProfileInnerRight66 {
	float: left;
	width: 25px;
	}
#HomeProfileInnerRightContent {
	float: left;
	width: 340px;
	}
#HomeProfileInnerRight99 {
	float: left;
	width: 25px;
	padding-top: 92px;
	}
		
#HomePeople {
	
	}
#HomeRowLilac {
	height: 323px;
	background: url(../media/images/home_lilac_back.gif) repeat-x;
	}
.HomeRowLilacLiner {
	height: 303px;
	padding: 30px 0 0 0;
	background: url(../media/images/home_lilac_row_lass.png) no-repeat 750px bottom;
	}
#HomeRowLilacBox2 {
	float: left;
	width: 300px;
	height: 160px;
	margin: 40px 20px 0 0;
	font-size: .7em;
	}
#HomeRowLilacBox2InnerLeft {
	float: left;
	width: 100px;
	}	
#HomeRowLilacBox2InnerRight {
	float: left;
	width: 180px;
	height: 160px;
	padding: 10px;
	border-left: 1px dotted #977EB4;
	margin: -10px;
	line-height: 1.2em;
	}
#HomeRowLilacArrowBox {
	float: left;
	width: 40px;
	padding: 110px 0 0 0;
	}
#HomeRowRed {
	height: 300px;
	background: url(../media/images/home_red_back.gif) repeat-x;
	}
.HomeRowRedLiner {
	height: 240px;
	padding: 60px 0 0 0;
	background: url(../media/images/home_red_background_dude.png) no-repeat 450px bottom;
	}
#HomeRedRowLeftBox {
	float: left;
	width: 340px;
	height: 175px;
	margin: 0 20px 20px 0;
	font-size: .7em;
	line-height: 1.2em;
	}
#HomeRedRowArrowBox {
	float: left;
	width: 40px;
	padding: 80px 0 0 0;
	}	
#HomeRedRowLeftBoxInnerLeft {
	float: left;
	width: 119px;
	height: 170px;
	border-right: 1px dotted #E36548;
	margin: -10px;
	padding: 10px 0 0 10px;
	}
#HomeRedRowLeftBoxInnerRight {
	float: left;
	width: 200px;
	height: 180px;
	margin: -10px 0 0 10px;
	padding: 10px;
	}
#HomeRedRowRightBox {
	float: left;
	width: 260px;
	height: 120px;
	margin: 20px 20px 20px 220px;
	font-size: .9em;
	}
#HomeRedRowRightBox66 {
	width: 25px;
	float: left;
	}
#HomeRedRowRightBoxContent {
	width: 215px;
	float: left;
	font-size: .95em;
	}
#HomeRedRowRightBox99 {
	width: 20px;
	float: left;
	padding-top: 110px;
	}	
#FooterLeftBox {
	float: left;
	width: 420px;
	height: 200px;
	margin: 0 30px 20px 0;
	font-size: .7em;
	}
#FooterLeftBoxInnerLeft {
	float: left;
	width: 99px;
	height: 210px;
	border-right: 1px dotted #888;
	margin: -10px;
	padding: 10px 0 0 10px;
	}
#FooterRightBoxInnerLeft {
	float: left;
	width: 99px;
	height: 210px;
	border-right: 1px dotted #888;
	margin: 0px;
	padding: 10px 0 0 10px;
	}
#FooterLeftBoxInnerRight {
	float: left;
	width: 330px;
	height: 210px;
	margin: -10px -10px 0 10px;
	line-height: 1.2em;
	}
#FooterLeftBoxInnerRightTop {
	border-bottom: 1px dotted #888;
	height: 85px;
	}
#FooterLeftBoxInnerRightMiddle {
	border-bottom: 1px dotted #888;
	height: 40px;
	}
#FooterLeftBoxInnerRightBottom {
	height: 80px;
	}
.FooterLeftBoxInnerRightBox {
	padding: 10px 10px 10px 10px;
	/* background: url(../media/images/title_arrow.png) no-repeat right center; */
	}
	
	
#FooterRightBoxNUFC {
	float: left;
	width: 400px;
	height: 200px;
	margin: 10px 40px 20px 40px;
	font-size: .7em;
	}
		
#FooterRightBox {
	float: left;
	width: 420px;
	height: 200px;
	margin: 0 40px 20px 0;
	font-size: .7em;
	}
	
#FooterRightBoxInnerLeft {
	float: left;
	width: 89px;
	height: 210px;
	border-right: 1px dotted #888;
	margin: -10px 0 0 0px;
	padding: 10px 0 0 0;
	}
#FooterRightBoxInnerLeft2 {
	float: left;
	width: 99px;
	height: 220px;
	border-right: 1px dotted #888;
	margin: -10px 0 0 -10px;
	padding: 0px;
	}
#FooterRightBoxInnerLeftTop {
	border-bottom: 1px dotted #888;
	height: 95px;
	margin: 0 0 0 0;
	padding: 10px 0 0 10px;
	}
#FooterRightBoxInnerLeftBottom {
	height: 80px;
	padding: 10px 0 0 10px;
	}
	
#FooterRightBoxInnerRight {
	float: left;
	width: 340px;
	height: 200px;
	margin: -10px -10px 0 0px;
	line-height: 1.2em;
	}
#FooterRightBoxInnerRightTop {
	border-bottom: 1px dotted #888;
	height: 85px;
	padding: 10px;
	}
#FooterRightBoxInnerRightMiddle {
	border-bottom: 1px dotted #888;
	height: 40px;
	}
#FooterRightBoxInnerRightBottom {
	height: 80px;
	padding: 10px;
	}
	
.FooterRightBoxInnerRightBox {
	padding: 10px;
	/* background: url(../media/images/title_arrow.png) no-repeat right center; */
	}
.FooterEventsBoxImage {
	float: left;
	margin: 0 10px 0 0;
	}
#CreditsRight img { vertical-align: bottom;}
#FooterBox2 {
	float: left;
	width: 400px;
	height: 170px;
	font-size: .7em;
	}

/* template 2 */

#T2_Wrapper {
	height: 52em;
	width: 100%;
	background: url(../media/images/template2_back.gif) repeat-x;
	}
#T2_InnerWrapper {
	height: 52em;
	width: 960px;
	margin: 0 auto;
	background: url(../media/images/template2_people_back.jpg) no-repeat right top;
	}
#T2_Page {
	}
#T2_RowBlue {
	height: 295px;
	}
#T2_RowLilac {
	height: 314px;
	font-size: .8em;
	}
#T2_LilacLeftBox {
	float: left;
	width: 340px;
	height: 200px;
	margin: 40px 40px 20px 0;
	font-size: .9em;
	line-height: 1.2em;
	}	
#T2_LilacLeftBoxInnerLeft {
	float: left;
	width: 119px;
	height: 210px;
	border-right: 1px dotted #B29CCC;
	margin: -10px;
	padding: 10px 0 0 10px;
	}
#T2_LilacLeftBoxInnerRight {
	float: left;
	width: 200px;
	height: 180px;
	margin: -10px 0 0 10px;
	padding: 10px;
	}
#T2_LilacBox2 {
	float: left;
	width: 380px;
	height: 160px;
	margin: 60px 20px 0 0;
	}
#T2_LilacBox2InnerLeft {
	float: left;
	width: 119px;
	height: 170px;
	border-right: 1px dotted #B29CCC;
	margin: -10px;
	padding: 10px 0 0 10px;
	}
#T2_LilacBox2InnerRight {
	float: left;
	width: 240px;
	height: 160px;
	margin: -10px 0 0 10px;
	padding: 10px;
	font-size: .9em;
	line-height: 1.4em;
	}
#T2_LilacBox2InnerRight input[type='text'], #T2_LilacBox2InnerRight input[type='password'] {
	background: transparent;
	border: 1px solid #fff;
	font-size: 1.6em;
	color: #fff;
	}
#T2_FooterLeft {
	float: left;
	width: 400px;
	}
	
/* template 3 (member interface) */

#T3_Wrapper {
	height: 64em;
	width: 100%;
	background: url(../media/images/T3_page_back.gif) repeat-x;
	}
#T3_InnerWrapper {
	height: 64em;
	width: 960px;
	margin: 0 auto;
	background: url(../media/images/T3_background_image.jpg) no-repeat right top;
	}
#T3_Page {
	clear: both;
	padding: 20px 0 0 0;
	height: 777px;
	font-size: .8em;
	}
#T3_PageLeft {
	float: left;
	width: 700px;
	}
#T3_PageRight {
	float: left;
	width: 175px;
	padding: 480px 0 0 85px;
	}
#SideProfile {
	width: 175px;
	height: 200px;
	}
#SideProfileText {
	border-top: 1px dotted #977EB4;
	margin: 0 -10px;
	padding: 10px;
	}
#SideProfileInnerRight66 {
	float: left;
	width: 20px;
	}
#SideProfileInnerRightContent {
	float: left;
	width: 135px;
	line-height: 1.2em;
	}
#SideProfileInnerRight99 {
	float: left;
	width: 20px;
	padding-top: 140px;
	text-align: right;
	}
.YourDetails {
	width: 700px;
	height: 10.5em;
	padding: 0;
	}
.YourDetailsLeft {
	float: left;
	width: 119px;
	height: 10.5em;
	padding: 10px;
	}	
.YourDetailsRight {
	float: left;
	width: 560px;
	height: 10.5em;
	}
.YourDetailsTD1 {
	width: 100px;
	}
.YourDetailsTD3 {
	vertical-align: top;
	line-height: 1.2em;
	}	
.YourDetailsRight td {
	border-left: 1px dotted #977EB4;
	border-bottom: 1px dotted #977EB4;
	}
.YourPictures {
	width: 700px;
	height: 20.5em;
	padding: 0;
	clear: both;
	margin: 20px 0 0 0;
	}
.YourPicturesLeft {
	float: left;
	width: 119px;
	height: 20.5em;
	padding: 10px;
	}	
#YourPicturesControls {
	padding: 150px 0 0 0;
	}
#MTControls {
	padding: 0px 0 0 0;
	}
.YourPicturesControl {
	cursor: pointer;
	}
#YourPicturesRight {
	float: left;
	width: 560px;
	height: 20em;
	}
#YourPicturesTD1 {
	width: 100px;
	}
#YourPicturesTD3 {
	vertical-align: top;
	line-height: 1.2em;
	}	
#YourPicturesRight td {
	border-left: 1px dotted #977EB4;
	border-bottom: 1px dotted #977EB4;
	text-align: center;
	padding: 10px 6px 6px 6px;
	height: 9em;
	vertical-align: top;
	}
.YourPicturesDelete {
	float: right;
	margin: 3px 5px 0 0;
	cursor: pointer;
	}
.YourVideos {
	width: 700px;
	height: 10em;
	padding: 0;
	clear: both;
	margin: 20px 0 0 0;
	}
.YourVideosLeft {
	float: left;
	width: 119px;
	height: 10em;
	padding: 10px;
	}	
.YourVideosRight {
	float: left;
	width: 560px;
	height: 10em;
	}
.YourVideosTD1 {
	width: 100px;
	}
.YourVideosTD3 {
	vertical-align: top;
	line-height: 1.2em;
	}	
.YourVideosRight td {
	border-left: 1px dotted #977EB4;
	border-bottom: 1px dotted #977EB4;
	text-align: center;

	padding: 10px 6px 6px 6px;
	height: 9em;
	vertical-align: top;
	}
.YourVideosDelete {
	float: right;
	margin: 3px 5px 0 0;
	cursor: pointer;
	}
.YourDocuments {
	width: 700px;
	height: 10em;
	padding: 0;
	clear: both;
	margin: 20px 0 0 0;
	}
.YourDocumentsLeft {
	float: left;
	width: 119px;
	height: 10em;
	padding: 10px;
	}	
.YourDocumentsRight {
	float: left;
	width: 560px;
	height: 10em;
	}
.YourDocumentsTD1 {
	width: 100px;
	}
.YourDocumentsTD3 {
	vertical-align: top;
	line-height: 1.2em;
	}	
.YourDocumentsRight td {
	border-left: 1px dotted #977EB4;
	border-bottom: 1px dotted #977EB4;
	text-align: left;
	padding: 0px 10px 0 10px;
	height: 3.3em;
	}
.YourDocumentsDelete {
	float: right;
	margin: 3px 5px 0 0;
	cursor: pointer;
	}
#T3_FooterRightBoxNUFC {
	float: left;
	width: 400px;
	height: 200px;
	margin: 10px 40px 20px 0px;
	font-size: .7em;
	}
	
	

	
/* template 4 (blog) */

#T4_Wrapper {
	height: 110em;
	width: 100%;
	background: url(../media/images/T4_page_background.jpg) repeat-x;
	}
#T4_InnerWrapper {
	height: 110em;
	width: 960px;
	margin: 0 auto;
	background: url(../media/images/T4_background_image.jpg) no-repeat right top;
	}
#T4_Page {
	clear: both;
	padding: 20px 0 0 0;
	height: 110em;
	font-size: .8em;
	}
.BlogPost {
	width: 700px;
	padding: 0;
	clear: both;
	margin: 20px 0 0 0;
	}	
.BlogPost td {
	border-left: 1px dotted #977EB4;
	border-bottom: 1px dotted #977EB4;
	text-align: left;
	padding: 12px;
	vertical-align: top;
	}
.BlogPostInfoTD {
	height: 3em;
	}
.BlogPostImgTD {
	width: 110px;
	}
.BlogReplyTitle {
	padding: 10px;
	margin: -10px -10px 10px -10px;
	border-bottom: 1px dotted #977EB4;
	}
.BlogReplyP {
	text-align: right;
	}	
.BlogAfter {
	text-align: right;
	margin-top: 0px;
	width: 712px;
	}
.BlogDelete {
	cursor: pointer;
	}	
.BlogPicturesDelete {
	float: left;
	margin: 3px 0px 0 0;
	cursor: pointer;
	}
#BlogPagination {
	width: 710px;
	clear: both;
	height: 50px;
	padding: 20px 0 0 0;
	}
.BlogPaginationPrevious {
	float: left;
	cursor: pointer;
	width: 60px;
	}
.BlogPaginationNext {
	float: right;
	cursor: pointer;
	width: 27px;
	}
/* template 5 (staff interface) */

#T5_Wrapper {
	height: 65em;
	width: 100%;
	background: url(../media/images/T5_page_background.jpg) repeat-x;
	}
#T5_InnerWrapper {
	height: 65em;
	width: 960px;
	margin: 0 auto;
	}
#T5_Page {
	clear: both;
	padding: 20px 0 0 0;
	height: 65em;
	font-size: .8em;
	}
.T5JournalAlert {
	float: right;
	text-align: right;
	margin: 0 260px 0 0;
	}
#T5_PageRight {
	float: left;
	width: 175px;
	padding: 30px 0 0 85px;
	}
.StaffLibrarySideBox {
	width: 260px;
	}
.StaffLibraryItem {
	border-top: 1px dotted #559DCB;
	margin: 0 -10px 0px -10px;
	padding: 10px;
	}
.StaffLibraryItemDelete {
	float: right;
	margin: 0px 5px 0 0;
	cursor: pointer;
	}
#T5_Page .YourDetails {
	width: 700px;
	height: 10.5em;
	padding: 0;
	}
#T5_Page .YourDetailsLeft {
	float: left;
	width: 119px;
	height: 10.5em;
	padding: 10px;
	}	
#T5_Page .YourDetailsRight {
	float: left;
	width: 560px;
	height: 10.5em;
	}
#T5_Page .YourDetailsTD1 {
	width: 100px;
	}
#T5_Page .YourDetailsTD3 {
	vertical-align: top;
	line-height: 1.2em;
	}	
#T5_Page .YourDetailsRight td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	}
#T5_Page .YourPictures {
	width: 700px;
	height: 20.5em;
	padding: 0;
	clear: both;
	margin: 20px 0 0 0;
	}
#T5_Page .YourPicturesLeft {
	float: left;
	width: 119px;
	height: 20em;
	padding: 10px;
	}	
#YourPicturesControls {
	padding: 150px 0 0 0;
	}
#T5_Page .YourPicturesControl {
	cursor: pointer;
	}
#T5_Page #YourPicturesRight {
	float: left;
	width: 560px;
	height: 20.5em;
	}
#T5_Page #YourPicturesTD1 {
	width: 100px;
	}
#T5_Page #YourPicturesTD3 {
	vertical-align: top;
	line-height: 1.2em;
	}	
#T5_Page #YourPicturesRight td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	text-align: center;
	padding: 10px 6px 6px 6px;
	height: 9em;
	vertical-align: top;
	}
#T5_Page .YourPicturesDelete {
	float: right;
	margin: 3px 5px 0 0;
	cursor: pointer;
	}
#T5_Page .YourVideos {
	width: 700px;
	height: 10em;
	padding: 0;
	clear: both;
	margin: 20px 0 0 0;
	}
#T5_Page .YourVideosLeft {
	float: left;
	width: 119px;
	height: 10em;
	padding: 10px;
	}	
#T5_Page .YourVideosRight {
	float: left;
	width: 560px;
	height: 10em;
	}
#T5_Page .YourVideosTD1 {
	width: 100px;
	}
#T5_Page .YourVideosTD3 {
	vertical-align: top;
	line-height: 1.2em;
	}	
#T5_Page .YourVideosRight td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	text-align: center;
	padding: 10px 6px 6px 6px;
	height: 9em;
	vertical-align: top;
	}
#T5_Page .YourVideosDelete {
	float: right;
	margin: 3px 5px 0 0;
	cursor: pointer;
	}
#T5_Page .YourDocuments {
	width: 700px;
	height: 10em;
	padding: 0;
	clear: both;
	margin: 20px 0 0 0;
	}
#T5_Page .YourDocumentsLeft {
	float: left;
	width: 119px;
	height: 10em;
	padding: 10px;
	}	
#T5_Page .YourDocumentsRight {
	float: left;
	width: 560px;
	height: 10em;
	}
#T5_Page .YourDocumentsTD1 {
	width: 100px;
	}
#T5_Page .YourDocumentsTD3 {
	vertical-align: top;
	line-height: 1.2em;
	}	
#T5_Page .YourDocumentsRight td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	text-align: left;
	padding: 0px 10px 0 10px;
	height: 3.3em;
	}
#T5_Page .YourDocumentsDelete {
	float: right;
	margin: 3px 5px 0 0;
	cursor: pointer;
	}
	
/* template 6 (groups page) */


#T6_Wrapper {
	height: 50em;
	width: 100%;
	background: url(../media/images/T5_page_background.jpg) repeat-x;
	}
#T6_InnerWrapper {
	height: 50em;
	width: 960px;
	margin: 0 auto;
	}
#T6_Page {
	clear: both;
	padding: 20px 0 0 0;
	height: 50em;
	font-size: .8em;
	}
#T6_PageLeft {
	float: left;
	width: 700px;
	}
#T6_PageRight {
	float: left;
	width: 175px;
	padding: 20px 0 0 85px;
	}
.StaffLibrarySideBox {
	width: 260px;
	}
.StaffLibraryItem {
	border-top: 1px dotted #559DCB;
	margin: 0 -10px 0px -10px;
	padding: 10px;
	}
.StaffLibraryItemDelete {
	float: right;
	margin: 0px 5px 0 0;
	cursor: pointer;
	}
#T6_Page .Group {
	width: 700px;
	padding: 0;
	clear: both;
	margin: 20px 0 0 0;
	}
#T6_Page .GroupNameTD {
	vertical-align: top;
	}	
#T6_Page .GroupTable td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	text-align: left;
	padding: 0px 10px 0 10px;
	height: 3.3em;
	vertical-align: top;
	}
#T6_Page .GroupDelete {
	float: right;
	margin: 3px 5px 0 0;
	cursor: pointer;
	}
	
/* template 7 (news and events) */

#T7_Wrapper {
	height: 73em;
	width: 100%;
	background: url(../media/images/T7_page_background.jpg) repeat-x;
	}
#T7_InnerWrapper {
	height: 73em;
	width: 960px;
	margin: 0 auto;
	background: url(../media/images/ian.png) no-repeat right 60px;
	}
#T7_Page {
	clear: both;
	padding: 20px 0 0 0;
	height: 73em;
	font-size: .8em;
	}
#T7_PageLeft {
	float: left;
	width: 700px;
	}
#T7_NewsCol {
	float: left;
	width: 330px;
	margin: 0 20px 20px 0;
	}
#T7_EventsCol {
	float: left;
	width: 330px;
	margin: 0 0 20px 20px;
	}
#T7_News {
	}
#T7_Events {
	}
.NewsEventItem {
	clear: both;
	border-top: 1px dotted #559DCB;
	margin: -10px;
	padding: 10px 25px 10px 10px;
	height: 7em;
	background: url(../media/images/arrow_small_clear_right.png) no-repeat 310px center;
	}
.NewsEventItem img {
	float: left;
	margin: 0 10px 0 0;
	}
#T7_NewsControls, #T7_EventsControls {
	clear: both;
	padding: 5px 0;
	}
.NewsPaginationPrevious, .EventsPaginationPrevious {
	float: left;
	width: 27px;
	cursor: pointer;
	}
.NewsPaginationNext, .EventsPaginationNext {
	float: right;
	width: 27px;
	cursor: pointer;
	}
#T7_PageRight {
	float: left;
	width: 175px;
	padding: 280px 0 0 85px;
	}
#SideProfileArrow {
	text-align: center;
	padding: 10px 0;
	}
#SideProfileTextBlue {
	border-top: 1px dotted #559DCB;
	margin: 0 -10px;
	padding: 10px;
	}

	
/* template 8 (about) */

#T8_Wrapper {
	height: 73em;
	width: 100%;
	background: url(../media/images/T7_page_background.jpg) repeat-x;
	}
#T8_InnerWrapper {
	height: 73em;
	width: 960px;
	margin: 0 auto;
	background: url(../media/images/ian.png) no-repeat right 60px;
	}
#T8_Page {
	clear: both;
	padding: 20px 0 0 0;
	height: 73em;
	font-size: .8em;
	}
#T8_PageLeft {
	float: left;
	width: 700px;
	}
#T8_PageRight {
	float: left;
	width: 175px;
	padding: 280px 0 0 85px;
	}
#T8_FooterLeft {
	float: left;
	width: 400px;
	margin: -10px 20px 0 0;
	}
	
/* template 9 (meet the team) */

#T9_Wrapper {
	height: 50em;
	width: 100%;
	background: url(../media/images/T7_page_background.jpg) repeat-x;
	}
#T9_InnerWrapper {
	height: 50em;
	width: 960px;
	margin: 0 auto;
	}
#T9_Page {
	clear: both;
	padding: 20px 0 0 0;
	height: 50em;
	font-size: .8em;
	}
#T9_PageLeft {
	float: left;
	width: 700px;
	}
#T9_PageRight {
	float: left;
	width: 175px;
	padding: 20px 0 0 85px;
	}
#T9_Page .Team {
	width: 700px;
	padding: 0;
	clear: both;
	margin: 20px 0 0 0;
	}
#T9_Page .TeamNameTD {
	vertical-align: top;
	}	
#T9_Page .TeamTable td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	text-align: left;
	padding: 10px 10px 0 10px;
	height: 15em;
	vertical-align: top;
	line-height: 1.2em;
	}
#SideEnquiry {
	width: 175px;
	}
.SideEnquiryFieldBlue {
	border-top: 1px dotted #559DCB;
	padding: 10px;
	margin: 0px -10px 10px -10px;
	}
#SideEnquiry input[type='text'],#SideEnquiry textarea {
	width: 170px;
	border: none;
	color: #aaa;
	font-size: 1.2em;
	padding: 2px;
	margin: 5px 0 0 0;
	}
.SideEnquirySend {
	vertical-align: -7px;
	cursor: pointer;
	margin: 0 7px 0 0;
	}
	
/* template 10 (contact us) */

#T10_Wrapper {
	height: 60em;
	width: 100%;
	background: url(../media/images/T7_page_background.jpg) repeat-x;
	}
#T10_InnerWrapper {
	height: 60em;
	width: 960px;
	margin: 0 auto;
	background: url(../media/images/david.png) no-repeat right 60px;
	}
#T10_Page {
	clear: both;
	padding: 20px 0 0 0;
	height: 60em;
	font-size: .8em;
	}
#T10_PageLeft {
	float: left;
	width: 700px;
	}
#T10_PageRight {
	float: left;
	width: 175px;
	padding: 280px 0 0 85px;
	}
#T10_Page .Group {
	width: 700px;
	padding: 0;
	clear: both;
	margin: 20px 0 0 0;
	}
#T10_Page .GroupNameTD {
	vertical-align: top;
	line-height: 1.2em;
	}	
#T10_Page .GroupTable td {
	border-left: 1px dotted #559DCB;
	border-bottom: 1px dotted #559DCB;
	text-align: left;
	padding: 10px 10px 10px 10px;
	}
	
/* template 11 (case studies) */

#T11_Wrapper {
	height: 100em;
	width: 100%;
	background: url(../media/images/T11_page_background.jpg) repeat-x;
	}
#T11_InnerWrapper {
	height: 100em;
	width: 960px;
	margin: 0 auto;
	}
#T11_Page {
	clear: both;
	padding: 20px 0 0 0;
	height: 100em;
	font-size: .8em;
	}
#T11_PageLeft {
	float: left;
	width: 700px;
	}
#T11_PageRight {
	float: left;
	width: 175px;
	padding: 40px 0 0 85px;
	}
#T11_Page .Group {
	width: 700px;
	padding: 0;
	clear: both;
	margin: 20px 0 20px 0;
	}
#T11_Page .GroupNameTD {
	vertical-align: top;
	}	
#T11_Page .GroupTable td {
	border-left: 1px dotted #EE6A4C;
	border-bottom: 1px dotted #EE6A4C;
	text-align: left;
	padding: 10px 10px 10px 10px;
	}
.CaseStudyPagination {
	width: 700px;
	clear: both;
	height: 25px;
	padding: 0px 0 0 0;
	}
.CaseStudyPaginationPrevious {
	float: left;
	cursor: pointer;
	width: 140px;
	}
.CaseStudyPaginationNext {
	float: right;
	cursor: pointer;
	width: 27px;
	}

/* template 12 (feedback) */

#T12_Wrapper {
	height: 90em;
	width: 100%;
	background: url(../media/images/T11_page_background.jpg) repeat-x;
	}
#T12_InnerWrapper {
	height: 90em;
	width: 960px;
	margin: 0 auto;
	}
#T12_Page {
	clear: both;
	padding: 20px 0 0 0;
	height: 90em;
	font-size: .8em;
	}
#T12_PageLeft {
	float: left;
	width: 700px;
	padding: 20px 0 0 0;
	}
#T12_PageRight {
	float: left;
	width: 175px;
	padding: 20px 0 0 85px;
	}
#T12_LeftCol {
	float: left;
	width: 330px;
	margin: 0 20px 0 0;
	}
#T12_RightCol {
	float: left;
	width: 330px;
	margin: 0 0 0 20px;
	}

/* template 13 (business) */

#T13_Wrapper {
	/*height:114px;*/
	height: 117em;
	width: 100%;
	/*background: url(../media/images/T13_page_background.jpg) repeat-x;*/
	background: url(../media/images/T13_page_background_27x2000.jpg) repeat-x;
	}
#T13_InnerWrapper {
	/*height: 114em;*/
	height:117em;
	width: 960px;
	margin: 0 auto;
	background: url(../media/images/T13_background_image.jpg) no-repeat right top;
	}
#T13_Page {
	clear: both;
	padding: 20px 0 0 0;
	height: 114em;
	font-size: .8em;
	}
#T13_PageLeft {
	float: left;
	width: 700px;
	}
#T13_PageLeftTop {
	height: 331px;
	margin: 0 0 10px 0;
	}
#T13_PageLeftTopBox1 {
	float: left;
	width: 300px;
	margin: 0 60px 0 0;
	font-size: 1.4em;
	padding: 30px 0 0 0;
	line-height: 1.4em;
	}
#T13_PageLeftTopBox2 {
	float: left;
	width: 300px;
	padding: 30px 0 0 0;
	line-height: 1.2em;
	}
#T13_PageRight {
	float: left;
	width: 175px;
	padding: 340px 0 0 85px;
	}
.SideEnquiryFieldRed {
	border-top: 1px dotted #EE6A4C;
	padding: 10px;
	margin: 0px -10px 10px -10px;
	}
#SideProfileTextRed {
	border-top: 1px dotted #EE6A4C;
	margin: 0 -10px;
	padding: 10px;
	}
#T13_SideDude {
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
	}
.BusinessCaseStudy {
	padding: 10px 65px 10px 10px;
	/*background: url(../media/images/arrow_small_clear_right.png) no-repeat 370px center; */
	vertical-align: top;
	line-height: 1.2em;
	}
#T13_Page .Group {
	width: 700px;
	padding: 0;
	clear: both;
	margin: 20px 0 0 0;
	}
#T13_Page .GroupNameTD {
	vertical-align: top;
	line-height: 1.2em;
	padding: 10px 30px 10px 10px;
	}	
#T13_Page .GroupTable td {
	border-left: 1px dotted #EE6A4C;
	border-bottom: 1px dotted #EE6A4C;
	text-align: left;
	padding: 10px 10px 10px 10px;
	line-height: 1.2em;
	}
#T13_PageLeft input[type='text'],#T13_PageLeft textarea {
	width: 245px;
	border: none;
	color: #aaa;
	font-size: 1.2em;
	padding: 2px;
	margin: 5px 0 0 0;
	}

/* Princes Trust Page */
body#princes #T10_Wrapper { 
	height: 1612px; 
	background: url(../media/images/Princes_page_background.jpg)
	}
body#princes #T10_InnerWrapper { 
	height: 1612px; 
	background: url(../media/images/princes_trust_logo.png) no-repeat right 266px;
	}
body#princes #Footer { 
	padding-top: 30px;
	}
