/** 
 * 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%;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 40px;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
}

html {
}

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: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(banner.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
}
#Container {
	width: 980px;
	min-height: 510px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	overflow: visible;
}
#Layout {
	clear: both;
	overflow: hidden;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 980px;
	padding: 0px;
}
#Content {
	width: 700px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
}
/* HEADER
----------------------------------------- */
#Header {
	height: 14px;
	width: 960px;
}
 	#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 {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 2px;
	float: right;
	width: 980px;
}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation ul {
	float: right;
	margin-right: -2px;
	margin-bottom: 30px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	}
	#Navigation ul li {
	list-style: none;
	float: left;
	line-height: 4.6em;
	display: block;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-left: 0px;
		}
  		#Navigation ul li a {
	float: left;
		outline:none;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
	text-decoration: none;
	display: block;
	height: 2.7em;
	font-size: 1.6em;
	color: #333;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 14px;
	font-weight: lighter;
	margin-top: 1px;
	text-transform: lowercase;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-right: 3px;
	background-image: url(link-top-left.png);
	background-repeat: no-repeat;
	background-position: left top;
			}
		#Navigation ul li a span {
	text-align: center;
	float: left;
	padding-right: 13px;
	height: 2.7em;
	background-image: url(link-top-right.png);
	background-repeat: no-repeat;
	background-position: right top;
		}
			#Navigation ul li a:hover {
	color: #FFF;
	cursor: pointer;
	background-image: url(hov-top-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-shadow:0 0px 0 rgba(255, 255, 255, 0.7);
				}
			#Navigation ul li a:hover span {
	cursor: pointer;
	color: #FFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(hov-top-right.png);
	background-repeat: no-repeat;
	background-position: right top;
			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover {
	color: #000;
	background-image: url(current-top-left.png);
	background-repeat: no-repeat;
	background-position: left top;
				}
			#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: #000;
	background-image: url(current-top-right.png);
	background-repeat: no-repeat;
	background-position: right top;
			}


/* SIDEBAR
-------------------------------------- */
#Sidebar {
	width: 240px;
	float: right;
	margin-bottom: 15px;
	clear: both;
	margin-top: 1px;
	margin-left: 0px;
}
	#Sidebar .sidebarBox {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-image: url(container-middle.gif);
	background-repeat: repeat-y;
	padding: 0px;
	width: 239px;
	}
	#Sidebar ul {
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
	}
		#Sidebar li {
	list-style: none;
	background-image: none;
	margin-top: 8px;
	margin-bottom: 3px;
	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;
	font-weight: 400;
	font-size: 2.2em;
	line-height: 1.1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 19px;
	background-image: url(container-top.gif);
	background-position: top;
	width: 220px;
	background-repeat: repeat-y;
	color: #000;
	}
#Sidebar h6 {
	font-size: 10px;
	clear: both;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	color: #000000;
}
	
	#Sidebar .sidebarBottom {
	height: 29px;
	display: block;
	width: 239px;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
	background-image: url(container-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	#Sidebar a em {
	font-style: normal;
	font-weight: 300;
	}
	#Sidebar p {
	font-size: 11px;
	clear: both;
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	}
	
	/* MENU2 */
    ul#Menu2 li {
	list-style: none;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0px;
    }
    	ul#Menu2 li a {
	display: block;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
	width: 215px;
	font-size: 1em;
	line-height: 1.5em;
	color: #069;
	letter-spacing: 0em;
      	}
			ul#Menu2 li em {
	display: block;
			}
				ul#Menu2 li li em {
	padding-left: 0;
	margin-top: 3px;
				}
      	/* 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: #F96100;
	cursor: pointer;
	text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	font-weight: 400;
	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: -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: 1em;
	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.1em;
	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: #F96100;
	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 {
	width: 92%;
	color: #DC1313;
	border: 1px solid #FF7373;
	background: #FED0D0;
	padding: 6px;
}



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 {
	border: 1px solid #ededed;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	clear: both;
	width: 958px;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-image: url(footer-blend.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	margin-top: 28px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: bottom;
}
	#Footer .footerTop {
	width: 100%;
	display: block;
	height: 2em;
	margin-top: 25px;
	}
  	#Footer p {
	color: #666;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	line-height: 15px;
	}
  		#Footer a {
	color: #666;
	text-decoration: none;
		outline:none;
		}
#Footer img{
	margin-bottom: 6px;
}
			#Footer a:hover {
	color: #F96100;
	text-decoration: none;
			}

/************************
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;
	padding-top: 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: 17px;
	font-weight: lighter;
	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: 1.4em;
	font-weight: lighter;
	line-height: 1.6em;
	margin-top: 5px;
	color: #666666;
	background-image: none;
	margin-left: 24px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#NewsList a {
	color: #069;
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
}
#NewsList a:hover {
	color: #F96100;
	text-decoration: none;
	padding: 0px;
}

#NewsList ul {
	list-style-type: none;
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}
#Crumbs {
	width: 700px;
	margin-left: 5px;
	margin-top: 0px;
	float: left;
}
#Crumbs p {
	color: #000000;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#Crumbs p a     {
	color: #069;
	text-decoration: none;
}
#Crumbs p a:visited   {
	color: #696c6a;
	text-decoration: none;
}
#Crumbs p a:hover   {
	color: #F96100;
	text-decoration: none;
}
#Crumbs strong {
	color: #333333;
	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;
}
#PopularBlogPostsWidget   {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}
#PopularBlogPostsWidget ul {
	margin: 0px;
	padding: 0px;
}
#RandomContentWidget {
}
#RandomContentWidget ul {
	margin: 0px;
	padding: 0px;
}
#RandomContentWidget p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #333366;
}
#RandomContentWidget h6 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#HomeNews {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 928px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-left: 0px;
	padding-top: 21px;
	padding-right: 25px;
	padding-bottom: 24px;
	padding-left: 25px;
	background-image: url(news-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #ededed;
	margin-bottom: 0px;
}
#HomeNews    li.HomeNewsTitle {
	list-style-type: none;
	list-style-image: none;
	font-size: 2.3em;
	font-weight: 100;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-style: italic;
	color: #000000;
}
#HomeNews li.HomeNewsTitle a {
	font-weight: 600;
	color: #069;
	font-style: normal;
}
#HomeNews li.HomeNewsTitle a:hover {
	color: #F86100;
	text-decoration: none;
}
#HomeNews li.HomeNewsSummary {
	list-style-type: none;
	list-style-image: none;
	font-size: 1.4em;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	color: #333333;
	line-height: 1.6em;
}
#HomeNews  li.HomeNewsTitle .title {
	list-style-type: none;
	list-style-image: none;
	font-weight: 300;
	font-style: normal;
}
#HomeNews li.HomeNewsTitle img {
	float: left;
	margin-right: 13px;
	padding-top: 10px;
}

/************************
Rabdom testiminials widget
************************/

#RandomTestiminialsWidget {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-image: url(container-middle.gif);
	background-repeat: repeat-y;
	padding: 0px;
	width: 239px;
}
#RandomTestiminialsWidget p{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #036;
	font-style: italic;
	font-weight: lighter;
}

#RandomTestiminialsWidget p strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #036;
	font-weight: 500;
}
#RandomTestiminialsWidget h6 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#Sidebar .WidgetHolder h3{
	height: 1px;
	margin-top: 0px;
	padding-top: 9px;
}


/************************
Random why choose us widget
************************/

#RandomWhyChooseWidget {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-image: url(container-middle.gif);
	background-repeat: repeat-y;
	padding: 0px;
	width: 239px;
}
#RandomWhyChooseWidget p{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333;
}
#RandomWhyChooseWidget h6 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#Sidebar .WidgetHolder h3{
	height: 1px;
	margin-top: 0px;
	padding-top: 9px;
}#RandomWhyChooseWidget h2 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 1.5em;
	color: #000;
}
/* groundnation assets
----------------------------------------- */
#groundnationassets {
}
#groundnationassets td{
	border: 1px solid #ededed;
	padding: 16px;
}
#groundnationassets tr {
	vertical-align: top;
}
#groundnationassets table{
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 30px;
	width: 100%;
}
#groundnationassets table p{
	font-size: 12px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#groundnationassets table p strong {
	font-weight: 500;
}
#groundnationassets table h2{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 0px;
	padding-bottom: 3px;
}
#groundnationassets table h6 {
	margin-top: 5px;
	padding-top: 0px;
	font-size: 10px;
	font-weight: 400;
}
#groundnationassets table h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	font-weight: 700;
	background-image: url(folder.gif);
	background-repeat: no-repeat;
	padding-left: 21px;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#groundnationassets table a:hover h3 {
	color: #F86100;
}
#Uploadfile h5  {
	margin-top: 0px;
	padding-top: 12px;
	font-size: 14px;
	font-weight: 500;
	background-image: url(uploadIcon.gif);
	background-repeat: no-repeat;
	padding-left: 34px;
	color: #09C;
	height: 25px;
}
#Uploadfile p {
	margin-bottom: 45px;
}
#webfolionav {
	float: left;
	margin-top: 21px;
	margin-bottom: 25px;
	padding-top: 9px;
	width: 670px;
}
#webfolionav p{
	font-size: 13px;
	font-weight: 400;
	text-align: right;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#webfolionav p.prev {
	text-align: left;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#webfolionav table{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#webfolionav p.prev a {
	color: #CCC;
}
#webfolionav p.prev a:hover {
	color: #F96100;
}
#Share {
	margin-bottom: 11px;
	margin-top: 6px;
}
/* tiker styles for homepage */	
#wrapp {
width: 760px;
text-align: left;
font: normal 1em Arial;
margin: 0 auto;
padding: 0;
color: black;
}
#wrapp h1 {font: bold 1.1em Arial; margin: 1.2em 0 0.5em 0; padding: 0;}
.gnb {
width: 740px; 
margin: 20px 0 3px 0; 
background: #f0f1f1 url(gnb_bg.gif) left top repeat-x 
}
.gnb h3{
font: normal 9px/14px Arial;
text-align: right;
margin: 0 10px 0 0; 
padding: 0
}
#wrapp p{font: normal 0.9em Arial; margin: 1em 0; padding: 0;}
#wrapp h2 {font: bold 1em Arial;}

code {
width:93%;	
font: normal 11px 'Courier New', Courier, Fixed;
color: #000;
display: block;
padding: 1em;
margin: 1em 0;
background-color: #eee;
border: 1px solid #d3d3d6;
border-left-width: 5px;
white-space: pre;
overflow-x: auto;
}
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
	border: 1px solid #CCC;
	background: #fff;
	width: 978px;
	height: 60px;
padding: 0
overflow: hidden; 
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 978px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

#LoginWidget {
	margin-top: -14px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-image: url(container-middle.gif);
	background-repeat: repeat-y;
	width: 239px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#LoginWidget p{
	font-size: 15px;
	margin-left: 20px;
}
#LoginWidget h3 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 17px;
	padding-top: 0px;
	background-image: none;
	font-weight: bold;
}
