/* CSS Document */
/* FOR CHANGES TO THE FRONT PAGE IMAGE AND TEXT SEE LONG COMMENTS BELOW --------------------------*/

/* -------------css reset-------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,  
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* -------------main text style-------------- */


body {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#EEEEEE;
	background-image:url(images/newgrad.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
	line-height: 1.5;
	min-height: 300px;
	}
h1 {
	color:#FFFFFF;
	font-size:20px;
	font-weight:100;
	line-height:10px;
}
h2 {
	color:#000000;
	font-size:18px;
	font-weight:100;
	line-height:10px;
}
h3 {
	color:#8D2E92;
	font-weight:bold;
	}
ul {
	line-height: 2;
	margin:20px 0 0 18px ;
}
a:link {
	color: #8D2E92;
	text-decoration:none;
}


/* -------------main layout-------------- */


#page_wrapper {
	width: 750px;
	background-color: #EEEEEE;
	margin: 20px auto;
}
.purple_band {
	clear:both;
	width:auto;
	height:24px;
	background-color:#8D2E92;
	border-bottom: solid 2px #8D2E92;
}
.grey_band {
	clear:both;
	width:auto;
	height:auto;
	background-color:#CCCCCC;
	background-image:url(images/greygrad.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding: 8px;
	text-align: right;
}
.image_band {
	clear:both;
	width:auto;
	height:400px;
	background-position:center;
	text-align:left;
	padding: 12px;
	/* -------------changes to front page image------------------------------------------------------- */
	background-image:url(images/bg_sum08.jpg);
	/* -------------changes to front page text colour------------------------------------------------- */
	color:#ffffff;
}
.design_band {
	clear:both;
	width:auto;
	}
.content_band {
	width:auto;
	padding: 12px;
	background-color:#CCCCCC;
	background-image:url(images/greygrad.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height: auto;
	}
.footer {
	clear:both;
	width:auto;
	height:20px;
	background-color:#999999;
	color:#FFFFFF;
	font-size:10px;
	padding:4px 4px 0px 4px;
	text-align:right;
}
.subfooter {
	clear:both;
	width:auto;
	height:20px;
}


/* -------------menu-------------- */



.menu_tab {
	float:right;
	background-image:url(images/menu-tabs.jpg);
	color:#FFFFFF;
	font-size:10px;
	padding:6px 0px 2px 0px;
	text-align:center;
	font-weight:bold;
	height:16px;
	width:72px;
	background-repeat: no-repeat;
	background-position:bottom;
}
.menu_tab_home {
	float:right;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	height:16px;
	width:28px;
	padding-top:2px;
}



/* -------------other text styles-------------- */



.purple_band a:link {
	color: #DDDDDD;
	text-decoration:none;
}
.purple_band a:visited {
	color: #DDDDDD;
	text-decoration:none;
}
.purple_band a:active {
	color: #DDDDDD;
	text-decoration:none;
}
.purple_band a:hover {
	color: #FFFFFF;
	text-decoration:none;
}


/* -------------other layout-------------- */



.inset {
	width: 264px;
	height: 104px;
	background-image:url(images/semi_opaque_inset.png);
	padding:8px;
	color: #333333;
	background-repeat: no-repeat;
}
.inset2 {
	float:right;
	width: 264px;
	height: 104px;
	background-image:url(images/semi_opaque_inset.png);
	padding:8px;
	color: #333333;
	background-repeat: no-repeat;
}
.inset_portfolio {
	float:left;
	width: 341px;
	height: 104px;
	background-image:url(images/semi_opaque_portfolio.png);
	padding:8px;
	color: #333333;
	background-repeat: no-repeat;
	margin-bottom: 12px;
	margin-right: 12px;
}
.inset_portfolio_right {
	float:left;
	width: 341px;
	height: 104px;
	background-image:url(images/semi_opaque_portfolio.png);
	padding:8px;
	color: #333333;
	background-repeat: no-repeat;
	margin-bottom: 12px;
}
.img_float_right {
	float:right;
	padding-left: 12px;
}
.img_flashgallery_float_right {
	float:right;
	margin: 0 0 12px 12px;
}
.img_portfolio {
	margin: 0 auto 60px auto;
}
.clearall {
	clear:both;
	width:auto;
	height:2px;
}
.logo_panel {
	height:auto;
	float:right;
	padding:12px 12px 12px 0;
	background-color: #EEEEEE;
	width:216px;
}
.media_thumb {
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 70px;
}
.img_fp_text {
	float:right;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 250px;
/* -------------adjust the column width for the main front page text----------------------------------- */
	margin-left: 90px;
	}
