/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	background:url(../images/new/body-bg.gif) repeat;
	
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#page {
	margin:0 auto;
	width:960px;
}
#Header {
	background:url(../images/new/header.gif);
	height:144px;
}
	
		#Navigation {
			height:43px;
			background:url(../images/nav-footer-bg.gif) repeat-x;
		}
			#Navigation li {
				float:left;
				margin-left:2px;
				border-right:1px solid #600349;
				margin-top:10px;
				text-align:center;
			}
				#Navigation li.current,
				#Navigation li.section {
				}
				#Navigation li a {
					display:block;
					color:#600349;
					text-transform:uppercase;
					font-weight:bold;
					font-size:1.1em;
					text-decoration:none;
					padding:5px 35px 5px 25px;
				}
					#Navigation li a:hover {
						color:#666;
					}
					#Navigation li.current a,
					#Navigation li.section a {
						color:#d2ebff;
					}

#ContentContainer {
	background:#000;
	padding:10px;
	overflow: auto;
}

#Banner {
	text-align: center;
}

#Menu2 {
	margin-left: 20px;
	width: 17em;
	float:left;
	background:#f0f0f0;
	border:1px solid #ddd;
	padding:10px 10px 10px 10px;
}
	#Menu2 li {
		padding-left:15px;
		background:url(../images/menu2_arrow.gif) no-repeat left center;
	}
	#Menu2 a {
		color:#333;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#0083C8;
	}

#Content {
	float: left;
	margin: 0px 20px;
	width:70%;
}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

#Footer {
	height:40px;
	background:url(../images/nav-footer-bg.gif) repeat-x;
	clear:both;
	text-align:left;
	padding-right:20px;
	border:1px solid #ccc;
	border-top:0;
	padding-top:10px;
}
	#Footer p {
		color:#666;
		font-size:9px;
		padding-left:10px;
	}
	#Footer a {
		color:#850065;
		font-size:11px;
		font-weight:bold;
	}
		#Footer a:hover {
			text-decoration:none;
		}
.fltl{float:left;}
.fltr{float:right;}

/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}


div#left{width:696px; float:left;}

div#left img{margin-bottom:10px;}
div#Sidebar{width:196px;}
div#socials{background:url(../images/new/socials-bg.png) no-repeat; width:196px; height:96px; padding:10px;}
div#socials img{border:none; outline:none; color:#E8E8E8;}
div#socials a{border:none; outline:none; color:#E8E8E8; float:left; margin-right:2px;}
div#socials h4{color:#600048; font-size:14px; padding-bottom:5px; margin-bottom:10px; width:100%; border-bottom:2px solid #F5C3F4;}

div#right{float:right; width:217px; margin-left:25px;}
div.rounded{padding:10px 10px 10px 10px; background:#F8F8F8;margin-bottom:10px; }

div.white-content{background:#000 url(../images/new/circles/white-large-middle.png) repeat-y; }
div.white-content-inner{padding:10px 10px 10px 10px; background:transparent;}
div.white-content-top{background:#000 url(../images/new/circles/white-large-top.png) no-repeat; height:13px; color:#000;}
div.white-content-bottom{background:#000 url(../images/new/circles/white-large-bottom.png) no-repeat; height:12px; color:#000;}


#left h1{color:#000; font-size:22px; line-height:30px;  font-weight:700; font:Arial, Helvetica, sans-serif; margin-bottom:10px; border-bottom:1px solid #666;}
#left h1 span{color:#666; font-weight:normal; font-size:18px;}

#left h1#welcome{color:#000; font-size:22px; line-height:30px; width:280px;  font-weight:700; font:Arial, Helvetica, sans-serif; margin-bottom:10px; border-bottom:1px solid #666;}
#left h1#welcome span{color:#666; font-weight:normal; font-size:18px;}


#left h2{color:#666666; font-size:16px; font-weight:normal; line-height:22px; font:Arial, Helvetica, sans-serif; padding-bottom:2px; margin-bottom:10px; border-bottom:1px solid #666;}
#left img{float:right; margin-bottom:20px;}

#left #home-video{float:right; margin-left:10px; margin-bottom:10px;}
p{color:#666666; font-size:14px; line-height:21px; margin-bottom:10px;}	

div#calltos{clear:both; height:200px; margin-top:10px; }
div.callto{width:179px; height:179px; float:left; margin-right:30px;}
div.last{margin:0;}	
div.callto h3{font-size:14px; line-height:20px; font-weight:700; padding:10px 0 0 10px; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif;}
#left div.callto p{padding-left:10px; font-size:12px; width:94%;}

#left a{color:#850065; font-weight:700; font-size:14px;}
span.cherry{color:#850065; }
span.bold{font-weight:700;}
span.large{ font-size:14px;}

div#about{background:url(../images/new/about-callto.gif) no-repeat;}
div#about h3{color:#8c006a; }
div#about a{color:#8c006a; text-decoration:underline;}

div#news{background:url(../images/new/news-callto.gif) no-repeat;}
div#news h3{color:#000;}
div#news a{color:#000; text-decoration:underline;}

div#contact-dr{background:url(../images/new/contact-callto.gif) no-repeat;}
div#contact-dr h3{color:#d258b4; }
div#contact-dr a{color:#d258b4; text-decoration:underline;}

#left ul{ margin-left:20px;}
#left ul li{color:#666; list-style:square; padding:10px; padding-left:20px ; font-size:14px; line-height:21px; list-style-position:outside;}


/* Blog/News styels*/

#sidebar{width:260px; float:right; background:#F9F9F9; border:1px solid #CCC; padding:10px;}

.typography .WidgetHolder h3{background:#AE72E5; color:#FFF; padding:5px; height:20px;}

.BlogContent{width:640px; float:left;}
.blogSummary{border-bottom:2px solid #CCC; margin-bottom:20px; background:#FFF; padding:10px;}

.typography .blogSummary h2 a{color:#AE72E5; border-bottom:1px dotted #CCC;}

	form#SignUpForm label{width:50%;float:left; color:#606060;}
		form#SignUpForm div{margin-bottom:5px;}
		form#SignUpForm input form#SignUpForm select{ border:1px solid #606060; float:left; padding:5px; height:15px; width:220px; margin-bottom:5px;}
		form#SignUpForm input#submit{ width:100px; height:40px; padding:10px; clear:both; margin-bottom:20px;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

img.floatr{margin:0 0 10px 10px;}