/*--------------------------------------------
copyright: ALT Consultancy
developer: Andrew Tomkinson
email:     contact@altconsultancy.co.uk
website:   http://www.altconsultancy.co.uk
--------------------------------------------*/

body {
	margin: 0px;
	padding: 0;
	background: #767676 url(images/background.jpg) repeat-x left top;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h2 {
	margin: 0px;
	padding: 0;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #252525;
	text-align: left;
	font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #767676;
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}

img {
	border: none;
}

#header-line {
	width: 960px;
	height: 10px;
	color: #777777;
	margin: 10px auto 10px auto;
}

.header-line-left {float: left; width: 500px; text-align:left;}
.header-line-right {float: right; width: 460px; text-align:right;}

.header-line-right a:link {color: #777777; text-decoration: none;}
.header-line-right a:visited {color: #777777; text-decoration: none;}
.header-line-right a:hover {color: #FFFFFF; text-decoration: underline; }
.header-line-right a:focus {color: #777777; text-decoration: none;}
.header-line-right a:active {color: #777777; text-decoration: none;}

#footer-line {
	width: 960px;
	color: #040404;
	margin: 10px auto 10px auto;
}

#page {
	width: 960px;
	margin: 0px auto 10px auto;
	padding: 0px;
	/*background: url(images/middle-bg.gif) repeat-y left top;*/
	color: #252525;
}

#page-bgtop {
	background: url(images/top-bg.gif) no-repeat left top;
	height: 22px;
}

#page-middle {
	background: #FFFFFF repeat-y;
}


#page-bgbtm {
	background: url(images/bottom-bg.gif) no-repeat left bottom;
	padding: 0px 20px;
	height: 22px;
}

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.content-wrapper {
	width: 100%;
	margin: auto 30px auto 30px;
	padding: 0px;
}

#main-content {
	margin-bottom: 15px;
}

#footer {
	padding-bottom: 15px;
}

#header-wrapper {
	width: 100px;
	padding-left: 30px;
	padding-bottom: 20px;
}

#menu-bar {
	
	height: 44px;
	padding-top: 15px;
	background: url(images/menu-bar.gif) no-repeat left top;
	color: #FFFFFF;
	font-size: 12px;
	
}

#menu-bar a:link {color: #FFFFFF; text-decoration: none;}
#menu-bar a:visited {color: #FFFFFF; text-decoration: none;}
#menu-bar a:hover {color: #FFFFFF; text-decoration: underline; }
#menu-bar a:focus {color: #FFFFFF; text-decoration: none;}
#menu-bar a:active {color: #FFFFFF; text-decoration: none;}

.content-left {

	width: 300px;
	background-color: #CC9933;

	margin-top: 50px;


}

.content-center {

	width: 300px;
	background-color: #009900;
	float: left;


}

.content-header {
	
	color: #252525;
	font-size: 18px;
	
}

.vdiv {

	background: url(images/v-divider.gif);

}

#footer-top-bg {
	background: url(images/footer-top-bg.gif) no-repeat left top;
	height: 15px;
}

#footer-middle-bg {
	background: url(images/footer-middle-bg.gif);
	width: 900px;
}

#footer-bottom-bg {
	background: url(images/footer-bottom-bg.gif) no-repeat left bottom;
	padding: 0px 0px 0px 0px;
	padding-top:0px;
	height: 15px;
}

#footer-middle-bg table

{
	text-align: left;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left:15px;
}

.footer-bold { font-weight:bold;}

#footer-middle-bg a:link {color: #FFFFFF; text-decoration: none;}
#footer-middle-bg a:visited {color: #FFFFFF; text-decoration: none;}
#footer-middle-bg a:hover {color: #FFFFFF; text-decoration: underline; }
#footer-middle-bg a:focus {color: #FFFFFF; text-decoration: none;}
#footer-middle-bg a:active {color: #FFFFFF; text-decoration: none;}

#action-bar {
	
	height: 44px;
	padding-top: 12px;
	background: url(images/action-bar.gif) no-repeat left top;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#action-bar a:link {color: #FFFFFF; text-decoration: underline;}
#action-bar a:visited {color: #FFFFFF; text-decoration: none;}
#action-bar a:hover {color: #FFFFFF; text-decoration: none; background-color:#666666; }
#action-bar a:focus {color: #FFFFFF; text-decoration: none;}
#action-bar a:active {color: #FFFFFF; text-decoration: none;}

/* CONTENT TABLE LAYOUT */

.content-table {
	width: 900px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.content-table p {
	line-height: 1.8em;
	font-size: 12px;
}

.content-table-left {
	width: 430px;
	vertical-align: text-top;
}

.content-table-middle {
	width: 40px;
}

.content-table-right {
	width: 430px;
	vertical-align: text-top;
}
