﻿
body   
{
    background: #fff url(Images/texture_bg.png);
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;padding: 0px;
    margin-top:119px;
    color: #696969;
    min-height:900px;
}

a:focus{outline:0;}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.clear
{
    clear:both;
}

.modalbg {
    background:#000;
    opacity: .5; filter:Alpha(Opacity=50);
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* ASSET STYLES */

h1 { padding: 0 0 5px 0; margin: 0; font: 24px Georgia; color: #08c; }
h2 { padding: 0 0 5px 0; margin: 0; font: 20px Georgia; }
h3 { padding: 0 0 5px 0; margin: 0; font: 16px Georgia; }
h4 { padding: 0 0 5px 0; margin: 0; font: 12px Georgia; }

img { border: 0; }

a { color: #08c; text-decoration: none; } /* Main link color */
a:hover { text-decoration: none; }

p { padding: 0 0 15px 0; } /* Paragraph Style */ 



/* MAIN ELEMENTS */

#header 
{
    top:0;
    width:100%;
    height:114px;
    position:fixed;
    background:#006;
    margin:0;padding:0;
    z-index:10;
}

#header .spacer
{
    width:100%;
    background:#fff;
    margin:0;padding:0;
    height:5px;
}

#header #search
{
    background:#ffc url(images/search_bg.jpg) no-repeat bottom right;
    margin:0;padding:6px 8px 6px 8px;
    width:100%;
    border-top:solid 1px #d9d9d9;
    border-bottom:solid 1px #d9d9d9;
}

#header #search #commands
{
    margin-top:3px;
    margin-right:10px;
    float:right;
}

#header #search #simple
{
    float:left;
}

#header .container
{
    height:46px;
}

#content
{
    background:#ddd;
    width:100%;
    margin:0;padding:0;
}

.container
{
    margin:10px;
    padding:0;
    clear:both;
}

.logo
{
    float:right;
    text-decoration:none;
}

#twocols
{
    margin:10px;padding:0;
}
#twocols .leftcol
{
    width:auto;
    float:left;
    background:#fff;
    border:solid 1px #ddd;
    margin-right:310px;
    min-height:500px;
}
#twocols .rightcol
{
    position:absolute; right:10px; width: 300px;
}
#twocols .rightcol .container
{
    background:#fff;
    border:solid 1px #ddd;
    margin:0;padding:10px;
}
#twocols .rightcol .container .header {font-weight:bold;}

.adbar 
{
    background:transparent;
	width:100%;
	height:90px;
	display:block;
	margin:0;
	padding:0;
}

/* menu */

.menu { /*position: absolute; top: 35px;*/ height: 25px; position:absolute; left: 10px; top:39px; }
.menu ul { padding: 0; margin:0; list-style-type: none; font-size:13px; }
.menu li { display:inline; }
.menu li a { background: url('images/tab.jpg') repeat-x left bottom; border:solid 1px #333; color: #BBB; border-bottom:none; display: inline; height: 25px; padding: 7px 25px 10px 25px; margin: 0 2px 0 0; text-decoration:none; }
.menu li a:hover, .menu li a.selected { color: #C00; background-color:#FFF; background-image: url('images/###tab_hover.jpg');}
.menu li a:hover {color:#333;}
.menu li a{-moz-border-radius: .75em .75em 0em 0em;}

/* search */
#search .input {font-size:18px;padding:2px;color:#c00;}
#search .btn {font-size:18px;padding:3px;}

#srch #cols, #srch #apps {float: left; width: 99%;}
#srch #cols ul, #srch #apps ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left
}
#srch #cols ul li, #srch #apps ul li
{
    margin: 0;
    padding: 0;
    float: left;
    display: inline;
    width: 210px;
    overflow: hidden;
    margin-right: 10px;
    text-transform:capitalize;
}
#searchButtons {
    float:right;
    font-size:.9em;
    width:500px;
}

#acc .ui-accordion-header, #acc .ui-accordion-content {
    background-color:transparent;
    background-image:url(###);
    border:0;
    margin:0;
    padding:0;
    margin-top:10px;
}

/* Contact Form */

#inner label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 14px; }
#inner input, #inner textarea, #inner select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font: 14px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
#inner input:focus, #inner textarea:focus, #inner select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#inner input.submit { cursor: pointer; border: 1px solid #222; background:#333; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
#inner input.submit:hover { background:#444; }
#inner fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
#inner legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
#inner span.required{ font-size: 13px; color: #ff0000; }
#inner .error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('images/assets/contact/error.gif') no-repeat 10px center; 
padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }
#inner #succsess_page h1 { background: url('images/assets/contact/success.gif') no-repeat left 50%; 
padding-left:22px; }


/* GUIDANCE ACCORDION */

.guidance_links ul {list-style-type:none;margin:0;padding:0;margin-bottom:20px;margin-left:25px;}
.guidance_links ul li {line-height:15px;font-size:12px;margin:0;padding:0;margin-bottom:4px;}
.accHeader {font-size:18px;margin-bottom:10px;text-decoration:0;font-weight:bold;padding-left:24px;background:url(images/plus_gray.png) no-repeat left center;cursor:pointer;}
.accHeader:hover {color:#47740d;background:url(images/plus.png) no-repeat left center;}
.accHeaderSelected {font-size:18px;margin-bottom:10px;line-height:26px;font-weight:bold;color:#900; text-decoration:none;padding-left:24px;background:url(images/minus.png) no-repeat left center;cursor:pointer;}


/* Tooltip */

#tooltip {
	position:absolute;
	z-index:30000;
	padding:3px;
	background:#363636;
	color:#FFF!important;
}

#tooltip div {
	margin:0;
	background:#808080;
	padding:5px;
	font-size:0.9em;
}

#tooltip h3 {
	font-size:0.9em;
    font-family:Tahoma;
	color:#fff;
	font-weight:bold;
	padding:5px;
	margin:0;
	background:#5f5f5f;
}



/* HOWTO */

.vidthumb 
{
    float:left;
    text-align:center;
    display:block;  
}

.vidthumb img 
{
    border:solid 2px #666;
    margin:8px;
    padding:3px;
}
.vidthumb:hover img { border:solid 2px #44C; }
.vidthumb a {text-decoration:none;}
.vidthumb:hover a {color:#22C;text-decoration:underline;}

.faq {font-size:16px;text-align:justify;padding-left:0;margin-left:0;}
.faq li {margin-bottom:10px;}

.faqHeader
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.faqContent {margin:10px 10px;}
.faqContent p {text-align:justify;font-size:13px; line-height:23px;}