<script type="text/javascript" src="/CFIDE/scripts/cfform.js"></script>
<script type="text/javascript" src="/CFIDE/scripts/masks.js"></script>

<script type="text/javascript">
	if (window.ColdFusion) ColdFusion.required['cfname']=true;
</script>

<script type="text/javascript">
	if (window.ColdFusion) ColdFusion.required['clname']=true;
</script>

<script type="text/javascript">
	if (window.ColdFusion) ColdFusion.required['cardno']=true;
</script>

<script type="text/javascript">
	if (window.ColdFusion) ColdFusion.required['csecurity']=true;
</script>

<script type="text/javascript">
	if (window.ColdFusion) ColdFusion.required['caddress']=true;
</script>

<script type="text/javascript">
	if (window.ColdFusion) ColdFusion.required['caddress3']=true;
</script>

<script type="text/javascript">
	if (window.ColdFusion) ColdFusion.required['czip']=true;
</script>
<script type="text/javascript">
<!--
    _CF_checkCFForm_1 = function(_CF_this)
    {
        //reset on submit
        _CF_error_exists = false;
        _CF_error_messages = new Array();
        _CF_error_fields = new Object();
        _CF_FirstErrorField = null;

        //form element cfname required check
        if( !_CF_hasValue(_CF_this['cfname'], "TEXT", false ) )
        {
            _CF_onError(_CF_this, "cfname", _CF_this['cfname'].value, "Please enter a valid first name");
            _CF_error_exists = true;
        }

        //form element clname required check
        if( !_CF_hasValue(_CF_this['clname'], "TEXT", false ) )
        {
            _CF_onError(_CF_this, "clname", _CF_this['clname'].value, "Please enter a valid last name");
            _CF_error_exists = true;
        }

        //form element cardno required check
        if( _CF_hasValue(_CF_this['cardno'], "TEXT", false ) )
        {
            //form element cardno 'CREDITCARD' validation checks
            if (!_CF_checkcreditcard(_CF_this['cardno'].value, true))
            {
                _CF_onError(_CF_this, "cardno", _CF_this['cardno'].value, "Please enter a valid card number");
                _CF_error_exists = true;
            }

        }else {
            _CF_onError(_CF_this, "cardno", _CF_this['cardno'].value, "Please enter a valid card number");
            _CF_error_exists = true;
        }

        //form element csecurity required check
        if( !_CF_hasValue(_CF_this['csecurity'], "TEXT", false ) )
        {
            _CF_onError(_CF_this, "csecurity", _CF_this['csecurity'].value, "Please enter a 3-4 digit security number");
            _CF_error_exists = true;
        }

        //form element caddress required check
        if( !_CF_hasValue(_CF_this['caddress'], "TEXT", false ) )
        {
            _CF_onError(_CF_this, "caddress", _CF_this['caddress'].value, "Please enter a valid address");
            _CF_error_exists = true;
        }

        //form element caddress3 required check
        if( !_CF_hasValue(_CF_this['caddress3'], "TEXT", false ) )
        {
            _CF_onError(_CF_this, "caddress3", _CF_this['caddress3'].value, "Please enter the city");
            _CF_error_exists = true;
        }

        //form element czip required check
        if( _CF_hasValue(_CF_this['czip'], "TEXT", false ) )
        {
            //form element czip 'ZIPCODE' validation checks
            if (!_CF_checkzip(_CF_this['czip'].value, true))
            {
                _CF_onError(_CF_this, "czip", _CF_this['czip'].value, "A valid zip code is required");
                _CF_error_exists = true;
            }

        }else {
            _CF_onError(_CF_this, "czip", _CF_this['czip'].value, "A valid zip code is required");
            _CF_error_exists = true;
        }


        //display error messages and return success
        if( _CF_error_exists )
        {
            if( _CF_error_messages.length > 0 )
            {
                // show alert() message
                _CF_onErrorAlert(_CF_error_messages);
                // set focus to first form error, if the field supports js focus().
                if( _CF_this[_CF_FirstErrorField].type == "text" )
                { _CF_this[_CF_FirstErrorField].focus(); }

            }
            return false;
        }else {
            return true;
        }
    }
//-->
</script>
 <!-- HTML{
padding:0px;
margin:0px;
height:100%;
width:100%;
font-family:'arial',verdana,helvetica,sans-serif;
font-size:12px;
text-decoration:none;
}
BODY{
background-repeat:no-repeat;
padding:0px;
margin:0px;
height:100%;
width:100%;
background-color:#e3e3e3;
font-family:'arial',verdana,helvetica,sans-serif;
font-size:14px;
text-decoration:none;
background-color:#fff;
background-image:url('');
background-repeat:no-repeat;
background-position:left top;
}
h3{
margin:0px;
padding:0 0 0.3em;
}
P{
font-family:'arial',verdana,helvetica,sans-serif;
margin-top:0px;
margin-bottom:0px;
text-align:left;
text-decoration:none;
margin:0px;
padding:0px;
line-height:20px;
text-align:left;
}
Form{
font-family:'arial',verdana,helvetica,sans-serif;
margin-top:0px;
margin-bottom:0px;
text-decoration:none;
}
a:link{
color:#0060c3;
text-decoration:none;
}
a:visited{
color:#3a7ec3;
text-decoration:none;
}
a:hover,a:active{
color:#007eff;
text-decoration:none;
}
img{
border:none;
}
.hiddenIMG{
display:none;
}
#centerBody{
width:900px;
height:440px;
background-image:url('');
background-repeat:repeat;
background-position:center top;
text-align:left;
overflow:auto;
border:0px solid red;
}
#panDesk{
background-color:;
background-image:url('');
background-repeat:repeat-x;
background-position:left top;
background-attachment:scroll;
height:500px;
text-align:left;
border-left:1px solid black;
border-right:1px solid black;
width:100%;
}
#clockBar{
height:30px;
position:relative;
top:0px;
right:0px;
float:right;
border:0 groove silver;
width:260px;
text-align:right;
background-color:transparent;
float:right;
}
.menuContainer{
cursor:pointer;
height:30px;
margin:0px;
padding:0px;
width:100%;
background-color:black;
background-image:url('');
background-position:center top;
background-repeat:repeat-x;
border:1px solid #515151;
border-left:0px;
border-right:0px;
}
.nav55,.nav55 ul{
list-style:none;
margin:0px;
padding:0px;
height:30px;
}
.nav55{
position:relative;
z-index:100;
height:25px;
}
.nav55 li a,.nav55 li a:link,.nav55 li a:active,.nav55 li a:visited{
background-image:url('');
display:block;
text-align:left;
padding-left:10px;
white-space:nowrap;
height:30px;
padding-top:4px;
}
.nav55 ul li{
height:30px;
border-top:1px solid #515151;
}
.nav55 ul a{
}
.nav55 ul a:hover{
background-color:black;
}
.nav55 ul a:active{
}
ul.nav55 li{
background-image:url('');
position:relative;
float:left;
text-align:left;
white-space:nowrap;
height:30px;
}
.nav55 li ul{
position:absolute;
left:0px;
top:-140px;
margin-left:-999em;
height:30px;
width:200px;
}
ul.nav55 li:hover ul,ul.nav55 li.over ul{
margin-left:0px;
}
.menu{
cursor:pointer;
height:30px;
margin:0px;
padding:0px;
font-size:19px;
font-weight:bold;
list-style:none;
width:100%;
background-color:transparent;
text-align:center;}
.menu td{
height:30px;
margin:0px;
padding:0px;
text-align:center;
color:silver;
background-repeat:no-repeat;
background-position:center bottom;
background-image:url('');
}
.menu td:hover{
height:30px;
margin:0px;
padding:0px;
background-image:url('');
color:white;
background-repeat:no-repeat;
background-position:center bottom;
text-align:center;
}
.menu td:active{
height:30px;
margin:0px;
padding:0px;
background-image:url('');
background-position:center top;
background-repeat:no-repeat;
text-align:center;
}
.menu a:active{
height:30px;
font-size:19px;
font-weight:bold;
color:#515151;
text-decoration:none;
background:url('') no-repeat center center;
text-align:center;
}
.menu a:hover{
height:30px;
margin:0px;
padding:0px;
font-size:19px;
font-weight:bold;
color:white;
text-decoration:none;
background:url('') no-repeat center center;
text-align:center;
}
.menu a{
height:30px;
margin:0px;
padding:0px;
font-size:19px;
font-weight:bold;
color:silver;
width:200px;
text-decoration:none;
background:url('') no-repeat center center;
border:0px solid;
text-align:center;
margin-top:0px;
}
.nav,.nav ul{
list-style:none;
margin:0px;
padding:0px;
height:30px;
width:170px;
}
.nav{
position:relative;
top:0px;
z-index:100;
}
.nav li{
background-image:url('/files/imgs/extruder_bgnd.png');
text-align:left;
border:0px;
}
.nav li a,.nav li a:link,.nav li a:active,.nav li a:visited{
display:block;
height:30px;
width:170px;
padding-top:4px;
}
.nav li a:hover{
height:30px;
}
.nav ul{
border:0px;
list-style:none;
margin:0px;
position:absolute;
top:-999em;
height:30px;
border-bottom:1px solid #515151;
}
.nav li:hover ul{
top:30px;
}
.nav ul a{
text-align:left;
border:0px;
padding-left:10px;
white-space:nowrap;
height:30px;
width:170px;
padding-top:4px;
}
.nav ul a:hover{
text-align:left;
border:0px;
padding-left:10px;
white-space:nowrap;
height:30px;
width:170px;
padding-top:4px;
}
.nav ul a:active{
text-align:left;
border:0px;
padding-left:10px;
white-space:nowrap;
height:30px;
width:170px;
padding-top:4px;
}
ul.nav li{
position:relative;
float:left;
text-align:left;
border-bottom:1px solid #515151;
white-space:nowrap;
height:30px;
width:170px;
}
.nav li ul{
position:absolute;
left:0px;
top:-190px;
margin-left:-999em;
height:30px;
width:170px;
}
ul.nav li:hover ul,ul.nav li.over ul{
margin-left:0px;
}
.mnav li a,.mnav li a:link,.mnav li a:active,.mnav li a:visited{
font:bold 12px Arial,Helvetica,sans-serif;
background:transparent;
color:#aa0114;
}
#bar{
margin-top:100px;
padding:0px;
position:relative;
top:0px;
left:0px;
width:100%;
text-align:center;
color:white;
font-size:18px;
z-index:6;
background-color:#000;
height:170px;
background-image:url('/themes/harmonywd/imgs/ToFindBar.jpg');
background-position:centers top;
}
.bg{
width:100%;
position:absolute;
top:0px;
left:0px;
z-index:-1;
overflow:hidden;
}
#about{
padding:0px;
position:relative;
top:10px;
left:20px;
width:450px;
text-align:left;
color:black;
font-size:12px;
z-index:6;
}
.topPageMask{
background-image:url('/themes/stardustchannel/imgs/gbar1.png');
text-align:left;
background-repeat:no-repeat;
height:20px;
background-color:silver;
color:blue;
border:0px;
margin:0px;
padding:0px;
}
.topPageMask a{
margin-left:60px;
cursor:pointer;
text-align:left;
font-weight:bolder;
color:white;
height:20px;
border:1px groove black;
padding-left:3px;
}
.x-dlg-mask{
background-color:#000 !important;
}
.x-tabs-strip-wrap{
background-color:transparent;
}
.x-tabs-wrap{
background-color:transparent;
}
.x-tabs-item-body{
background-color:white;
}
.ytab{
border:0px;
}
.yuimenubaritem{
border-style:none none none none;
color:white;
font-family:'arial',verdana,helvetica,sans-serif;
font-size:12px;
font-weight:bolder;
letter-spacing:1px;
text-align:center;
text-decoration:none;
}
.edit_this a{
border:1px solid red;
text-align:left;
}
.contentWrapper{
text-align:justify;
}
.contentInnerWrapper{
margin:0px;
padding:0px;
border:0 solid blue;
}
.contentWrapper h3{
margin:0px;
padding:0px;
}
.contentContainer{
margin:0px;
padding:0px;
float:left;
width:0px;
height:540px;
overflow:hidden;
}
h3{
font-size:18px;
margin-left:6px;
color:black;
background-image:url('/files/imgs/bar333.jpg');
background-repeat:repeat;
background-position:top;
}
.itemlist{
margin:0px;
padding:0px;
list-style:none;
}
.itemlist li{
height:25px;
padding:2px;
cursor:pointer;
color:white;
margin:0px;
}
.itemlist li:active{
background-image:url('/files/imgs/25_white.png');
}
.pane-list{
margin:0px;
padding:0px;
list-style:none;
color:silver;
text-decoration:none;
background-image:url('');
background-repeat:repeat;
background-position:top;
}
.pane-list li{
height:20px;
background-image:url('');
padding:0 10px 0px;
cursor:pointer;
color:white;
}
.pane-list li:hover{
background:transparent;
background-image:url('/files/imgs/arrowright.gif');
background-repeat:no-repeat;
background-position:left center;
color:white;
}
#storyPage{
background-color:transparent;
}
#storyAuthor{
width:820px;
background-color:transparent;
}
#storySidebar{
width:170px;
}
#storyCenter{
width:100%;
background-color:white;
}
#storyHolder{
width:820px;
}
#blog_text p{
line-height:16px;
font-family:'arial',verdana,helvetica,sans-serif;
font-size:12px;
margin:5px 0px;
font-family:Arial,sans-serif !important;
font-size:13px !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:normal !important;
line-height:1.3em !important;
}
#role_text p{
line-height:16px;
font-family:arial,helvetica,sans-serif;
font-size:12px;
margin:5px 0px;
font-family:'arial',verdana,helvetica,sans-serif;
font-size:13px !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:normal !important;
line-height:1.3em !important;
}
.textContainer{
margin:3px;
background-image:url('');
background-repeat:repeat-x;
background-position:left top;
color:silver;
border:0px solid black;
}
.textContainerTitle{
background-image:url('');
background-repeat:repeat-x;
background-position:left top;
padding:3px;
margin:0px;
color:white;
}
.textContainer a{
font-size:16px;
font-weight:bold;
text-decoration:none;
}
.textContainer a:hover{
color:blue;
font-size:16px;
font-weight:bold;
text-decoration:underline;
}
.linkList a{
color:blue;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}
#portfolio{
list-style:none;
}
.preloadImg{
display:none;
height:1px;
width:1px;
}
.pageTitle{
font-size:42px;
margin-left:6px;
color:silver;
letter-spacing:-3px;
}
#footerMenu{
width:100%;
border:0px;
padding:3px;
}
#footerMenuTop{
border-bottom:0 solid silver;
text-align:left;
}
div.jGrowl{
padding:10px;
z-index:9999;
}
div.ie6{
position:absolute;
}
div.ie6.center{
width:100%;
}
body > div.jGrowl{
position:fixed;
}
body > div.jGrowl.top-left{
left:0px;
top:0px;
}
body > div.jGrowl.top-right{
right:40%;
top:25%;
}
body > div.jGrowl.bottom-left{
left:0px;
bottom:0px;
}
body > div.jGrowl.bottom-right{
right:0px;
bottom:0px;
}
body > div.jGrowl.center{
top:60%;
width:50%;
left:25%;
}
div.center div.jGrowl-notification,div.center div.jGrowl-closer{
margin-left:auto;
margin-right:auto;
}
div.jGrowl div.jGrowl-notification,div.jGrowl div.jGrowl-closer{
background-color:#5090d3;
color:#fff;
width:235px;
padding:10px;
margin-top:5px;
margin-bottom:5px;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:12px;
text-align:left;
display:none;
}
div.jGrowl div.jGrowl-notification{
min-height:40px;
}
div.jGrowl div.jGrowl-notification div.header{
font-weight:bold;
font-size:10px;
}
div.jGrowl div.jGrowl-notification div.close{
z-index:99;
float:right;
font-weight:bold;
font-size:12px;
cursor:pointer;
}
div.jGrowl div.jGrowl-closer{
height:15px;
padding-top:4px;
padding-bottom:4px;
cursor:pointer;
font-size:11px;
font-weight:bold;
text-align:center;
}
@media print{
div.jGrowl{
display:none;
}
}
.itemlist li{}--> 