﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #ffffff;
    font-size: .75em;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    height: 100%;
}

a:link
{
    color: #2b8ed3;
    text-decoration: underline;
}
a:visited
{
    color: #2b8ed3;
}
a:hover
{
    color: #2b8ed3;
    text-decoration: none;
}
a:active
{
    color: #2b8ed3;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.2em;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    background-image: url(images/headerbgblack.jpg);
    background-repeat: repeat-x;
    height: 83px;
    text-align: center;
}

#logo
{
    width: 975px;
    margin: 0 auto;
    text-align: left;
}

#logo img
{
    float: left;
}

#menu
{
    background:transparent url(images/menuleft.png) no-repeat scroll left top;
    height: 37px;
    margin:0;
    padding-left:13px;
    text-decoration:none;
    z-index: 1000;
    float: right;
}

#menu span
{
    background:transparent url(images/menuright.png) no-repeat scroll right top;
    height: 37px;
    margin:0;
    display: block;
    max-width: 550px;
    width: expression(this.width > 550 ? "550px": this.width);
    padding-right: 13px;
    padding-top: 9px;
    font-size: 1.0em;
    font-weight: bold;
    color: #000000;
    font-family: Arial;
}

#menu span a
{
    color: #000000;
    text-decoration:none;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #959595;
}

#menu span a:last-Child
{
    border-right: 0px;
}

#main
{
    padding: 5px 0px 15px 0px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    width: 975px;
    margin: 0 auto;
}

#company p
{
    text-align: justify;
}

#company img
{
    float: right;
    padding-left: 20px;
}

#left_pane
{
    width: 400px;
    float: left;
}

#right_pane
{
    width: 400px;
    float: none;
    clear: both;
}

#footer
{
    background:transparent url(images/bg_footer.gif) no-repeat scroll center top;
    clear:both;
    color:#0E3E51;
    font-size:11px;
    padding-top:20px;
    position:relative;
    text-align:center;
    clear: both;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#showcase_wrapper
{
    background-image: url(images/bluegradient.png);
    width: 100%;
    height: 170px;
    border-top: 1px solid #ffffff;
    border-bottom: 0px solid #ffffff;
}

#showcase_container
{
    width: 975px;
    margin: 0 auto;
    height: 170px;
}

#showcase_container a
{
    color: #ca0000;
}

#content_wrapper
{
    width: 975px;
    height: 100%;
    margin: 0 auto;

}

#content_table
{
    border: 0px;
    border-collapse: collapse;
    border-width: 0px;
    height: 450px;
}

#home_left_pane
{
    width: 500px;
}

#home_right_pane
{
    width: 475px;
    height: 100%;
}

#home_vertical_border
{
    background-image: url(images/bgshadeleft.png);
    background-repeat: no-repeat;
}


.white
{
    color: #ffffff;
}

.black
{
    color: #000000;
}

.bold
{
    font-weight: bold;
}

.small
{
    font-size: 12px;
}

.normal
{
    font-size: 14px;
}

.big
{
    font-size: 16px;
}

.panel img:first-Child
{
    display: none;
}

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

/* LOADING BOX */
.loader { background: url(images/loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; list-style-type: none; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {list-style-type: none;}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 0px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #ffc000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #a40000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}


.strip_wrapper
{
    width: 675px;
    height: 170px;
}

.filmstrip
{
    width: 675px;
    height: 170px;
}

.panel-overlay
{
    padding: 4px;
}

.panel-overlay h2:first-Child
{
    margin: 10px 0px 0px 0px;
}

.panel-overlay h2
{
    margin: 5px 0px 0px 0px;
}

.panel-description
{

}

.panel-tech
{
    padding-top: 5px;
}

#kpg_home_what
{
    border: 0px;
    border-collapse: collapse;
    border-width: 0px;
    padding:0px;
    margin: 0px;
    width: 100%;
}


#home_left_pane h1
{
    color: #005495;
    font-weight: bold;
}

#home_right_pane h1
{
    color: #005495;
    font-weight: bold;
    margin-left: 40px;
}

#kpg_home_what td
{
    vertical-align: top;
}

#kpg_home_what ul
{
    list-style-type: none;
    padding-left: 0px;
}

#kpg_home_what li
{
    list-style-type: none;
    background:transparent url(images/bullet.gif) no-repeat scroll 0 6px;
    padding-left:18px;
}

#home_contact_us
{
    border: 1px solid #d1d1d1;
    width: 100%;
    margin: 0 auto;
    padding: 4px;
    font-size: 1.5em;
    color: #194468;
    font-weight: bold;
    background-color: #ffffff;
}

#solutions h1
{
    margin-bottom: 5px;
}

#solutions p
{
    text-align: justify;
}


#solutions img
{
    padding: 5px;
}


#solutions td
{
    vertical-align: top;
}

.contactus_input
{
    padding: 4px;
    background-color: #ddf3ff;
    border: 1px solid #78acc6;
    margin: 4px;
}