@import url(tcs_default.css);
/*
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. forms stuff
*/

/* --------- 1. defaults ---------- */

* {/* zero margins and padding */
		margin: 0;
		padding: 0;
}

body {
	background-color: #666666;
	margin: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/largeBGimage7.jpg);
	background-repeat: no-repeat;
}

/* -------- 2. structure -------- */

.banner, #outer_wrapper {
	max-width: 950px;
	min-width: 750px;
}
.banner {
	height: 220px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	margin-bottom: 20px;
	border: 1px solid #FFFFFF;
}
#banner-index {
	background-repeat: no-repeat;
	background-image: url(../images/banner08.jpg);
}
#banner-contact {
	background-repeat: no-repeat;
	background-image: url(../images/banner09.jpg);
}
#outer_wrapper {
	background-color: #fff;
	border: 1px solid #333;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	filter: Alpha(opacity=80);
	-moz-opacity:.80;
	opacity: 0.80;
}
#wrapper {
}
#container {
	width: 100%;
	float: left;
	margin-right: -260px;
}
#content {
	margin-right: 260px;
}
#container-alt {
	width: 100%;
	float: left;
	margin-right: -500px;
}
#content-alt {
	margin-right: 500px;
}
#feeds {
	width: 230px;
	float: right;
	padding: 5px 10px 10px;
}
#feeds-alt {
	width: 470px;
	float: right;
	padding: 5px 10px 10px;
}
#footer {
	clear:both;
	text-align: center;
	padding: 5px;
	color: #6699cc;
	margin-top: 20px;
	border-top: 1px solid #6699cc;
}
#navContainer {/* navigation container */
		clear: left;
}

/* ---------- 3. links and navigation ---------- */

a {/* default link style */
		color: #000000;
}

#main a:link, #main a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6699cc;
}
#main a:hover {
	color: #3366cc;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6699cc;
}
#footer a:hover {
	color: #3366cc;
}

	/* -- main navigation -- */
#mainNavigation {
	border-top: 1px solid #336699;
	padding: 5px 0;
	margin-right: -20px;
	margin-left: -20px;
	background-color: #3366cc;
	background-image: url(../images/main-navigation-background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#mainNavigation ul {
		text-align: center;
}
#mainNavigation li {
		display: inline;
}
#mainNavigation a {
		font: 1.4em Arial, sans-serif;
		color: #ffffff;
		text-decoration: none;
		padding: 5px 10px;
		}
		
#mainNavigation a:hover {
		color: #003366;
		}
		
.sectionHome #mainNavigation #linkHome a, .sectionContact-list #mainNavigation #linkContact-list a, .sectionMembership #mainNavigation #linkMembership a, .sectionContact #mainNavigation #linkContact a, .sectionProgramme #mainNavigation #linkProgramme a, .sectionNews #mainNavigation #linkNews a {/* automation for active tab */
		background: #336699 url(../images/active-tab-background.gif) repeat-x 100%;
		border-top: 1px solid #fffff;
		color: #ffffff;
}

.sectionHome #mainNavigation #linkHome a:hover, .sectionContact-list #mainNavigation #linkContact-list a:hover, .sectionMembership #mainNavigation #linkMembership a:hover, .sectionContact #mainNavigation #linkContact a:hover, .sectionProgramme #mainNavigation #linkProgramme a:hover, .sectionNews #mainNavigation #linkNews a:hover {/* hover over-ride for automated tab */
		color: #6699cc;
}
		
	/* -- sub-navigation -- */
#subNavigation {
	margin-top: -1px;
	background: #003366 url(../images/sub-navigation-background.jpg) 100% top;
	border-bottom: 1px solid #666666;
	padding: 6px 0;
	margin-right: -20px;
	margin-left: -20px;
}

#subNavigation ul {
		text-align: center;
		}

#subNavigation li {
		display: inline;
		}

#subNavigation a {
		font: 1.4em Arial, sans-serif;
		color: #ffffff;
		text-decoration: none;
		padding: 2px 10px;
		}

#subNavigation a:hover {
		color: #b4a26d;
		}

/* ---------- 4. fonts ---------- */

html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
}

#main h1, #main-links h1 {
	font: 1.5em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #6699cc;
	margin-bottom: 1em;
}
#main h2, #main-links h2 {
	font: 1.3em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #6699cc;
	margin-bottom: 0.8em;
}

p {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	padding-top: 0;
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.8em;
}
#footer p {
	color: #3366cc;
	clear:both;
}

#main ul li, #main-links ul li {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #333333;
	padding-top: 0;
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.8em;
	list-style-type: disc;
	list-style-position: outside;
}


/* ---------- 5. images ---------- */

.imagebox {
	border: 1px solid #999999;
	height: 140px;
	width: 190px;
	margin-top: 10px;
	text-align: center;
}

.imagebox-nav {
	width: 202px;
	margin-top: 10px;
	text-align: right;
	background-color: #336699;
	padding: 3px;
	border: 1px solid #999999;
}
.imagebox-pf {
	width: 202px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #336699;
	padding: 3px;
	border: 1px solid #999999;
	float: left;
}
.image {
	border: 1px solid #999999;
}

/*---------- 6. forms stuff ---------- */

input.txt {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #999999;
	width: 200px;
}
textarea.txt {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #999999;
	width: 200px;
}
input.btn {
	}
form p {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 30%;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #6699cc;
}
input:focus {
	background-color: #FFFFFF;
	border: 1px solid #336699;
	color: #333333;
}
textarea:focus {
	background-color: #FFFFFF;
	border: 1px solid #336699;
	color: #333333;
}
fieldset {
	border: 1px solid #666666;
	margin-top: 15px;
	padding: 10px;
}
legend {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #444444;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #336699;
}.form {
	margin-right: 10px;
	margin-left: auto;
	margin-top: 1px;
	margin-bottom: 3px;
}
#banner-membership {

	background-repeat: no-repeat;
	background-image: url(../images/banner05.jpg);
}
#banner-programme {

	background-repeat: no-repeat;
	background-image: url(../images/banner06.jpg);
}
.italic {
	font-style: italic;
}
.blue {
	color: #6699cc;
}
.linkitem {
	background-color: #6699cc;
	text-align: left;
	padding: 5px 5px 5px 75px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	height: 55px;
}
#main-links a:link, #main-links a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #336699;
}
#main-links a:hover {
	color: #ffffff;
}
html> body .linkitem {height: auto; min-height: 55px;}
#linkitem1 {
	background-image: url(../images/mddc.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem2 {
	background-image: url(../images/ttc.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem3 {
	background-image: url(../images/dcc.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem4 {
	background-image: url(../images/mus.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem5 {
	background-image: url(../images/civic.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem6 {
	background-image: url(../images/discover.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem7 {
	background-image: url(../images/exe.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem8 {
	background-image: url(../images/cpre.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem9 {
	background-image: url(../images/cpre.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem10 {
	background-image: url(../images/tpf.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem11 {
	background-image: url(../images/MDNHS.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem12 {
	background-image: url(../images/planning.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem13 {
	background-image: url(../images/planning.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

