@charset "utf-8";

/* ---------------------------------------------------------------------------
	HTML / BODY / BACKGROUNDS / STRUCTURES
*/

html {
	background:#7691AC url(../images/bg.jpg) repeat-x;
	}
#wrapper {
	background:#fff url(../images/bg.gif) repeat-y;
	}
.col-border {
	/*background:url(../images/seperator.jpg) top right repeat-y;*/
	border-right:2px solid #D9D9D9;
	}
/* ---------------------------------------------------------------------------
	LOGO / NAV
*/

.logo {
	background:url(../images/logo.jpg) top left no-repeat;
	}
#nav li a {
	color:#1c2122;
	}
#sub-nav li {
	border-top:1px solid #c1c5c6;
	}
	#sub-nav li a {
		color:#383e3f;
		}
.img-thumbs {
	background-color:#e6e6e6;
	}

/* ---------------------------------------------------------------------------
	TYPOGRAPHY
*/U

h1 {
	background-color:#333;
	color:#f6f6f6;
	}
	#slideshow h1 {
		background-color:#94b9c9;
		}
h2, h3, h4, h5, h6, p, a, li, b, strong, i, em, address, abbr, acronym, small, big, q, blockquote, cite, caption, table {
	color:#383e3f;
	}
a {
	color:#94b9c9;
	}
.sub-head-major {
	color:#94b9c9;
	}
.sub-head-minor {
	color:#c1c5c6;
	}
	

/* ---------------------------------------------------------------------------
	FORMS
*/

input, textarea, select  {
	border:1px solid #c1c5c6;
	}
	input:focus, textarea:focus, select:focus  {
		background-color:#f6f6f6;
		}
label {
	color:#bbb;
	}
#submit {
	background-color:#eee;
	color:#383e3f;
	}
	#submit:hover {
	background-color:#e6e6e6;
	}

/* ---------------------------------------------------------------------------
	TABLE STYLES
*/	

th {
	color:#fff;
	background-color:#aaa;
	border:1px solid #fff;
	}
	table tr.odd td {
		background-color:#e6e6e6;
		}
	table tr.even td {
		background-color:#f6f6f6;
		}
	
/* ---------------------------------------------------------------------------
	ACCORDION
*/

.acc-header {
	background:url(../images/bg-accordion-active.jpg) top left no-repeat;
	}
	.acc-header:hover {
		color:#f6f6f6;
		}
.acc-active {
	background:url(../images/bg-accordion-innactive.jpg) top left no-repeat;
	color:#f6f6f6;
	}

/* ---------------------------------------------------------------------------
	FOOTER
*/

#footer, #footer p, #footer li, #footer li a {
	background:#E5E5E5;
	color:#777;
}


h6	{
	margin:0;
	padding:0px;
	font:normal bold 11px/16px "Trebuchet MS",Tahoma, Arial, sans-serif;
	}


#flags {
	/*float:right;
	padding: 10px 10px 0;
	margin-top:55px;*/
position:relative;
right:0;
text-align:right;
top:5px;
}