/* Type */

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

body, th, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"trebuchet MS", arial, sans-serif;
	font-weight:normal;
}

p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h1 {
	font-size:18px;
}
h2 {
	font-size:18px;
}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:11px;}



a {
	color:#D40168;
}
a:hover {
	color:#F49C00;
}
a.PurpleBoxLink {
	color:#F49C00;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
a.PurpleBoxLink:hover {
	color:white;
}
a.rss-link {
	display:block;
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url(../design/rss-icon.gif);
	padding:2px 0px 2px 20px;
	color:orange;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
a.rss-link:hover {
	color:white;
}

/* Layout */

body {
	margin:0px;
	padding:0px;
	background-color:#8E487A;
	text-align:center;
}

#Wrapper {
	width:980px;
	text-align:left;
	position:relative;
	margin:5px auto 0px auto;
	background-image: url(../design/Designnew/wrapper-mid.gif);
}
#WrapperTop {
	background-image: url(../design/Designnew/wrapper-top.gif);
	background-repeat: no-repeat;
	height: 13px;
	line-height: 0px;

}
#WrapperBtm {
	background-image: url(../design/Designnew/wrapper-btm.gif);
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0px;
}
#WrapperContent {
}

#Masthead {
	padding:5px 25px 0px 25px;
}
#Masthead #Logo {
	width:300px;
	float:left;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
#Masthead #Strapline {
	width:330px;
	float:right;
	font-family:"trebuchet MS", arial, sans-serif;
	color:#F49C00;
	font-size:24px;
	padding-top:25px;
	text-align:right;
	padding-right:5px;
	padding-bottom: 5px;
}

#Masthead #Strapline {
	padding-top: 25px;
	color: #731f5c;
	font-size: 21px;
	font-weight: normal;
}

		#Masthead #Strapline span {
			font-weight: bold;
		}

#Masthead #Strapline #phone {
	width: 39px;
	height: 48px;
}

#Navigation {
	background-image:url(../design/Designnew/nav-bg.gif);
	background-repeat:no-repeat;
	/*height:40px;
	margin:0px 20px 10px 20px;
	padding:12px 8px 0px 8px;*/
}

#Navigation {
	width: 898px;
	height: 28px;
	margin: 0 25px 10px;
	padding: 12px 16px 0;
}

#ContentWrapper {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

#Footer {
	padding:0px 25px 5px 25px;
	font-size:11px;
	color:#333333;
	text-align:center;
}

/* Navigation */

#Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Navigation ul li {
	display: block;
	float: left;
}
#Navigation ul li a {
	border-left:dotted 1px white;
	text-decoration: none;
	display: block;
	color:white;
	font-family:"trebuchet MS", arial, sans-serif;
	text-transform: lowercase;
	line-height:17px;
	font-size:15px;
	padding-top: 0px;
	padding-right: 34px;
	padding-bottom: 0px;
	padding-left: 34px;
}
#Navigation ul li a.HomeLink {
	border-left:none;
}
#Navigation ul li a:hover {
	color:#F49C00;
}


/* Columns */

.WhiteBox h2 {
	background-image:url(../design/Designnew/WhiteBoxTop.gif);
	background-repeat:no-repeat;
	background-position:center top;
	padding:5px 10px 5px 10px;
	color:black;
}
.WhiteBox .BoxContent {
	background-image: url(../design/Designnew/WhiteBoxMid.gif);
	background-repeat:repeat-y;
	background-position: center top;
}
.WhiteBox .BoxBottom {
	background-image: url(../design/Designnew/WhiteBoxBtm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:7px;
}
.WhiteBox h2 a {
	display:block;
	color:#D40168;
	text-decoration:none;
}
.WhiteBox ul {
	padding:0px 10px 0px 10px;
	margin:0px;
	list-style-type:none;	
}
.WhiteBox ul li {
	padding: 6px 0px 6px 0px;
	border-top:1px dotted #CCCCCC;
}
.WhiteBox ul li a {
	display:block;
	padding:0px 0px 0px 28px;
	background-image:url(../design/link-bullet.gif);
	background-repeat:no-repeat;
	background-position: left center;
	text-decoration:none;
}
	


.GreyBox h2 {
	background-image:url(../design/Designnew/GreyBoxTop.gif);
	background-repeat:no-repeat;
	background-position:center top;
	padding:5px 10px 5px 10px;
	color:white;
}
.GreyBox .BoxContent {
	background-image: url(../design/Designnew/GreyBoxMid.gif);
	background-repeat:repeat-y;
	background-position: center top;
}
.GreyBox .BoxBottom {
	background-image: url(../design/Designnew/GreyBoxBtm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:7px;
}

.GreyBoxTwoColumn h2 {
	background-image:url(../design/Designnew/GreyBoxTopTwoColumn.gif);
	background-repeat:no-repeat;
	background-position:center top;
	padding:5px 10px 5px 10px;
	color:white;
}
.GreyBoxTwoColumn .BoxContent {
	background-image: url(../design/Designnew/GreyBoxMidTwoColumn.gif);
	background-repeat:repeat-y;
	background-position: center top;
}
.GreyBoxTwoColumn .BoxBottom {
	background-image: url(../design/Designnew/GreyBoxBtmTwoColumn.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:7px;
}

.TwoThirds {
	width:675px;
	float:left;
	margin-left:10px;
	background-image:url(../design/Designnew/GreyBoxMidTwoColumn.gif);
	background-repeat:repeat-y;
}
.TwoThirds h2 {
	background-image:url(../design/Designnew/GreyBoxTopTwoColumn.gif);
	background-repeat:no-repeat;
	padding:5px 10px;
	color:white;
}
.TwoThirds .Content {
	padding:10px 12.5px 10px 12.5px;
}
.TwoThirds .Footer {
	background-image:url(../design/Designnew/GreyBoxBtmTwoColumn.gif);
	height:7px;
	font-family:monospace;
	font-size:0px;
	line-height:0px;
}

#ColumnA {
	width:225px;
	float:left;
}
#ColumnB {
	width:450px;
	float:left;
	margin-left: 10px;
}
#ColumnC {
	width:225px;
	float:right;
}
#ColumnD {
	width: 450px;
	float: left;
}

#WindowedColumn {
	width:700px;
	float:right;
	margin-right: 0px;
	margin-left: 5px;
}
#Window {
	margin-left:10px;
	padding-bottom:0px;
	float: right;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	margin-right: 0px;
}

.BoxContent p {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.PurpleBox h2 {
	background-image:url(../design/Designnew/PurpleHeaderBg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	padding:5px 10px 5px 10px;
	color:white;
}
.PurpleBox .BoxContent {
	background-image:url(../design/Designnew/PurpleBoxMidBg.gif);
	background-repeat:repeat-y;
	background-position:center top;
}
.PurpleBox .BoxBottom {
	background-image: url(../design/Designnew/ColumnCBottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:7px;
}


.Imageslice h2 {
	background-image:url(../design/Designnew/PurpleHeaderBg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	padding:5px 10px 5px 10px;
	color:white;
}
.Imageslice .BoxContent {
	background-image:url(../design/Designnew/PurpleBoxMidBg.gif);
	background-repeat:repeat-y;
	background-position:center top;
	padding:0px 0px 5px 0px;
}
.Imageslice .BoxBottom {
	background-image: url(../design/Designnew/ColumnCBottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:7px;
}


/* Utilities */

.ClearBoth {
	font-family:monospace;
	font-size:0px;
	line-height:0px;
	padding:0px;
	margin:0px;
	clear:both;
}
#Features a {
	color: #76205F;
	text-decoration: none;
}
#Features a:hover {
	color: #F90;
	text-decoration: none;
}
#ServicesList img {
	margin-bottom:10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ServicesList {
	font-size: 11px;
}
#ServicesList p {
	clear:both;
	padding-top: 10px;
}
.videobox {
	display:block;
	padding: 0 32px 20px 32px;
	width:150px;
	float:left;
}

