/*-----------------------------------------------------------------------------
Website Style Sheet

version:   1.0
author:    Practis Inc.
email:     info@practisinc.com
website:   http://www.mainstreetpediatrics.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

body {
  padding: 0;
  margin: 0;
  font: 12px Arial, Helvetica, sans-serif;
  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
  min-width: 800px; /* Centered design work around for Netscape 6. */
  background: url(../images/bg.gif) repeat-x;
}

/* Class for clearing floats */
.clear {
  clear: both; 
  height: 1px;
  overflow: hidden; 
}
.name {
	font-weight:bold;
	color: #319e5e;
	font-size: 14px;
	}
/* Remove border around linked images */
img { border: 0; }
p { margin: 10px 0; }

h1 { 
  font-size: 18px; 
  color: #2c76c6;
}

h2 { 
  font-size: 15px; 
  color: #319e5e;
}

h3 { font-size: 13px; }
h4 { /* different color */ }
h5 { /* different color */ }


/* =Links
-----------------------------------------------------------------------------*/
a:link { 
  color: #319e5e;
  text-decoration: none; 
}

a:visited { 
  color: #2c76c6;
  text-decoration: none;
}

a:hover { text-decoration: underline; }


/* =Structure
-----------------------------------------------------------------------------*/
#wrapper {
  width: 800px;
  margin: 0 auto;
  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
}

#index #wrapper_content { background:url(../images/bg_wrapper_content_index.gif) no-repeat bottom right; }

#two_column #wrapper_content { background:url(../images/bg_wrapper_content2.gif) repeat-y; }


/* =Navigation
-----------------------------------------------------------------------------*/
#nav_main img {
  float: left;
}

#nav_main a {
  color: #;
}

#nav_utility { 
  margin: 0;
  padding: 0;
  height: 30px;
  background: url(../images/bg_bluebar.gif);
}

#nav_bottom {
  padding-top: 5px;
  text-align: center;
  height: 20px;
  background: #93b6d9;
  color: #FFFFFF;
  font-size: 11px;
}

#nav_bottom a {
  padding: 0 5px;
  color: #FFFFFF;
}
+

/* =Header
-----------------------------------------------------------------------------*/
#header { height:167px; overflow:hidden; }

#header #logo, #header #banner { float: left; }

#sub_header { clear:both; background:#DEE9F5; height:247px; width:799px; overflow:hidden; }

#flash { width:559px; height:247px; overflow:hidden; float:left; display:inline; }

#sub_header #tagline { float: left; }

#sub_header #quick_links {
  float: right;
  display:inline;
  width: 240px;
  height: 247px;
  background-color:#DEE9F5;
}

#sub_header #quick_links ul { padding: 0; margin: 0; list-style-type: none; color:#2c76c6; }
#sub_header #quick_links ul li { list-style:square; margin:0.8em 0 0.8em 35px; padding:0; color:#2c76c6; }

#sub_header #quick_links ul li a,
#sub_header #quick_links ul li a:visited { color:#2c76c6; text-decoration:none; font-weight:bold; }
#sub_header #quick_links ul li a:hover { color:#2c76c6; text-decoration:underline; font-weight:bold; }


/* =Index
-----------------------------------------------------------------------------*/
#index #primary_content {
  float: right;
  display:inline;
  width: 561px;
  overflow:hidden;
}

#index #primary_content #content { padding: 15px; }


#index #primary_content #content #welcome { 
	float:left;
	display:inline;
	width:290px;
	margin:0 0 10px 0;
	padding:0 15px 10px 0;
	border-right:1px solid #93b6d9; 
}

#index #primary_content #content #welcome p { line-height:18px; }

#index #primary_content #content #news {
	float:left;
	display:inline;
	width:200px;
	margin:0 0 10px -1px;
	padding:0 0 10px 15px;
	border-left:1px solid #93b6d9; 
}

#index #primary_content #content #news ul { margin:0; padding:0; list-style:none; }
#index #primary_content #content #news li { margin:0.8em 0; padding:0; line-height:18px; list-style:none; }
#index #primary_content #content #news li a,
#index #primary_content #content #news li a:visited { color:#2d75c5; font-weight:bold; text-decoration:none; }
#index #primary_content #content #news li a:hover { color:#2d75c5; font-weight:bold; text-decoration:underline; }
#index #primary_content #content #news li b,
#index #primary_content #content #news li strong { color:#2d75c5; font-weight:bold; }


#index #secondary_content {
	float: left;
	display:inline;
	width: 239px;
	background: #cfefdc;
	min-height:300px;
	height:auto !important;
	height:300px;
}

#index #secondary_content img { float: left;  }

#index #secondary_content p { margin: 35px 0; }

/* =Two Column
-----------------------------------------------------------------------------*/
#two_column #primary_content {
  float: right;
  width: 591px;
  background:url(../images/bg_primary_content.gif) no-repeat bottom left;
}

#two_column #primary_content #content { padding: 15px; }

#two_column #primary_content #content h1 { margin-top: 0; }

#two_column #secondary_content {
  float: left;
  width: 208px;
}

#two_column #secondary_content ul {
  padding: 15px 0 0 45px;
  margin: 0;
  list-style-type: none;
}

#two_column #secondary_content ul li {
  padding: 0;
  padding-left: 15px;
  margin: 0;
  background: url(../images/bullet_blue.gif) no-repeat 0 6px;
}

#two_column #secondary_content ul li a { color: #319e5e; }


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
  margin-top: 5px;
  font-size: 11px;
  text-align: center;
  color: #5c5c5c;
}

#footer a {
  color: #5c5c5c;
}


/* =Forms
-----------------------------------------------------------------------------*/
form {
  /*width: 98%;*/
  padding: 5px;
  margin: 0;
}

form em {
  color: #FF0000;
}

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

form p label {
  float: left;
  width: 35%;
}

fieldset {
  padding: 7px;
  padding-left: 8px;
}

fieldset legend {
  padding: 0;
  margin-bottom: 2px;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
}

input.txt {
  width: 200px;
}

/*textarea {
  width: 300px;
  height: 100px;
}
*/
.formerror {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  padding: 5px;
  margin-bottom: 5px;
}

.formerror ul {
  padding-left: 20px;
}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}


/* =Misc 1
-----------------------------------------------------------------------------*/

#log-in {
	padding: 15px;	
	background: #CFEFDC;
	border: 1px dashed #319E5E;

}

#log-in h3 {
	margin: 0;
	padding:0 0 25px 0;
	font-size: 18px;
	color: #319E5E;

}

#log-in p {
	padding: 15px 0 0 0;
	color: #316437;
}

#log-in a {
	font-size:12px;
	font-weight: bold;
	color:#FFF;
	padding: 8px 12px;
	border: 1px solid #277e4b;
	margin: 10px 25px 10px 0;
	background: #319E5E;
}
#log-in a:hover {
	background: #6b9e80;	
	text-decoration: none;
}

/* =Misc 2
-----------------------------------------------------------------------------*/
