/** 
 * 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: 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-top: 30px;
}

html {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 1010px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Container {
	width: 1010px;
	padding-bottom: 15px;
	margin-left: 0px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}
#Layout {
	width: 960px;
	clear: both;
	overflow: hidden;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-position: top;
	padding-left: 25px;
	padding-top: 0px;
}
#Content {
	width: 725px;
	float: left;
	text-align: left;
	padding-left: 0px;
	margin-top: 30px;
	margin-left: 0px;
}
/* HEADER
----------------------------------------- */
#Header {
	width: 960px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 55px;
	padding-top: 20px;
}
 	#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;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 960px;
	padding-top: 5px;
	overflow: hidden;
	margin-top: 84px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: 33px;
}
	#Navigation ul {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			float: left;
			line-height: 2.8em;
			display: block;
		}
  			#Navigation ul li a {
	float: left;
	text-decoration: none;
	display: block;
	height: 2.3em;
	font-size: 2em;
	color: #81a275;
	text-transform: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	font-weight: bold;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					padding-right: 10px;
					height: 2.3em;
				}
					#Navigation ul li a:hover {
	color: #000000;
	cursor: pointer;
	background-image: url(dit.gif);
	background-position: center 20px;
	background-repeat: no-repeat;
					}
					#Navigation ul li a:hover span {
	cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover {
	color: #000000;
	background-image: url(dit.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
					}
				#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: #000000;
				}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs {
	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em;
	margin-top: -39px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 0;
	position: absolute;
	z-index: 999999;
}
	#Breadcrumbs p {
	font-size: 10px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar {
	width: 200px;
	float: right;
	margin-bottom: 15px;
	clear: both;
	margin-top: 10px;
	background-color: #edf2ec;
}
	#Sidebar .sidebarBox {
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	}
	#Sidebar ul {
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-left: 5px;
	}
		#Sidebar li {
	list-style: none;
	background-image: none;
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-left: 2px;
	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: #FFFFFF;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.4;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 15px;
	background-image: url(../images/sidebar-top.png);
	background-repeat: no-repeat;
	background-position: top;
	}
#Sidebar h6 {
	font-size: 10px;
	clear: both;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	color: #000000;
}
	
	#Sidebar .sidebarBottom {
	height: 34px;
	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.9em;
	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.4em;
	height: 1.7em;
	line-height: 2.3em;
	color: #0099CC;
	font-weight: bold;
      	}
			ul#Menu2 li em {
				padding-left: 8px;
				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: #333333;
	cursor: pointer;
	text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	font-weight: 700;
	color: #000000;
	  	}
      	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: -1px;
	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.8em;
	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: 188px;
				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: #000000;
	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: 1010px;
	height: 140px;
	text-align: center;
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 25px;
}
	#Footer .footerTop {
	width: 100%;
	display: block;
	height: 2px;
	background-color: transparent;
	}
  	#Footer p {
	color: #666666;
	font-size: 1.1em;
	text-align: center;
	margin-top: 97px;
	}
  		#Footer a {
	color: #000000;
	text-decoration: none;
		}
			#Footer a:hover {
	color: #000000;
	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;
}
#Services  td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#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: 3px;
}
#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: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	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: 14px;
	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 h2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 45px;
	color: #43bfc9;
}
#homeWrap img {
	margin: 0px;
	padding: 0px;
}

#LogoLink {
	height: 50px;
	width: 340px;
	position: absolute;
	z-index: 9999;
	top: 75px;
	margin-left: 17px;
}
#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;} /*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: #666666;
	background-image: none;
	margin-left: 24px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#NewsList a {
	color: #0099CC;
	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;
	margin-top: 9px;

}
#EstimatePanel {
	height: auto;
}
#EstimatePanel ul {
	padding-left: 0px;
	margin-top: 10px;
	}

/* EstimatePanel widget
-------------------------------------------- */
#EstimatePanel  li {
	padding-left: 10px;
	font-size: 1.4em;
	line-height: 1.1em;
}
#EstimatePanel   ul  li a {
	color: #f3702c; /* sliding doors padding */
	text-decoration: none;
	font-weight: bold;
}
#EstimatePanel  ul li a:hover {
	color: #000000; /* sliding doors padding */
	text-decoration: none;
	font-weight: bold;
}
#EstimatePanel  ul lia:visited {
	color: #f3702c; /* sliding doors padding */
	text-decoration: none;
	font-weight: bold;
}
	
	/* Link widget
-------------------------------------------- */
#LinkWidget  li {
	padding-left: 10px;
	font-size: 1.4em;
	line-height: 1.1em;
}
#LinkWidget a {
	color: #f3702c; /* sliding doors padding */
	text-decoration: none;
	font-weight: bold;
}
#LinkWidget {
	height: 190px;
}
#LinkWidget ul {
	padding-left: 0px;
	margin-top: 10px;
	}

/* testiminials
-------------------------------------------- */
#testimonials p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003366;
	margin-bottom: 1px;
	margin-top: 9px;
	padding-bottom: 2px;
}
#testimonials h6 {
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#LinkWidget a:hover {
	color: #000000; /* sliding doors padding */
	text-decoration: none;
}
#homePanelTop {
	height: 12px;
	width: 696px;
	margin-top: 7px;
	color: #e12524;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e12524;
	border-right-color: #e12524;
	border-left-color: #e12524;
}
#homePanelmiddle {
	width: 696px;
	overflow: visible;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e12524;
	border-left-color: #e12524;
}
#homePanelBottom {
	height: 14px;
	width: 696px;
	overflow: hidden;
	margin-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e12524;
}
#homePanelmiddle   h1 {
	overflow: visible;
	font-size: 17px;
	font-weight: bold;
	color: #e12524;
	margin-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
#homePanelmiddle   p {
	overflow: visible;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-right: 15px;
	padding-left: 15px;
}
#homeiframe {
	margin-top: -19px;
	padding-top: 0px;
}
#addThis {
	text-align: center;
}
#testimonialsMain p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003366;
	margin-bottom: 1px;
	margin-top: 9px;
	padding-bottom: 2px;
}
#testimonialsMain h6 {
	color: #333333;
	text-decoration: none;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ededed;
	font-size: 11px;
	padding-bottom: 25px;
}
#testimonialsMain {
	margin-top: 35px;
}
/* simple spam
----------------------------------------------- */
			#Spam{
	margin: 0px;
	padding: 0px;
			 }#Spam p {
	font-size: 0.9em;
	color: #999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#Spam h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#Spam  input   {
	padding: 8px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #333333;
	font-size: 1.1em;
	font-weight: normal;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	}