﻿* {margin:0;padding:0; }
body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-position: top center;
	background-repeat:repeat;
    background-image: url(bgtile.gif);
}

a, a:visited{
	color:#1772af;
	text-decoration:none;
	}
a:hover{
	color:#074d7c;
	text-decoration:none;
	}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{
	font:bold 16px arial;
	color:#2c2b2b;
	margin:20px 0 5px 0;
	font-variant: small-caps;
}
h1{
	font-size:24px;
	}
h2{
	font-size:20px;
	border-bottom:none;
	}
h4{
	font-size:14px;
}
h5{
	font-size:13px;
	}
h6{
	font-size:12px;
	}
p{
	margin-top:10px;
}

p, ul, ol{
	font:normal 12px arial;
	color:#2c2b2b;
	line-height:20px;
	padding:0 0px 0 0px;
}

ol li
{
    display:list-item;
	margin:0px 0 0 20px;
	padding:0;
	line-height:18px;
	background:none;
	list-style-type:decimal;
	width:auto;
	float:none;
}

ul li{
	display:list-item;
	margin:0px 0 0 20px;
	padding:0;
	line-height:18px;
	background:none;
	width:auto;
	float:none;
}
ul li{
	list-style-type:disc;
}

blockquote{
	background:url(sprite_master.png) left -475px no-repeat #f3f3f3;
	border:1px dotted #e3e3e3;
	margin:10px 0 10px 20px;
	padding:8px 18px 5px 32px;
	clear:both;
}


/* 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   
----------------------------------------------------------*/
#wrapper 
{
    margin:0 auto;
    background:url(dropshadow.png) left top repeat-y;
    width:932px;
    overflow:auto; 
}

#mainPanel
{
    margin:0 16px 0 16px;
    width:900px;
    background-color:#e3e3e3;
    overflow:auto;
}

#top-bar{
    height:54px;
    background:url(sprite_h.png) left -196px repeat-x #000;
    width:900px;
}

#header {
    position:relative;
	width:900px;
	margin:0 auto;
	background-color:#dde4ec;
	height:234px;
}

#nav{
    height:36px;
    background:url(footerbg.gif) left top repeat-x gray;
    width:900px;
}

/* Son of Suckerfish dropdown menu. Here goes what makes it tick... */
#menu, #menu ul {
	padding-top: 12px;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#menu a {
	display: block;
}
#menu li {
	float: left;
	margin:0;
	margin-left:5px;
	list-style-type:none;
}
#menu li:hover{
	position:static;
}

/* ...and here goes the styling */ 
#menu li a, #menu li a:visited{
	font:bold 14px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color:#dfedff;
	text-decoration:none;
	line-height:24px;
	padding:0 6px;
	text-transform:none;
}
#menu ul{
	border:1px solid #a0a0a0;
	}
#menu ul li{
	background:#fff;
	padding-top:0;
	list-style-type:none;
	margin:0;
	}
#menu ul a, #menu ul a:visited{
	font-size:11px;
	}
#menu ul li a, #menu ul li a:visited{
	color:#000;
	line-height:normal;
	padding:2px 5px;
	text-decoration:none;
	border-bottom:1px solid #a0a0a0;
	width:165px;
	}
#menu li a:hover, #menu li:hover a, #menu li:hover a:visited, #menu li a:hover{
	color:#000;
	}
#menu li:hover{
	
	background:#e3e3e3 !important;
}

#menu li:menuSel{
	background:url(sprite_h.png) left -66px repeat-x;
}

#menu ul li a:hover{
	background:#e3e3e3 !important;
	}
/* And that's the end of our Suckerfish delight! */

#content
{
    position:relative;
	width:900px;
	margin:0px;
	background:#e3e3e3;
    padding-bottom:20px;
    border-top:21px solid #e3e3e3;
}

#content-column
{
    float:right;
    position: relative;
    margin: 0px 0px 0px 16px;
    padding: 0px;
    background-color:#efefef;
    width: 284px;
}
#content-main
{
    float:left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 600px;
    background-image:url(roundedcorner.gif) ;
    background-repeat:no-repeat;
    background-position:right top;
}

#content-main-text
{
    position: relative;
    margin: 20px 28px 28px 28px;
    background: #FFFFFF;
}

.sidebar{
	width:244px;
	padding:0px 12px;
	margin:14px 14px 10px 14px;
	overflow:hidden;
}

.sidebar h3{
	clear:both;
	background-image:url(H3header.gif);
	background-repeat:no-repeat;
	width:244px;
	height:33px;
	font:bold 15px "Trebuchet MS";
	line-height:27px;
	padding-left:12px;
	margin:0 0 5px -12px;
	color:#333232;
	letter-spacing:0.03em;
}



.sidebar ul, .sidebar p{
	margin:0;
	font:normal 11px tahoma;
	color:#000;
}

.sidebar ul ul{
	margin-left:20px;
}

.sidebar ul ul li{
	border:none;
	list-style-type:none;
	margin:0;
}
.sidebar ul ul li{
	line-height:15px;
	list-style-type:none;
	margin:0;
}
.sidebar p{
	line-height:18px;
}
.sidebar p img{
	border:4px solid #dedede;
}
.sidebar ul{
	list-style-type:none;
	list-style-position:outside;
}
.sidebar ul li{
	padding:6px 0;
	line-height:15px;
	border-bottom:1px solid #e3e3e3;
	list-style-type:none;
	margin:0;
}




#footer
{
    position:relative;
    color: #4e5766;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    height:36px;
    width:900px;
    background-image:url(footerbg.gif);
    background-repeat:repeat-x;
    clear:both;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}



/* 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: 500px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.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;
}


/* MAIN NAV  
----------------------------------------------------------*/

#mainNav {
	float:left;
	width: 900px;
	margin:10 0 0 0;
	overflow: hidden;
    color:#072557;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
}

#mainNav ul {
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNav li {
	float: left;
	margin:0 0px 0 0;
	padding: 0 5px 0 5px;
	background: transparent none repeat-x top left;
}
#mainNav ul li:first-child {
   background-image: none;
   padding: 0 0 0 5;
}

#mainNav li a {
	float: left;
	text-decoration: none;
	cursor:pointer;
	color:#072557;
}

#mainNav li a:hover {
	color: #0e54a9;
}

#mainNav li a#active_menu-nav {
	color: #0e54a9;
	background: transparent url(t_menu_but_hover.png) repeat-x top left;
}





