/******************************************/
/**              HTML TAGS               **/
/******************************************/
body{
background-repeat:repeat-x;
background-position:top;
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
text-align:center;
font-size:11px;
}

h2 {
font-size:14px;
text-align:left;}

/******************************************/
/**                PAGE                  **/
/******************************************/
div#page{
width:1000px; 
margin: 0 auto;
background-image:url(../images/nav_black_left.jpg);
background-repeat:repeat-y;
background-position:left;
background-color:#024A9E;
position:relative;
border-top:solid #000000 0px;
border-right:solid #000000 0px;
border-bottom:solid #000000 0px;
border-left:solid #000000 0px;
}

div#underfooter{
width:1000px; 
margin: 0 auto;
position:relative;
}

div#underfooter img{
}


a img{border:solid #C3F1FF 0px;}
a:hover img{border:solid #ffffff 0px;}
a {color:#ffffff; text-decoration:none;}
a:hover {color:#ffffff; text-decoration:underline;}

/******************************************/
/*       HORIZONTAL RULE AND DIV         **/
/******************************************/
div.hr {
clear:both;
height: 15px;
/*background: #363636 url(../images/grey_dot.gif) rpeat-x scroll center;*/
background-image:url(../images/blue_dot.gif);
background-repeat:repeat-x;
background-position:center;
margin-top:0px;
margin-bottom:0px;
}
div.hr hr {
display: none;
}


div.hr2 {
clear:both;
height: 15px;
/*background: #363636 url(../images/grey_dot.gif) rpeat-x scroll center;*/
background-image:url(../images/blue_dot_bigger.gif);
background-repeat:repeat-x;
background-position:center;
margin-top:2px;
margin-bottom:2px;
}
div.hr2 hr {
display: none;
}

.bluetext {
/*color: #C3F1FF;*/
color:#66FFCC;
}

/***************************************/
/*           EXTERNAL LINK             */
/***************************************/
a.external, a:visited.external {
background-image:url(../images/icon_external_link.gif);
background-position:right -1px ;
background-repeat:no-repeat;
padding-right:20px;
display: inline;
color:#ffffff!important;
}
/*This hides the (external link) text if CSS enabled by positioning it off screen*/
a.external span {
position: absolute;
left: -5000em; width: 4000em;
}

a.current{color:#ffffff!important; text-decoration:underline!important;}

/******************************************/
/**               NAV BG                 **/
/******************************************/
div#navbg{
background-image:url(../images/navbg.jpg);
background-repeat:no-repeat;
background-position:bottom left;
} 

/******************************************/
/**               FOOT BG                 **/
/******************************************/
div#footbg{
width:1000px; 
margin: 0 auto;
background-image: url(../images/footer.jpg);
background-repeat:repeat-x;
background-position:bottom;
} 

/******************************************/
/**              HEADER DIV              **/
/******************************************/
div#header{
background-image:url(../images/header2.jpg);
background-repeat:no-repeat;
background-position:left;
width:1000px;
height:177px;
}

/******************************************/
/**              CONTENT                 **/
/******************************************/
div#content{
padding-top:0px;
padding-right:20px;
padding-left:234px;
padding-bottom:0px;
text-align:left;
}

div#content a{
color:#ffffff;
text-decoration:none;
}

div#content a:hover{
color:#ffffff;
text-decoration:underline;
}

div.leftcol{
width:290px;
float:left;
text-align:justify;
}


div.rightcol{
width:420px;
float:right;
text-align:justify;
}

div.vdivider{
background-image:url(../images/v_divider.jpg);
background-position:303px center;
background-repeat:repeat-y;
display:block;
position:relative;
float:left;
width:740px
}

div.leftcol2{
width:350px;
float:left;
text-align:justify;
}

div.rightcol2{
width:370px;
float:right;
text-align:justify;
}

div.vdivider2{
background-image:url(../images/v_divider.jpg);
background-position:360px center;
background-repeat:repeat-y;
display:block;
position:relative;
float:left;
width:740px
}



div.infobox{clear:both;}

div.infobox img{
float:left; 
margin-right:0px;
vertical-align:middle;
margin-top:5px;
}

div.infobox h3{
margin:0px 0px 5px 0px;
padding:0px 0px 0px 0px;
font-size:12px!important;
color:#66FFCC!important;
font-weight: bold;
float:right;
display:block;
width:280px;
}


h3{
font-size:12px!important;
color:#66FFCC!important;
margin-bottom:0px;
margin-top:0px;
}

div.infobox p{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left!important;
float:right;
display:block;
width:280px;
}

div.samples p{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}


p.more{float:right; font-weight:bold;}
p.more a{text-decoration:none;}
p.more a{text-decoration:underline;}

/******************************************/
/**            STAR FLASH                **/
/******************************************/
div#starflash{
	position:absolute;
	top:142px;
	left:117px;
	z-index: 3;
}

/******************************************/
/**              ROTATOR                 **/
/******************************************/
img.rotator1{
margin:10px 0px 10px 0px;
}

/******************************************/
/**               TOP NAV                 **/
/******************************************/
div#navcontainer{
position:absolute;
top:57px;
right:36px;
width: 427px;
}

#navlist
{
border-bottom: 0px solid #ccc;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
/*background: #E8EBF0;*/
border: 0px solid #ccc;
color:#B8B9B9;
float: left;
font-size: 12PX;
font-weight: bold;
line-height: 27px;
margin-right: 0px;
padding: 90px 10px 2px 10px;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 0px solid #fff;
color: #000;
}

#navlist a:hover { color: #FFFFFF; }

body.section-1 #navlist li#nav-1 a, 
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
{
background: #fff;
border-bottom: 0px solid #fff;
color: #000;
}

#navlist #subnav-1,
#navlist #subnav-2,
#navlist #subnav-3,
#navlist #subnav-4
{
display: none;
width: 90%;
}

body.section-1 #navlist ul#subnav-1, 
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #navlist ul#subnav-1 a, 
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist ul a:hover { color: #f00 !important; }

#contents
{
background: #fff;
border: 1px solid #ccc;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;
}


.telnum {
	color: #FFFF00;
	font-size: 20px;
	margin-left:0px;
} 

