body {
	text-align:center; 
	font-size:62.5%;
	font-family:arial;
	color:#4b575f;
}
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px;
	font-size:100%;
	overflow:scroll;
}
#outerwrapper {
	margin:0px auto;
	width:1000px;
	text-align:left;
	
}
#wrapper {
	width:1000px;
	float:left;
	font-size:1.1em;
	min-height:100px;
	
}
#masthead {
	height:144px;
	width:1000px;
	float:left;
	margin-bottom:0px;
	background:url(../../images/masthead_bg.jpg) repeat-x left top;
	position:relative;
}
#content {
	float:left;display:inline;
	margin:30px 0 0 50px;
	width:900px;
	min-height:400px;
}
#footer {
	float:left;
	clear:both;
	width:1000px;
	/*height:98px;*/
	height:auto;
	margin:10px 0 0 0;
	/*
	background:url(../../images/ukawp.jpg) no-repeat 785px 0;
	*/
	
}
#social {
	float:left;
	clear:both;
	width:900px;
	min-height:10px;
	height:98px;
	margin:10px 0 0 50px;
	background:url(../../images/ukawp.jpg) no-repeat right center;
}
#social ul {
	list-style:none;
}
#social li, #social li a {
	float:left;display:inline;
	margin:0 10px 0 0;
	padding:0;
}

#loading {
  	width:70px;
  	height:25px; 	
  	line-height:25px;
  	position:absolute;
  	top:155px;
  	left:565px;
    display:none;
    background:url(../../images/core/ajax-loader.gif) no-repeat right center;
    font-size:0.9em;
    font-style:italic;   
}
.leftA, .midA,.rightA, .leftB, .rightB, .leftC, .rightC, .midC, .midC-sub, .leftD, .rightD {
	float:left;display:inline;
	width:219px;
	min-height:100px;
	margin-right:30px;
	
}
.midA {
	width:402px;
	min-height:100px;
}
.rightA, .rightC {
	/*width:195px;*/
	min-height:100px;
	margin-right:0;	
}
.leftB {
	width:673px;
}

.rightB {
	width:197px;
	float:left;
	margin:26px 0 0 0;
}
.leftC, .midC, .midC-sub, .rightC {
	width:202px;
}
.rightC {
	width:204px;
}
.leftD {
	width:515px;
	margin-right:190px;
}
.rightD {
	width:195px;
	margin:0;
}

.quote {
	font-size:1.1em;
	color:#a05599;
	width:380px;
	margin-bottom:15px;
}


/*************************************************************/

.req {
	color:#bd0b0f;
}
.errors, .success {
	background:#a05599;
	padding:10px 10px 1px 10px;
	margin-bottom:10px;
}

.underline {
	border-bottom:1px solid #fff;
}
.standout {
	color:#a05599;
}
.line {
	text-decoration:underline;
}
.large {  /* for paragraphs */
	font-size:1.2em;
}
.nobottommargin {
	margin-bottom:0px;
}
.bottommarginA {
	margin-bottom:25px;
}
.clear {
	clear:both;
}
.leftAlbum {
	float:left;display:inline;
	margin:0 20px 0 0;
	
}
/*************************************************************/
h1 {
	font-size:1.5em;
	margin-bottom:10px;
	clear:both;
	color:#a05599;
}
h2 {
	font-size:1.2em;
	margin-bottom:10px;
	clear:both;
}
p {
	margin-bottom:8px;
}
p.header {
	background:#a05599;
	color:#fff;
	margin:0;
	padding:5px;
}	
p.underline {
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}
p.breadcrumb {
	font-size:1em;
}
p.pagination {
	text-align:right;
}
p.detailPagination {
	text-align:right;
	clear:both;
}
p.center {
	text-align:center;
}
p.imagelink {
	font-size:1.2em;
	text-transform:uppercase;
	color:#a05599;
}
p.imagelink a {
	color:#a05599;
}

.errors p, .success p {
	color:#fff;
}
a {
	text-decoration:none;
	color:#414141;
}
a:hover {
	text-decoration:underline;
}

a.selected {
	color:#a05599;
}
a.logo {
	float:left;display:inline;
	margin:30px 0 0 0;
}
a.call {
	float:right;display:inline;
	margin:28px 46px 0 0;
}
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
img {
	border:none;
}
/**************************************************************/
.search_results {
	clear:both;
}
ul.searchResults {
	list-style:none;
}
ul.searchResults li, ul.searchResults li a {
	float:left;display:inline;
}
ul.searchResults li a {
	margin-right:10px;
}
/***************************************************************/
form {
	background:#d1adce;
	padding:10px;
	margin-bottom:10px;
}

label {
	float:left;
	width:130px;
	line-height:20px;
	margin-right:10px;
}
input,select, textarea {
	border:1px solid #747474;
	background:#fff url(../../images/core/inputBG.jpg);
}
input, textarea {
	width:200px;
	padding:0 2px 0 2px;
}
input.checkbox {
	background:none;
	width:20px;
	border:none;
	margin-left:10px;
}
textarea {
	height:100px;
}
input.btn {
	width:auto;
}
p.indent {
	margin-left:142px;
}
/*-----------------------------------*/
form.signup {
	padding:5px 5px 10px 5px;
}
form.signup p {
	margin:0;
	line-height:20px;
}
form.signup label {
	float:left;
	width:auto;
}
form.signup p.btn {
	margin:7px 0 0 0;
}
form.signup input {
	width:195px;
}
form.signup input.btn {
	width:auto;
}
/*---------------------------*/
form.search {
	float:left;
}
form.search input {
	width:160px;
}
form.search input.btn {
	width:auto;
}
/*------------------------ lists -----------------*/
#footer ul {
	list-style:none;
	/* line-height:98px;
	padding-top:40px;*/
	padding-left:50px;
	float:left;
	margin-bottom:20px;
	width:900px;
}
#footer li, #footer li a {
	float:left;display:inline;
	margin-left:10px;
	float:right;
}

#footer li.first {
	margin:0 270px 0 0;
	margin:0 190px 0 0;
	margin:0;
	float:left;
}
#footer p {
	clear:both;
	margin:0 0 6px 0;
	padding-left:50px;
}
dl.albumListing {
	border-bottom:1px solid #a05599;
	width:900px;
	float:left;
	padding-bottom:8px;
	margin-bottom:10px;
}
dl.albumListing dt {
	float:left;display:inline;
	margin:0 20px 0 0;
}
dl.albumListing dd {
	float:left;
	width:755px;
}
dl.albumListing dd p {
	margin-top:10px;
}

/*------------------------images -----------------*/
img.whatwedo {
	margin-bottom:20px;
}

/*--------------------- 404 error page ----------*/
#error #content {
	background:#fff;
	width:100%;
	margin:0;
}
#error404 {
	margin:20px auto 20px;
	height:321px;
	width:701px;
	background:url(../../images/core/error404.jpg) no-repeat center top;
	
}
#errorContainer {
	float:left;
	margin:70px 0 0 96px;
	display:inline;
	
}
