/* 	
	Global CSS Reset 
	Edited : May 26th 2007 
	Source : http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 

 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
/*	line-height: 1; */
	color: #000000;
	background: #FFFFFF;
}
ol, ul {
	list-style: none;
	margin:0em;
	padding:0em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
 ########################################################################
*/
acronym, abbr {
	cursor: help;
}
a:link, a:visited {
	text-decoration: none;
/*
	color:#2D5A6D;
	font-weight:600;
*/
}

blockquote {
	margin: 12px 0px;
	padding: 6px 12px 6px 38px;
	line-height:1.7em;
	font: normal 1.2em "Times New Roman", Times, serif;
}
blockquote span {
	display:block;
	padding-left:15px;
	font-size:1.15em;
	color:#68A4AF;
	text-transform: capitalize;
	font-family:Georgia, "Times New Roman", Times, serif;
}

body {
	font: 0.8em/1.3em Verdana,"Lucida Grande", "Lucida Sans Unicode", sans-serif; 
/*
	background: #E4E4F4; 
	color: #333333; 
*/
        text-align:center; /* centers the container in IE */
}

h2 {
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Verdana,  Helvetica, sans-serif;
	font-size:1.7em;
	margin: 1.2em 0 1em 0;
}
h3 {
	font: 1.5em/1.0em "Times New Roman",Georgia, Times, serif;
	margin: 1.5em 0 1em 0;
}
h4 {
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Verdana,  Helvetica, sans-serif;
	font-size:1.3em;
	margin: 1.1em 0 1em 0;
	font-family: Trebuchet MS, Arial, Verdana,  Helvetica, sans-serif;
}
h5 {
	font-weight: normal;
	margin: 1.5em 0 1em 0;
}
h6 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 18px 0 12px 0;
}
li {
	line-height: 1.5;
}
p {
	line-height: 1.65;
	margin: 0.8em 0;
	font-size:1.05em;
}
strong{
	font-weight:bold;
	color:#2D5A6D;
}
em {
	font-style:italic;
}
/* =========================================================================================
	HEADER Style 
*/

#shell {
        background:#FFFFFF; 
}
#header {
/*        background:#001067;  */
}
#header h1{
	color:#FFFFFF;
        text-align:center;
	font-size:1.6em;
	line-height:1.3em;
}
#header h1 a{
	text-decoration:none;
	color:#FFFFFF;
}
#header h1 span {
	font-size:80%;
}


/* =========================================================================================
	CONTENT Style 
*/

div#wrapper{ 
	background:    #FFFFFF;
        border-color:  #BBBBBB;   /* this is the grey line just below the menu */
}
#content{
	border-color:#BBBBBB;
}

/* =========================================================================================
	FOOTER Style 	
*/
#footer{
	background:#808080;
        color:#f0f0f0;
        border-bottom-color:#BBBBBB;
        font-size:.9em;
        font-weight:normal;
}   
/* =========================================================================================
	Leftside Navigation Style 
*/


#sideNav  {
/*	background:#f2fff2;*/
	background:#f0f0ff;
}
#sideNav ul {
	font-size:.8em;
}
#sideNav ul li{
	border-color:#CCCCCC;
}
#sideNav ul li.rule{
	border-color:#888888;
}
#sideNav ul li a{
	color:#000000;
	text-decoration:none;
	line-height:18px;
}
#sideNav ul li a:hover{
/*	background:#55BB55; */
	background:#5555BB;
}

.sideHeader{
	background:#000060;
	color:#FFFFFF;
	font:bold 1.1em  Verdana, Arial, Helvetica, sans-serif;
        line-height:20px;
        border-color:#444444;
}
h4.sideHeader{ 
	color:#FFFFFF; 
}
h4.sideHeader a{ 
	color:#FFFFFF;
}

/*
 #########################################################################################
 */
/* 
	Menu
	Edited: May 27th 2007 
*/
ul.jd_menu{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}
ul.jd_menu li {
	float: left;
}

/* -- Sub-Menus -- */
ul.jd_menu ul{
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	z-index: 10000;
}
ul.jd_menu ul ul{
	margin:5px 0 0 3px;
}
ul.jd_menu ul li {
	float: none;
	margin: 0px;
}
/*
ul.jd_menu ul li a {
	display: block;
	width: 140px;
	margin: 0px;
}
*/


/*
 #########################################################################################
 */

/* shell is the overall div block */
#shell{
	text-align:left;
	padding:0;
	margin:0 auto;
	width:800px;
/*
	border-right-width:8px; border-style:ridge;border-color:#335599;
        border-left-width:8px; border-bottom-width:4px; border-top-width:4px;
*/
}

/* ============= HEADER Style ================== */
/* header is the top banner above the horizontal menus */
#header {
        margin-top:0px;
        bottom:102px;
        height:90px; 

/* height needed to be fixed for IE don't know why :S */
        clear:both;
}

#header h1{
/*        width:450px; */

/*        float:left; */
        margin-left:100px;
        padding-top:10px;
}
/* =========================================================================================
        NATIVIGATION Style
*/
#navigation{
	margin-top:0px;
	border-right-width:1px;
	border-left-width:1px;
	border-top-width:0px;
        border-bottom-width:0px;
        border-style:solid;
}
/* controls the main menu button */
#navigation ul li{	
	width: 132px;   /* width of menu box */
	text-align: center;
	border-left-width:1px;
	border-bottom-width:1px;
	border-style:solid;
}
#navigation ul li.nobr{
	width: 132px;
}
/* drop down menu */
#navigation ul li a{
        display:block;
	line-height:22px;
}

/* drop down sub menu */
#navigation ul ul li a{
	width: 132px;       /* width of drop down menu */
	white-space: nowrap;
        border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;
        border-style: solid;
}

/* =========================================================================================
	CONTENT Style 
*/

div#wrapper { 
        float:left; 
        width:100%;
	border-width:0;
	border-top-width:2px;
        border-style:solid; 
}

#content{
	position: relative;
        padding:10px;
        margin-left:160px;
	width:622px;
	min-height:500px;
	border-width:0px;
	border-style:solid; 
	border-left-width:1px;
}
 #content ul{
	margin-left:2em;
 }
 #content li{
	margin-top:0em;
        /* background: #E8FFE8; */
 }
 #content p{
 text-align:justify;
 line-height:1.3em;
 }

#content h2{
	margin-top:15px;
	padding:0;
}
/* SIDE NAV */

div#sideNav  {      
	float:left;
	margin-top:2px;
	width:156px;
	margin-left:-798px;
}
#sideNav ul li{
      text-indent:0px;
      margin-left:5px;
      list-style:none;
      border-bottom-width:1px;
      border-bottom-style: dotted;
} 
#sideNav ul li.rule{
	list-style:none;
	border-bottom-width:2px;
	border-bottom-style:dotted;
}
#sideNav ul li a{
      display:block;
      padding:0 6px;
} 
/* =========================================================================================
	FOOTER Style 
*/

#footer{
	text-align:center;
	clear:both;
	width:100%;
        border-bottom-width:4px;
        border-bottom-style:solid;
}

/* =========================================================================================
	GLOBAL Classes 
	
*/
.brclear { /* Use a break with this class to clear float containers */
	clear:both;
	height:0;
	margin:0;
	line-height: 1em;
}
.hide{	display:none; }
.nobr{
	border-left:none;
	border-right:none;
}

.pad {
	padding:0 15px;
}
.sideHeader{
	padding-left:4px;
	padding-right:4px;
        border-width:0px;
        border-style:solid;
	margin-bottom:4px;
}
