@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


html {
	font-size: 100%;
}

body {
	font-family:"Times New Roman", Times, serif;
	font-size: 80%;	
}
/*
background: #FFFFFF url(images/websiteimages/background.png) repeat-y top center;
*/

img {
 border: 0px;	
}

a {
	color: #424242;
	text-decoration: none;
}

a:link {
	color: #424242;
	text-decoration: none;
}

a:visited {
	color: #424242;
	text-decoration: none;
}

a:hover {
	color: #424242;
	background: #c7dae7;
}

a:active {
	color: #424242;
	text-decoration: underline;
}

hr {
   width: 300px;
   border: 1px solid #cdcaba;
   background: #cdcaba;
   margin-left: 30px;
   float: left;
   margin-top: 6px;
}

/* ========================== Main Divs ==================== */

#centre {
	width: 900px;
	margin: 0px auto;
}

.red {
	color: #b62b2f;
}

/*=================== header ===================== */

#header {
	float:left;
	width: 880px;
	display: inline;
	margin-left: 10px;
	background: url(images/websiteimages/diangleLines01.jpg) repeat top left;
	border-bottom: 2px solid #dbd9cd;
	height: 80px;
	
}	

#languages {
	float: right;
	width:155px;
	display: inline;
	margin-top: 10px;
}

#languages img {
	margin:1px;
	border: 1px solid #cdcab9;
	display: inline;
}

#languages form input {
	margin:1px;
	border: 1px solid #cdcab9;
	display: inline;
}

#languages a {
	background-color: none;	
}

#languages input:link {
	background-color: none;	
}

#languages input:visited {
	background-color: none;	
}

#languages input:hover {
	border: 1px solid #b62b2e;
}
#languages a:hover {
	background: none;
	border: 0px;
}
#languages img:active {
	background-color: none;
}

#title {
	float: left;
	display: inline;
	color: #185f8e;
	font-size: 260%;
	margin-left: 10px;
	font-weight: normal;
	margin: 15px 0px 0px 15px;
}

#title h1 {
	color: #185f8e;
	font-weight: normal;
	margin: 0px;
} 

#topLinks {
	float: right;
	display: inline;
	width: 230px;
	text-align: center;
}


#topLinks a {
	color: #424242;
	font-weight: bold;
	text-decoration:none;
	display:block;
	width: 110px;
	height: 70px;
	float:right;
	padding-top: 10px;
	
}

#topLinks a:link {
	color: #424242;
	text-decoration:none;
}

#topLinks a:visited {
	color: #424242;
	text-decoration:none;
}

#topLinks a:hover {
	color: #424242;
	background: #c7dae7;
}

#topLinks a:active {
	color: #424242;
}

/* ===================== secton two ===================*/

#sectionTwo {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 880px;
	height: 225px;
	margin-bottom: 9px;
	margin-top: 9px;
}

#leftNav {
	float: left;
	display: inline;
	font-size: 135%;
}

#leftNav ul {
	margin-top: 4px;
	background: url(images/websiteimages/METRO.gif) no-repeat bottom right;
	height: 230px;
	
}

#leftNav ul li {
		list-style: none;
}

#leftNav ul li a {
	display: block;
	width: 350px;
	padding: 4px 0px 4px 35px;
	background: url(images/websiteimages/linkTagUp.jpg) no-repeat 6px 9px;
	color: #343434;
	text-decoration: none;
}

#leftNav ul li a:link {
	color: #343434;
}

#leftNav ul li a:visited {
	color: #343434;
}

#leftNav ul li a:hover {
	color: #343434;
	background-color: #c7dae7;
}





#flashBox {
	float:right;
	width: 485px;
	height: 210px;
	background: #f3f0ef;
	padding-top: 10px;
	padding-bottom: 6px;
}

#flashVid {
	width: 450px;
	height: 195px;
	float: left;
	display: inline;

	margin-left: 15px;
	
}

/* ===================== content =================== */
#content {
	float: left;
	width: 880px;
	margin-left: 10px;
	background: url(images/websiteimages/diangleLines02.jpg) repeat top left;
	border-top: 2px solid #cdcab9;
	border-bottom: 2px solid #cdcab9;
	padding-top:12px;
	padding-bottom: 8px;
	margin-bottom: 9px;
}

#contentInner {
	width: 870px;
	float: left;
	margin-left: 7px;
	display: inline;
}
/*	background-color:#dbd9cc;*/
#contentLeft {
	float: left;
	width: 480px;
	background: #cdcaba;
	padding-top: 2px;
	padding-left: 12px;
	border-right: 1px dotted #aea092;
	height: 345px;
}

#home #contentLeft, #contact #contentLeft {
	background: #cdcaba url(images/websiteimages/Eiffeltower.jpg) no-repeat bottom right;
}

#mainText {
	float: left;
	width: 470px;
}

#latestNews {
	float: left;
	width: 470px;
}

#contentRight {
	float: left;
	width: 368px;
	padding-bottom: 8px;
	
}



#contentRight p {
	margin: 0px;	
}

#contentRight h3 {
	text-align: center;
	letter-spacing: 1px;
}

.websiteSection {
	float: left;
	width: 368px;
}
.websiteSectionEach {
		float:left;
		width: 183px;
		text-align:center;
	
}

/*=============== blog ===========*/

#blogRight {
	background: #cdcab9;
	float: right;
	width: 235px;
	
}

#blogLeft {
	float: left;
	width: 580px;
	
}

.blogPost {
	width: 580px;
	float: left;
	background: #cdcab9;
	margin-bottom: 6px;
	
}

.blogPost h3 {
    padding-left: 8px;
	font-weight: bold;
	
}

.blogPost .date {
	font-size: 70%;	
	padding-left: 10px;
	font-weight: lighter;
}

.blogPost p {
	padding: 0px 8px;	
}

.blogPostHome {
	width: 460px;
	float: left;
	margin-bottom: 0px;
	color: #FFF;
	margin-top: 8px;
	margin-left: 5px;
	display: inline;
	
}
.blogPostHome h3 {
    padding-left: 0px;
	font-weight: normal;
	margin: 0px;
	
}

.date02 {
	font-size: 80%;	
	font-weight:normal;
	float:right;
	margin-right:2px;
	margin-top: 5px;
}

.blogPostHome p {
	padding: 0px 0px;	
}

#blogArchive ul li {
	list-style: none;
	margin-left: 10px;
	text-decoration: underline;
	margin-top: 4px;
}

#blogArchive ul {
	margin-top: 10px;
}

#blogArchive {
	padding-bottom: 30px;
	margin-bottom: 20px;
}



/* ============== bottom =====================*/

#bottom {
	float: left;
	width: 880px;
	display: inline;
	margin-left: 10px;
	background: url(images/websiteimages/diangleLines03.jpg) repeat top left;
	border-bottom: 3px solid #b3292d;
	border-top: 3px solid #b3292d;
	color: #FFF;
	padding: 8px 0px;
}

#bottom h3 {
	color: white;	
}

#bottom p {
	color: #FFF;
	
}
#bottomLeft {
	float: left;
	display: inline;
	margin-left: 8px;
	width: 474px;
	padding: 0px 10px;
	background: #b62b2f;
	height: 155px;
}

#home #bottomLeft {
	background: #b62b2f url(images/websiteimages/latestNews.png) no-repeat bottom right;
}

#bottomRight {
		color: #FFF;
		float: right;
		width: 368px;
		
}

#bottomRight h3 {
	text-align: center;	
}

#bottomRight a {
	color: #FFF;	
}



/* ============== footer ================== */

#footer {
	float: left;
	display: inline;
	width: 880px;
	margin-left: 10px;
	color: #424242;
	text-align: right;
}

#footer a {
	color: #424242;
	text-decoration:none;
}

#footer a:link {
	color: #424242;	
	text-decoration:none;
}

#footer a:visited {
	color: #424242;	
}

#footer a:hover {
	color: #424242;
	text-decoration: underline;
}

#footer a:active {
	color: #424242;	
}




/* ====================== TEXT ======================*/


p {
	font-size: 100%;
	margin: 6px 0px;
	color: #424242;
	line-height: 18px;
}

td {
	color: #424242;
}

h1 {
	font-size: 160%;
	margin: 5px 0px;
	color: #424242;
	font-weight: normal;
}

h2 {
	font-size: 230%;
	margin: 5px 0px;
	color: #424242;
	font-weight: normal;
}

h3 {
	font-size: 135%;
	margin: 5px 0px;
	color: #424242;
	font-weight: normal;
}

h4 {
	font-size: 115%;
	margin: 5px 0px;
	color: #ffffff;
	font-weight: normal;
}

em {
	font-size: 80%;
}

#mainText h1, #flashBox h1 {
	font-size: 230%;
}



