/******************
HTML Tags
******************/

body {
    font-family: "trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #444444;
    font-size: 1em;
    line-height: 150%;
    margin-left: auto;
    margin-right: auto;
}


/******************
FORM STYLES
******************/

#content-container form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	}

/* a nested fieldset */
#content-container fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content-container label {
	display:block;
	padding-top:8px;
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#0C55A5;
	text-decoration:underline;
	}

a:visited {
	color:#0C55A5;
	}

a:hover {
	color:#B6CCE4;
	text-decoration:none
	}

a:active {
	color:#FF9900;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
/*
.mainnav-left a:link {
	color:#6E6E6E;
	text-decoration:none;
	font-weight:bold;
	}

.mainnav-left a:visited {
	color:#6E6E6E;
	text-decoration:none;
	font-weight:bold;
	}

.mainnav-left a:hover {
	color:#41C457;
	}

.mainnav-left a:active {
	color:#017CBC;
	}
*/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
/*
#breadcrumbs a:link {
	color:#FFF6AE;
	text-decoration:underline;
	}

#breadcrumbs a:visited {
	color:#FFF6AE;
	}

#breadcrumbs a:hover {
	color:#FFFFFF;
	text-decoration:none
	}

#breadcrumbs a:active {
	color:#F0FF4A;
	}
*/

/******************
HEADINGS
******************/

h1 {
	font-size:1.4em;
	/*padding:10px 0 6px 0;*/
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1.4em;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}
	
#header {
    margin: 0;
    padding: 0;
    line-height: 0;
}

#header table 
{
    width: 100%;
}

/* CONTENT */
#container
{
	background: url(images/nav_background.gif) repeat-y left;
}

#content 
{
    font-size: larger;
	padding: 0 2em 1em 1em;
	margin-left: 189px;
	height: 1%;
}

#content p {
    margin: 0 0 .5em 0;
}

/* NAV */


#nav {
    float:left;
	width:189px;
	color:#0C55A5;
	padding:1em 0 1em 0;
	background: url(images/nav_background.gif) repeat-y;
	margin-right: -3px;
}

#nav p { margin: 0 0 1em 0; }

#nav ul.list, ul.link-list-vertical {
}

#nav ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(images/bullet-right.gif) no-repeat;
	background-position: 0 .6em;
	}

#nav ul.link-list-vertical li 
{
	list-style: none url(images/bullet-link-right.gif) outside;
	margin:0px;
	}

#nav ul.link-list-vertical li a:link {
	padding:1px 0px 1px 0px;
	/*background: url(images/bullet-link-right.gif) no-repeat;*/
	background-position: 0 .6em;
	}

#nav ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 0px;
	/*background: url(images/bullet-link-right-visited.gif) no-repeat;*/
	background-position: 0 .6em;
	}

#nav ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 0px;
	/*background: url(images/bullet-link-right-hover.gif) no-repeat;*/
	background-position: 0 .6em;
	}

#nav ul.link-list-vertical li a:active {
	padding:1px 0px 1px 0px;
	/*background: url(images/bullet-link-right-active.gif) no-repeat;*/
	background-position: 0 .6em;
	}
	
	/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#nav a:link {
	color:#0C55A5;
    text-decoration:none;
	font-weight:bold;
	}

#nav a:visited {
	color:#0C55A5;
	text-decoration:none;
	font-weight:bold;
	}

#nav a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#nav a:active {
	color:#F0FF4A;
	}

/* FOOTER */

#footer {
	background: #B6CCE4;
	color:#0C55A5;
	padding: 5px 0px 5px 10px;
	clear:both;
}
	
#footer table td
{
    padding: 0px 30px 0px 5px;
    font-size:0.9em;
    /*border-right: solid 1px #0C55A5;*/
    vertical-align:top;
}

#footer-right {
	float:right;
	font-size: 0.8em;
	color:#0C55A5;
	padding:8px 0px 0px 10px;
	width:165px;
	margin:0px;
	/*background: url(bg-curve-bottom-right.gif) no-repeat right bottom;*/
	background: #B6CCE4;
	line-height:normal;
}
	
/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#footer a:link {
	color:#0C55A5;
	text-decoration:none;
}

#footer a:visited {
	color:#0C55A5;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:none
}

#footer a:active {
	color:#FF9900;
}

/******************
LISTS - IN THE CONTENT DIV
******************/

/*
#content ul.list, #content ul.link-list-vertical {
	margin: 0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(bullet.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	}

#content ul.link-list-vertical li a:link {
	padding:1px 0px 1px 12px;
	background: url(bullet-link.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(bullet-link-visited.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 12px;
	background: url(bullet-link-hover.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li a:active {
	padding:1px 0px 1px 12px;
	background: url(bullet-link-active.gif) no-repeat;
	background-position: 0 .6em;
	}
*/


/******************
TABLE STYLES
******************/
/*
table.table {
	width:100%;
	border:1px solid #D0D0BF;
	border-collapse:collapse;
	}

thead th {
	border-bottom:2px solid #D0D0BF;
	padding:6px;
	}

tfoot th {
	border-top:2px solid #D0D0BF;
	padding:6px;
	}

.table-row-1 td, .table-row-1 th,.table-row-2 td, .table-row-2 th, th {
	padding:2px 6px;
	border:1px solid #D0D0BF;
	}

.table-row-1 td, .table-row-1 th {
	background: url(bg-table-row-alternate.jpg);
	}
*/
/******************
CLASSES
******************/

img.photobig, img.photosmall {
	border:1px solid #CCCCCC;
	background: #E0E0E0 url(bg-table-row-alternate.jpg);
	padding:10px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}
	
.separator-side-column {
	border-top:1px solid #9CA2DD;
	margin-bottom:8px;
	padding:0px;
	}

.section-title-not-heading {
	font-size:1.1em;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
	}

.button-big {
	margin-top:8px;
	}

.small-text {
	font-size:.8em;
	}

.none {
	display:none;
	}

.clear {
	clear:both;
	}