img, div, a, input, span { behavior: url(/iepngfix.htc) }
html{height:100%;margin-bottom:1px;}

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, 
tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
p{margin-bottom:10px;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:0;margin:0;border:0;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0;border:1px solid #a5acb2;font-size:0.9em;color:#a79b91;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #FE5915;}
input.text, input.title {padding:5px;}
input.title {font-size:1.5em;}
textarea 
{
	font-family:Arial, Sans-Serif;width:295px;height:100px;padding:5px;
	font-size:1.1em;
}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
input.button{border:0;background-color:#fff;padding:4px 0;color:#7e4c3e;text-transform:uppercase;font-size:0.95em;text-align:center;width:70px}

body
{
	font-family: arial, Sans-Serif;
	font-size: 80%;
	font-size:11px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image:url(images/bg-grad.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	color:#666666;
}

.clearfix,
.clear
{
	clear: both;
}

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.hide
{
	display:none;
}

/* LINK DEFAULT STYLE */
a,
a:visited
{
	color:#7e4c3e;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

a img
{
	border:0;
	text-decoration:none;
}

#content #content-left ul
{
	margin-bottom:0 0 10px 0;
	padding:0 0 10px 0;
	list-style-type:none;
}

#content #content-left ul ul
{
	padding:0;
}

#content #content-left ul li
{
	background-image:url(images/bg-li-bullet.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding:4px 0 3px 19px;
}

#content #content-left ul li li
{
	background-image:url(images/bg-li-bullet2.gif);
	background-position:left 6px;
	background-repeat:no-repeat;
	padding-left:15px;
	padding:2px 0 1px 15px;
}

/* END LINK STYLE */

/* NEWS DEFAULT STYLE */

div.newsarticle
{
	float:left;
	clear:left;
	margin: 0 0 10px 0;
}

div.newsarticle h3
{
	color:#000;
}

div.newsarticle img
{
	float:left;
}

div.newsarticle span.newsdate,
ul.newsheadlines span.newsdate
{
	color:#ccc;
	font-size:0.8em;
	display:block;
}

div.newsarticle a.readmorelink /* Used ShowTopArticles() */
{
	font-size:0.8em;
}

ul.newsheadlines
{
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.headlines li.selected
{
}

div.newspaging
{
	float:left;
	clear:both;
	font-size:0.8em;
	margin:10px 0 0 0;
}

div.newspaging span.pagenavright
{
	margin:0 0 0 5px;
	float:left;
	display:inline;
}

div.newspaging span.pagenavleft
{
	margin:0 5px 0 0;
	float:left;
	display:inline;
}

/* END NEWS STYLE */

/* CALENDAR DEFAULT STYLE */

ul.calendar,
ul.calendaryear
{
	list-style-type:none;
	float:left;
	clear:left;
	display:inline;
	margin:0;
	padding:0;
}

ul.calendar li
{
	float:left;
	display:inline;
	clear:left;
	margin:0 0 5px 0;
}

ul.calendar ul li
{
	clear:none;
	margin:0 10px 0 0;
}

ul.calendar ul li.selected,
ul.calendar ul li.selected a
{
	color:#f00;
}

/* END CALENDAR STYLE */

/* FAQ DEFAULT STYLES */

div.faqentry
{
}

div.faqanswer
{
	padding:10px 0px 10px 10px;
	float:left;
}


/***********************************************************************/
/***********************************************************************/

#wrapper
{
	width:100%;
	min-height:970px;
	height:auto !important;
	height:970px;	
	background-image:url(images/bg-clouds.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
}

#main-contaner
{
	width:970px;
	margin:0 auto;
}

#page-container
{
	width:970px;
	position:relative;
	margin:0 auto;
	background-image:url(images/bg-page-middle.png);
	background-position:center top;
	background-repeat:repeat-y;
}

#page #page-left h1
{
	width:135px;
	height:0 !important;
	padding-top:144px;
	margin:0;
	overflow:hidden;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
}

#page #page-left a#homelink
{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:135px;
	height:144px;
	outline:none;
}

#top-corners
{
	height:30px;
	width:970px;
	background-image:url(images/bg-page-top.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin:0 auto;
}

#bottom-corners
{
	height:16px;
	width:970px;
	background-image:url(images/bg-page-bottom.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin:0 auto;
}

#page
{
	width:914px;
	float:left;
	display:inline;
	position:relative;
	margin:0 0 0 28px;
}

#page #page-left
{
	float:left;
	display:inline;
	position:relative;
	width:135px;
	padding-top:12px;
}

#page #page-right
{
	float:right;
	display:inline;
	width:760px;
	padding-top:12px;
}

.dotted-bottom-border
{	
	background-image:url(images/bg-border-horizontal-dotted.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}

.dotted-top-border
{	
	background-image:url(images/bg-border-horizontal-dotted.gif);
	background-position:left top;
	background-repeat:repeat-x;
	padding-top:1px;
}

/****** MENU ******/
#top-menu ul
{
	list-style-type:none;
	width:760px;
	height:40px;
	background-image:url(images/bg-border-horizontal-dotted.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color:#F6F5F3;
}

#top-menu ul li
{
	float:left;
	line-height:39px;
	padding:0;
}

#top-menu ul li.selectedl1,
#top-menu ul li.childselectedl1
{
	background-color:#e6e3e0;
}

#top-menu ul li.selectedl1 a,
#top-menu ul li.childselectedl1 a
{
	color:#09357a;
}

#top-menu ul li a
{
	color:#a79b91;
	text-decoration:none;
	padding:0 10px;
	float:left;
	outline:none;
}

#top-menu ul li a:hover
{
	background-color:#e6e3e0;
}

/********************/

#header
{
	height:103px;
}

#header-left
{
	width:550px;
	padding-top:33px;
	float:left;
}

#header-left #strap-line
{
	font-size:1.3em;
	color:#09357a;
}

#header-right
{
	width:200px;
	padding-top:19px;
	float:right;
}

#header-left h2
{
	font-size:230%;
	color:#09357a;
	margin:0 0 4px 0;
}

#content
{
	float:left;
	padding:0 0 20px 0;
	width:760px;
}

#content #content-left
{
	width:450px;
	float:left;
}

#content #content-right
{
	width:300px;
	float:right;
}

#footer
{
	width:760px;
	float:left;
	height:46px;
	color:#cccccc;
	text-align:right;
	padding:4px 0 0 0;
}

#sites
{
	float:left;
	width:135px;
}

#sites ul
{
	list-style-type:none;
	padding:1px 0 0;
	margin:18px 0 0 0;
}

#sites ul li
{
	width:135px;
	background-image:url(images/bg-border-horizontal-dotted.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding:0 0 1px 0;
}

#sites ul li a
{
	display:block;
	width:135px;
	padding:4px 0 3px 0;
	font-size:1.1em;
	text-decoration:none;
	color:#09357A;
}

#sites ul li a:hover
{
	background-color:#FBFAF9;
}

#sites h2
{
	color:#a79b91;
	font-size:1.1em;
	padding:3px 0 0 ;
}
/**************** home ******/

#home-image
{
	width:450px;
	height:260px;
	overflow:hidden;
	float:left;
	margin-bottom:1px;
}

#featured-consultation
{
	width:422px;
	min-height:155px;
	height:auto !important;
	height:155px;
	float:left;
	padding:7px 14px;
	background-image:url(images/bg-featured-consultation.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#A79B91;
	color:#fff;
}

#featured-consultation h3
{
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	padding:0 0 12px 0;
}

.featured-consultation-title
{
	color:#7e4c3e;
	padding:0 15px 0 0;
	font-size:1.6em;
	background-image:url(images/bg-featured-consultation-title.png);
	background-position:right 7px;
	background-repeat:no-repeat;
}

#featured-consultation .featured-consultation-title a
{
	background-image:none;
	text-decoration:none;
	padding:0;
}

#featured-consultation .featured-consultation-title a:hover
{
	text-decoration:underline;
}

p.featured-consultation-title
{
	display:inline;
}

#featured-consultation a
{
	color:#7e4c3e;
	text-decoration:underline;
	padding-right:10px;
	background-image:url(images/bg-featured-consultation-link.png);
	background-position:right 5px;
	background-repeat:no-repeat;
}

#highlights
{
	float:left;
	width:300px;
	background-image:url(images/bg-home-highlights.gif);
	background-position:left top;
	background-repeat:repeat-y;
	position:relative;	
	margin-bottom:10px;	
	padding-bottom:115px;
}

.highlight
{
	width:145px;
	min-height:145px;
	height:auto !important;
	height:145px;
	float:left;
	display:inline;
}

.highlight .highlight-text
{	
	padding:10px 10px 0 10px;
	float:left;
	width:125px;
	line-height:1.35em;
}

.highlight h3
{
	color:#7e4c3e;
	font-size:1.6em;
	line-height:1.1em;
	padding:0 0 5px 0 ;
}

.highlight h3 a
{
	text-decoration:none;
	color:#7e4c3e;
}

.highlight-image
{
	position:absolute;
	bottom:0;
	left:0;
	width:145px;
	height:115px;
}

.highlight .highlight-image-overlay
{
	width:145px;
	height:115px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(images/highlight-image-overlay.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.highlight-image img
{
	width:145px;
	height:115px;
	display:block;
}

#small-highlights
{
	float:left;
	width:300px;
	background-image:url(images/bg-home-small-highlights.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

.small-highlight
{
	min-height:55px;
	height:auto !important;
	height:55px;
	width:125px;
	float:left;
	display:inline;
	color:#7e4c3e;
	padding:10px;
	line-height:1.35em;
}

.small-highlight h3
{
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	padding:0 0 3px 0;
}

.small-highlight h3 a
{
	color:#fff;
	text-decoration:none;
}

.small-highlight h3 a:hover,
.highlight h3 a:hover
{
	text-decoration:underline;
}


	
#register
{
	background-color:#F2F1EF;
	padding:10px;
	margin:10px 0 10px 0;
	float:left;
	display:inline;
	background-image:url(images/bg-border-horizontal-dotted.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

#register .input
{
	float:left;
}

#register .text
{
	width:200px;
	color:#a79b91;
	border:0;
	font-size:1em;
	padding:5px 3px;
}

#register h3
{
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:8px;
}

#register h3
{
	color:#a79b91;
}

#content #content-right .right-image-caption
{
	font-size:1.3em;
	line-height:1.25em;
	color:#09357a;
}

.content-pad-15
{
	width:450px;
	height:15px;
}

#content #content-left .intro
{
	color:#09357a;
	font-weight:bold;
	font-size:1.2em;
}

.right-image
{
	width:290px;
	overflow:hidden;
	float:right;
	padding-top:1px;
}

.right-image-caption
{
	width:300px;
	float:left;
	padding:3px 0 19px 0;
}

.filecontainer .fileicon
{
	width:28px;
	float:left;
}

.filetext
{	
	float:left;
	display:inline;
	margin:0 0 0 10px;
}

.filetext p
{
	margin:0;
}
