﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #f4f4f4 url(bg.gif) repeat-x;
    font-size: .80em;
    font-family: "Tahoma", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

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;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.4em;
    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;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.top-bar
{
    height: 15px;
    
}
.menu-bar
{
    height: 20px;
    width:960px;
    margin:0px auto;
}

.page-top
{
    width: 962px;
    height:10px;
    background: url(page-top.png) top center no-repeat;
    margin: 10px auto 0px auto;
    padding:0px;
    
    
}
.page
{
    width: 960px;
    background-color: #fff;
    border: 1px solid #006a4f;
    border-top:none;
    margin: 0px auto 0px auto;
    padding:0px;
    
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height:140px;
    background: url(banner-bg.gif) top no-repeat;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}
.main h2
{
    color: #0466aa;
 }
 
 /*.main ul li
{
    padding-left: 20px;
    list-style: none;
    background: url(bul.gif) 3px no-repeat;
}*/

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
.banner
{
    
    width:605px;
    height:135px;
    float:right;
    padding-top: 0px;
    background: url(banner.png) right no-repeat;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background: url(top-menu-bg.gif) repeat-x;
    width:100%;
    height: 35px;
}




/*#main-nav { margin-top:20px; }
ul#main-nav { width: auto; float: right; }
ul#main-nav li { display: inline; }
ul#main-nav li a { font-family:Arial, Helvetica, sans-serif; color: #FFF; font-size: 1.4em; padding:18px; background:url(images/menu_red.png) repeat-x; border-left: #FFF solid 1px; }
ul#main-nav li a:hover { background:url(images/menu_blue.png) repeat-x; }*/





#menu {
	float: left;
	padding-top: 0px;
	margin-top:5px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	float:left;
	margin-left: 5px;
	margin-top:5px;
}

#menu li {
	display: inline;

}

#menu li a 
{
    background: url(button-bg.gif) repeat-x -1px;
	border:1px solid #3b907a;
    margin-right: 3px;
    color: #0f3c87;
    height:20px;
    padding: 3px 20px;
    text-decoration: none;
}

#menu a:hover, #menu a.active {
	color: #3394d8;
	background: url(button-bg1.gif) repeat-x;
}
/* topmenu 
------------------------------------------------------*/

#top-menu {
	float: right;
	padding-top:5px;
	height:20px;
}

#top-menu ul {
	margin: 0;
	padding: 0;

	list-style: none;
}

#top-menu li {
	display: inline;
	border-right: 1px #bcddfd solid;
}

#top-menu li.last {
	border-right: none;
}
#top-menu a {
	padding: 0px 15px 0 20px;
	text-decoration: none;
	font-size: 13px;
	color: #64a0d8;
}

#top-menu .first a {
	border: none;
}
#top-menu a:hover {
	color: #0255bb;
}
/*Dropdown
----------------------------------------------------------*/

ul.dropdown {
 position: relative;
 z-index: 597;
 float: right;
}
ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 110px;
 margin-top: 1px;
}

ul.dropdown,ul.dropdown li,ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
 text-decoration: none;
}

ul.dropdown li {
 float: left;
 line-height: 1.0em;
 vertical-align: middle;
 display:block;
 padding: 5px;
 border-style: solid; border-width: 1px 1px 1px 0;
 border-color: #F1E0FA #2C5101 #2C5101; background-color:#2C5101;
 color: #fff;
}

ul.dropdown li.hover {
 position: relative;
 z-index: 599;
 cursor: default;
}


ul.dropdown ul li {
 float: none;
 display:block;
 font-size: .8em;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
background-color: #7DAA0A;
color: #000;
}

ul.dropdown a:link,
ul.dropdown a:visited	{ color: #fff; text-decoration: none; display:block;}
ul.dropdown a:hover		{ color: #fff;}
ul.dropdown a:active	{ color: #aaa; }


	/* -- level mark -- */


/*-------------------------------------------------/
 * @section		Support Class `dir`
 */

ul.dropdown *.dir {
 padding-right: 20px;
 background-position: 100% 50%;
 background-repeat: no-repeat;
 background-color:Transparent;
 border:none;
 display:block;
 color: #9EC218;
}

ul.dropdown *.dir:hover 
{
	background-color:Transparent;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    float: left;
    text-align: left;
    width: 250px;
    height:80px;
    padding-left: 10px;
    background: url(firstpct.png) left no-repeat;
}

.logoTitle
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 3px;
    color: White;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 3px 50px;
    color: White;
    width: 200px;
    float: right;
}

.logoTitle h1
{
    color:#91B653;
}
.loginDisplay a:link
{
    color: #9EC218;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* PCT Menu */

.pct-menu, .key {

	float: left;
	width: 100%;
	margin: 5px 0px;
	padding: 0;
	display: inline;

}

.pct-menu ul {

	list-style-type: none;
	list-style:none;
	padding: 0;
	margin: 0;
	width: 100%;

}
.pct-menu li
{
    list-style:none;
    list-style-type: none;}

.pct-menu li a {

	display: block;
	height: 20px;
	padding: 5px 0 0 30px;
	margin: 5px 0 0 0;
	color: #0466aa;
	font-weight: bold;
	background: url(m-arrow.gif) 1% 50%  no-repeat;	
	border:1px solid #4fa3d9;
	background-color:#cde2fe;
	text-decoration:none;

}

.pct-menu li a:hover, .pct-menu li .current {
    background: url(arrow.gif) 1% 50%  no-repeat;
    background-color:#d7edfd;
	text-decoration:none;
	color: #aaa;

}
/* End of PCT Menu */
