/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Tommi Page Pack
  Horizontal 3 Column Fluid
  -----------------------------------
*/
/*Background color is set to light tan and shows through only in the footer region and below.*/

html { 
min-height: 101%; 
}

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 101%;
	color: #333333;
	min-width: 600px;
	padding: 0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	background-color: #EEEEEE;
}
.tablestyle {
	border-top-width: 2px;
	border-right-width: medium;
	border-bottom-width: 10px;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #508ffc;
	border-right-color: #508ffc;
	border-bottom-color: #508ffc;
	border-left-color: #508ffc;
	width: 800px;
	overflow: auto;
}

/*The wrapper envelopes all page elements- including the masthead. It carries the white
background color is set to white. Margin must be declared, even if it is zero, in order to 
accomodate an IE-Windows workaround for min-width deployed in a conditional comment on the page.
For more info on the workaround, see the readme_first file.*/
#pagewrapper {
	margin: 0;
	padding: 0px;
}
/*Sidecontent is the first content column.*/
#sidecontent {
	text-align: left;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	background-image: url(../images/left_column_bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
/*The midcolumn TD is the center content cell. Nested inside are a decorative image
and the menubar. A gradient background image is assigned.*/
#midcolumn_freight {
	background-image: url(../images/middle_colum_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border-right: 1px solid #616161;
	border-left: 1px solid #616161;
}
/*The menubar DIV is the container for our menu. We set a background color.
Font-size is set to .9em, setting the menu text size.*/
#menubar {
	font-size: 0.9em;
	background-color: #555555;
	color: #CCCCCC;
}
/*The maincontent TD is the right column that contains the page's main content.
A background image is set to display at the top left edge. To give this image room
to display, we set left padding to 72px.*/
#maincontent {
	line-height: normal;
	background-image: none;
	margin: 0px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}
/*Style attributes specific to all level 2 headings*/
h2 {
	font-size: 16pt;
	margin: 30px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-align: left;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 10px;
}
/*-----PMM MENU STYLE UPDATES for this PAGE PACK-------*/

/*We change the default hover and "on" colors to match the LEMON graphics*/
#p7PMnav a:hover, #p7PMnav a:active, 
#p7PMnav a:focus, #p7PMnav .p7PMon {
	border-top: 1px solid #F4DB82;
	border-left: 1px solid #F4DB82;
	background-color: #FFFFFF;
}
.header2_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	height: 20px;
}
.bodytext_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color:#0000FF
}

.bodytext_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	vertical-align: top;
	line-height: normal;
}

.bullet_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	list-style-type: disc;
	list-style-image: url(../images/bullet.jpg);
	position: relative;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: -20px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
	text-align: left;
	list-style-position: inherit;
	width: 155px;
}


/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme: 15 - Tommi
  -----------------------------------
*/
/*DO NOT EDIT!!!*/
#p7PMnav, #p7PMnav ul {
	margin: 0;
	padding:0;
}
/*The Menu Background image assigned here*/
#p7PMnav li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	background-image:  url(../images/tommy_mbg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
}
/*DO NOT EDIT!!!*/
#p7PMnav ul {
	z-index: 10000;
}
/*Menu link Styles - Change link color here*/
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #FFFFFF;
	line-height:1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #508ffc;
	border-bottom-color: #000000;
}
/*Sub-menu link borders*/
#p7PMnav ul a {
	border-top: 1px solid #508ffc;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #508ffc;
}
/*Link hover styles - includes "ON" state*/
#p7PMnav a:hover, #p7PMnav a:active, 
#p7PMnav a:focus, #p7PMnav .p7PMon {
	border-top: 1px solid #508ffc;
	background-color: #508ffc;
	color: #ffffff;
	letter-spacing: 0.01px;
	border-left: 1px solid #508ffc;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}

/*the normal trigger link and "ON" state link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}

/*DO NOT EDIT!!!*/
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
/*DO NOT EDIT!!!*/
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width */
#p7PMnav {
	width: 180px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 200px;
}

/* Styles for optional Breadcrumb trail add-on */
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #415485;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 19pt;
	font-weight: bold;
	line-height: normal;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #206197;
	border-left-color: #666666;
	text-align: justify;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #233F6E;
}
.bullet_list {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-type: disc;
	list-style-image: url(../images/bullet.jpg);
	position: relative;
	margin-top: -30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
	text-align: left;
	list-style-position: inherit;
}
.bullet_list_plain {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-type: disc;
	list-style-image: url(../images/bullet.jpg);
	position: relative;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: -10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
	text-align: left;
	list-style-position: inherit;
}
.tabletext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
	line-height: 18px;
}
