/* CSS Document */
html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #378cf0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	line-height: 1.6em;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	margin-bottom: -5px;
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h5 {
}

h6 {
}
p {
	font-size: 1.1em;
	color: #333;

}

a {
	text-decoration: underline;
	color: #1475c0;
}

a:hover {
	text-decoration: underline;
	color: #437f20;
}

ul {
	list-style-image: none;
	list-style-type: square;
	list-style-position: outside;
	line-height: 1.7em;
	font-size: 1.2em;
}

div#back-grad {
	background-image:url(../images/body-bg.png);
	background-repeat: repeat-x;
}

div#page-container {
	background-image: url(../images/kids-with-balloons.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 680px;
}

div#page-bg {
	width: 1000px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	padding-bottom: 0px;
	margin-top: -11px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}

div#kids-balloons-bg {
	width: 1000px;
	background-image: url(../images/kids-balloons-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
}

div#rounded-page-bottom {
	width: 1020px;
	background-image: url(../images/rounded-page-bottom.jpg);
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 20px;
}

a img {
	border: none;
}

img.left {
	float: left;
}

img.right {
	float: right;
	margin: 0px 0px 20px 20px;
}

img.border {
	border: 1px solid #CCC;
}

	
/* -------------- head/tabbed nav ------------------- */

div#head-tabs {
	width: 1000px;
	height: 68px;
	background-image:
url(../images/global/head-tabs-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

img#logo {
	margin: 10px 0px 0px 20px;
	border: none;
}

div#head-tabs ul {
	margin: 30px 20px 0px 0px;
	padding: 0px;
	width: 500px;
	float: right;
}

div#head-tabs ul li {
	display: inline;
	list-style: 0px;
	margin: 0px 5px;
	padding: 0px;
	float: right;
}

div#head-tabs ul li a {
	display: block;
	background-image: url(../images/tab-bg.gif);
	width: 98px;
	height: 22px;
	padding-top: 5px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

div#head-tabs ul li a:hover {
	background-image: url(../images/tab-bg-hover.gif);
	text-decoration: none;
	color: #225984;
}

div#head-tabs ul li a.active {
	background-image: url(../images/tab-bg-hover.gif);
	color: #225984;
}
	
/* --------------- left nav --------------------- */

div#left-nav {
	float: left;
	margin-bottom: 280px;
}

div#left-nav ul {
	padding: 180px 0px 0px 20px;
}

div#left-nav ul li {
	list-style: none;

}

div#left-nav ul li a {
	display: block;
	background-image: url(../images/left-nav-bg.gif);
	background-repeat: no-repeat;
	width: 158px;
	height: 35px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 20px;
	line-height: 15px;
}

div#left-nav ul li a:hover {
	background-image: url(../images/left-nav-bg-hover.gif);
	text-decoration: none;
	color: #225984;
}

div#left-nav ul li a.active {
	background-image: url(../images/left-nav-bg-hover.gif);
	color: #225984;
}

/* ------------- main content area ----------------- */

div#main-content-area {
	width: 730px;
	margin-right: auto;
	float: left;
	margin-bottom: 280px;
	margin-left: auto;
	padding-left: 20px;

}
#design-box-holder {
	width: 730px;
	height: 125px;
}
.clear {
	clear: both;
}


/* ---------------- header ---------------------- */

div#header {
	height: 140px;
}

div#header h1 {
	width: 390px;
	height: 40px;
	background-image: url(../images/georgetown-kids-2.gif);
	text-indent: -9999px;
	margin: 10px 0px 10px 100px;
	background-repeat: no-repeat;
}

div#header h2 {
	color:#666;
	
	font-size: 1.6em;
	text-align: left;
}

div#header p#number {
	width: 250px;
	float: right;
	margin: 0px;
	height: 70px;
}

div#header p#slogan {
	font-style: italic;
	margin: 0px 0px 10px 190px;
}

div#header table {
	margin-top: 10px;
	margin-bottom: 20px;

}

div#header td p {
	margin-top: 0px;
	margin-left: 50px;
	
}

div#header img#header-baby {
	float: right;
	margin: 0px 50px 0px 0px;
}
	

/* ------------------------- olympic publishing ------------------ */

div#olympic { 
width: 1000px;
margin: 0px auto;
text-align: right;
}

div#olympic p {
	margin-top: 5px;
}

div#olympic a {
	color:#CCC;
	text-decoration: none;
	font-size: 11px;
}

div#olympic a:hover {
	text-decoration: underline;
}
	
/* ------------------------- forms page ----------------- */

div.form-box {
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

ul#forms {
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}


/* ------------------------- faq page ----------------- */

p.question {
	font-weight: bold;
	margin-bottom: 5px;
}

p.answer {
	line-height: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-right: 0px;
}

/* ------------------------- physician page ----------------- */

div.physician {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

div.physician img {
	float: left;
	margin: 20px;
}

/* ------------------------- contact page ----------------- */

div#google-map {
	width: 350px;
	float: right;
	margin: 20px 10px 50px 40px;
}

div#google-map iframe {
	border: 1px solid #CCC;
	padding: 0px;
}



/* ------------------------ refill prescription button --------- */

a.payment-button {
	display: block;
	background-image: url(../images/left-nav-bg.gif);
	background-repeat: no-repeat;
	width: 158px;
	height: 35px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-left: 50px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 30px;
}

a.payment-button:hover {
	background-image: url(../images/left-nav-bg-hover.gif);
	text-decoration: none;
	color: #225984;
}

/* ------------------ controlled prescriptions page SCRIPTs ----------------- */

#date-picker-container {
	float: right;
	margin: 30px;
	font-size: 12px;
}

/* ------------------------- design box ----------------- */

div.designbox {
	float: left;
	width: 220px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 20px;
}

/* ------------------------------------------- shadow boxes ------------------------------------------------- */

.box-top {
	width: 210px;
	height: 30px;
	background-image: url(../images/scripts/box-top-red.gif);
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 30px;
	margin: 0px;
	-moz-border-radius: 0px/0px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.box-top h2 {
	width: 200px;
	height: 26px;
	font-size: 1em;
	line-height: 1.3em;
	padding: 4px;
	color: #FFF;
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.box-middle {
	background-image: url(../images/scripts/box-blend.gif);
	width: 200px;
	margin: 0px;
	bold: lighter;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-position: outside;
	background-repeat: repeat-y;
	text-align: left;
}

.box-middle a {
	background-image:url(../design/read_more_hover.gif);
}

.box-middle a:hover {
	background-image:url(../design/read_more2.gif);
}

.box-middle p {
margin: 0px;
padding: 0px;
}

.box-middle ul {
margin: 0px  0px 0px 20px;
padding: 0px 0px 10px 0px;
}

.box-middle li {
margin: 0px 0px 0px 0px;
padding: 0px;
}
.box-middle img {
	float: right;
	margin-top: 2px;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-left: 0px;
}


.box-bottom{
	width: 210px;
	height: 30px;
	background-image:url(../images/scripts/box-bottom.gif);
	text-align: right;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.bold {
	font-weight: bold;
	color: #000;
}
.red {
	color: #ED2725;
	font-weight: normal;
}
