﻿body
{
    margin: 0px;
}
/************ Global ***********/
a:link
{
    color: #0066CC;
    text-decoration: none;
}
a:visited
{
    color: #990000;
}
a:hover
{
    text-decoration: underline;
    color: #FF0000;
}
a:active
{
    text-decoration: underline;
    color: #FF0000;
}

#coborder
{
    margin: 0px auto 0px auto;
    width: 800px;
    height: 100%;
    border-right-color: #999999;
    border-left-color: #999999;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
}
.wrapper
{
    margin: 0px auto 0px auto;
    position: relative;
    left: 0px;
    top: 0px;
    width: 800px;
    background-color: #ffffff;
}
/******** END Global ***********/

.demowrapper
{
    margin: 0px auto 0px auto;
    position: relative;
    left: 0px;
    top: 0px;
    width: 800px;
    background-color: #ffffff;
}
.coheader
{
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 195;
    border: 0px solid green;
}
.cologo
{
    height: 53px;
    position: absolute;
    left: 0px;
    top: 5px;
    z-index: 200;
    border: 0px solid #535353;
}
/* ------ on all pages ------ */
.comenu
{
    z-index: 109;
}
/* ------ on menu usercontrol page ---- */
.menu
{
    position: absolute;
    left: 190px;
    top: 23px;
    z-index: 106;
}
.contact
{
    color: #003F62;
    font-weight: bold;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 15px;
    border: 0px solid #535353;
    position: absolute;
    top: 2px;
    left: 575px;
    z-index: 400;
}

/* ---------- contains maintop image and tagline --------- */
.content1
{
    position: relative;
    left: 0px;
    top: 0px;
    border: 0px solid #FF6600;
    z-index: 7;
}
.cotop
{
    position: relative;
    top: 28px;
    left: 0px;
    z-index: 4;
    border: 0px solid #535353;
}
.tagline
{
    position: absolute;
    top: 286px;
    z-index: 4;
    border: 0px solid blue;
}


/* -----------2 Columns ---------------- */
.content2
{
    position: relative;
    top: 93px;
    left: 0px;
    width: 700px;
    height: 430px;
    border: 0px solid red;
    margin-right: auto;
    margin-left: auto;
}

/* demo */
.content2a
{
    position: absolute;
    left: 0px;
    background-color: #FFFFFF;
    border: 0px solid blue;
    width: 350px;
}
.demoimage
{
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    margin-right: auto;
    margin-left: 30px;
    border: 0px solid green;
}
.demotext
{
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    width: 350px;
    border: 0px solid #99FF66;
    margin-right: auto;
    margin-left: auto;
}

/* form */
.content2b
{
    background-color: #FFFFFF;
    border: 0px solid #99FF66;
    height: 340px;
    position: absolute;
    top: 0px;
    left: 362px;
    background: url(../images/formedges.jpg) no-repeat;
    font-family: verdana, 'Century Gothic';
    font-size: 11px;
    font-weight: bold;
    width: 300px;
    margin-left: 30px;
    z-index: 44;
}

.reg
{
    font-family: Tahoma;
    font-size: smaller;
    position: absolute;
    width: 250px;
    border: 0px solid #FF00FF;
}
.forma
{
    border: 0px solid #3399FF;
    position: absolute;
    top: 65px;
    left: 30px;
    width: 210px;
    text-align: right;
}

.formb
{
    position: absolute;
    top: 50px;
    left: 255px;
    text-align: right;
}
.formitem
{
    margin-top: 4px;
    vertical-align: top;
}
.formnotes
{
    vertical-align: top;
}
.formerror
{
    padding: 2px;
    text-align: left;
    width: 210px;
    position: absolute;
    top: 240px;
    border: 1px solid #D9D9D9;
    background-color: #E9E9E9;
}
.block2btext
{
    position: absolute;
    top: 8px;
    left: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
}
.block2btext2
{
    position: absolute;
    top: 26px;
    left: 55px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    font-style: italic;
}
.formdone
{
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 555;
    border: 0px solid #D9D9D9;
    font-size: small;
    font-family: Tahoma;
    margin-top: 40px;
    margin-left: 35px;
    color: #FF3300;
    font-weight: bold;
}

/* ----------- 3 Columns ---------------- */
#content3
{
    position: relative;
    top: 30px;
    z-index: 4;
    width: 800px;
    height: 150px;
    background-color: #FFFFFF;
    border: 0px solid green;
}

ul.col3
{
    width: 100%;
    margin: auto; /* space between big image and 3 sections */
    padding: 0;
    list-style: none;
    overflow: hidden;
    border: 0px solid blue;
}
ul.col3 li
{
    float: left;
    width: 30%; /* spacing of the three sections */
    padding: 1px 7px 1px 1px;
    margin: 7px 4px 8px 14px;
}

/* to implement in the future, maybe */
ul.col3 li:hover
{
    filter: white;
    border: 0px solid #ffffff;
}

.block1
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FF6600;
    height: 230px;
    float: left;
    width: 30%; /* spacing of the three sections */
    padding: 1px 12px 1px 1px;
    margin: 7px 1px 8px 11px;

}
.block2
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FF6600;
    height: 230px;
    float: left;
    width: 30%; /* spacing of the three sections */
    padding: 1px 12px 1px 1px;
    margin: 7px 4px 8px 11px;
}
.block3
{
    border-right-style: solid;
    border-right-width: 0px;
    border-right-color: #FF6600;
    height: 230px;
    float: left;
    width: 30%; /* spacing of the three sections */
    padding: 1px 1px 1px 1px;
    margin: 7px 1px 8px 8px;
}    
.col1head
{
    margin: 0;
    text-align: left;
    line-height: 14px;
    color: #FF6600;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
}
.col2head
{
    border: 0px solid #009933;
    margin: 0;
    text-align: left;
    line-height: 14px;
    color: #FF6600;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
}
.col3head
{
    margin: 0;
    text-align: left;
    line-height: 14px;
    color: #FF6600;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
}
.blocktext
{
    font-family: verdana, 'Century Gothic';
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}
p.textblock
{
    margin-bottom: 5px;
    font-family: verdana, 'Century Gothic';
    font-size: 9px;
    font-weight: normal;
    color: #000000;
}
p.textblocksub
{
    margin: 0;
    font-family: verdana, 'Century Gothic';
    font-size: 12px;
    font-weight: bold;
    color: #FF8201;
    line-height: 14px;
    border: 0px solid #009933;
}

/* ---------- FOOTER --------------- */
#footer
{
    margin: 0px auto 0px auto;
    height: 222px;
    color: #003F62;
    background-color: #ffffff;
    width: 800px;
    border: 0px solid #99FF66;
    background: url(../images/bottombackground.jpg) no-repeat;
    position: relative;
    z-index: 2;
} 
#demofooter
{
    margin: 0px auto 0px auto;
    height: 232px;
    color: #003F62;
    background-color: #ffffff;
    border: 0px solid #99FF66;
    background: url(../images/bottombackground.jpg) no-repeat;
    position: relative;
    top: 40px;
    z-index: 2;
} 
.footermenu
{
    width: 760px;
}
.footerdate
{
    font-family: Georgia;
    text-align: center;
    color: #8C8C8C;
}

/* -------- Links in footer-------- */
.copyright {margin: 0px 80px 0px 0px;
	padding: 0 15px;   /* space between each link */
	overflow: hidden;
	float: right;
	border: 0px solid red;
	font: 11px 'Franklin Gothic Medium', Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
    top: 200px;
    left: 130px;}
/* ---------- Flash Demo -------- */
.flashdemo
{
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    width: 850px;
    height: 550px;
    z-index: 83;
}
/* ------------Speedtest ------------ */
#speedtest
{
    margin: 1px;
    padding: 0;
    list-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    font-weight: normal;
    position: absolute;
    top: 950px;
    left: 350px;
    z-index: 52;
}
#speedtest li a {
color:#FF6600;
text-decoration:none;
}
#speedtest li a:hover {
color:#FF6600;
}
#speedtest li a span.show {
display:none;
}
#speedtest li a:hover span.show
{
    display: inline;
    font-size: 11px;
    color: #FF6600;
}
#speedtest li a:hover span.noshow {
display:none;
}