/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding:0;
	margin: 0;
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}


/*-------------------------------------------+
|                                            |
|            MAIN STRUCTURE STYLES           |
|                                            |
+-------------------------------------------*/
html{
	font-size:100%;
	min-height:101%;
}
body{
	font-size:0.8em;
	font-family:Georgia, "Times New Roman", serif;
	color:#666;
	border-top:0em ;
	/*padding:0 1em; */
	BACKGROUND-IMAGE: url(images/backgrnd.jpg);
	background-color: #f0f1f6;
	BACKGROUND-REPEAT: repeat-x;
}

body, p, li {
 line-height:1.6em;
}

ul {
 line-height:1.6em;
}
#page {
	BACKGROUND-IMAGE: url(images/columns.png);
	BACKGROUND-REPEAT: repeat-y;
}
#top_gallery {
	margin: 0;
	/*padding: .1em 1em .1em 0;*/
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #000578;
	color: #ffffff;
	font-size: .9em;
}

#container {
/*	background-color: #ff0000;*/
	color: #ffffff;
}

#page_content {
	background-color: #ffffff;
	color: #000238;
	/*border-right: 1px solid #000578;*/
}
#right_col {
	/* background-color: #ffffff; */
	color: #000578;
}
/*-------------------------------------------+
|                                            |
|                FONT STYLES                 |
|                                            |
+-------------------------------------------*/
/*PARAGRAPHS
-------------------------------------------------------- */
p {
	margin-bottom:0em;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
		font-size:1.2em;
	
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
/*HEADINGS
-------------------------------------------------------- */
h1{
	color:#000;
	font-size:1.8em;
	padding: 0.3em 0 0.6em 0;
	font-style:italic;
	line-height:1.4em;
}
h2{
	color:#000;
	font-size:1.6em;
	margin-top:0.9em;
	line-height:1.6em;
}
h3{
	color:#000;
	font-size:1.4em;
	margin-top:0.9em;
	line-height:1.4em;
	//font-variant:small-caps;
}
h4{
	color:#000;
	font-size:1.0em;
	margin-top:0.9em;
		margin-bottom:0.9em;
	line-height:1.0em;
	font-variant:small-caps;
}
h5{
	color:#000;
	font-size:1.0em;
	margin-top:0.9em;
	line-height:1.0em;
	font-variant:small-caps;
}
h6{
	color:#000;
	font-size:1.0em;
	margin-top:0.9em;
	line-height:1.0em;
}
th{
	color:#000;
	font-size:1em;
	margin-top:0.9em;
	line-height:1em;
	font-weight: bold;
}

/*LINKS
-------------------------------------------------------- */
a {
	text-decoration: none;
}
a:link{
	text-decoration: none;
	color:#5a034f;
}

p a{
	color:#5a034f;
}
p a:hover{
	text-decoration:none;
}
h1 a{
	color:#000;
}
h1 a:hover{
	text-decoration:none;
}
li a{
	color:#000;
}
li a:hover{
	text-decoration:none;
}
/*ALL THE TRIMMINGS
-------------------------------------------------------- */
blockquote p{
	line-height:1.5em!important;
	margin-bottom:1.5em!important;
	font-style:italic;
	font-weight:bold;
}
blockquote p cite{
	font-style:normal;
	text-align:right;
}
.generic strong{
	font-variant:small-caps;
}
.generic em{
	font-style:italic;
	font-weight:inherit;
}
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}
.clear{
	clear:both;
}
.right-float{ /* Float any item to the right */
	float:right;
	margin-left:2em;
	margin-right:0;
}
.left-float{ /* Float any item to the left */
	float:left;
	margin-right:2em;
	margin-left:0;
}
.code{ /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}

.inline-panel-right{ /*  */
	float:right;
		padding:4px;
	margin-left:2em;
	margin-right:0;
		border:1px solid #ccc;

}
.inline-panel-left{ /*  */
	float:left;
		padding:4px;
	margin-right:2em;
	margin-left:0;
	border:1px solid #ccc;
}
.inline-panel-centre{ /*  */
	position:relative; left:-50%

		padding:4px;
	margin-right:2em;
	margin-left:2em;
	border:1px solid #ccc;
}

/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	font-size:1em;
}
#page_content  img	{
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:10px;
}

img.left-img{ /* Float any image to the LEFT and give it some margin */
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:10px;
}
img.right-img{ /* Float any image to the RIGHT and give it some margin */
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:10px;
}
#page_content img.centre{ 
	display: block;
    margin-left: auto;
    margin-right: auto 
}


#page_content img.link	{
	border:0px;
	margin:0px;
}

#page_content .piclist {
	list-style-type: none;
	width: 500px;
}
#page_content .piclist li {
	text-align: center;
/*	float: left; [this does not work reliably]*/
	margin-right: 6px;
	margin-bottom: 10px;
	font: 1em;
	color: #00279d;
	list-style-type: none;
}
#page_content .piclist li .caption{
	color: #000000;
}

#gallery {text-align:center}
#gallery p{display:inline;}
#gallery span{margin:0 5px 5px 5px; vertical-align:top; width:500px; display:table-cell; display:inline-table; display:inline-block}
#gallery p img{margin-bottom:5px}


/*FORM STYLES
-------------------------------------------------------- */
#form{
}
#form label{
	width:10em;
	float:left;
	margin-top:0.2em;
}
#name, #form-email, #url, #location, #term, #definition{
	width:20em;
	height:20px;
	padding:3px;
	padding-top:5px;
	border:2px solid #666;
	margin-bottom:18px;
	background:#fff !important;
}
#comments{
	width:43.8em;
	height:10em;
	padding:3px;
	border:2px solid #666;
	margin-bottom:18px;
	overflow:auto;
	background:#fff !important;
}
#name:active, #form-email:active, #url:active, #location:active, #comments:active, #submit:active, #name:focus, #form-email:focus, #url:focus, #location:focus, #comments:focus, #submit:focus{
	border:2px solid #000;
}
#submit {
	clear:both;
	padding:5px;
	border:2px solid #666;
	background:#fff !important;
	cursor:pointer;
	margin-left:9em;
}
#reset {
	clear:both;
	padding:3px;
	border:none;
	background:#f00 !important;
	cursor:pointer;
	float:right;
	color:#fff;
	margin-top:-28px;
}


/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
ul{
	margin-left: 1.66em;
	margin-bottom:1.8em;
	list-style-position: outside;
	list-style-type: square;
}
li > ul li, li > ol li{
	font-size:1em;
}
li > ul, li > ol{
//	margin-bottom:0;
//	margin-left:5em;
}

ul li{
	line-height:1.5em;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
ol{
	margin-left: 1.66em;
	margin-bottom:1.8em;
	list-style-position: outside;
	list-style-type: decimal;
}
ol li{
	line-height:1.5em;
}
/*-------------------------------------------+
|                                            |
|               MISC. STYLES                 |
|                                            |
+-------------------------------------------*/

.tagline {
	font-size: 0.65em;
	font-weight: normal;
	font-style: italic;
}
#page {
	border: 1px solid #ffffff;	
}
#masthead {
	margin: 0px;
	background: #6f72b3 url('images/corporate/logo.png') no-repeat  ;
	border-bottom: 1px solid #ffffff;
	height: 120px;
	color: #ffffff;
	padding: 0px;
}
#masthead .pagetitle {
	border: 3px;
	border-color: #000000;
	font-size: 1.4em;
	color: #DFC59F;
	font-weight: bold;
	text-align: right;
	padding: 1em .7em 0 0;
	margin: 0;
}

#searchBox {
	padding-top: 3px;
	padding-right: 10px;
}

#top_nav {
	margin: 0;
	padding: .1em 1em .1em 0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #000578;
	color: #ffffff;
	font-size: 1em;
	height: 1.4em;
}
#top_nav_admin {
	margin: 0;
	padding: .1em 1em .1em 0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #000578;
	color: #ffffff;
	font-size: 1em;
	height: 1.8em;
}




 .right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; 
} 
 .left { 
	margin: 0.5em 0.8em 0.5em 0pt; 
	float:left; 
} 

.panel {
	border: 0.1em solid #b34b12;
	
}

.panel h2 {
	margin-top: 0.5em;
}

.panel1 {
	background-color: #f0f1f6;
	padding: 0px 3px 0px 3px;
}
.panel2 {
	background-color: #f0f1f6;
	padding: 0px 3px 0px 3px;
}
.panel3 {
	background-color: #f0f1f6;
	padding: 0px 3px 0px 3px;
}
.panel4 {
	background-color: #f0f1f6;
	padding: 0px 3px 0px 3px;
}

/*-------------------------------------------+
|                                            |
|               PAGE CONTENT                 |
|                                            |
+-------------------------------------------*/
#page_content p {
	margin-bottom: 1em;
}

#page_content li {

}

#page_content .imgrow	{
	width: 100%;
}

#page_content .image	{
/*	float: left;
	margin-top: 10px;
	margin-right: 20px;
*/
}

#page_content .image a	{
	display: block;
	width: 100%;
}
#page_content  .caption { 
	color: #000000;
    text-align: center; }

}
#page_content .sitemaplevel1 {
	margin-left: 10px;
}
#page_content .sitemaplevel2 {
	margin-left: 30px;
}
#page_content .sitemaplevel3 {
	margin-left: 50px;
}
#page_content .sitemaplevel4 {
	margin-left: 70px;
}
#page_content .sitemaplevel5 {
	margin-left: 90px;
}

div.clearboth	{
	clear: both;
	height: 0;
	line-height: 0;
}



.colclear {
	background-color: #F3F6FB;
	color: #F3F6FB;
	line-height: 1px;
	font-size: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}
#footer {
	font-size:0.8em;
	margin: 0;
	border: 1px solid #ffffff;
	border-top: 0px solid #ffffff;
	background-color: #6f72b3;
	color: #ffffff;
}
hr {
	color: #ffffff;
	border-top: solid 1px #6f72b3;
}
h1.heading {
	padding:0;
	margin: 0;
} 
h1.heading img {  
	border:0; 
}
#page_content h1 {
	margin: 0px 0px 10px 0px;
	background-color: #ffffff;
	color: #000578;
/* font-size: 120%; font-weight: bolder;*/
	padding: 20px 5px 8px 0px;
	border-bottom-width: 3px; 
	border-bottom-style: solid; 
	border-bottom-color: #6f72b3;
	background-repeat: repeat;
/* background-image: url(fancyheadline.png); 
font-family: Georgia, "Times New Roman", Times, serif;*/
}
#page #left_col .indent {
	padding-left: 10px;
}
