/** 
 * DSG SilverStripe Theme
 */
 
html {
	background: #315378 url(../images/bg.jpg);
	color: #000;
	text-align: left;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 3px auto 3px auto;
}

body {
	margin: 0;
}

img {
	border: 0;
}

a {
	color: #0766c0;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#BodyContainer {
	width: 970px;
	margin: 0 auto 0 auto;
}

/* Header Styles
***************************************************************************************************************/
#HeaderContainer {
	width: 970px;
	height: 140px;
	background-image: url(../images/header.jpg);
	position: relative;
	margin: 0;
	padding: 0;
}

#HeaderHome {left: 23px; width: 96px; top: 12px; height: 102px; position: absolute;}


/* Menu/Nav Styles
***************************************************************************************************************/

#Menu1 {
	float: left;
	position: relative;
	top: 70px;
	left: 145px;
	width: 750px;
	height: 45px;
	margin: 0;
	padding: 0;
}
	#Menu1 ul {
		height: 45px;
		font-family: Arial, Helvetica, sans-setif;
		font-weight: bold;
		z-index: 500;
		margin: 0;
		padding: 0;
		line-height: 45px;
		text-transform: uppercase;
	}
		#Menu1 li {
			float: left;
			list-style: none;
		}
			#Menu1 li a.top_link {
				float: left;
				display: block;
				margin: 0 2px;
				font-weight: bold;
				color: #fff;
				text-decoration: none;
				padding: 0 12px 0 12px;
				line-height: 45px;
				height: 45px;
			}
			#Menu1 li.top {display:block; float:left;}
			
			/** SPLIT THIS FOR IE */
			#Menu1 li a.top_link:hover {
				background: #324355 url(../images/main_nav_over.jpg) top repeat-x;
			}
			#Menu1 li:hover > a.top_link {
				background: #324355 url(../images/main_nav_over.jpg) top repeat-x;
			}
			#Menu1 li.current a.top_link {
				background: #324355 url(../images/main_nav_over.jpg) top repeat-x;
			}

			/* NOTE IE6 has issues with using 4, break into 2  */
			#Menu1 li.section:hover > a.top_link,
			#Menu1 li.current:hover > a.top_link,
			#Menu1 li.section:hover > a.top_link:hover,
			#Menu1 li.current:hover > a.top_link:hover {background: #324355 url(../images/main_nav_over.jpg) top repeat-x;}
			#Menu1 table {border-collapse: collapse; width: 0; height: 0; position: absolute; top: 0; left: 0;}

			#Menu1 a:hover {visibility: visible; position: relative; z-index: 200;}
			#Menu1 li:hover {position: relative; z-index: 200;}

			/* keep the 'next' level invisible by placing it off screen. */
			#Menu1 ul ul {position: absolute; left: -9999px; top: -9999px; width: 0; height: 0; margin: 0; padding: 0; list-style: none;}

			#Menu1 ul ul.sub1 {width:auto; margin-top: 10px;}
			#Menu1 ul ul.sub1 li {
				clear: left;
				width: 100%;
			}
			#Menu1 ul ul.sub1 li a.current {
				font-weight: 700;
			}
			#Menu1 ul :hover ul {
				left: 2px;
				top: 33px;
				background: #c0cdd6;
				white-space: nowrap;
				border: none;
				border: 1px solid #405060;
				height: auto;
				z-index: 300;
			}
			#Menu1 ul :hover ul li {
				display: block;
				position: relative;
				background-color: #c0cdd6;
				border-bottom: 1px solid #b1bec7;
				border-top: 1px solid #cedbe4;
				font-weight: bold;
				width: 200px;
				margin-left: 0;
				padding: 2px 0 2px 0;
			}
			#Menu1 ul :hover ul li a {
				display: block;  
				clear: both;
				background-color: #c0cdd6;
				text-transform: none;
				width: 100%; 
				padding: 6px 0px 4px 0;
				text-indent: 15px; 
				color: #000;
				text-decoration: none;
				line-height: 15px;
			}
			#Menu1 ul :hover ul li a:hover {background: #788693; color: #fff;}

#MainMenuSearch {
	float: right;
	position: relative;
	top: 70px;
	width: 200px;
	height: 45px;
	margin: 0;
	padding: 0;
}

#TopRightMenu {
	position: relative;
	left: 664px;
	top: 7px;
	width: 292px;
	height: 25px;
	background-image: url(../images/sprite-toprightmenu.png);
	margin: 0;
	padding: 0;
}
	#TopRightMenu li {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
	}

	#TopRightMenu li,
	#TopRightMenu a {
		height: 25px;
		display: block;
	}

		#TopRightMenu1 {left: 0px; width: 80px;}
		#TopRightMenu2 {left: 86px; width: 65px;}
		#TopRightMenu3 {left: 157px; width: 42px;}
		#TopRightMenu4 {left: 205px; width: 85px;}

		#TopRightMenu1 a:hover {background: transparent url(../images/sprite-toprightmenu.png) -0px -25px no-repeat;}
		#TopRightMenu2 a:hover {background: transparent url(../images/sprite-toprightmenu.png) -86px -25px no-repeat;}
		#TopRightMenu3 a:hover {background: transparent url(../images/sprite-toprightmenu.png) -157px -25px no-repeat;}
		#TopRightMenu4 a:hover {background: transparent url(../images/sprite-toprightmenu.png) -205px -25px no-repeat;}


/* Main Container Area Styles
***************************************************************************************************************/
#ContentContainer {
	float: left;
	width: 970px;
	background: #ffffff url(../images/bg-contentcontainer.png);
}

#LeftColumn {
	float: left;
	width: 731px;
}

	#LeftColumnHeader,
	#LeftColumnFooter {
		margin: 0;
		padding: 0;
		line-height: 0em;  /* prevents space from showing at bottom of image */
	}

	#LeftColumnFooter {
		margin-top: 1em;
	}

	#LeftColumnBody {
		background: #ffffff;
		margin: 0;
		padding: 0;
	}

	#LeftColumn .textBlock {
		padding: 25px 50px 5px 50px;
	}

	#callout {
		width: 100%;
		margin-bottom: 10px;
	}

	#InLeftColumn1,
	#InLeftColumn2,
	#InLeftColumn3 {
		float: left;
		width: 229px;
	}

	#InLeftColumn1 {
	}

	#InLeftColumn2 {
		margin: 0 0 0 7px;
	}

	#InLeftColumn3 {
		margin: 0 0 0 7px;
	}

	.insideColumnImage {
		padding: 5px 0 5px 0;
		text-align: center;
	}
	
	.insideColumnTitle {
		font-size: 110%;
		font-weight: bold;
		color: #111;
	}
	
	.insideColumnBody {
		padding: 10px;
	}

#RightColumn {
	float: right;
	width: 229px;
	padding: 0 0 0 10px;
	line-height: 1.3em;
}

	#RightColumn .textBlock {
		padding: 5px 10px 5px 10px;
	}

	#RightColumn a {
		color: #0766c0;
		font-weight: bold;
	}


/* Footer Area Styles
***************************************************************************************************************/

#FooterContainer {
	width: 970px;
	clear: both;
	background: #fff;
	padding: 0 0 30px 0;
	margin: 0;
}
	#FooterContainer a {
		color: #0766c0;
	}

#FooterContainer #FooterContainerTopCell {
	background: #fff url(../images/bg-contentcontainer.png);
}

#FooterContainer #FooterBusinessPractices {
	float: left;
	width: 698px;
	margin: 30px 0 0 15px;
	display: inline;
	padding: 0;
	background-color: #3985b0;
	border: 1px solid #ff4e0e;
}

	#FooterContainer #FooterBusinessPractices #FooterBusinessPracticesTitle {
		float: left;
		width: 650px;
		height: 30px;
		padding: 10px 25px 0px 25px;
		margin-bottom: -5px;
	}

	#FooterContainer #FooterBusinessPractices #FooterBusinessPracticesCells {
		float: left;
		clear: both;
		width: 680px;
		padding: 5px 10px 5px 10px;
	}

	.footerBusinessPracticeCell {
		float: left;
		width: 150px;
		height: 60px;
		margin: 5px 10px 5px 10px;
	}

	.footerBusinessPracticeCell a {
		height: 60px;
		width: 150px;
		display: block;
	}

#FooterContainer #FooterSocialNetworks {
	float: right;
	margin: 30px 0 0 10px;
	width: 218px;
	padding-right: 10px;
}

	#FooterContainer #FooterSocialNetworks #FooterSocialNetworksTitle {
		float: left;
		width: 228px;
		height: 30px;
		padding-top: 10px;
	}

#FooterContainer #FooterText {
	padding-top: 3.0em;
	font-size: 90%;
	font-weight: bold;
	color: #225d85;
	text-align: center;
}


/* List Styles
***************************************************************************************************************/

ul.blockBullet,
ul.recentPosts {
	padding-left: 10px;
	margin-left: 5px;
	list-style-image: url(../images/list-bullet.gif);
}
	ul.blockBullet li,
	ul.recentPosts li {
		padding-bottom: 0em;
	}

ul.noBullet {
	padding-left: 5px;
	margin-left: 5px;
	list-style-type: none;
}
	ul.noBullet li {
		padding-bottom: 0em;
	}

ul.bioList {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}
	ul.bioList li {
		margin: 0;
		padding-bottom: 0;
	}


/* Miscellaneous Styles
***************************************************************************************************************/

.textContinued {
	text-align: center;
	color: #006;
}

.textCenter {
	text-align: center;
}

.clear {
	clear: both;
}

.tightTop {
	margin-top: -1em;
}

.tightBottom {
	margin-bottom: 0em;
}


/* Home Page Styles
***************************************************************************************************************/

.rotatorContainer {
	width: 701px;
	height: 289px;
}

.rotatorImage {
	width: 699px;
	height: 252px;
	border: none;
}

/* Blog Styles
***************************************************************************************************************/

#BlogContent {
	padding: 1em 30px 0 30px;
}

.blogSummary {
	background-color: #fff;
	margin: 0 1em 1em 0;
	padding: 0 0 2.5em 0;
}

.blogDateBar {
	color: #777;
	margin-bottom: 1.5em;
}

.readMore {
	font-size: 0.9em;
}

.blogVitals {
	margin: 0;
	padding: 5px 0;
	text-align: right;
	height: 24px;
}

	div.blogVitals img {
		float: left;
	}

	div.blogVitals img.left {
		margin: 0;
	}

	div.blogVitals a {
		float: left;
		text-decoration: none;
	}

	div.blogVitals a.blogCommentsLink {
		margin-left: 20px;
	}

	div.blogVitals a.blogSendToFriendLink {
		margin-left: 125px;
	}

.blogEntry {
	background-color: #fff;
	margin: 0 0 1em 0;
	padding: 0 0 1.5em 0;;
}

#PageNumbers {
	margin-top: 1.0em;
	text-align: center;
}

#PageComments_holder h4 {
	margin-top: 1em;
}


#SendFriendBox {
	padding: 15px;
} 

		#SendFriendBox h2 {
			font-family: Tahoma, Verdana, sans-serif;
			font-size: 20px;
			color: #225d85; 
		}

			#SendFriendBox fieldset div {
				clear: both;
				padding: 2px 0;
			}

#TB_ajaxContent {
	background-color: #eef7fc;
	padding: 0 !important;
	width: 680px !important;
}

