/*=======================================================================
	TITLE:		Default Style Sheet - Riley Children's Specialists
	TARGET:		CSS2 
	VERSION:	2005.12.12
	AUTHOR:		Graham Wheeler / NetMediaOne - www.netmediaone.com
=======================================================================*/

a { color: #06a; text-decoration: underline; }
a:hover { color: #06a; text-decoration: none; cursor: pointer; }

body { background: #fff url("images/bg_page_sub.gif") repeat-x; margin: 0px 0px 30px 0px; padding: 0px; }
body, .BodyText, table { color: #000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; line-height: 1.63; }
body.LayoutHome { background: #fff url("images/bg_page_home.gif") repeat-x; }

h1, table, td, form, img { margin: 0px; padding: 0px; border: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }

h2, .MainHeaderText {
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 0px;
	color: #a03;
	padding: 0px;
}

h3, .SubHeaderText { font: bold 15px Verdana, Arial, Helvetica, sans-serif; margin: 0px 0px 15px 0px; color: #339; }
h4, .ParagraphHeader { font: bold 11px Verdana, Arial, Helvetica, sans-serif; margin: 0px 0px 5px 0px; color: #a03; }

ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: square outside;
}

ul li {
	margin: 3px 10px 3px 10px;		
}

.Headline { font-size: 14px; font-weight: bold; }
.ArticleTitle { font: bold 17px Verdana, Arial, Helvetica, sans-serif; color: #06a; }
.ArticleSubTitle { font: normal 10px Verdana, Arial, Helvetica, sans-serif; color: #000; line-height: 1.55; }
.PicLeft { float: left; margin-bottom: 8px; margin-right: 10px; }
.PicRight { float: right; margin-bottom: 8px; margin-left: 10px; }
.BorderedPicLeft { float: left; margin-bottom: 8px; margin-right: 10px; padding: 4px; border: 1px solid #ddb; }
.BorderedPicRight { float: right; margin-bottom: 8px; margin-left: 10px; padding: 4px; border: 1px solid #ddb; }


/*-----------------------------------------------
						MAIN LAYOUT SECTIONS
-----------------------------------------------*/

#centeredPage { margin: 0px auto 0px auto; padding: 0px 5px 0px 5px; width: 760px; background: #fff url("images/bg_content_sub.gif") no-repeat; }
.LayoutHome #centeredPage { background: #fff url("images/bg_content_home.gif") no-repeat; }

#topNavOverlay {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 760px;
	margin-left: -380px;
}

#bannerNavOverlay {
	position: absolute;
	top: 85px;
	left: 50%;
	width: 200px;
	margin-left: 160px;
}

#bannerNavOverlay .Sep {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #63a4ca;
}

#bannerNavOverlay a { text-decoration: none; color: #fff; font-weight: bold; font-size: 10px; }
#bannerNavOverlay a:hover { text-decoration: underline; }


#bannerTitle {
	position: absolute;
	top: 85px;
	left: 50%;
	width: 740px;
	margin-left: -380px;
}
#bannerTitle img { float: right; }

#mainNav { width: 530px; margin: 20px 0px 0px 190px; padding: 0px; border-collapse: collapse; border-spacing: 0px; }

#mainNav img { margin-left: 1px; }

#topNav .NavLink { 
	border-bottom: 1px solid #06a;
	padding: 2px 0px 3px 8px;
	font-size: 10px;
	background: url("images/topnav_bullet.gif") no-repeat;
}
#topNav .NavLink a { color: #fff; text-decoration: none; }
#topNav .NavLink a:hover { text-decoration: underline; }

#bannerSection { background: #035 url("images/bg_bannerSection.gif") repeat-x; }

.LayoutSub1 #contentSection { padding: 30px 30px 100px 30px; }

#navBar { width: 730px; margin: 0px 15px 0px 15px; height: 25px; background: #eec; }
#navBar td { padding: 10px 0px 5px 0px; margin: 0px; }
#navBar .Sep { width: 17px; background: #eec; }

td.Sep { width: 20px; background: url("images/column_sep.gif"); padding-left: 20px; }
#columnWrapper { margin: 0px; width: 760px; }
#columnWrapper td { vertical-align: top; }

#column1 { width: 440px; padding: 20px 40px 50px 40px; }
#column2 { width: 240px; padding: 20px 0px 0px 0px;   }

#footerSection {
	clear: both;
	font-size: 9px;
	padding-top: 10px;
	text-align: center;
	line-height: 1.8;
}

#footerSection a { color: #c00; }

.ClearingBlock {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	height: 1px;
}

.InnerBox {
	
}

.SpacerBlock, .SepBlock {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	height: 10px;
}

.SepBlock {
	height: 19px;
	background: url("images/hsep.gif") repeat-x;
	margin-top: 10px;
}

label {
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #555;
	float: left;
	width: 200px;
	text-align: right;
	padding: 4px 0px 4px 0px;
	margin: 0px 10px 5px 0px;
}

.TextBox, .TextArea, select { 
	margin-bottom: 5px;
	border: 1px solid #aa0033;
	padding: 2px;
	width: 200px;
	font-size: 10px;
}
.TextArea { width: 400px; height: 100px; }

