@charset "utf-8";

body {
	background:#EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}              

#MainBody{
	width:980px;
	margin: 0 auto;
	background:#b8b7ba;
	}

#content{
	width:960px;
	padding:10px;
	background:#FFF;
	}
	

#bc_nav{
	padding-bottom:1em;
	}
	
.clearfloat{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

/* --------- LINKS --------- */
address {
	font-style:normal;
	}

.NormalLinks{
	color:#4b77ba;
	text-decoration:none;
	}
	
.PortfolioLinks{
	color:#4b77ba;
	text-decoration:none;
	}
	
a.NormalLinks:hover{
	color:#000;
	text-decoration:none;
	border-bottom-style:dotted;
	}

a.PortfolioLinks:hover{
	color:#000;
	text-decoration:none;
	border-bottom-style:none;
	}

#upcomingevents strong{
	color:#4b77ba;
	font-size:11px;
	}

/* ---------  Event Listing --------- */
#eventList ul{
	list-style-type:none;
	}

#eventList ul li{
	list-style-image:url(../images/camera-small.gif);
	list-style-type:none;
	font-size:11px;
	padding:0 0 5px 0;
	}	
	
/* ---------  IMAGE STYLING --------- */
/* --------- Thumbnail for Galley --------- */
.thm img {
	margin:5px;
	padding:5px;
	border:thick;
	border-color:#000;
	border-style:solid;
}

.thm img:hover {
	margin:5px;
	padding:5px;
	border:thick;
	border-color:#4b77ba;
	border-style:solid;
	background-color:#EFEFEF;
}

/* --------- Image boarders for "HOME" page --------- */
.img_main img {
	padding:5px;
	border:thick;
	border-color:#000;
	border-style:solid;
}

/* --------- Left & Right Columns "HOME" Page --------- */
#MainBody #content #left_content {
	width:600px;
	float:left;
}

#MainBody #content #right_content {
	width:300px;
	float:right;
}

/* --------- Left & Right Columns "PORTFOLIO" Page --------- */
#MainBody #content #left_content_portfolio {
	width:310px;
	float:left;
}

#MainBody #content #right_content_portfolio {
	width:310px;
	float:right;
	margin:0 40px 0 0;
}

#MainBody #content #middle_content_portfolio {
	margin:0 350px 0 310px;

}

/* --------- Left & Right Columns "CONTACT US" Page --------- */
#MainBody #content #left_content_contactus {
	width:300px;
	float:left;
}

#MainBody #content #middle_content_contactus {
	margin-left:310px;
	margin-right:310px;
	}

/* --------- HEADINGS --------- */
#MainBody #content .title_heading {
	background:#EFEFEF;
	color:#7c7c7c;
	font-weight:bold;
	border-bottom-color:#4b77ba;
	border-bottom-style:solid;
	padding:0.25em;
	font-size:12px;
}

#MainBody #content .title_enquiry {
	background:#fff8cc;
	color:#000;
	border-bottom-color:#ffe222;
	border-bottom-style:solid;
	padding:0.25em;
	margin-top:0.5em;
	font-size:14px;
	text-align:center;
}


/* --------- Menu for "PORTFOLIO" Page --------- */

.portfolio_index li{
	background:#EFEFEF;
	color:#7c7c7c;
	font-weight:bold;
	border-bottom-color:#4b77ba;
	border-bottom-style:solid;
	padding:0.25em;
	list-style-type:none;
	text-align:center;
	}

.portfolio_index li a{
	font-variant:small-caps;
	font-size:14px;
	}
