/* 
 * Master style sheet for Coastcom.com
 *  
 * Note: Designed for IE 4+ on Win32
 */
/* First level menu items */
	
 .pullDown {
	background-color : #D8D8D8;
    color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid
}
.pullDown a {
	background-color : #DDDDDD;
	color : #000000;
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;	
	display : block;
   	padding-top : 3px;
	padding-bottom : 2px;
	padding-left : 9px;
    padding-right: 0px;
	text-decoration : none;
}
.pullDown a:hover {
	background-color : #EEEEEE;
	color : #000000;
	text-decoration : none;
}
.pullDownBott {
	background-color : #DDDDDD;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	border: 1px solid #000000;
}
.pullDownBott a {
	background-color : #DDDDDD;
	color : #000000;
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;	
	display : block;
   	padding-top : 3px;
	padding-bottom : 2px;
	padding-left : 9px;
    padding-right: 1px;
	text-decoration : none;
}
.pullDownBott a:hover {
	background-color : #EEEEEE;
	color : #000000;
	text-decoration : none
}
.pullDownSingle {
	background-color : #DDDDDD;
    color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid
}
.pullDownSingle a {
	background-color : #DDDDDD;
	color : #000000;
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;	
	display : block;
   	padding-top : 3px;
	padding-bottom : 2px;
	padding-left : 4px;
    padding-right: 4px;
	text-decoration : none;
}
.pullDownSingle a:hover {
	background-color : #EEEEEE;
	color : #000000;
	text-decoration : none
}
.pullDownTop {
	background-color : #DDDDDD;
    color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid
}
.pullDownTop a {
	background-color : #DDDDDD;
	color : #000000;
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;	
	display : block;
   	padding-top : 3px;
	padding-bottom : 2px;
	padding-left : 9px;
    padding-right: 0px;
	text-decoration : none;
}
.pullDownTop a:hover {
	background-color : #EEEEEE;
	color : #000000;
	text-decoration : none
}
.pullDownHeader{
	background-color : #FFFFFF;
    color : #003399;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	display : block;
   	padding-top : 3px;
	padding-bottom : 2px;
	padding-left : 9px;
    padding-right: 0px;
	text-decoration : none;
}
.navButts {
	background-color : #CCCCCC;
    color : #003399;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	border-left: none;
	border-top: #FFFFFF 1px solid	
}
.navButts a {
	background-color : #CCCCCC;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	display : block;
	padding-top : 3px;
	padding-bottom : 2px;
	padding-left : 6px;
	padding-right: 0px;
	border-left: #CCCCCC 16px solid;
	text-decoration : none;
	width : 100%;
}
.navButts a:hover {
	background-color : #CCCCCC;
	color : #AD001B;
	border-left: #AD001B 16px solid;
	text-decoration : none
}
.navButtsSub {
	background-color : #CCCCCC;
    color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	border-left: none;
	border-top: #FFFFFF 1px solid	
}
.navButtsSub a {
	background-color : #CCCCCC;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	display : block;
	padding-top : 3px;
	padding-bottom : 2px;
	padding-left : 6px;
	padding-right: 0px;
	border-left: #CCCCCC 26px solid;
	text-decoration : none;
	width : 100%;
}
.navButtsSub a:hover {
	background-color : #CCCCCC;
	color : #AD001B;
	border-left: #AD001B 16px solid;
	text-decoration : none
}
.navButtsSubBott {
	background-color : #CCCCCC;
    color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	border-left: none;
}
.navButtsSubBott a {
	background-color : #CCCCCC;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	display : block;
	padding-top : 3px;
	padding-bottom : 2px;
	padding-right: 0px;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;

	text-decoration : none
}
.navButtsSubBott a:hover {
	background-color : #CCCCCC;
	color : #AD001B;
	border-left: #AD001B 16px solid;
	text-decoration : none
}
.navButtsSubOn {
	background-color : #FFFFFF;
	color : #AD001B;
    font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;	
	display : block;
   	padding-top : 3px;
	padding-bottom : 2px;
	padding-left : 12px;
    padding-right: 0px;
	border-left: #AD001B 16px solid;
	border-top: #FFFFFF 1px solid
	text-decoration : none;
	width : 100%
 }
.navButtsOn {
	background-color : #FFFFFF;
	color : #AD001B;
    font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;	
	display : block;
   	padding-top : 3px;
	padding-bottom : 2px;
	padding-left : 6px;
    padding-right: 0px;
	border-left: #AD001B 16px solid;
	border-top: #FFFFFF 1px solid
	text-decoration : none;
	width : 100%
 }
.navButtsBott {
	background-color : #CCCCCC;
    color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid	
}
.navButtsBott a {
	background-color : #CCCCCC;
	color : #000000;
    font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;	
	display : block;
   	padding-top : 3px;
	padding-bottom : 2px;
	padding-left : 6px;
    padding-right: 0px;
	border-left: #CCCCCC 16px solid;
	text-decoration : none;
	width : 100%
}
.navButtsOnBott {
	background-color : #FFFFFF;
	color : #AD001B;
    font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;	
	display : block;
   	padding-top : 3px;
	padding-bottom : 2px;
	padding-left : 6px;
    padding-right: 0px;
	border-left: #AD001B 16px solid;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	text-decoration : none
}
.navButtsBott a:hover {
	background-color : #CCCCCC;
	color : #AD001B;
	border-left: #AD001B 16px solid;
	text-decoration : none
}
.navHome {
	background-color : #CCCCCC;
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	border-left: none;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid
}
.navHome a {
	background-color : #CCCCCC;
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	display : block;
	padding-top : 3px;
	padding-bottom : 2px;
	padding-left : 6px;
	padding-right: 0px;
	border-left: #CCCCCC 16px solid;
	text-decoration : none;
	width : 100%
}
.navHome a:hover {
	background-color : #CCCCCC;
	color : #AD001B;
	border-left: #AD001B 16px solid;
	text-decoration : none
}
/* Text Styles */
.pageHeader { 
    color : #3333CC; 
    font-family : Arial; 
    font-size : 20px; 
    font-weight : bold; 
}
.textRegular a {
	color : #333333;
	font-family: Arial;

}
.textRegular a:hover {
	text-decoration : none;
}

.textItalic {
	color : #575757;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 16px;
	font-style : italic;
	font-weight: normal;
}
.textBold {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: normal;
	font-weight : bold;	
}
.subHeading {
	color : #000040;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	line-height: normal;
}
.subHeading  a
{
	COLOR: #3366CC;
	FONT-FAMILY: Arial, ;
	FONT-SIZE: 13px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}
.subHeading  a:hover
{
	COLOR: #0099FF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	line-height: 15px;
	font-weight: bold;
}
.footer {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;	
}

.footer a {
	color : #88849B;
	font-weight : bold;	
	text-decoration : none;
}

.footer a:hover {
	color : #666666;
	font-weight : bold;	
	text-decoration : none
}
.textBoldBlue {
    color : #000066; 
    font-family : Arial, Helvetica, sans-serif; 
    font-size : 11px; 
    font-weight : bold; 
    line-height: 14px
}
.textBoldBlue a {
    color : #000066; 
    font-family : Arial, Helvetica, sans-serif; 
    font-size : 11px; 
    font-weight : bold; 
    line-height: 14px;
	text-decoration:none
}
.textBoldBlue a:hover {
    color : #0099FF; 
    font-family : Arial, Helvetica, sans-serif; 
    font-size : 11px; 
    font-weight : bold; 
    line-height: 14px;
	text-decoration: underline;
}
.pageHeaderLiteBlue {
	color : #6878A8;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
	font-style: normal;

}
.featureText
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: normal;
	font-weight: normal;
	COLOR: #333333;
	text-decoration: none;
	list-style-type: disc;
	list-style-image:   url(../../rez/style_master.css);
	font-style: normal;

}
.featureText:hover
{
	COLOR: #297CD9;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight: normal;
	text-decoration: none;
}
.featureBlText
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	line-height: normal;
	font-weight: normal;
	COLOR: #366A9B;
	text-decoration: none;
	list-style-type: disc;
	list-style-image:   url(../../rez/style_master.css);
}
.featureBlText:link
{
	COLOR: #366A9B;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
.featureBlText:hover
{
	COLOR: #0099FF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight: normal;
	text-decoration: none;
}
.featureBlTextBold {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: 14px;
	font-weight: bold;
	COLOR: #003399;
	text-decoration: none;
	list-style-type: disc;
	list-style-image:   url(../../rez/style_master.css);
}
.featureBlTextBold a {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: 14px;
	font-weight: bold;
	COLOR: #3A47B6;
	text-decoration: none;
	list-style-type: disc;
	list-style-image:   url(../../rez/style_master.css);
}
.featureBlTextBold a:hover {
	COLOR: #0099FF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight: bold;
	text-decoration: none;
}
.pageHeader
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 18px;
	FONT-WEIGHT: bold;
	color: #AD001B;
	text-decoration: none;
	line-height: normal;
	font-style: normal;

}
.bodyText
{
	COLOR: #3333CC;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	list-style-type: disc;
}
.bodyText a
{
	COLOR: #3333CC;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10.5px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
.bodyText a:hover
{
	COLOR: #0099FF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	line-height: normal;
	font-weight: bold;
	text-decoration: underline;
}
.Sub2Heading
{
	COLOR: #000033;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11.5px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	list-style-type: disc;

}
.Sub2Heading a
{
	COLOR: #000033;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11.5px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
.Sub2Heading a:hover
{
	COLOR: #0099FF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11.5px;
	line-height: 14px;
	font-weight: bold;
}
.sidebarHeader
{
color : #6878A8;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
	font-style: normal;
}
.sidebarSubHeader
{
	COLOR: #E2ECFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
}
.sidebarText
{
	COLOR: #E2ECFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}
.sidebarTextSmall { 	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	line-height: normal;
	font-weight : normal;	
 } 
.sidebarTextSmall a
{
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}
.sidebarTextSmall a:hover
{
	COLOR: #0099FF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
}
.sidebarTextBold
{
	COLOR: #000033;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	list-style-image:  url(../../images/blue_bullet.gif);


}
.sidebarTextBold a
{
	COLOR: #000033;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
}
.sidebarTextBold a:hover
{
	COLOR: #0099FF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.pressDate

.footertext
{
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.footertext:link
{
	COLOR: #999999;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	FONT-WEIGHT: normal;
	line-height: 12px;
	text-decoration: none;
	text-align: center;
}
.footertext:hover
{
	COLOR: #8A96BC;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	FONT-WEIGHT: normal;
	line-height: 12px;
	text-decoration: none;
	text-align: center;
}
.footertext:active
{
	COLOR: #ff9900;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	FONT-WEIGHT: normal;
	line-height: 12px;
	text-decoration: none;
	text-align: center;
}
.featuretextBlue {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: 14px;
	font-weight: bold;
	COLOR: #000099;
	text-decoration: none;
	list-style-type: disc;
	list-style-image:   url(../../rez/style_master.css);
}
.featureTextBold a {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: 15px;
	font-weight: bold;
	COLOR: #333333;
	text-decoration: none;
	list-style-type: disc;
	list-style-image:   url(../../rez/style_master.css);
	font-style: normal;
}
.featureTextBold a:hover {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: 15px;
	font-weight: bold;
	COLOR: #333333;
	text-decoration: none;
	list-style-type: disc;
	list-style-image:   url(../../rez/style_master.css);
	font-style: normal;
}
.featureTextBold {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: 15px;
	font-weight: bold;
	COLOR: #333333;
	text-decoration: none;
	list-style-type: disc;
	list-style-image:   url(../../rez/style_master.css);
	font-style: normal;
}
.textRegular { 	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 15px;
	font-weight : normal;	
 } 
.textRegular a { color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 15px;
	font-weight : normal;	
	text-decoration: none;
}
.textRegular a:hover
{
	COLOR: #0099FF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: underline;
}
.frontPageHeader {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	line-height: normal;
	font-style: normal;
	/*padding-top: 40px;
	margin-top: 40px;*/
}
.subHeadingWhite {

	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	line-height: normal;
}
.whiteText {

	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}

.navButtsHeader {
	background-color : #CCCCCC;
	border-left: #CCCCCC 16px solid;
	border-top: #FFFFFF 1px solid	
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	display : block;
	padding-top : 3px;
	padding-bottom : 2px;
	padding-left : 6px;
	padding-right: 0px;
	border-left: #CCCCCC 16px solid;
	text-decoration : none;
	width : 100%;
	font-size: 11px;
	color: #003399;
}
.hr {
	margin: 0;
	padding: 0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #FF9900;
	}
.textHome {
color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10.5px;
	line-height: 13px;
	font-weight : normal;
}
.textHomeBold {
	color : #333333;
	font: bold 10.5px/13px Verdana, Arial, Helvetica, sans-serif;
}
.productHeading {
	COLOR: #003399;
	text-decoration: none;
	list-style-type: disc;
	font: bold 12px/normal Arial, Helvetica, sans-serif;
}
