﻿/* CSS Sheet for Interstate Logos Website
	Created By:		Adelaney
	Create Date:	May 21, 2007
*/

.BodyTextColor
{
	color:White;
}

/* SubMenu styles */

/* Used to set Sub Menu styles for SubMenu table in the submenu control*/
table.SubMenu
{
	font-family:Arial;
	font-size:14px;
	color:White;
	border:none;	
	text-align:left;
}

td.Submenu
{
	font-family:Arial;
	font-size:14px;
	color:White;
	border:none;	
	text-align:left;
	background-color:#993366;
}

/* Used for title Box*/
td.SubMenuTitleBox
{
	color:White;
	/*background-color:#7C8298;*/
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 5px;
	padding-top:5px;
	vertical-align:bottom;
	text-align:center;
	height:40px;
}

td.SubMenuNormalTitleBox
{
	color:White;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 5px;
	padding-top:5px;
	vertical-align:bottom;
	text-align:center;
	height:40px;
}

td.SubmenuNormalText
{
	color:#1A224D;
	padding-left:10px;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-right:10px;
	text-align:left;
	font-size:12px;
} 

/* Used for title Text*/
td.SubMenuTitle
{
	color:White;
	/*background-color:#7C8298;*/
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	text-align:left;
}

td.SubMenuNormalTitle
{
	color:White;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align:left;
}

/*  used to set background color in Master Page 
for the td that holds SubMenu*/
td.SubMenu
{
	background-color:#993366;
}

/* Used in Sub Menu to match the spacing of the encapsulating table */
td.SubMenuSpace
{
	background-color:#EAE8E6;
	height:3px;
	padding-left:10px;
	padding-bottom: 2px;
	padding-top: 2px;
}

td.SubMenuNormalSpace
{
	background-color:#EAE8E6;
	height:3px;
	padding-left:10px;
	padding-bottom: 2px;
	padding-top: 2px;
}

/* Used for text td's in SubMenu to set padding */
td.SubMenuText
{
	color:White;
	padding-left:10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right:10px;
	text-align:left;
	font-size:12px;
	background-color:#993366;
}

/* Used for the map image in the sub menu */
td.SubMenuMapImage
{
	color:White;
}

/* Used for text td's in SubMenu to set padding */
td.SubMenuTextRight
{
	color:White;
	padding-left:10px;
	padding-bottom: 10px;
	padding-top: 2px;
	padding-right:10px;
	text-align:right;
	font-size:12px;
	width: 135px;
}


.Content
{
	background-color:#993366;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	text-align:left;
}

.HomePageBlurb 
{
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	font-size:12px;
	font-weight:bold;
}


.SpacerLine
{
	background-color:#EAE8E6;
	height:3px;
}

.SmallMapImage 
{
	background-color:#5A5A5A;

}

.SubMenuMapImage
{

}

.OfficesSeperationBar
{
	text-align:center;
	background-color:#006667;
}

.Offices 
{
	border-style:solid;
	border-color:#90A7A8;
	border-width:10px;
	border-spacing:0px;
	text-align:left;
}

/* For links that match body color */
a.OfficesContactLink
{
	color:Navy;
}
a.OfficesContactLink:hover
{
	color:red;
}

/* Bold Link */
a.OfficesContactLinkBold
{
	color:Navy;
	font-weight: bold;
}

.Submitter
{
	color:Yellow;
	font-weight:bold;
}