/** BASIC */

html, body {
	height: 100%;
}

ul
{
	list-style-type:disc;
}
li
{
	margin-left:40px;
	margin-bottom:1em;
}

.homepageimage1
{
	float: left;
	width: 100%;
	height: 120px;
    background: url(/images/homepage01.jpg);
	background-repeat:no-repeat;
}
.contentPH
{
	width:100%;
}

.contact_us_phone
{
	font-family:Times New Roman, Serif;
	font-size:18px;
	padding: 75px 50px 0px 50px;
	width: 200px;
	/*text-align:center; had to put this in div itself*/
}

/** LOGO */

#logo {
	float: left;
	width: 100%;
	height: 120px;
	background: url(~/images/homepage01.jpg) no-repeat left top;
}

#logo h1 {
	text-indent: -9999em;
}

/** SEARCH */

/*#search {
	float: left;
}*/

/** CONTENT */

/*#content {

}*/

/** 3-COLUMN LAYOUT */

.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	float: left;
}

/** 2-COLUMN LAYOUT */

.two-columns .column1, .two-columns .column2 {
	float: left;
}
/** SIDEBAR */

/*#sidebar {
	float: left;
}
*/

/** FOOTER */

/*#footer {
	margin: 0px auto;
}*/

/* Data Capture Layout */
TABLE.data_section 
{
    border: dotted 1px green;
    background-color: #DDFDB7;
    float:left;
}
TR.data_section_row
{
    font-size:small;
    font-family:Verdana;
    text-align:left;
    font-weight:bold;
    background: url(./images/homepage06.jpg);
	background-repeat:repeat;
    color:White;/*LemonChiffon;*/
}
TR.data_row
{
    font-size:small;
    font-family:Verdana;
    text-align:left;
    color:Black;/*LemonChiffon;*/
}
TR.data_alternate_row
{
    font-size:small;
    font-family:Verdana;
    text-align:left;
    background-color:GreenYellow;
    color:Black;/*LemonChiffon;*/
}
TD.data_section_col_header
{
	/*float: left;*/ /* this and next command were messing up FF*/
	/*width: 100%;*/
	height: 20px;
    font-family:Verdana;
    text-align:left;
    font-size:small;
    font-weight:bold;
    background: url(./images/subpage1_02.gif);
	background-repeat:repeat;
    color: White; /*LemonChiffon;*/
}
TD.dash_outline
{
	border: dotted 1px green;
    background-color: #DDFDB7;
}
TD.RightBorder
{
	border-right: solid 1px green;
}
TD.LeftBorder
{
	border-left: solid 1px green;
}
TD.TopBorder
{
	border-top: solid 1px green;
}
TD.BottomBorder
{
	border-bottom: solid 1px green;
}
TD.NoData
{
	background-color:#DDFDB7; /*#ccffff;*/
}
TD.NoDataDashOutline
{
	border: dotted 1px green;
	background-color:#DDFDB7; /*#ccffff;*/
}
/*
END: BORDER STYLES
*/

/*
Start: Data Display
*/
TD.data_label
{
    font-family:Verdana;
    font-size:small;
    font-weight:bold;
}
TD.data_label_right
{
    text-align:right;
    font-family:Verdana;
    font-size:small;
    font-weight:bold;
}
TD.data_label_left
{
    text-align:left;
    font-family:Verdana;
    font-size:small;
    font-weight:bold;
}
TD.data_section_label
{
    font-family:Verdana;
    text-align:left;
    font-size:small;
    font-weight:bold;
    background-color:green;
    color: White; /*LemonChiffon;*/
}
TD.error_display 
{
    border: dotted 1px red;
    background-color: white;
}

/*
End: Data Display
*/
.MenuLink
{
    border-bottom:solid 3px brown;
}
.MenuLink a
{
    background-color:cyan;
    font-family:Verdana, Arial, Sans-Serif;
    font-size:20px;
    text-decoration:none;
    margin-right:20px;
    padding:20px;
}
.MenuLink a:hover
{
    background-color:green;
    text-decoration:none;
    color:White;
}
.WizardNavigationStyle
{
    font-size:small;
    font-family:Verdana;
    text-align:right;
    font-weight:bold;
    background: url(./images/homepage06.jpg);
	background-repeat:repeat;
    color:White;/*LemonChiffon;*/
}

.ContactUs
{
    text-align:center;
}
.ContactUs p
{
    text-align:center;
}

