body {
	background-image: url(../images/BGswirl_1.jpg);
	background-repeat: repeat-y;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}

#splash {
	text-align: center;
}


#portfolio ul {
	padding: 0;
	margin: 0;
	zoom: 1;
	list-style-type: none;
}

#portfolio ul:after {
	content:"";
	display: block;
	clear: both;
}

#portfolio ul li {
	padding: 0;
	margin: 0;
	float: left;
	width: 111px;
	height: 110px;
	text-align: left;
	font-weight: bold;
	font-size: 0.8em;
	color: #666666;
}

#portfolio ui li img { padding-bottom: 0.5em; }
#portfolio ul li span { font-weight: normal; }

.portfolioBar {
	background-color: #000;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 2px 2px 5px;
	margin: 5px 0px;
}

.portfolioItem
{
	float: left;
	width: 111px;
	padding: none;
	margin: none;
	text-align: center;
}




#container {
	width: 780px;
	margin: 0 auto;

	padding: 0px 60px 20px 60px;
	background: url(../images/repeating-bg.png) repeat-y;

}




#header {
	height: 73px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 9px;
	margin-bottom: 10px;
}

#header h1 {
	margin: 0;
	padding: 0;
	background: url(../images/Meta_Top_Logo.jpg) no-repeat;

	width: 132px;
	height: 73px;
	text-indent: -10000px;
	float: left;

}
#header ul.mainmenu {
	float: right;
	margin-top: 0;
	padding-top: 58px;
	bottom: 0px;
}

#header ul.mainmenu li {
	display: inline-block;
	padding: 0 7px 0 4px;
	border-right: 1px solid #333;
	margin: 0;
	line-height: 12px;

}
#header ul.mainmenu li.last {
	border: none;
	padding-right: 0;

}

#footer {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-align: center;
	padding: 10px;
	font-size: 10px;

}

#pagefooter {
		background:  url(../images/Bottom-cap-shadow.png)  no-repeat;
		width: 900px;
		height: 21px;
		margin: 0 auto;

}


#content h2 {
	color: #333;
	font-size: 16px;
}

#content strong {
	color: #c00;
}



a:link, a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}

h2 {
	color: #333;
	font-size: 16px;
}
h3 {
	font-size: 14px;
	text-transform: capitalize;

}
h4 {
	font-size: 12px;
	text-transform: capitalize;
	font-weight: strong;
}

h4.red, h4 .red {
	color: #C00;
}


.clientDesc {
	font-size: 10px;
	color: #666;
}



.formfield {
	border: 1px solid #ccc;
	background-color: #fcfcfc;
}

.error {
	color: #b13838;
}
span.error {
	margin-left: 2px;
}

.req { color: #b13838; }

div.question {
	padding: 4px;
}


.inlineimage {
	margin: 10px;
	float: left;
}

h2, h3 {
clear: both;
}

img.side {
	float: right;
	margin: 0 0 10px 20px;
	border: 4px solid #dbdbdb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


.nomb { margin-bottom: 0; }
.nomt { margin-top: 0; }

.hide { display: none !important; }
