﻿* 
{ 
	margin:0; 
	padding:0; 
	font-family:Arial;
	font-size:12pt;
}

a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

body 
{
	text-align:center;
	background-image:url('images/bg_page.jpg');
	background-position:top;
	background-repeat:repeat-x;
	background-color:white;
}

#layout 
{
	margin-left:auto; 
	margin-right:auto; 
	margin-top:30px;
	width:940px;
	text-align:right;
	position:relative;
}

#CustomerLoginArea
{
	position:absolute;
	top:-23px;
	right:0px;
}

#CustomerLogin
{
	font-size:70%;
	font-weight:bold;
	color: #606060;
}

#Header 
{
	height:137px;
	background-color:Transparent;
	text-align:left;
	position:relative;
}

#LogoArea
{
	position:absolute;
	top:0px;
	left:30px;
}

.Logo
{
	border-style:none;
}

.TagLine
{
	position:absolute;
	top:0px;
	right:0px;
	color:Black;
	font-weight:Bold;
	font-size:xx-large;
	font-style:italic;
}

.HeaderBar
{
	position:absolute;
	bottom:0px;
	right:0px;
	height:34px;
	width:100%;
	background-color:Black;
}

#Email
{
	font-size:x-small;
	font-weight:Bold;
	border-style:solid;
	border-width:1px;
	border-color:#a0a0a0;
	color:#a0a0a0;
	padding-left:5px;
}

#TopMenuArea
{
	position:absolute;
	top:71px;
	right:10px;
	height:32px;
	background-color:Transparent;
}

.TopMenuLink
{
	border-style:none;
	position:relative;
}
.TopMenuLink:hover
{
	text-decoration:none;
}

.TopMenu
{
	display:inline;
	border-style:none;
	height:32px;
	width:102px;
}

.TopMenuText_5
{
	position:absolute;
	bottom:8px;
	color:#606060;
	font-weight:bold;
	font-size:smaller;
	cursor:pointer;
	white-space:nowrap;
}

.TopMenuText_4
{
	position:absolute;
	bottom:8px;
	color:#606060;
	font-weight:bold;
	font-size:smaller;
	cursor:pointer;
	white-space:nowrap;
}

.TopMenuText_3
{
	position:absolute;
	bottom:8px;
	color:#606060;
	font-weight:bold;
	font-size:smaller;
	cursor:pointer;
	white-space:nowrap;
}

.TopMenuText_2
{
	position:absolute;
	bottom:8px;
	color:#606060;
	font-weight:bold;
	font-size:smaller;
	cursor:pointer;
	white-space:nowrap;
}

.TopMenuText_1
{
	position:absolute;
	bottom:8px;
	color:#606060;
	font-weight:bold;
	font-size:smaller;
	cursor:pointer;
	white-space:nowrap;
}

.TopMenuText_1 { left:12px; }
.TopMenuText_2 { left:23px; }
.TopMenuText_3 { left:23px; }
.TopMenuText_4 { left:26px; }
.TopMenuText_5 { left:23px; }


.Middle
{
/*	background-image:url('images/bg.jpg');*/
	text-align:center;
	padding-top:20px;
	background-color:White;
}

.Footer
{
	height:20px;
/*	background-image:url('images/bg_footer.jpg');*/
	background-position:top;
	background-repeat:no-repeat;
	background-color:White;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.FooterMenu
{
	background-color:White;
}

.FooterMenuSeparator
{
	color:#a0a0a0;
	font-size:x-small;
}

.FooterMenuLink
{
	color:#a0a0a0;
	font-size:x-small;
}

.LeftMenuArea
{
	width:180px;
	background-color:White;
	float:left;
	text-align:left;
}

.LeftMenuLink
{
	border-style:none;
	position:relative;
}
.LeftMenuLink:hover
{
	text-decoration:none;
}

.LeftMenuText
{
	position:absolute;
	top:8px;
	left:10px;
	font-family:Arial;
	color:#a0a0a0;
	font-weight:bold;
	font-size:11pt;
	cursor:pointer;
	white-space:nowrap;
	max-width:160px;
	/*overflow:hidden;    on firefox, this causes the menu text to disappear */
}

.LeftMenu
{
	display:block;
	border-style:none;
}

.MainArea
{
	background-color:White;
	margin-left:180px;
	height:100%;
}

#ToonArea
{
	background-color:black;
	margin-right:2px;
	margin-bottom:20px;
	text-align:center;
	vertical-align:middle;
}

#ToonLink
{
}

#Toon
{
	padding-top:5px;
	padding-bottom:5px;
	border-style:none;
}

.RightArea
{
	background-color:White;
	width:220px;
	float:right;
	text-align:center;
}

#RightAreaBoxes
{
	background-color:Transparent;
	text-align:center;
}

.RightBoxLink
{
	border-style:none;
}
.RightBoxLink:hover
{
	text-decoration:none;
}

.RightBox
{
	display:inline;
	border-style:none;
	margin-bottom:10px;
}

#ContentArea
{
	background-color:White;
	margin-right:220px;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
}

#HomeContentArea
{
	text-align:left;
	/*border: solid 1px #d0d0d0;
	padding: 10px;*/
	padding-bottom:30px;
}

/* for rounded corners */
.t  {background: url('images/dot.gif') 0 0 repeat-x; width: 99%}
.b  {background: url('images/dot.gif') 0 100% repeat-x}
.l  {background: url('images/dot.gif') 0 0 repeat-y}
.r  {background: url('images/dot.gif') 100% 0 repeat-y}
.bl {background: url('images/bl.gif') 0 100% no-repeat}
.br {background: url('images/br.gif') 100% 100% no-repeat}
.tl {background: url('images/tl.gif') 0 0 no-repeat}
.tr {background: url('images/tr.gif') 100% 0 no-repeat; padding:10px} 

#HomeButtonArea
{
	text-align:center;
	background-color:Transparent;
	margin-top:15px;
	height:28px;
}

.HomeButtonLink
{
	border-style:none;
	position:relative;
	margin-left:5px;
	margin-right:5px;
}
.HomeButtonLink:hover
{
	text-decoration:none;
}

.HomeButton
{
	display:inline;
	border-style:none;
	height:28px;
}

.HomeButtonText_5
{
	position:absolute;
	bottom:9px;
	color:white;
	font-weight:bold;
	font-size:smaller;
	cursor:pointer;
	white-space:nowrap;
}

.HomeButtonText_4
{
	position:absolute;
	bottom:9px;
	color:white;
	font-weight:bold;
	font-size:smaller;
	cursor:pointer;
	white-space:nowrap;
}

.HomeButtonText_3
{
	position:absolute;
	bottom:9px;
	color:white;
	font-weight:bold;
	font-size:smaller;
	cursor:pointer;
	white-space:nowrap;
}

.HomeButtonText_2
{
	position:absolute;
	bottom:9px;
	color:white;
	font-weight:bold;
	font-size:smaller;
	cursor:pointer;
	white-space:nowrap;
}

.HomeButtonText_1
{
	position:absolute;
	bottom:9px;
	color:white;
	font-weight:bold;
	font-size:smaller;
	cursor:pointer;
	white-space:nowrap;
}

.HomeButtonText_1 { left:37px; }
.HomeButtonText_2 { left:18px; }
.HomeButtonText_3 { left:26px; }
.HomeButtonText_4 { left:29px; }
.HomeButtonText_5 { left:17px; }

#LandingContentArea
{
	text-align:left;
	padding: 10px 0px 30px 0px;
}

#CenterImageArea
{
	margin-top:0px;
	margin-bottom:20px;
}

hr
{
	color:#d0d0d0;
	background-color:#d0d0d0;
	border:none;
	height:1px;
	margin-top:3px;
	margin-bottom:3px;
}

.NewsTitle
{
	display:block;
	color:black;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	text-decoration:underline;
}

.NewsDate
{
	display:block;
	color:#003399;
	font-style:italic;
	margin:0px 0px 10px 0px;
}

.NewsSummary
{
	display:block;
	color:#003399;
	font-size:smaller;
	margin:0px 0px 10px 0px;
}

.NewsMore
{
	display:inline;
	color:black;
	margin-left:10px;
	text-decoration:underline;
	font-weight:bold;
	font-size:smaller;
}

.pr_body
{
	padding:0px; 
	margin:5px;
	background-image:none;
	text-align:left;
}

#pr_logo
{
	border:none;
}

#pr_options
{
	position:relative; 
	width: 100%; 
	height: 15px; 
	background-Color: #f47c30; 
    text-align: right; 
    vertical-align:top; 
    padding:0px 0px 2px 0px; 
    font-weight:bold;
}

#pr_link_area
{
	position:absolute;
	top:0px;
	right:100px;
}

.pr_link
{
	text-decoration:underline; 
	color: white; 
}

.pr_option_text
{
	font-size:smaller; 
	color: white; 
	vertical-align:top;

}

#pr_area
{
	margin:20px;
}

.pr_title
{
	display:block;
	margin-bottom:10px;
	color:black;
	font-weight:bold;
}

.pr_subtitle
{
	display:block;
	margin-bottom:10px;
	color:#003399;
	font-weight:bold;
	font-style:italic;
}

.pr_city
{
	display:inline;
	margin-top:10px;
	color:#003399;
	font-size:smaller;
	font-weight:bold;
}

.pr_date
{
	display:inline;
	color:#003399;
	font-size:smaller;
	font-weight:bold;
}

.pr_text
{
	display:inline;
	margin-bottom:20px;
	color:#003399;
	font-size:smaller;
}

#email_header
{
	color:#606060;
	font-size:larger;
	margin-bottom:10px;
}

#email_form
{
	position:relative;
	width:400px;
}

#email_to_area
{
	position:relative;
	border: solid 1px #003399;
	height:100px;
}

#email_to_header
{
	position:relative;
	height:20px;
	background-color:#003399;
}

#email_to_header_text
{
	position:absolute;
	top:0px;
	left:10px;
	color:white;
	font-weight:bold;
}

#email_to_address_text
{
	position:absolute;
	top:32px;
	left:10px;
	color:#606060;
}

#email_to_required
{
	position:absolute;
	top:32px;
	left:170px;
	color:Red;
}

#email_to_address
{
	position:absolute;
	top:32px;
	left:180px;
}

#email_to_msg
{
	position:absolute;
	top:70px;
	left:10px;
	color:#606060;
	font-size:smaller
}

#email_from_area
{
	position:relative;
	border: solid 1px #003399;
	height:210px;
	margin-top:10px;
}

#email_from_header
{
	position:relative;
	height:20px;
	background-color:#003399;
}

#email_from_header_text
{
	position:absolute;
	top:0px;
	left:10px;
	color:white;
	font-weight:bold;
}

#email_from_address_text
{
	position:absolute;
	top:32px;
	left:10px;
	color:#606060;
}

#email_from_required
{
	position:absolute;
	top:32px;
	left:170px;
	color:Red;
}

#email_from_address
{
	position:absolute;
	top:32px;
	left:180px;
}

#email_from_name_text
{
	position:absolute;
	top:60px;
	left:10px;
	color:#606060;
}

#email_name_required
{
	position:absolute;
	top:60px;
	left:170px;
	color:Red;
}

#email_from_name
{
	position:absolute;
	top:60px;
	left:180px;
}

#email_from_msg_text
{
	position:absolute;
	top:90px;
	left:10px;
	color:#606060;
}

#email_from_msg
{
	position:absolute;
	top:90px;
	left:180px;
}

#email_required
{
	position:absolute;
	left:0px;
	color:Red;
	font-size:smaller;
}

#email_send
{
	position:absolute;
	right:0px;
	width:50px;
	height:30px;
	background-color:#f47c30;
}

.email_result_bad
{
	position:absolute;
	bottom:-50px;
	font-size:larger;
}

.email_result_good
{
	position:absolute;
	bottom:-50px;
	font-size:larger;
}

.email_result_none
{
	position:absolute;
	bottom:-50px;
	font-size:larger;
}

.email_result_none
{
	display:none;
}

.email_result_good
{
	display:block;
	color:Black;
}

.email_result_bad
{
	display:block;
	color:red;
}

h1 i
{
	font-size:20pt;
	font-weight:normal;
	color:black;
}

h1 u
{
	font-size:20pt;
	font-weight:normal;
	color:black;
}

h1 b
{
	font-size:20pt;
	font-weight:normal;
	color:black;
}

h1
{
	font-size:20pt;
	font-weight:normal;
	color:black;
}
h1 b { font-weight:bold; }
h1 u { text-decoration:underline; }
h1 i { font-style:italic; }

h2 i
{
	font-size:15pt;
	font-weight:normal;
	color:#000000;
	padding-bottom:10px;
}

h2 u
{
	font-size:15pt;
	font-weight:normal;
	color:#000000;
	padding-bottom:10px;
}

h2 b
{
	font-size:15pt;
	font-weight:normal;
	color:#000000;
	padding-bottom:10px;
}

h2
{
	font-size:15pt;
	font-weight:normal;
	color:#000000;
	padding-bottom:10px;
}
h2 b { font-weight:bold; }
h2 u { text-decoration:underline; }
h2 i { font-style:italic; }

h3 i
{
	font-size:12pt;
	font-weight:normal;
	color:#000000;
}

h3 u
{
	font-size:12pt;
	font-weight:normal;
	color:#000000;
}

h3 b
{
	font-size:12pt;
	font-weight:normal;
	color:#000000;
}

h3
{
	font-size:12pt;
	font-weight:normal;
	color:#000000;
}
h3 b { font-weight:bold; }
h3 u { text-decoration:underline; }
h3 i { font-style:italic; }

ul
{
	font-size:13pt;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
}

p a
{
	font-size:13pt;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
}

p i
{
	font-size:13pt;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
}

p u
{
	font-size:13pt;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
}

p b
{
	font-size:13pt;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
}

p
{
	font-size:13pt;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
}
p b { font-weight:bold; }
p u { text-decoration:underline; }
p i { font-style:italic; }
p a { color:blue; font-weight:normal; }
ul { padding-left:40px;}
