/* @override http://dev.windjack.com/css/windjack.css */

html, body {
    height: 100%;
}

body {
	text-align: center;
	background: #00498E url(../images/mainback.gif) repeat-y center;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3D3D3D;
}

/*set base text size smaller for IE */
*html body {
	font-size: x-small;
}

h1 {
	color: #002F5B;
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 145%;
	text-transform: uppercase;
	border-bottom: 8px solid #A8C7DD;
}

h2 {
	font-size: 135%;
	color: #CA0405;
	margin: 0;
	padding: 0 0 5px 0;
}

h3 {
	font-size: 105%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

h4 {
	color: #002F5B;
	font-size: 105%;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
}

h4 a {
	color: #002F5B;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.25;
}

a {
	color: #0084D6;
}

a:visited, a:hover {
		color:  #666;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	min-height: 100%;
	background-color: #fff;
}

/*set base text size a little bigger for IE */
*html #wrapper {
	font-size: 105%;
	height: 100%;
}


#topbar {
	background-color: #0084D6;
	font-size: 135%;
	color: white;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border-bottom: 2px solid #002F5B;
	min-height: 50px;
	height: 50px;
	display: block;
	position: relative;
}

#topnav {
	list-style-type: none;
	margin: 0 15px 5px 0;
	padding: 0 5px;
	position: absolute;
	float: right;
	bottom:0;
	right: 0;
	display: block;
}

#topnav li {
	float: left;
	font-size: 70%;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid white;
}

#topnav .tnav_first {
	border-left: none;
}


#topnav a {
	color: #ffffff;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: underline;
}

.windjackinc {
	font-size: 145%;
	bottom:0;
	margin: 0 0 5px 15px;
	font-style: italic;
	float: left;
	position: absolute;
}

#header {
	background: #000000;
	padding-bottom: 6px;
	margin: 0;
	float: left;
	width: 100%;
}

#navwrapper {
	width: 899px;
	background: #CA0405;
	border-left: 1px solid #8A0303;
	border-bottom: 1px solid #000000;
	float: left;
}

#mainnav_right {
	width: 659px;
	background: #002F5B;
	float: left;
	left: 240px;
	vertical-align: middle;
	border-left: 1px solid #1C5081;
	position: relative;
}

/* @group Dropdowns */

/* Dropdown Menu */

div#navigation {
	margin: 0 20px;
	padding: 0;
	float: left;
}

/* 
	LEVEL ONE
*/
ul.dropdown { 
	margin: 0;
	float: left;
	padding: 0;
}

ul.dropdown li {
	font-weight: bold;
	float: left;
	zoom: 1;
	background: #002F5B;
	color:  #fff;
	list-style-type: none;
	border-right: 1px solid #ccc;
}

ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #002F5B; }
ul.dropdown li a                    { display: block; padding: 8px 15px; color: #fff; text-decoration: none }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #7bc3ec; color: fff; position: relative; }
ul.dropdown li.hover a              { color: fff; border-right: none; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; padding: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #0084D6; color: #fff; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* @end */

#content {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0 0 25px 0;
	min-height: 100%;
	height: auto;
	width: 898px;
	float: left;
}

#sidebar {
    background: #F0EBC5;
    width: 220px;
    margin: 0 0 25px 0;
    padding: 10px 10px 25px 10px;
    float: left;
    min-height: 400px;
}

#sidebar h2 {
	font-size: 115%;
}

#sidebar h3 {
	margin: 0 0 0 0;
	font-size: 100%;
}

#sidebar h3 a {
	text-decoration: none;
	color: #000000;
}

#sidebar p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 90%;
}

#sidebar a {
	color: #2D97D3;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .datestamp {
	color: #ca0405;
	font-weight: bold;
	font-size: 80%;
	margin: 0 0 3px 0;
	padding: 0;
}

div.sidbarnews {
	margin-bottom: 15px;
}

#sidebar .lnk_more {
	font-weight: bold;
	margin: 0;
	padding: 5px;
	text-align: right;
	float: right;
}

#sidebar .quote {
	width:200px;
	padding:0 0 14px 0;
	margin:10px auto;
	background:url("/images/tsr.gif") bottom left no-repeat;
}

#sidebar .quote p {
	margin:0;
	padding:10px 10px 0 10px;
	color: #002F5B;
	font-size: 95%;
	background:url("/images/tsr.gif") top left no-repeat;
}

*html #sidebar .quote p {
	font-size: 115%;
}

#sidebar .quote .credit {
	text-align: right;
	padding: 5px 10px 0 10px;
	margin: 0;
	color: #666666;
	background: none;
	font-weight: bold;
}

#sidebar .legal {
	font-size: 75%;
	padding: 0 10px 0 15px;
}

*html #sidebar .legal {
	font-size: 85%;
}

#sidebar .clientlist a {
	padding-left: 10px;
	font-size: 110%;
	line-height: 150%;
}

#sidebar .sidebarlist {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

#sidebar .sidebarlist li {
	margin: 0;
}

.li_article {
	background: url("/images/page_16.png") center left no-repeat;
	padding: 5px 0 5px 20px;
}

.li_javascript {
	background: url("/images/script_16.png") center left no-repeat;
	padding: 5px 0 5px 20px;
}

.li_pdf {
	background: url("/images/page_white_acrobat_16.png") center left no-repeat;
	padding: 5px 0 5px 20px;
}

.li_flash {
	background: url("/images/page_white_flash_16.png") center left no-repeat;
	padding: 5px 0 5px 20px;
}

.li_html {
	background: url("/images/html_16.png") center left no-repeat;
	padding: 5px 0 5px 20px;
}


.box1 {
	width: 200px;
	margin: 0;
	float: left;
	padding-bottom: 15px;
}

#sidebar .box1 a {
	color: #000000;
	text-decoration: none;
}

#sidebar .box1 a:hover {
	text-decoration: underline;
}

.box1_lft {
	float: left;
	width: 155px;
	text-align: right;
	font-size: 85%;
}

.box1_rt {
	width: 35px;
	float: right;
}

#main {
    background:#ffffff;
    width: 618px;
    padding: 20px 20px 50px 20px;
	float: left;
}

#main p {
	margin: 10px 0;
}

#main h2 {
	color: #002F5B;
	margin: 0;
	font-size: 145%;
}

#main li {
	margin: 0;
	padding: 5px 0;
}

#main .prod_logo {
	text-align: center;
	margin-bottom: 10px;
}

#main .prod_logo img {
	margin: 10px;
}

#main .prod_logo p {
	font-style: italic;
	font-weight: bold;
	color: #707070;
}

#main .product {
	border-bottom: 1px solid #cccccc;
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
	float: left;
	width:  100%;
}

#main .product p {
	margin: 0 0 10px 0;
}

#main .product ul {
	margin:  0 1.5em 5px 1.5em;
	padding: 0;
}

#main .product li {
	padding-bottom: 5px;
}

#main .mainside {
	width: 80px;
	border-right: 1px solid #cccccc;
	padding: 0 0 5px 0;
	margin: 0 10px 10px 0;
	float: left;
	display: inline;
	min-height: 80px;
}

*html #main .mainside {
	height: 80px;
}

#main .mainlist {
	margin: 0;
	padding: 0 5px 0 10px;
	list-style: none;
}

#main .mainlist li {
	padding: 5px 0;
}

#main .mainlist p {
	margin: 5px 0 0 20px;
	padding: 0;
	font-size: 95%;
}

#main .legal {
	font-size: 75%;
}

*html #main .legal {
	font-size: 85%;
}

#clients {
	text-align: center;
	width: 100%;
	float:left;
	padding: 0;
	margin: 20px 0;
}

#clients li {
	padding: 0;
	margin: 0;
	text-align: center;
	float:left;
	width: 33%;
	list-style: none;
	height: 150px;
}

.maindetail {
	width: 525px;
	float: right;
}

.maindetail .details {
	color: #002F5B;
	font-weight: bold;
	font-style: italic;
	float: right;
	padding: 5px 10px 0 0;
}

.maindetail .details a {
	color: #002F5B;
	text-decoration: none;
}

/* set the image to use and establish the lower-right position */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head p {
	background: transparent url('/images/snv.png') no-repeat bottom right;
	font-size: 95%;
	*font-size: 100%; /*for IE */
}

.cssbox {
	width: 425px; /* IE Win = width - padding */
	padding-right: 5px; /* the gap on the right edge of the image (not content padding) */
	margin: 0 auto 25px auto; /* use to position the box */
} /* set the top-right image */

.cssbox_head {
	background-position: top right;
	margin: -10px -5px -10px 0; /* pull the right image over on top of border */
	padding-right: 20px; /* right-image-gap + right-inside padding */
} /* set the top-left image */

.cssbox_head p {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 10px 0 0 10px; /* padding-left = image gap + interior padding ... no padding-right */
	font-size: 100%;
	font-weight: normal;
	color: #000000;
} /* set the lower-left corner image */

.cssbox_head a {
	padding: 0 15px;
	color:  #000000;
	text-decoration: none;
}

.cssbox_head a:hover {
	text-decoration: underline;
}

.cssbox_head .cssbox_sel {
	color: #939393;
}

.cssbox_head .cssbox_sel:hover {
	text-decoration: none;
}

.cssbox_body {
	background-position: bottom left;
	margin-right: 15px; /* interior-padding right */
	padding: 15px 0 0 40px  !important; /* mirror .cssbox_head right/left */
	padding: 5px 0 0 40px; /* mirror .cssbox_head right/left */
	display: block;
}

ul.tabs {
	padding: 0;
	list-style: none;
	font-size: 85%;
	width: 404px;
	margin: 0 auto;
}

#main ul.tabs li.active {
	padding-bottom: 0;
}

#main ul.tabs li {
	text-align: center;	
	float: left;
	padding-bottom: 0;
}

#main ul.tabs li a {
	text-decoration: none;
	color: #000;
	border: 1px solid #999;
	display: block;
	width: 94px;
	padding: 3px;
	margin-left: -1px;
}

#main ul.tabs li a:hover {
	background: #ccc;
}

#main ul.tabs li.active a {
	background-color: #ccc;
}

div.box1_lft h3 a {
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
	font-size: 140%;
	text-decoration: none;
}

div.box1_lft h3 a:hover {
	text-decoration: none;
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.tab_content {
	
}

.wintitle {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #003399;
	line-height: 28px;
}


#footer {
	width: 879px;
	font-size: 90%;
	background: #F0EBC5;
	color: black;
	padding: 10px;
	position: absolute;
	bottom: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


div.wjnotebox { 
        border: 1px solid #ccc; 
        background-color:#F0F5F5;
        color:#000080;
        padding:5px;
        margin-right: 10%;
        margin-left: 10%;
        margin-top: 10px;
        font-size:85%;
        max-width: 550px;
        min-width: 300px;
        display: inline-block;
}
