/* Main Styles */

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin: 0px;
	color:#666666;
	text-align: center; /* to correct the centering IE bug*/
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#3b74ae;
		
}

h1 {
	margin:0px;
	font-size:24px;
	font-weight:bold;
	color: #3b74ae;
	margin-bottom:25px;
}

h2, h3, h4, h5, h6 {
	margin:0px;
	font-size:18px;
	font-weight:bold;
	color: #666666;
	margin-bottom:25px;
}


.blueLine {
	width:450px;
	background-color:#3b74ae;
	height:3px;
	float:left;
}

a:link, a:visited {
	text-decoration:underline;
	color:#3b74ae;	
}

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

li {
	line-height: 24px;
}


input, textarea, checkbox, select 
{ 
	background: #FFF; 
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #3367a0;
	border-color: #BABABA; 
	border-style: solid; 
	border-width: 1px; 
	margin-top: 2px; 
	margin-bottom: 2px;
	
}


/* CONTAINERS */

#container {
	width:815px;
	margin-left: auto;
    margin-right: auto;
	text-align: left; /* to realign your text */

}

#topContainer {
	width:815px;
	float:left;

}

#mainContainer {
	width:815px;
	float:left;
	background-image:url(images/back-main.jpg);
	background-repeat:repeat-y;
	
}

#leftContainer {
	width:572px;
	float:left;
	background-image:url(images/leftBack.jpg);
	background-repeat:no-repeat;
}

#rightContainer {
	width:243px;
	float:left;
	background-image:url(images/rightBack.jpg);
	background-repeat:no-repeat;
	
}

#footerContainer {
	width:815px;
	height:90px;
	float:left;
	background-image:url(images/footerBack.jpg);
	background-repeat:no-repeat;
	
}

/* TOP */

.logo {
	width:380px;
	float:left;
}

.topRight {
	width:435px;
	float:left;
}

.navBack {
	background-image:url(images/navBack.jpg);
	background-repeat:repeat-x;
	width:815px;
	float:left;
	height:29px;
}

.nav {
	width:600px;
	float:left;
	margin-left: 28px;
	margin-top:5px;
}

a.navLinks:link, a.navLinks:visited  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	margin-right: 35px;
	text-decoration:none;
}

a.navLinks:hover  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#c2d2f8;
	margin-right: 35px;
	text-decoration:none;
	
}

.pieceTop {
	withd:815px;
	float:left;
}

/* MAIN */

.mainContent {
	width: 450px;
	padding:30px;
	float:left;
	padding-right:0px;
}

.mainContentJustify {
	width: 450px;
	padding:30px;
	float:left;
	text-align:justify;
}

.blueText {
	color:#3b74ae;
}

.imageBlock {
	width:450px;
	float:left;
	margin-bottom:15px;
	
}

.leftImage {
	width:207px;
	float:left;
	margin-right:15px;
}

.rightText{
	width:228px;
	float:left;
}

/* RIGHT */

.latestNews {
	width:216px;
	float:left;
}

.rightHeading {
	width:216px;
	float:left;
}

.rightBlock {
	background-image:url(images/Block-latestNews.jpg);
	background-repeat:repeat-y;
	border-bottom: 2px solid #d8dcdf;
	width:186px;
	float:left;
	padding:15px;
}

.greyBlockLong{
	background-color:#CCC;
	width:300px;
	float:left;
	padding:5px;
}
.rightSection {
	width:243px;
	float:left;
}


.dvInput {
	width:400px;
	float:left;
}

.formLabel{
	width:100px;
	float:left;
	color: #3367a0;
	font-weight:bold;
}

.spnInputText {
	width:150px;
	float:left;
}


.greyBack{
	background-color: #e3e3e3;
	}
	
	.blueLarge {
	margin:0px;
	font-size:24px;
	font-weight:bold;
	color: #3b74ae;
	margin-bottom:25px;
	line-height:30px;
	}

tr {
	background-color:#ffffff;
}

td {
	border: 1px #bebebe solid;
	color: #666666;
	padding:5px;
}

.blueMid {
	font-size: 14px;
	color:#3b74ae;
}


/* CITIES */

.venueContent {
	width: 500px;
	padding:30px;
	float:left;
	padding-right:0px;
}

.venueImageRow {
	width:500px;
	float:left;
}

.venueImage {
	width:220px;
	margin-right:5px;
	float:left;
}



/* FOOTER */

.footerBlockLeft {
	width:425px;
	margin-left:25px;
	margin-top:36px;
	color:#7493dc;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	float:left;
}

a.socialLinks:link, a.socialLinks:visited  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#95b1f1;
	margin-left: 2px;
	text-decoration:none;
}

a.socialLinks:hover  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#d2e0ff;
	margin-left: 2px;
	text-decoration:none;
}

.footerBlockRight {
	width:330px;
	margin-left:25px;
	margin-top:50px;
	color:#7493dc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
}

a.footerL:link, a.footerL:visited  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6585d1;
	margin-left: 1px;
	text-decoration:none;
}

a.footerL:hover  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d2e0ff;
	margin-left: 1px;
	text-decoration:none;
}