/* 
	default styles for Bright Dental Health Centre
	by: Jason Douglas - FieryLizard.com
	September 2010
	based on design by Joey Figliomeni joey.figliomeni@gmail.com
	
	- designed to fit a 1024px wide browser window
	- logo and main menu at top
	- large image with slide-out social media icons in middle
	- two boxes of text at bottom
*/
* {
	padding: 0;
	margin: 0;
}

html, body { }
body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color:#000;
}

img{ border: none; }

a{
	color: #000;
	text-decoration: underline;
}
a:hover{ text-decoration:none; border:none; outline:none; }
a:active{ text-decoration:none; border:none; outline:none; }
a:focus{ text-decoration:none; border:none; outline:none; -moz-outline:0 none;}

p { margin-bottom:1em; }
h1{ font-size:3.2em; }
h2{ font-size:2em; }

.clear{ clear: both; }
.c { text-align:center; }
.b { font-weight:bold; }
.i { font-style:italic; }

#container{
	width: 958px;
	margin:34px auto 0 auto;
}
#leftcol{
	/* empty col for centering */
	width:40px;
	float:left;
	clear:left;
}
#maincol{
	/* main content column */
	position:relative;
	z-index:10;
	width:878px;
	float:left;
	clear:none;
}
#maincol li{
	margin-left:40px;
}

#logo{
	float:left;
	clear:left;
	width:278px;
	height:69px;
	padding-right:88px;
}
#logo img{
	width:278px;
	height:69px;
}
#m_whatsnew{
	float:left;
	clear:none;
	width:127px;
	height:54px;
	margin-top:15px;
}
#m_about{
	float:left;
	clear:none;
	width:87px;
	height:54px;
	margin-top:15px;
}
#m_services{
	float:left;
	clear:none;
	width:89px;
	height:54px;
	margin-top:15px;
}
#m_testimonials{
	float:left;
	clear:none;
	width:117px;
	height:54px;
	margin-top:15px;
	padding-right:5px;
}
#m_contact{
	float:left;
	clear:right;
	width:87px;
	height:54px;
	margin-top:15px;
}
#main_img{
	width:878px;
	height:334px;
	float:left;
	clear:both;
}
#main_img img{
	width:878px;
	height:334px;
}
#main_img_shadow_bottom{
	width:878px;
	height:4px;
	float:left;
	clear:both;
	margin-bottom:16px;
}
#main_img_shadow_bottom img{
	width:878px;
	height:4px;
}

#contentcol1{
	float:left;
	clear:left;
	width:412px;
	padding-left:16px;
	padding-bottom:20px;
	font-size: 21px;
	line-height:36px;
	color:#646667;
}
#contentcol1 ul, #contentcol1 ol {
	margin-bottom:10px;
}
#contentcol2{
	float:left;
	clear:right;
	width:429px;
	padding-left:20px;
	padding-bottom:20px;
	font-size:15px;
	line-height:30px;
	color:#646667;
}
#shadowcol{
	position:relative;
	z-index:10;
	width:3px;
	height:430px;	/* to make sure background shadow displays */
	float:left;
	clear:none;
	background-image:url(../images/main_img_shadow_right.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:2px;
}
#rightcol{
	/* 	This is where the social media icons are.
		If the width changes, also make sure to change the slidein() function in the JS
		and set the margin to - half of the width of #rightcol.
	*/
	width:37px; 
	float:left;
	clear:right;
	padding-top:86px;
}
#icon_facebook{
	position:relative;
	z-index:0;
	float:left;
	clear:both;
	width:37px;
	height:38px;
}
#icon_twitter{
	float:left;
	clear:both;
	width:37px;
	height:38px;
}
#icon_4square{
	float:left;
	clear:both;
	width:37px;
	height:38px;
}
#icon_cal{
	float:left;
	clear:both;
	width:37px;
	height:38px;
}

