/*****************************************************
* BASE
******************************************************/
html {
    font-size: 100%; 
}

body {
    margin: 0;
    padding: 0; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: .8em; 
    line-height: 1.4;
    color: #fff;
	background: #1B3F76;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0;
	padding: 0; 
    line-height: 1.2;
    font-weight: bold; 
    font-style: normal;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
	color: #ffed00;
}

h4 {
    font-size: 1em;
}

ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

p {
    margin: .75em 0; 
}

p.align-center {
	text-align: center;
}

address {
    margin: .75em 0;
    font-style: normal;
}

a {
    text-decoration: underline;
}

a:link {
    color: #fff;
}

a:visited {
    color: #fff;
}

a:hover, a:focus, a:active {
    color: #fff;
	text-decoration: none;
}

a img {
    border: none;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input, button, select {
    vertical-align: middle; 
}

*html .clear {
	height: 1%;
	overflow: visible;
}

*+html .clear {
	min-height: 1%;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.content2cols {
	width: 895px;
}

.content2cols .left {
	float: left;
	width: 440px;
}

.content2cols .right {
	float: right;
	width: 440px;
}

table.contenttable {
	width: 100%;
	border-collapse: collapse;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.indent {
	margin-left: 2em;
}

/*****************************************************
* STRUCTURE
******************************************************/
#container {
	width: 955px;
	margin: 0 auto;
	border: 2px solid #75729C;
}

#home #container {
	margin-top: 30px;
}

#header {
	height: 149px;
}

#content {
	background: #1b3f76 url(../images/contentbkg.jpg) no-repeat left top;
	padding: 70px 30px 50px 30px;
	width: 895px;
}

#header h1, #header h2 {
	display: none;
}

#footer {
	width: 955px;
	margin: 0 auto;
	height: 30px;
	position: relative;
	text-align: right;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer ul li {
	/*display: block;
	height: 30px;
	line-height: 30px;*/
	display: inline;
}

#footer ul li a:link, #footer ul li a:visited, #footer ul li a:hover, #footer ul li a:active {
	font-size: .85em;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
}



/*****************************************************
* MENU
******************************************************/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {width:955px; height:21px; position:relative; z-index:100;margin:0 auto;font-size: .85em;background: #3e5d8c;}
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {padding:0;margin:0;list-style-type:none;}
#menu ul ul {width:106px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {float:left;width:106px;position:relative;}
/* style the links for the top level */
#menu a, #menu a:visited {display:block;text-decoration:none; color:#fff; width:106px; height:21px; line-height:21px;text-align:center; text-transform: uppercase;}
/* a hack so that IE5.5 faulty box model is corrected */
/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {background:#fff url(../images/fleche.gif) no-repeat 110px center;}
/* style the second level hover */
#menu ul ul a.drop:hover{background:#fff url(../images/fleche.gif) no-repeat 110px center;}
#menu ul ul :hover > a.drop {background:#fff url(../images/fleche.gif) no-repeat 110px center;}
/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {color:#3b5d39;}
/* style the third level hover */
#menu ul ul ul a:hover {color: #009933;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {visibility:hidden;position:absolute;height:0;top:21px;left:0; width:106px;}

/* position the third level flyout menu */
#menu ul ul ul{left:106px; top:-1px; width:106px;}

/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {left:-106px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {background:#75729c; color:#ffed00; height:auto; line-height:1.2em; padding:5px; width:96px;text-align:left;text-transform: none;}
/* yet another hack for IE5.5 */
* html #menu ul ul a, * html #menu ul ul a:visited {width:106px;w\idth:96px;}

#menu a:hover {color: #ffffff;background: #75729c;}
#menu :hover > a {color: #ffffff;background: #75729c;}

#menu ul ul a:hover {color:#ffed00; background: #3e5d8c;}
#menu ul ul :hover > a {color:#ffed00; background: #3e5d8c;}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{ visibility:visible;}



/*#menu {
	width: 955px;
	height: 21px;
	background-color: #3e5d8c;
	position: relative;
	z-index: 100;
	font-size: .85em;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul ul {
	width: 106px;
}

#menu li {
	float:left;
	width: 106px;
	position:relative;
	text-align: center;
}

#menu a, #menu a:visited {
	display:block;
	text-decoration:none;
	width:106px;
	height:21px;
	line-height:21px;
	text-transform: uppercase;
}


#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:21px;
	left:0;
	width:106px;
}


#menu ul ul a, #menu ul ul a:visited {
	background:#75729c;
	color:#ffed00;
	height:auto;
	line-height:1.2em;
	padding:5px;
	width: 96px;
	text-transform: none;
	text-align: left;
}

#menu a:hover, #menu :hover > a {
	color:#fff;
	background:#75729c;

}

#menu ul ul a:hover, #menu ul ul :hover > a {
	color:#ffed00;
	background:#3e5d8c;
}


#menu ul li:hover ul, #menu ul a:hover ul{
	visibility:visible;
}

#menu ul :hover ul ul{
	visibility:hidden;
}

#menu ul :hover ul :hover ul{
	visibility:visible;
}
*/

