﻿/* Colors
	Green: #86C327;
	Purple: #7F389B;
	Text Gray: dimgray;
*/
/******* STANDARD CLASSES **********/
html, body, form
{
	height: 100%;
	width: 100%;
}
html, body, form, table
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	border-style: none;
	border-collapse: collapse;
}
body
{
	background-color: #E8E8E8;  /*old - gainsboro */
	color: Black;
	font-family: Tahoma, Arial, Sans-Serif;	
	font-size: small;
	font-weight: normal;
		letter-spacing: normal;
		text-transform: none;
		word-spacing: normal;
		height: 100%;
		width: 100%;
		overflow: auto;
}
table
{
	border-collapse: collapse;
	table-layout: auto;
	background-color: Transparent;
	color: dimgray;
}
td
{
	_font-size: x-small;  /* this is a hack for IE to dipslay correctly... quirksmode (which we use to deal with box model issue,
							causes ie font size small to display incorrectly. i.e. larger than FireFox */
	font-family: Tahoma, Arial, Sans-Serif;
}
img
{
	border: 0px none white;
	border: 0 0 0 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
a 
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	color: #21A058;
	text-decoration: none;
}
a:visited
{ 		
	color: blue;
	text-decoration: none;
}

h1
{
	font-size: small;
	_font-size: x-small;  /* this is a hack for IE to dipslay correctly... quirksmode (which we use to deal with box model issue,
							causes ie font size small to display incorrectly. i.e. larger than FireFox */
	font-family: Tahoma, Arial, Sans-Serif; 
	font-weight: bold; 
	color: #86C327;
}

/******** Custom Classes *********/
.AccreditationCell
{
	padding: 0px 10px 0px 10px; 
	vertical-align: top;
	border: solid 0px gainsboro; 
	text-align: center;
}
.AccreditationDiv
{
	height: 400px; 
	border: solid 1px gainsboro; 
	padding-left: 8px; 
	padding-right: 8px; 
	padding-top: 10px;
}
.BorderAll
{
	border: solid 1px darkgray;
}
.BorderLeftRight
{
	border-left: solid 1px darkgray; 
	border-right: solid 1px darkgray;
}

.BorderLeftTopBottom
{
	border-left: solid 1px darkgray; 
	border-top: solid 1px darkgray;
	border-bottom: solid 1px darkgray; 
}
.BorderLeftTopBottomImage
{
	border-left: solid 1px darkgray; 
	border-top: solid 1px darkgray;
	border-bottom: solid 1px darkgray; 
	padding: 0px 0px 0px 0px;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	background-color: gainsboro;
}
.BorderRightTopBottom
{
	border-right: solid 1px darkgray; 
	border-top: solid 1px darkgray;
	border-bottom: solid 1px darkgray; 
}
.BorderRightTopBottomImage
{
	border-right: solid 1px darkgray; 
	border-top: solid 1px darkgray;
	border-bottom: solid 1px darkgray; 
	padding: 0 0 0 0;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	background-color: gainsboro;
}
.BorderLeftRightBottom
{
	border-left: solid 1px darkgray; 
	border-right: solid 1px darkgray;
	border-bottom: solid 1px darkgray; 
}

.BreadCrumbs
{
	color: dimgray;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	font-weight: bold;
	font-family: 'Lucida Sans';
	font-size: medium;
	_font-size: small;
	_font-weight: bold;
}

.BulletListBold
{
	font-weight: bold; 
	color: #76B317;
	font-family: Arial;
	_font-size: x-small;
}
#Content
{
	width: 100%; height: 100%;
}
.ContentCell
{
	padding: 30px 30px 10px 30px; 
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: gainsboro;
	background-color: White;
	
}

.ContentCellOuter
{
	width: 100%; 
	padding: 5px 10px 10px 10px;
	border-left: solid 1px darkgray; 
	border-right: solid 1px darkgray;
	border-bottom: solid 1px darkgray;	

}

.ContentCellLarge
{
	width: 900px;
	padding: 30px 20px 10px 30px; 
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: gainsboro;
	background-color: White;
}
.ContentCellImageBordered
{
	padding: 15px 20px 10px 20px; 
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: gainsboro;
	background-color: White;
	
}

.CopyrightCell
{
	height: 8px; 
	width: 950px; 
	font-size: 7pt; 
	background-color: Silver; 
	text-align: center;
}

.HeaderCellOuter
{
	padding: 0px 0px 0px 0px;
	border-left: solid 1px darkgray; 
	border-right: solid 1px darkgray;
}

.ImageBorder
{
	border: solid 1px gainsboro; 
	display: inline; 
	float: left; 
	padding: 10px; 
	background-color: WhiteSmoke;
	margin-right: 25px;
}

/*height: 180px; width: 180px;*/
img.right { padding: 4px; margin: 0 0 2px 15px; display: inline; float: right; border:solid white 1px; }
img.left { padding: 4px; margin: 0 35px 10px 0; display: inline; float: left; border:solid white 1px; }

#location
{
	background-color: WhiteSmoke; 	
}
#location a
{
	color: dimgray; text-decoration: none; font-weight: bold;	
}
#location a:visited
{
	color: dimgray; text-decoration: none; font-weight: bold;		
}
#location a:hover
{
	color: dimgray; text-decoration: underline; font-weight: bold;	
}
#location a:active
{
	color: dimgray; text-decoration: none; font-weight: bold;	
}
#location a:focus
{
	color: dimgray; text-decoration: none; font-weight: bold;	
}

#Menu
{
	background-color: #7F389B;	
}
#Menu a
{
	color: white; text-decoration: none; font-weight: normal; font-family: Lucida Sans, Tahoma, Arial;	
}
#Menu a:visited
{
	color: white; text-decoration: none; font-weight: normal; font-family: Lucida Sans, Tahoma, Arial;		
}
#Menu a:hover
{
	color: white; text-decoration: none; font-weight: normal; font-family: Lucida Sans, Tahoma, Arial;	
}
#Menu a:active
{
	color: white; text-decoration: none; font-weight: normal; font-family: Lucida Sans, Tahoma, Arial;	
}
#Menu a:focus
{
	color: white; text-decoration: none; font-weight: normal; font-family: Lucida Sans, Tahoma, Arial;	
}
.MenuItem
{
	text-align: center;
}
.PageOuter
{
	background-color: #E8E8E8; /*old - #CCCCCC*/
}
.PageBorder
{
	width: 3px; background-color: silver;
}
.Page
{
	width: 980px; 
	padding: 0px 0px 0px 0px;
	background-color: White;
	vertical-align: top;
	height: 100%;
}
.PageTable
{
	width: 100%; height: 100%; padding: 0px 0px 0px 0px; background-color: WhiteSmoke;
}

.Testimonial
{
	font-style: italic;	
}
