@charset "utf-8";
* {margin:0;padding:0}


html {
	 overflow-y: scroll;
	 overflow-x: hidden;
}

body  {
	font: 90% Georgia;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #a2348b;
}
.twoColFixLtHdr #container { 
	width: 1000px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #e6d8eb; 
	height: 130px;
} 

h1 {
	color: #701e69;
	padding: 10px;	
	padding-left: 0;
}

h2 {
	color: #701e69;
	font-size: 110%;
	padding: 10px;	
	padding-left: 10px;
}

h3 {
	color: #701e69;
	padding: 10px;	
	padding-left: 0px;
}

h4 {
	color: #701e69;
	padding: 0px;	
	padding-top: 5px;
	font-style: italic;
}


p {
	padding-bottom: 20px;	
}

a.mainlink {
	color: #a2348b; 
	font-weight: normal; 
	text-decoration: underline;
}

a.mainlink:hover {
	color: #a2348b; 
	font-weight: normal; 
	text-decoration: underline;
}

a.videolink {
	color: #a2348b; 
	font-weight: normal; 
	text-decoration: none;
}

a.videolink:hover {
	color: #a2348b; 
	font-weight: normal; 
	text-decoration: none;
}


a.sublink {
	color: #a2348b; 
	font-size: 80%;
	font-weight: normal; 
	text-decoration: none;
	font-style: italic;
}

a.sublink:hover {
	color: #a2348b; 
	font-size: 80%;
	font-weight: normal; 
	text-decoration: underline;
	font-style: italic;
}

a.sublink#current {
	color: #a2348b; 
	font-size: 80%;
	font-weight: bold; 
	text-decoration: none;
	font-style: italic;
}

a.proclink {
	color: #701e69; 
	font-weight: normal; 
	text-decoration: underline;
	font-style: italic;
}

a.proclink:hover {
	color: #701e69; 
	font-weight: normal; 
	text-decoration: underline;
	font-style: italic;
}

a.bloglink {
	color: #701e69; 
	font-weight: normal; 
	text-decoration: underline;
}

a.bloglink:hover {
	color: #701e69; 
	font-weight: normal; 
	text-decoration: underline;
}

span.footertext
{
	display: inline;
	color: #701e69;
	font-weight: bold;
}


ul.education {
	padding-left: 20px;	
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header #nav {
	width: auto;
	background: #701e69;
	height: 30px;
	padding-left: 20px;
	padding-top: 5px;
}

#nav #bottomleft {
	background: transparent url(../images/nav_left.jpg) no-repeat scroll 0 0;
    width: 8px;
    height: 10px;
	position: relative;
	top: 20px;
	left: -20px;
}

#nav #bottomright {
	background: transparent url(../images/nav_right.jpg) no-repeat scroll 0 0;
    width: 8px;
    height: 10px;
    position: relative;
    left: 972px;
    top: 10px;
}

ul#navlist1
{
	list-style-type: none;
	float: left;
	width: 950px;
	color: #e6d8eb;
	padding-left: 0;
	background: #701e69;

}

ul#navlist1 li { display: inline; }

ul#navlist1 li#top1 a
{
	float: left;
	width: 75px;
	color: #e6d8eb;
	text-decoration: none;
	margin-top: 1px;
	padding-left: 15px;

}

ul#navlist1 li#top1current a
{
	float: left;
	width: 75px;
	height: 58px;
	color: #000;
	text-decoration: none;
	margin-top: 1px;

}

ul#navlist1 li#top1 a:hover {
	color: #fff;
}

ul#navlist1 li#top2 a
{
	float: left;
	width: 105px;
	color: #e6d8eb;
	text-decoration: none;
	margin-top: 1px;	
}

ul#navlist1 li#top2current a
{

	float: left;
	width: 105px;
	color: #fff;
	text-decoration: none;
	margin-top: 1px;

}

ul#navlist1 li#top2 a:hover
{
	color: #fff;
}


ul#navlist1 li#top3 a
{
	float: left;
	width: 105px;
	color: #e6d8eb;
	text-decoration: none;
	margin-top: 1px;	

}

ul#navlist1 li#top3current a
{
	float: left;
	width: 105px;
	color: #fff;
	text-decoration: none;
	margin-top: 1px;

}

ul#navlist1 li#top3 a:hover
{
	color: #fff;
}

ul#navlist1 li#top4 a
{

	float: left;
	width: 120px;
	color: #e6d8eb;
	text-decoration: none;
	margin-top: 1px;	

}

ul#navlist1 li#top4current a
{
	float: left;
	width: 120px;
	color: #fff;
	text-decoration: none;
	margin-top: 1px;

}

ul#navlist1 li#top4 a:hover
{
	color: #fff;
}

ul#navlist1 li#top5 a
{

	float: left;
	width: 200px;
	color: #e6d8eb;
	text-decoration: none;
	margin-top: 1px;	

}

ul#navlist1 li#top5current a
{
	float: left;
	width: 200px;
	color: #fff;
	text-decoration: none;
	margin-top: 1px;

}

ul#navlist1 li#top5 a:hover
{
	color: #fff;
}

ul#navlist1 li#top6 a
{

	float: left;
	width: 70px;
	color: #e6d8eb;
	text-decoration: none;
	margin-top: 1px;	

}

ul#navlist1 li#top6current a
{
	float: left;
	width: 70px;
	color: #fff;
	text-decoration: none;
	margin-top: 1px;

}

ul#navlist1 li#top6 a:hover
{
	color: #fff;
}

ul#navlist1 li#top7 a
{

	float: left;
	width: 120px;
	color: #e6d8eb;
	text-decoration: none;
	margin-top: 1px;	

}

ul#navlist1 li#top7current a
{
	float: left;
	width: 120px;
	color: #fff;
	text-decoration: none;
	margin-top: 1px;

}

ul#navlist1 li#top7 a:hover
{
	color: #fff;
}

ul#navlist1 li#top8 a
{

	float: left;
	width: 140px;
	color: #e6d8eb;
	text-decoration: none;
	margin-top: 1px;	

}

ul#navlist1 li#top8current a
{
	float: left;
	width: 140px;
	color: #fff;
	text-decoration: none;
	margin-top: 1px;

}

ul#navlist1 li#top8 a:hover
{
	color: #fff;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 0px;
}

#sidebar1 #sidenavtop {
	background: transparent url(../images/leftnavtop.jpg) no-repeat scroll 0 0;	
	width: 190px;
	height: 4px;
}

#sidebar1 #sidenavbottom {
	background: transparent url(../images/leftnavbottom.jpg) no-repeat scroll 0 0;	
	width: 190px;
	height: 4px;
}


#sidebar1 #sidenav {
	width: 190px;
	height: 400px;
	background: #e6d8eb;
	
}

#sidebar1 #videoimage {
	width: 194px;
	height: 138px;
	
}

#sidebar1 #videocopy {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 85%;
	width: 192px;
	height: 30px;
	
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 0px;
} 

#mainContent #USP {
	width: 540px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 125%;
	font-style: italic;
	color: #701e69;	
}

#mainContent #homeimagesholder {
	width: 200px;
	padding-left: 10px;
	padding-top: 10px;
	float: right;
}

#mainContent #formholder {
	width: 570px;
	height: 210px;
	float: left;
}

#mainContent #formleft {
	width: 220px;
	height: 200px;
	position: relative;
	padding-top: 10px;
	
}

#mainContent #formright {
	width: 233px;
	height: 200px;
	left: 240px;
	top: -210px;
	position: relative;
	padding-top: 10px;
	
}

#mainContent #homeimage {
	width: 190px;
	height: 80px;
}

#mainContent #homelogos {
	padding-top: 30px;
	width: 560px;
	height: 70px;
}

#mainContent #aboutimage {
	background: transparent url(../images/about/garyross.jpg) no-repeat scroll 0 0;	
	width: 190px;
	height: 263px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
		
}

#mainContent #theteamimagetop {
	width: 580px;
	height: 160px;
	padding-top: 10px;
	float: left;

}

#mainContent #theteamimagesholder {
	width: 200px;
	padding-left: 10px;
	padding-top: 10px;
	float: right;
	
}

#mainContent #theteamimage {
	width: 190px;
	height: 195px;
	padding-left: 10px;
}

#mainContent #pressimagetop {
	width: 570px;
	height: 160px;
	padding-top: 10px;
	float: left;

}

#mainContent #pressimagetop2 {
	width: 570px;
	height: 292px;
	padding-top: 10px;
	float: left;

}


#mainContent #pressimagesholder {
	width: 210px;
	padding-left: 10px;
	padding-top: 10px;
	float: right;
	
}

#mainContent #pressimage {
	width: 200px;
	height: 80px;
	padding-left: 10px;
}

#mainContent #procedureimagesholder {
	width: 200px;
	padding-left: 10px;
	float: right;
	
}

#mainContent #procedureimage {
	width: 190px;
	height: 80px;
	padding-left: 10px;
}

#mainContent #procedureimage2 {
	width: 190px;
	height: 120px;
	padding-left: 10px;
}

#mainContent #procedureimage3 {
	width: 190px;
	height: 140px;
	padding-left: 10px;
}

#mainContent #procedureimage4 {
	width: 190px;
	height: 100px;
	padding-left: 10px;
}

#mainContent #procedurevideos {
	background: transparent url(../images/content_videolink.jpg) no-repeat scroll 0 0;	
	background-color: #e6d8eb;
	width: 460px;
	height: 45px;
	padding-left: 100px;
	color: #701e69;
	font-style: italic;
	
}



textarea {
display: block;
width: 320px;
height: 121px;

}

input {
display: block;
width: 200px;
float: left;

}


.formfield { 
	border-right: #a2348b 1px solid; 
	padding-right: 1px; 
	border-top: #a2348b 1px solid; 
	padding-left: 1px; 
	font: 80% Georgia;
	background: #ffffff; 
	padding-bottom: 1px; 
	border-left: #a2348b 1px solid; 
	color: #a2348b; 
	padding-top: 1px; 
	border-bottom: #a2348b 1px solid; 

}

.button {
    border: 1px solid #a2348b;
    padding: 1px;
    background: #fff;
	font: 80% Georgia;
    color: #a2348b;
	width: 50px;

}

#zjh901 {display: none}


.twoColFixLtHdr #footer { 
	padding: 0 10px 0 210px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer #homelogos {
	padding-top: 20px;
	width: 780px;
	height: 70px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}