/*******************************************************************************************
	All of the selectors below must be included on any Total Control Page. These
	values must also be entered into the TCP configuration page in order for 
	the WYSIWYG content to match the actual page content.

	Feel free to change any of the properties and values within the selectors 
	unless otherwise noted.
*******************************************************************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/* start all of the font size percentages below the browser default which is ugly big,
		Small = 60%
		Medium = 69%
		Large = 76%
	*/
	font-size: 76%; /* this value must be one of the three percentages listed above */
}

p, table, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* do not change this value! */
	color: #6688AB;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #195480;
	text-transform: capitalize;
}

h2 {
	font-family: Garamond, serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	color: #000000;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #195480;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #195480;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #195480;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #195480;
}

hr {
	height: 1px;
	border: none 0;
	border-top: 1px solid #555;
	margin: 0px;
	padding: 0px;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	background-image: url(../images/formfield_bg.gif);
	border: 1px solid #ccc;
	padding-left: 2px;
}

.invisibleformfield { /* this is required for the Live Chat tool */
	visibility: hidden;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px outset #ccc;
}

/******************* FIELD SETS **********************/

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
  border: 1px solid #666666;
  padding: 0;
  margin: 0 0 10px 0;
}
legend {
  color: #333;
}

legend {
  padding: 0 10px;
  font-weight: bold;
  font-size: 110%;
}
fieldset p {
	padding: 10px;
	margin: 0px;
}
dl {
/*	background-color: #b8cee0; */
	padding: 10px;
	margin: 0px;
}
dl dt {
  float: left;
  width: 24.5%; /* was 200px */
  text-align: right;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  margin: 0 3px 0 0;
  padding: 1px 0 0 0;
}

dl dd {
	margin: 0 0 0 25%;/* was 200px */
	padding: 0 0 5px 0;
}

.buttonarea {
	background-color: #ccc;
	padding: 5px; 
	text-align: center;
	margin-bottom: 20px;
}
.buttonarea .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px outset #ccc;
}

/*******************************************************************************************
	GGN-GEC styles
*******************************************************************************************/
 
.footer {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: circle;
}
.footer A:link {color: #FFFFFF;	text-decoration: none;}
.footer A:visited {color: #FFFFFF; text-decoration: none;}
.footer A:hover {color: #FFFFFF; text-decoration: underline;}
.footer A:visited:hover {color: #FFFFFF; text-decoration: underline;
}
.content {
	font-size: 12px;
	color: #6688AB;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);
}
.content A:link {color: #6688AB;	text-decoration: underline;}
.content A:visited {color: #6688AB; text-decoration: underline;}
.content A:hover {color: #000000; text-decoration: underline;}
.content A:visited:hover {color: #6688AB; text-decoration: underline;
}
.address {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 194761;
	background-image: url(images/content-gray.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.address A:link {color: #194761;	text-decoration: none;}
.address A:visited {color: #194761; text-decoration: none;}
.address A:hover {color: #FFFFFF; text-decoration: underline; background-color: #6688AB;}
.address A:visited:hover {color: #FFFFFF; text-decoration: underline; background-color: #6688AB;}
.graybar {
	background-image: url(images/content-gray.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.titles {
	font-family: Garamond, serif;
	font-size: 16px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}
.leftLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: 6688AB;
}
.physiciantitle {
	font-size: 16px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #195480;
	text-transform: capitalize;
}
.picturecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	font-variant: normal;
}
