    html,
    body {
	margin:0;
	padding:0;
	height:100%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	color: #333;
	background-color: #E4D0E6;
    }
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 100%;
	min-height:100%;
	position:relative;
}
#outerWrapper #topwrapper {
	height: 43px;
	text-align: right;
	background-color: #2C2057;
	width: 100%;
}
#outerWrapper #topwrapper #top_container {
	height: 43px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#outerWrapper #topwrapper #top_container #top_l {
	float: left;
	width: 950px;
	text-align: left;
	padding-top: 13px;
}
#outerWrapper #topwrapper #top_container #top_r {
	float: right;
	width: 0px;
	text-align: left;
	padding-top: 11px;
}

#outerWrapper #headerwrapper {
	height: 114px;
	background-color: #FFFFFF;
	width: 100%;
}
#outerWrapper #headerwrapper #headercontainer {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 21px;
	text-align: left;
}
#outerWrapper #headerwrapper #headercontainer #header_l {
	float: left;
	width: 610px;
}
#outerWrapper #headerwrapper #headercontainer #header_r {
	float: right;
	width: 335px;
	padding-top: 10px;
	text-align: center;
}

#outerWrapper #navigation {
	height: 34px;
	clear: both;
}

#outerWrapper #navigation_left {
	float: left;
	width: 0px;
	text-align: center;
}
#outerWrapper #navigation_right {
	float: right;
	width: 100px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 9px;
}
#outerWrapper #navigation_main{
	margin-right: 0px;
	text-align: justify;
	height: 34px;
	margin-left: 0px;
	padding-top: 12px;
}
#outerWrapper #banner {
	height: 127px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-repeat: no-repeat;
	background-position: top;
}
#outerWrapper #banner_l {
	float: left;
	width: 570px;
}
#outerWrapper #banner_r {
	float: right;
	width: 350px;
	margin-right: 17px;
}

/* CONTENT CONTAINER MAIN */

#outerWrapper #contentWrapper {
	padding-bottom: 97px;
	width: 100%;
	background-color: #E4D0E6;
	overflow: auto;
}
#outerWrapper #contentWrapper #contentcontainer {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	overflow: auto;
	background-image: url(res/bodyback.gif);
	background-repeat: no-repeat;
	background-position: 50px 50px;
}
#outerWrapper #contentWrapper #contentcontainer #leftColumn1 {
	float: left;
	width: 0px;
}
#outerWrapper #contentWrapper #contentcontainer #rightColumn1 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 270px;
	margin-top: 20px;
}
#outerWrapper #contentWrapper #contentcontainer #rightColumn1_newsbox {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 250px;
	height: 240px;
	margin-top: 20px;
	background-image: url(res/latest-news-back.gif);
	background-repeat: no-repeat;
	padding-top: 52px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#outerWrapper #contentWrapper #contentcontainer #rightColumn1_newsbox2 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 270px;
	height: 49px;
	margin-top: 0px;
}
#outerWrapper #contentWrapper #contentcontainer #content{
	margin-left: 0px;
	margin-right: 270px;
	padding-right: 25px;
}

/* CONTENT CONTAINER MAIN END */

/* CONTENT CONTAINER PURPLE */

#contentWrapper_purple {
	padding-bottom: 97px;
	width: 100%;
	background-color: #FFFFFF;
	overflow: auto;
}
#contentWrapper_purple #contentcontainer_purple {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	overflow: auto;
	background-image: url(res/bodyback_grey.gif);
	background-repeat: no-repeat;
	background-position: 50px 50px;
}
#contentWrapper_purple #contentcontainer_purple #leftColumn1_purple {
	float: left;
	width: 0px;
}
#contentWrapper_purple #contentcontainer_purple #rightColumn1_purple {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 270px;
	margin-top: 20px;
}
#contentWrapper_purple #contentcontainer_purple #rightColumn1_newsbox_purple {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 250px;
	height: 240px;
	margin-top: 20px;
	background-image: url(res/latest-news-back-purple.gif);
	background-repeat: no-repeat;
	padding-top: 52px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#contentWrapper_purple #contentcontainer_purple #content_purple{
	margin-left: 0px;
	margin-right: 270px;
	padding-right: 25px;
	color: #EAD9EC;
}

#contentWrapper_purple #contentcontainer_purple h1{
	color: #582D5C;
}
#contentWrapper_purple #contentcontainer_purple h2{
	color: #974D9D;
}
#contentWrapper_purple #contentcontainer_purple h3{
	color: #FFFFFF;
}

#contentWrapper_purple #contentcontainer_purple strong{
	color: #9E50A5;
}

#contentWrapper_purple #contentcontainer_purple p{
	color: #414141;
}

#contentWrapper_purple #contentcontainer_purple td{
	color: #9E50A5;
}

#contentWrapper_purple #contentcontainer_purple td p{
	color: #9E50A5;
}

#contentWrapper_purple #contentcontainer_purple td strong{
	color: #ffffff;
	font-size: 18px;
}

/* CONTENT CONTAINER PURPLE END */

/* CONTENT CONTAINER BLUE */

#contentWrapper_blue {
	padding-bottom: 97px;
	width: 100%;
	background-color: #ffffff;
	overflow: auto;
}
#contentWrapper_blue #contentcontainer_blue {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	overflow: auto;
	background-image: url(res/bodyback_grey.gif);
	background-repeat: no-repeat;
	background-position: 50px 50px;
}
#contentWrapper_blue #contentcontainer_blue #leftColumn1_blue {
	float: left;
	width: 0px;
}
#contentWrapper_blue #contentcontainer_blue #rightColumn1_blue {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 270px;
	margin-top: 20px;
}
#contentWrapper_blue #contentcontainer_blue #rightColumn1_newsbox_blue {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 250px;
	height: 240px;
	margin-top: 20px;
	background-image: url(res/latest-news-back-blue.gif);
	background-repeat: no-repeat;
	padding-top: 52px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#contentWrapper_blue #contentcontainer_blue #content_blue{
	margin-left: 0px;
	margin-right: 270px;
	padding-right: 25px;
	color: #ECFBFF;
}

#contentWrapper_blue #contentcontainer_blue h1{
	color: #036584;
}

#contentWrapper_blue #contentcontainer_blue strong{
	color: #974D9D;
	font-weight: bold;
}

#contentWrapper_blue #contentcontainer_blue p{
	color: #414141;
}

#contentWrapper_blue #contentcontainer_blue td{
	color: #039CCF;
}

#contentWrapper_blue #contentcontainer_blue td p{
	color: #039CCF;
}

#contentWrapper_blue #contentcontainer_blue td strong{
	color: #036584;
	font-size: 18px;
}

/* CONTENT CONTAINER BLUE END */

/* CONTENT CONTAINER ORANGE */

#contentWrapper_orange {
	padding-bottom: 97px;
	width: 100%;
	background-color: #ffffff;
	overflow: auto;
}
#contentWrapper_orange #contentcontainer_orange {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	overflow: auto;
	background-image: url(res/bodyback_grey.gif);
	background-repeat: no-repeat;
	background-position: 50px 50px;
}
#contentWrapper_orange #contentcontainer_orange #leftColumn1_orange {
	float: left;
	width: 0px;
}
#contentWrapper_orange #contentcontainer_orange #rightColumn1_orange {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 270px;
	margin-top: 20px;
}
#contentWrapper_orange #contentcontainer_orange #rightColumn1_newsbox_orange {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 250px;
	height: 240px;
	margin-top: 20px;
	background-image: url(res/latest-news-back-orange.gif);
	background-repeat: no-repeat;
	padding-top: 52px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#contentWrapper_orange #contentcontainer_orange #content_orange{
	margin-left: 0px;
	margin-right: 270px;
	padding-right: 25px;
	color: #ECFBFF;
}

#contentWrapper_orange #contentcontainer_orange h1{
	color: #B5590E;
}

#contentWrapper_orange #contentcontainer_orange strong{
	color: #B5590E;
}

#contentWrapper_orange #contentcontainer_orange p{
	color: #B5590E;
}

#contentWrapper_orange #contentcontainer_orange td{
	color: #B5590E;
}

#contentWrapper_orange #contentcontainer_orange td p{
	color: #B5590E;
}

#contentWrapper_orange #contentcontainer_orange td strong{
	color: #ffffff;
	font-size: 18px;
}

/* CONTENT CONTAINER ORANGE END */

/* CONTENT CONTAINER MAGENTA */

#contentWrapper_magenta {
	padding-bottom: 97px;
	width: 100%;
	background-color: #ffffff;
	overflow: auto;
}
#contentWrapper_magenta #contentcontainer_magenta {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	overflow: auto;
	background-image: url(res/bodyback_grey.gif);
	background-repeat: no-repeat;
	background-position: 50px 50px;
}
#contentWrapper_magenta #contentcontainer_magenta #leftColumn1_magenta {
	float: left;
	width: 0px;
}
#contentWrapper_magenta #contentcontainer_magenta #rightColumn1_magenta {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 270px;
	margin-top: 20px;
}
#contentWrapper_magenta #contentcontainer_magenta #rightColumn1_newsbox_magenta {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 250px;
	height: 240px;
	margin-top: 20px;
	background-image: url(res/latest-news-back-magenta.gif);
	background-repeat: no-repeat;
	padding-top: 52px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#contentWrapper_magenta #contentcontainer_magenta #content_magenta{
	margin-left: 0px;
	margin-right: 270px;
	padding-right: 25px;
	color: #ECFBFF;
}

#contentWrapper_magenta #contentcontainer_magenta h1{
	color: #950653;
}

#contentWrapper_magenta #contentcontainer_magenta strong{
	color: #950653;
}

#contentWrapper_magenta #contentcontainer_magenta p{
	color: #950653;
}

#contentWrapper_magenta #contentcontainer_magenta td{
	color: #950653;
}

#contentWrapper_magenta #contentcontainer_magenta td p{
	color: #950653;
}

#contentWrapper_magenta #contentcontainer_magenta td strong{
	color: #ffffff;
	font-size: 18px;
}

/* CONTENT CONTAINER MAGENTA END */

/* CONTENT CONTAINER 2013 */

#contentWrapper_2013 {
	padding-bottom: 97px;
	width: 100%;
	background-color: #E4D0E6;
	overflow: auto;
}
#contentWrapper_2013 #contentcontainer_2013 {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	overflow: auto;
	background-image: url(res/bodyback_2013.gif);
	background-repeat: no-repeat;
	background-position: 50px 50px;
}
#contentWrapper_2013 #contentcontainer_2013 #leftColumn1_2013 {
	float: left;
	width: 0px;
}
#contentWrapper_2013 #contentcontainer_2013 #rightColumn1_2013 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 0px;
	margin-top: 20px;
}
#contentWrapper_2013 #contentcontainer_2013 #content_2013{
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 25px;
}

/* CONTENT CONTAINER 2013 END */

#outerWrapper #contentWrapper #leftColumn1_inner {
	float: left;
	width: 27px;
}
#outerWrapper #contentWrapper #rightColumn1_inner {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 0px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content_inner{
	margin-left: 27px;
	margin-right: 27px;
	padding-right: 13px;
	border-left-color: #A89292;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A89292;
}

#outerWrapper #contentWrapper2 {
	width: 100%;
	background-color: #E4D0E6;
	overflow: auto;

}
#outerWrapper #contentWrapper #contentcontainer2 {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	overflow: auto;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}

#footerwrapper {
	width: 100%;
	height: 97px;
	color: #FFF;
	font-size: 11px;
	background-color: #2C2057;
	position:absolute;
	bottom:0;
	left:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4B3E78;
}
#footerwrapper #footercontainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	padding-top: 15px;
}
#footerwrapper #footercontainer #footer_l {
	float: left;
	width: 800px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 23px;
}
#footerwrapper #footercontainer #footer_r {
	float: right;
	width: 150px;
	text-align: right;
	font-size: 11px;
	padding-top: 23px;
}
/* Commonly used to style page titles. */
h1 {
	font-size: 28px;
	color: #2C2057;
	text-transform: none;
	font-weight: bold;
}
.h1_red {
	font-size: 20px;
	color: #FF9900;
	margin-bottom: 15px;
	text-transform: none;
	font-weight: bold;
}
/* Commonly used to style section titles. */
h2 {
	font-size: 24px;
	color: #347CA5;
	font-weight: bold;
	line-height: 23px;
}
/* Commonly used to style section titles. */
h3 {
	font-size: 18px;
	color: #F3B4DE;
	font-weight: bold;
}
/* Commonly used to style section titles. */
h4 {
	font-size: 16px;
	color: #F3B4DE;
	font-weight: bold;
}
/* Commonly used to style section titles. */
h5 {
	font-size: 14px;
	color: #F3B4DE;
	font-weight: bold;
}
/* Commonly used to style section titles. */
h6 {
	font-size: 12px;
	color: #F3B4DE;
	font-weight: bold;
}
hr {
	border: 0;
	color: #F3B4DE;
	background-color: #F3B4DE;
	height: 1px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	color: #6F3975;
}

.arrow1 {
	color: #333;
}

div.hr {
	height: 15px;
	width: 572px;
	background-attachment: scroll;
	background-color: #43430E;
	background-repeat: repeat;
	background-position: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.hr hr {
  display: none;
}

.bluehead{
	font-size: 15px;
	font-weight: bold;
	color: #1A8AE0;
}
.date{
	font-size: 11px;
	color: #666666;
	font-style: italic;
}
	.required {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	}
	.captchaerror{
	font-family: Geneva, georgia, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	}
	.captchaerror2{
	font-family: Geneva, georgia, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	}
	.formborder{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #894791;
	padding: 5px;
	border: 3px solid #64276B;
	}
	.button {
	border: none;
	background-repeat: no-repeat;
	height: 26px;
	width: 68px;
	font-weight: bold;
	cursor: hand;
	}
	.button:hover {
	border: none;
	background-repeat: no-repeat;
	height: 26px;
	width: 68px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
	}
	

/**** LINKS ****/

/* Sets the style for unvisited links. */
/* Sets the style for unvisited links. */
a,  a:link {
	color: #E2007A;
	text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
	color: #E2007A;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #666666;
	text-decoration: none;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #E2007A;
	text-decoration: underline;
}
a.b:link {
	color: #E97C23;
	text-decoration: none;
}
a.b:visited {
	color: #E97C23;
	text-decoration: none;
}
a.b:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.b:active {
	color: #E97C23;
	text-decoration: none;
} 

a.c:link {
	color: #7468A2;
	text-decoration: none;
	font-size: 11px;
}
a.c:visited {
	color: #7468A2;
	text-decoration: none;
	font-size: 11px;
}
a.c:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}
a.c:active {
	color: #7468A2;
	text-decoration: none;
	font-size: 11px;
} 

a.d:link {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
a.d:visited {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
a.d:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #999999;
}
a.d:active {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
} 

a.e:link {
	color: #292907;
	text-decoration: none;
	font-size: 12px;
}
a.e:visited {
	color: #292907;
	text-decoration: none;
	font-size: 12px;
}
a.e:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #FFFFFF;
}
a.e:active {
	color: #292907;
	text-decoration: none;
	font-size: 12px;
} 


a.eventbox:link {
	color: #DDDD2B;
	text-decoration: none;
	font-size: 12px;
	height: 100%;
	width: 100%;
	display: block;
	padding: 5px;
	font-weight: bold;
}
a.eventbox:visited {
	color: #DDDD2B;
	text-decoration: none;
	font-size: 12px;
	height: 100%;
	width: 100%;
	display: block;
	padding: 5px;
	font-weight: bold;
}
a.eventbox:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
	display: block;
	padding: 5px;
	font-weight: bold;
}
a.eventbox:active {
	color: #DDDD2B;
	text-decoration: none;
	font-size: 12px;
	height: 100%;
	width: 100%;
	display: block;
	padding: 5px;
	font-weight: bold;
} 

a.f:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
a.f:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
a.f:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #CCCCCC;
}
a.f:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
} 


/* POINTER */

.pointer {
	cursor: pointer;
	/* for IE */
  filter: alpha(opacity = 100);
	/* CSS3 standard */
  opacity:1;
}

.pointer:hover {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
}

.pointer-o {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
}

.pointer2 {
	cursor: pointer;
	/* for IE */
  filter: alpha(opacity = 100);
	/* CSS3 standard */
  opacity:1;
	margin-right: 20px;
	margin-bottom: 20px;
}

.pointer2:hover {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
}

.pointer3 {
	cursor: pointer;
  /* for IE */
  filter: alpha(opacity = 100);
  /* CSS3 standard */
  opacity:1;
  margin-bottom: 20px;
}

.pointer3:hover {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
}

.pointer4 {
	cursor: pointer;
	/* for IE */
  filter: alpha(opacity = 100);
	/* CSS3 standard */
  opacity:1;
	margin-bottom: 20px;
}

.pointer4:hover {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
}


.picborder {
	border: 5px solid #ADAFA7;
}
.picborder2 {
	cursor: pointer;
	border: 5px solid #ADAFA7;
	padding: 1px;
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=100);
	/* CSS3 standard */
  opacity:1;
}
.picborder2:hover  {
	cursor: pointer;
	border: 5px solid #ADAFA7;
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=50);
	/* CSS3 standard */
  opacity:0.5;
}
.picborder3 {
	border: 1px solid #999999;
	padding: 1px;
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=100);
	/* CSS3 standard */
  opacity:1;
}
.picborder3:hover  {
	border: 1px solid #FF5200;
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=50);
	/* CSS3 standard */
  opacity:0.5;
}
/*** GENERAL ***/

.footertxt{
	color: #333333;
	font-size: 11px;
	}
.italic{
	color: #537499;
	font-size: 11px;
	font-style: italic;
	}
.installtxt{
	color: #333333;
	font-size: 11px;
	padding: 20px;
	}
.contacts_popup{
	color: #001C66;
	font-size: 12px;
	padding: 5px;
	background-color: #ABBBCA;
	border: 1px solid #001C66;
	}
.contacts_popup2{
	color: #001C66;
	font-size: 15px;
	font-weight: bold;
	}
	
.newsdate{
	color: #F3B4DE;
	font-size: 11px;
	}
	
	.testimonials_date {
	color: #CCCCCC;
	font-style: italic;
	}
	
	.testimonials_text {
	font-style: italic;
	color: #E90F70;
	}
	.testimonials_name{
	font-style: italic;
	color: #75B239;
	}
	
/*** GOOGLE MAPS ***/

.mapborder{
	border: 1px solid #FFFFFF;
	margin-top: 20px;
	}
#mapdetails{
	font-size: 11px;
	font-style: italic;
	color: #666666;
	padding-top: 15px;

	}

/*** PROJECTS ***/

.producttable1{
	font-size: 11px;
	color: #333333;
	border: 10px solid #64839F;
	background-color: #EBEBEB;
	padding: 5px;
}
.producthead{
	font-size: 16px;
	font-weight: bold;
}
.productcontractor{
	font-size: 11px;
	color: #001F70;
}
.productbreadcrumbs{
	font-size: 11px;
	color: #333333;
}

/*** CONTACTS ***/

.contacttable1{
	font-size: 12px;
	color: #333333;
	border: 1px solid #64839F;
	background-color: #EBEBEB;
	padding: 5px;
}
.contacttable2{
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #64839F;
	background-color: #00206B;
	padding: 5px;
	font-weight: bold;
}

	/**** FEEDBACK ****/
	.feedbackbox {
	color: #1D2A38;
	font-size: 13px;
	padding: 5px;
	}
	.feedbackbox2 {
	color: #DF0803;
	padding: 10px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	}
	.enquiryform{
	font-size: 11px;
	color: #2D2D2D;
	background-color: #F0F0F0;
	padding: 2px;
	border: 1px solid #999;
	}
	
	/**** GALLERY BOX ****/

	.galleryborder {
	background-color: #064848;
	padding: 10px;
	}
	/**** WEATHER BOX ****/

	#weatherbox {
	background-color: #1F1F05;
	width: 211px;
	height: 150px;
	text-align: center;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #C4D8A5;
}

	/**** OFFER BOX ****/

	#offerbox {
	background-color: #1E1E05;
	width: 147px;
	height: 72px;
	text-align: left;
	margin-top: 16px;
	font-size: 11px;
	color: #DCDC90;
	padding: 10px;
	margin-bottom: 16px;
}
	.offerhead{
	font-size: 11px;
	font-weight: bold;
	color: #B6B623;
}
	
	
	/**** HOME RESULTS BOX ****/

	#homeresultsbox {
	background-color: #3B3B0B;
	text-align: left;
	margin-bottom: 20px;
}
	.homeresultsboxgreen {
	font-weight: bold;
	color: #D8ECAD;
}

	.fixturesbox1{
	border: 1px solid #638A2E;
	margin-bottom: 20px;

	}
	.fixturesbox2{
	color: #FFFFFF;
	background-color: #A3A41A;
	padding: 5px;
	}
	.fixturesbox3{
	color: #FFFFFF;
	background-color: #A3A41A;
	padding: 5px;
	}
	.resultsbox1{
	color: #FFFFFF;
	background-color: #22401C;
	padding: 5px;
	border: 1px solid #FFFFFF;

	}
	.resultsbox2{
	color: #001600;
	background-color: #A3A41A;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}
	.resultsbox3{
	margin-bottom: 10px;
	}
	.coursebox1{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A3A41A;
	padding: 5px;

	}
	.coursebox2{
	color: #22401C;
	background-color: #D9D933;
	padding: 2px;

	}
	.coursebox3{
	color: #FFFFFF;
	background-color: #292907;
	padding: 2px;

	}
	.coursebox4{
	color: #FFFFFF;
	background-color: #1F1F05;
	padding: 2px;
	font-weight: bold;

	}
.logintable{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 10px solid #FFFFFF;
	background-color: #292907;
	padding: 5px;
	margin-top: 20px;
}

	#eventbox{
	color: #D9D933;
	background-color: #A3A41A;
	margin-bottom: 15px;
	border: 1px solid #B6B622;
	width: 70%;
	height: 30px;
	}
	#eventbox:hover{
	color: #D9D933;
	background-color: #A3A41A;
	margin-bottom: 15px;
	border: 1px solid #B6B622;
	height: 30px;
	}
	#eventbox2{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #1F1F05;
	padding: 6px;
	width: 219px;
	border: 1px solid #648B2E;
	}
	#eventbox3{
	border: 1px solid #FFFFFF;
	}

/*** DOWNLOADS ***/

.downloadhead{
	font-size: 14px;
	color: #A1A186;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.downloaddesc{
	font-size: 12px;
	color: #DDDD2B;
	font-style: italic;
}
.nonews {
	color: #DCDC90;
	font-size: 11px;
}
.linkhead {
	color: #CEF58B;
	font-size: 13px;
	font-weight: bold;
}
.H1Dark {
	color: #1D2A38;
}

.footerbold{
	color: #8B6966;
}


	/*** SKYPE ***/

	#skypebox {
	width: 182px;
	height: 88px;
	background-color: #FFFFFF;
	padding-top: 130px;
	padding-left: 35px;
	}
	
	/*** FORM BOX ***/

	#formbox {
	width: 95%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #6B5727;
	font-size: 11px;
	padding: 15px;
	margin-bottom: 20px;
	}
	
	/*** LOGOUT BOX ***/

	#logoutbox {
	width: 237px;
	text-align: center;
	}
	
	/*** USER LOGIN BOX ***/

	.login_formborder{
	font-size: 11px;
	color: #3E3536;
	background-color: #FFFFFF;
	height: 12px;
	width: 129px;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	.login_text{
	font-size: 11px;
	color: #FFFFFF;
	}
	.login_button{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #B41F25;
	height: 18px;
	width: 32px;
	border: 1px solid #7D0914;
	}


	/*** FORM DIVIDE***/

	.formdivide{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	.formdivide2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E2E46;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #FF0000;
		}

	
	/*** BIOS ***/
	
	.biopicborder {
	background-color: #999999;
	padding: 10px;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-top: 15px;
	}
	
	.biobox {
	background-color: #FFE888;
	padding: 10px;
	margin-bottom: 25px;
	color: #000000;
	border: 10px solid #CCCCCC;
	}
	.biohead {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	}
	
	/*** PAGE PIC BORDER ***/
	
	.pagepicborder {
	background-color: #DDDDDD;
	padding: 10px;
	margin-bottom: 25px;
	margin-left: 25px;
	}

	/*** DYNAMIC BANNER BORDER ***/
	
	.dynamicborder {
	border: 1px solid #CCCCCC;
	}

	/*** SPECIAL OFFER BORDER ***/
	
	.offerborder {
	border: 1px solid #CCCCCC;
	padding: 1px;
	}


.picborder-gallery {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=100);
	/* CSS3 standard */
  opacity:1;
}
.picborder-gallery:hover  {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=50);
	/* CSS3 standard */
  opacity:0.5;
}

	/*** VARIOUS ***/
	
	.headeryellow {
	color: #FBC925;
	font-weight: bold;
	}
	.taglineborder {
	margin-bottom: 28px;
	}

	/*** NEWS BOX ***/

	#newsbox {
	height: 94px;
	width: 590px;
	padding-top: 50px;
	padding-left: 21px;
	padding-right: 21px;

	}
	
	/*** HOW IT WORKS ***/

	#howitworks1 {
	height: 125px;
	width: 240px;
	text-align: left;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
	#howitworks2 {
	height: 125px;
	width: 240px;
	text-align: left;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
	#howitworks3 {
	height: 125px;
	width: 240px;
	text-align: left;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
	
	/*** HOW IT WORKS ***/

	.bullet1 {
	color: #FFF;
	}
	
	.pricepromise {
		color: #E10B03;
	}

	


	#socialbox  {
	position:fixed;
	top:5%;
	right:2%;
	height: 127px;
	width: 110px;
	float: right;
	text-align: center;
}
	#socialbox1  {
}
	#socialbox2  {
}
	/*** SOCIAL WRAPPER ***/

#social_wrapper {
	height: 40px;
	width: 330px;
	margin-left: 200px;
}
#social_wrapper_left {
	float: left;
	width: 110px;
	text-align: center;
	padding-top: 10px;
}
#social_wrapper_right {
	float: right;
	width: 110px;
	text-align: center;
	padding-top: 10px;
}
#social_wrapper_main{
	margin-left: 110px;
	margin-right: 110px;
	padding-top: 10px;
}

#mainselection {
	overflow:hidden;
	width:300px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;
	box-shadow: 1px 1px 11px #330033;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 269px 10px;
	color: #EA1608;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 15px;
	padding: 0px;
}

#mainselection2 {
	overflow:hidden;
	width:300px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;
	box-shadow: 1px 1px 11px #330033;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 269px 10px;
	color: #EA1608;
}

	/*** PROJECTS ***/
	
	#project-wrapper{
	width: 350px;
	margin-top: 0px;
	padding-top: 0px;
	}

	#projectbox1{
	width: 550px;
	border: 1px solid #CCC;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius: 15px;
	margin-bottom: 15px;
	vertical-align: top;
	padding: 10px;
	margin-top: 15px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	}
	
	.project-head1 {
	font-size: 18px;
	font-weight: bold;
	color: #3E3B36;
	margin-bottom: 10px;
	line-height: 24px;
	padding-bottom: 10px;
	}
	.project-head2 {
	font-size: 15px;
	font-weight: bold;
	color: #E97810;
	}

	#projectbox2{
	width: 550px;
	border: 1px solid #CCC;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius: 15px;
	margin-bottom: 15px;
	vertical-align: top;
	padding: 10px;
	margin-top: 15px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	}

	#projectbox3{
	width: 550px;
	border: 1px solid #CCC;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius: 15px;
	margin-bottom: 15px;
	vertical-align: top;
	padding: 10px;
	margin-top: 15px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	}
	#projectbox4{
	width: 550px;
	border: 1px solid #CCC;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius: 15px;
	margin-bottom: 15px;
	vertical-align: top;
	padding: 10px;
	margin-top: 15px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-size: 12px;
	}





	
/*** GALLERY BOX ***/

	#gallerybox_wrap {
	width: 170px;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
  #gallerybox1{
	height: 111px;
	width: 150px;
	margin-top: 10px;
	padding: 10px;
	margin-right: 10px;
	text-align: center;
	background-color: #6E074C;
	}
	

	#gallerybox2 {
	width: 160px;
	background-color: #666666;
	padding: 5px;
	font-size: 11px;
	color: #FFF;
	margin-top: 5px;
	}
	#gallerybox3 {
	height: 40px;
	width: 176px;
	text-align: center;
	color: #FFF;
	background-color: #1F2D38;
	padding-top: 5px;
	}
	#gallerybox3 {
	height: 40px;
	width: 176px;
	text-align: center;
	color: #FFF;
	background-color: #1F2D38;
	padding-top: 5px;
	}


	/*** COLOUR BOX ***/

	#colourbox1_purple {
	color: #333;
	background-color: #FFFFFF;
	}
		#colourbox1_purple li {
	color: #7B3F81;
		}
				#colourbox1_purple h3 {
				color: #FFF;
				margin: 0px;
				padding: 0px;
					}
	#colourbox2_blue {
	color: #333;
	background-color: #FFFFFF;
	}
		#colourbox2_blue li {
	color: #048AB7;
		}
				#colourbox2_blue h3 {
				color: #FFF;
				margin: 0px;
				padding: 0px;
					}
	#colourbox3_orange {
	color: #333;
	background-color: #FFFFFF;
	}
		#colourbox3_orange li {
		color: #FFF;
		}
		#colourbox3_orange h3 {
	color: #FFF;
	margin: 0px;
	padding: 0px;
		}
	#colourbox4_magenta {
	color: #333;
	background-color: #FFFFFF;
	}
		#colourbox4_magenta li {
		color: #FFF;
		}
				#colourbox4_magenta h3 {
				color: #FFF;
				margin: 0px;
				padding: 0px;
					}

	#pagination {
	width: 96%;
	padding: 2%;
	margin-top: 5px;
	background-color: #FFFFFF;
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	}
	.heading1 {
	color: #454545;
	font-size: 18px;
	font-weight: bold;
	}
	.mainheading1 {
	color: #824784;
	font-size: 28px;
	font-weight: bold;
	}
	.mainheading2 {
	color: #4188AB;
	font-size: 28px;
	font-weight: bold;
	}
	.mainheading3 {
	color: #E97B37;
	font-size: 28px;
	font-weight: bold;
	}
	.mainheading4 {
	color: #D9287D;
	font-size: 28px;
	font-weight: bold;
	}
