/******************
HTML Tags
******************/
body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 15px 15px;
	background: #cccccc;
	font-size: .8em;
}

img
{
    margin:10px 10px 10px 10px;
    border-top-color: white; border-bottom-color: white; 
    border-right-color: white; border-left-color: white;
    padding-top: 20px; padding-bottom: 20px;
    padding-right: 20px; padding-left: 20px; 
}

p
{
	text-align:justify;
}

#page-container
{
	background: #6699cc;
	height: 100%;
	vertical-align: top;
}

#content p, #content-side-1 p, #content-side-2 p, table
{
	margin: 0px 0px 0px 0px;
}
#content .email
{
	color: blue;
	font-size: .8em;
}


/******************
FORM STYLES
******************/
#content-container form
{
	margin: 20px 0px;
	padding: 0px 0px 0px 0px;
}

#content-container fieldset
{
	margin: 10px 0px 20px 0px;
	padding: 0px 10px 10px 20px;
}


/******************
LINKS
******************/
/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link 
{
	color: Blue;	/*#0000FF*/
}

a:visited
{
	color: Purple;	/*#0099CC*/
}

a:hover
{
	color: #696969; /*#000099*/
	text-decoration: none;
}

a:active
{
	color:#669966;
}


/******************
HEADINGS
******************/
h1
{
	font-size: 1.6em;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
}
	
h4
{
	font-size: 0.9em;
}
	
h5
{
	font-size: .9em;
}
	
h6
{
	font-size: .8em;
}

/************************
Layout (divs &amp; tables)
*************************/
#banner
{
	background-color: #003366;
	height: 125px;
	padding: 10px;
	border-bottom: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	border-left: 1px solid #7F7F7F;
	margin-bottom: 0px;
}

#ConsultingBanner
{
	background-color: #770077;
	height: 125px;
	padding: 10px;
	border-bottom: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	border-left: 1px solid #7F7F7F;
	margin-bottom: 0px;
}

#CompanyName
{
	width: 796px;
	font-size: 24pt;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10%;
}

#LogoDawn
{
	width: 129px;
	height: 129px;
	position: relative;
	left:0%;
	right:0%;
    margin:0px 0px 0px 0px;
    padding-top: 0px; padding-bottom: 0px;
    padding-right: 0px; padding-left: 0px;
}

#mainselect
{
 	z-index: 1;
}
#mainselect ul
{
	font-size: large;
	list-style: none;
	padding: 0;
	margin: 5px 5px 0 0;
}
#mainselect li
{
	display: inline;
	background-color: Silver;
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	padding-bottom: 5px;
}
#mainselect a
{
	padding: 0 1em 0.1em;
	width: 122px;
	color: blue;
	background: inherit;
	text-decoration: none;
}
#mainselect a:hover
{
	background: #f5f5f5;
	color: #540;
}


#mainselected
{
	z-index: 5;
}
#mainselected ul
{
	font-size: large;
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}
#mainselected li
{
	display: inline;
	background-color: Silver;
	border-style: solid;
	border-width: 1px;
	border-color: White;
	border-bottom-width: 0px;
	padding-bottom: 4px;
}
#mainselected a
{
	padding:  0 1em 0.1em;
	width: 122px;
	font-weight: bold;
	background: Silver;
	text-decoration: none;
}

/*	Main Navigation Bar */
#navbar
{
	width: 100%;
	height: 32px;
	margin-top: 29px;
	position: relative;
	z-index: 2;
}
#navbar table
{
	width: 100%;
	height: 32px;
	text-align: center;
 	background-color: Silver;
	border-width: 1px;
	border-style: solid;
	border-color: White;
}
#navbar tr td
{
	width: 100px;
	height: 22px;
}
#navbar tr td:hover
{
	cursor: pointer;
	text-decoration: none;
	background-color: #f0f0f0;
}
#navbar tr td a
{
	display: block;
	padding: 5px 0px 5px 0px;
	color: Navy;
	text-decoration: none;
}
#navbar tr td a:visited
{
	text-decoration: none;
}
#navbar tr td a:hover
{
	text-decoration: none;
	background-color: inherit;
}
.navbar-selected
{
	background-color: #e7e7e7;
}


#content-container
{
	width: 100%;
	height: 80%;
	background: inherit;
	border-top: solid 1px Silver;
	border-bottom: solid 1px Silver;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
}


/*	Secondary Navigation (Vertical) Bar */
#content-side-1
{
	width: 16%;
	height: 100%;
	background: #99ccff;
	text-align: left;
	padding: 10px;
}
#content-side-1 ul li
{
	padding: 0px;
	margin-top: 5px;
	background-color:#aaddee;
	border: outset 1px Silver;
}
#content-side-1 ul li:focus
{
	cursor: pointer;
	background-color: #bbeeee;
}
#content-side-1 ul li:hover
{
	cursor: pointer;
	background-color:#bbeeee;
}
#content-side-1 ul li a
{
	display: block;
	padding: 10px 0px 10px 10px;
	color: Navy;
	text-decoration: none;
}


/*	For side box when not used for secondary nav */
#content-side-2
{
	width: 16%;
	height: 100%;
	background: #99ccff;
	text-align: left;
	padding: 10px;
}

#content-main
{
	width: 84%;
	height: 100%;
	background: white;
	text-align: left;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	padding: 20px 40px 40px 40px;
}


#footer
{
	border-top: solid 2px Silver;
	background: white;
	width: 100%;
}

#footer tr td
{
	background: white;
	padding: 5px 5px 5px 5px;
	font-size:.72em;
}


/*	Product List	*/
#productlist
{
	width: 100%;
	border-style: none;
	border-spacing: 0px;
	text-align: center;
}
#productlist thead
{
	font-weight: bold;
}
#productlist thead tr
{
	background-color: #bbcccc;
	font-weight: bold;
}
#productlist tr
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-style: none;
	background-color: #eef0f0;
	border-width: 0px;
}
#productlist tr td
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-style: none;
	border-width: 0px;
}
#productlistrowalt td
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-style: none;
	background-color: #dde0e0;
	border-width: 0px;
}
#productlistrowalt2 td
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-style: none;
	background-color: #dde0e0;
	border-width: 0px;
}
#productlist p
{
	text-align: center;
}



/********
LISTS 
*********/
ul.list-vertical
{
	margin:0px 0px 15px 0px;
	padding:0px;
}

ul.list-vertical li
{
	list-style: none;
	margin: 2px;
	padding: 10px 0px;
}


/******************
LINE STYLES
******************/
.hline1
{
	width: 100%;
	color: #99ccff; 
}


/******************
TABLE STYLES
******************/
.table
{
	width: 100%;
	border: solid 1px #D0D0BF;
	border-collapse: collapse;
}

.table td
{
	padding: 10px;
}


/******************
CLASSES
******************/
.none
{
	display:none;
}

.buttons-horiz
{
	margin:0px 5px 0px 5px;
}

.buttons-vertical
{
	margin:5px 0px 5px 0px;
}

.activate-button
{
	border-left-color: teal;
	border-bottom-color: teal;
	border-top-style: outset;
    border-top-color: teal;
    border-right-style: outset;
    border-left-style: outset;
    border-right-color: teal;
    border-bottom-style: outset;
    position: relative;
}

.price
{
	font-size:1.1em;
	font-weight:bold;
}

.price-box
{
	width: auto;
	text-align: center;
	background-color: #99cccc;
	height: 74px;
}

.button-holder
{
	margin:20px 20px 20px 20px;
	border:none;
	width:40%; 
	text-align:center;
	table-layout:auto;
}

.install-language-list
{
	font-size:medium;
	font-weight:bold;
}