/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-size: 62.5%;
	margin-bottom: 40px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-top: 23px;
}

html {
	background-image: url(blend.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(corners.png);
	background-position: top;
	padding: 20px;
}
#Container {
	width: 980px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 50px;
	overflow: visible;
	background-image: url(banner.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#Layout {
	clear: both;
	overflow: hidden;
	float: left;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 980px;
	padding-right: 0px;
	padding-left: 0px;
}
#Content {
	width: 730px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-left: 25px;
}
/* HEADER
----------------------------------------- */
#Header {
	height: 123px;
	width: 980px;
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}
#Navigation {
	padding-left: 0px;
}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation ul {
	float: left;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	width: 980px;
	}
	#Navigation ul li {
	list-style: none;
	float: left;
	line-height: 2.5em;
	display: block;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
		}
  		#Navigation ul li a {
	float: left;
	text-decoration: none;
	display: block;
	height: 2em;
	font-size: 1.5em;
	color: #333333;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
	font-weight: bold;
	margin-top: 1px;
			}
		#Navigation ul li a span {
	text-align: center;
	float: left;
	padding-right: 8px;
	height: 2em;
		}
			#Navigation ul li a:hover {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #666666;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(hov-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
				}
			#Navigation ul li a:hover span {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #666666;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(hov-top-right.gif);
			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover {
	color: #FFFFFF;
	background-image: url(cur-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ec008c;
				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
	color: #FFFFFF;
	background-image: url(cur-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #ec008c;
			}


/* SIDEBAR
-------------------------------------- */
#Sidebar {
	width: 210px;
	float: left;
	margin-bottom: 15px;
	clear: both;
	margin-top: 5px;
}
	#Sidebar .sidebarBox {
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-left: 0px;
	}
	#Sidebar ul {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	}
		#Sidebar li {
	list-style: none;
	background-image: none;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 0px;
		}
#Sidebar h2 {
	color: #000000;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.3;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 6px;
	margin-bottom: 0px;
}
	#Sidebar h3 {
	clear: both;
	color: #ec008c;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.1;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(../images/sidebar-top.png);
	background-repeat: no-repeat;
	background-position: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#Sidebar h6 {
	font-size: 10px;
	clear: both;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	color: #000000;
}
	
	#Sidebar .sidebarBottom {
	height: 20px;
	display: block;
	width: 200px;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(../images/sidebar-bot.png);
	background-repeat: no-repeat;
	background-position: top;
	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
	font-size: 11px;
	clear: both;
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	}
	
	/* MENU2 */
    ul#Menu2 li {
	font-size: 0.8em;
	list-style: none;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
    }
    	ul#Menu2 li a {
	display: block;
	width: 196px;
	font-size: 1.5em;
	height: 1.8em;
	line-height: 3em;
	color: #3E91C4;
      	}
			ul#Menu2 li em {
	display: block;
			}
				ul#Menu2 li li em {
					padding-left: 0;
				}
      	/* Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
	color: #ec008c;
	cursor: pointer;
	text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	font-weight: 700;
	color: #ec008c;
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
	font-weight: 700;
      	}
      	ul#Menu2 li a.levela:hover span,
      	ul#Menu2 li a.current span,
      	ul#Menu2 li a.section span,
      	ul#Menu2 li a.section:hover span,
      	ul#Menu2 li a.current:hover span {
	display: block;
	width: 100%;
	height: 100%;
		} 
		ul#Menu2 li a.levela:hover em,
		ul#Menu2 li a.current em,
		ul#Menu2 li a.section em,
		ul#Menu2 li a.section:hover em,
		ul#Menu2 li a.current:hover em {
	display: block;
	width: 100%;
	height: 100%;
      	}
      		ul#Menu2 li ul {
	height: 100%;
	position: relative;
	width: 193px;
	margin-top: -4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
      		}
      			ul#Menu2 li ul li {
	width: 160px;
	padding: 0;
	font-size: 0.9em;
	display: inline;
	margin: 0;
      			}
      				ul#Menu2 li ul li ul {
	margin-left: 0;
      				}	
      
					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
	color: #555;
	font-weight: 700;
      				}
      					ul#Menu2 li li ul {
	padding: 0;
	width: 175px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}
      			
			/* Sub Menu */
      		ul#Menu2 li a.levelb {
	font-size: 1.7em;
	text-indent: 8px;
	width: 222px;
	background: transparent;
	margin-left: 10px;
      		}
	  		ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
	text-decoration: none;
	display: block;
	color: #ec008c;
	background-color: transparent;
      		}
      		ul#Menu2 li a.levelb:hover span,
      		ul#Menu2 li li a.current span,
      		ul#Menu2 li li a.current:hover span,
      		ul#Menu2 li li a.section span,
      		ul#Menu2 li li a.section:hover span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
      		} 	
      		ul#Menu2 li a.levelb:hover em,
      		ul#Menu2 li li a.current em,
      		ul#Menu2 li li a.current:hover em,
      		ul#Menu2 li li a.section em,
      		ul#Menu2 li li a.section:hover em {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
      		}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin-top: 15px;
	margin-right: -23px;
	margin-bottom: 5px;
	margin-left: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	padding: 1px;
	background-color: #CCCCCC;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: normal;
}
	html #SearchForm_SearchForm .middleColumn input.text {
	width: 160px;
	border: none;
	color: #666;
	font-weight: normal;
	padding: 7px;
	font-size: 11px;
	margin-top: 0px;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 0px;
	background-color: #e8f6fb;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	margin-left: -5px;
	height: 30px;
	padding-top: 6px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}
#Footer/* FOOTER
----------------------------------------------- */

 {
	clear: both;
	width: 980px;
	height: 55px;
	text-align: center;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ededed;
	color: #999999;
}
	#Footer .footerTop {
	width: 100%;
	display: block;
	height: 2px;
	background-color: transparent;
	margin-top: 4px;
	}
  	#Footer p {
	color: #999999;
	font-size: 1em;
	text-align: left;
	}
  		#Footer a {
	color: #999999;
	text-decoration: none;
		}
			#Footer a:hover {
	color: #999999;
	text-decoration: underline;
			}
			
/* BUTTONS
-------------------------------------------- */
a.button {
	background: transparent url('bg_button_a.gif') no-repeat scroll top right;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 15px;
	margin-bottom: 25px;
}

a.button span {
	background: transparent url('bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
	color: #FFFFFF;
	text-decoration: none;
}
a.button:active {
	background-position: bottom right;
	color: #FFFFFF;
	outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
}

a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
	text-decoration: none;
}a.button:hover {
	background-position: bottom right;
	color: #FFFFFF;
	outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
}
#HeroWrapper {
	margin-top: -37px;
	height: 300px;
}



/************************
Home page styles
************************/
#homeWrap {
	margin-top: -28px;
}
#homeWrap h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #666666;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 35px;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin-right: 0px;
}
#homeWrap h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: lighter;
	margin-bottom: 9px;
	margin-top: 20px;
}
#homeWrap p {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding-right: 25px;
}
#homeWrap h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 9px;
	padding-right: 15px;
	line-height: 17px;
}
#homeWrap p a {
	color: #000000;
	text-decoration: none;
}
#homeWrap p a:hover {
	color: #000000;
	text-decoration: underline;
}
#servicesPanelTop {
	height: 12px;
	width: 238px;
	background-image: url(servicestop.gif);
	background-position: top;
}
#servicesPanelmiddle {
	width: 238px;
	background-image: url(servicesmid.gif);
	background-repeat: repeat;
	overflow: visible;
}
#servicesPanelBottom {
	height: 14px;
	width: 238px;
	background-image: url(servicesbot.gif);
	background-position: bottom;
	overflow: auto;
	margin-bottom: 2px;
}
#servicesPanelmiddle h1 {
	background-image: url(images/servicesmid.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 0px;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#servicesPanelmiddle p {
	background-image: url(images/servicesmid.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding-right: 15px;
	padding-top: 0px;
}
#servicesPanelmiddle h3 {
	background-image: url(images/servicesmid.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#servicesPanelmiddle h3 a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#servicesPanelmiddle h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #367fa5;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#servicesPanelmiddle h3 a:visited {
	color: #FFFFFF;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#homeWrap  td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#homeWrap table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#homeWrap .strongh1    {
	font-weight: normal;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#homeWrap img {
	margin: 0px;
	padding: 0px;
}
#servicesPanelmiddle img {
	overflow: visible;
	padding-left: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/************************
SITEMAP
************************/
#sitemap-list {padding:0 0 0 10px; margin:0; list-style:none; font-weight:bold; line-height:150%} /*1st level list*/
#sitemap-list li {
	padding:10px;
	margin-top:10px;
	font-size:13px;
	background:#f0f0f0;
	list-style-type: none;
	margin-left: 0px;
} /*1st level items*/
 
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f8f8f8;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:bold; font-size:11px; line-height:18px; background:none} /*2nd level items*/
 
#sitemap-list ul ul {margin-left:10px;padding:5px 10px;  background:#fff;} /*3rd level lists*/
#sitemap-list li li li {font-size:11px; font-weight:normal;} /*3rd level items*/#HeroWrapper2 {
	margin-top: -45px;
	height: 360px;
}
#addthis {
	float: right;
	top: 136px;
	position: relative;
	margin-right: 25px;
}
/************************
NEWS SECTION
************************/
#NewsList {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding: 0px;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -22px;
}
#NewsList    li.newsTitle   {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	margin-left: 24px;
	margin-top: 25px;
	background-image: none;
	margin-bottom: 3px;
	padding: 0px;
}
#NewsList li.newsDateTitle {
	list-style-type: none;
	font-weight: normal;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: none;
	margin-left: 24px;
	font-size: 10px;
	padding: 0px;
	margin-right: 0px;
}
#NewsList li.newsSummary {
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 5px;
	color: #999999;
	background-image: none;
	margin-left: 24px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#NewsList a {
	color: #207ca5;
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
}
#NewsList a:hover {
	color: #174b63;
	text-decoration: underline;
	padding: 0px;
}

#NewsList ul {
	list-style-type: none;
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}
#Crumbs {
	height: 50px;
	width: 750px;
	float: left;
	clear: both;
	position: absolute;
	top: 207px;
	margin-top: 12px;
}
#Crumbs p {
	color: #000000;
	text-decoration: none;
}
#Crumbs p a     {
	color: #696c6a;
	text-decoration: none;
}
#Crumbs p a:visited   {
	color: #696c6a;
	text-decoration: none;
}
#Crumbs p a:hover   {
	color: #696c6a;
	text-decoration: underline;
}
#Crumbs strong {
	color: #ec008c;
	text-decoration: none;
	font-weight: bold;
}
#Logo {
	åheight: 50px;
	position: absolute;
}
#ProjectsContent {
	width: 730px;
	float: left;
	text-align: left;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#ProjectsContent   h2 {
	background-image: url(click-thumb.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	margin-top: -24px;
	padding-top: 43px;
}
#Testimonial {
	margin-left: -13px;
}
#Testimonial p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #333333;
}
#Testimonial h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	font-weight: bold;
	margin-top: 4px;
}

#WhyChoose {
	margin-left: -13px;
}
#WhyChoose p {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #333333;
	font-weight: bold;
}
#WhyChoose p strong {
	color: #ec008c;
}
#slides {
	margin-top: 0px;
	margin-bottom: 9px;
}
#addThis {
	float: right;
}
#youtubegallery {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}
#youtubegallery li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#youtubegallery h6 {
	font-size: 15px;
	margin-bottom: 11px;
	margin-top: 0px;
}
#youtubegallery p {
	font-size: 1em;
	margin-right: 45px;
	margin-left: 150px;
}
#youtubegallery ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#SimplestSpamField {
}
#SimplestSpamField p {
	font-size: 11px;
	color: #666666;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
}
#SimplestSpamField  input   {
	padding: 10px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #de0d24;
	font-size: 1.3em;
	font-weight: normal;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
}
#SimplestSpamField h6 {
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin-top: 21px;
	margin-bottom: 0px;
}
#HomeIndent p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: -1px;
}
