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

											Custom Styles

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


#container {
	background: #fff;
	margin: 0 auto;
	width: 940px;
}
	
#branding {
	background: url('../images/design/header.jpg') top left no-repeat;
	height: 258px;
}

#branding h1,
#contact-left, #contact-right {
	margin: 0;
	position: absolute;
}

#branding h1 {
	left: 10px;
	top: 10px;
}

#branding h1 a{
	display: block;
	height: 160px;
	width: 730px;
	outline: none;
	text-indent: -5000px;
	margin: 40px 0 0 0;
	padding: 0px;
	text-decoration: none;
}

#branding ul{
	width: 610px;
	margin: 0 auto;
	padding: 0;
}

#branding li{
	float: left;
	list-style-type: none;
	margin-left: 10px;
	margin-right: 5px;
	_margin-left: 5px;
	_margin-right: 0mwpx;
	color: #fff;
	line-height: 40px;
	font-style: italic;
	font-weight: bold;
}

#branding li strong{
	font-style: normal;
	padding-left: 6px;
	font-weight: normal;
}

#columns {
	background: url(../images/design/center.jpg) no-repeat left top;
	overflow: hidden;
	padding: 0px 20px 0 0px;;
	position: relative;
	z-index: 1;
	height: 254px;
	overflow: hidden;
}

#leftcol, #leftcol-bot{
	float:left;
	position:relative;
	width:233px;
	z-index:2;
}

#leftcol-bot{
	margin: 0;
	padding: 20px 0 60px 0;
	background: url('../images/design/cc.jpg') bottom center no-repeat;
}

#leftcol-bot ul{
	background: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
}

#leftcol-bot li{
	font-size: .9em;
	line-height: 1.4em;
}

#leftcol-bot h3{
	color: #4a4a4a;
	text-transform: uppercase;
	border-top: 2px solid #ccc;
	padding-top: 5px;
	padding-left: 10px;
}

#leftcol-bot p{
	border-bottom: 2px solid #ccc;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: .9em;
	line-height: 1.2em;
}

#rightcol, #rightcol-bot {
	float:right;
	position:relative;
	width:695px;
	z-index:1;
}

#rightcol-bot{
	padding-left: 20px;
	padding-top: 20px;
	width: 675px;
}

h2.top{
	padding-right: 145px;
	line-height: 1.2em;
	background: url('../images/design/aff-top.jpg') top right no-repeat;
	height: 134px;
}

h2.top span{
	color: #3558b0;
}

#rightcol a{
	color: #000;
	font-weight: bold;
	font-size: 1.3em;
}

.logos {
	text-align: center;
}

.logos img {
	padding: 5px;
	vertical-align: middle;
}

#content{
	padding: 20px 0;
	clear: both;
	height: auto;
}

/******* Article Includes**********/

#articles {
	width:auto;

	text-align:left;
	background:#fff;
	padding:10px;
	margin:0 0 10px 10px;
	border-top:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	color:#4a4a4a;
}
#articles span{
display:block;
font-size: 1.5em;
padding:10px 0 10px 0;
font-weight:bold;
font-family: Georgia;
}
#articles ul{
	list-style-type: none;
	margin:0 4px 0 30px;padding:0;
	background:#FFF;
	width:auto;
}
#articles li{
	list-style-type: none;
	margin:0;padding:0;
}
#articles a{
	color:#6698DC;
	text-decoration:underline;

}
#articles a:hover{
	text-decoration:none;
}
#articles img {
	padding:0;
	margin: 0 0 25px 0;
}
/* image gallery */

.project {
float:left;
display:block;
width:270px;
margin: 5px 10px;
padding:10px;
text-align:center;
border: 2px solid #CCC;
}
.project p {
text-align:center;
color:#4a4a4a;
font-size:.82em;
}

.project img {
width:250px;
height:188px;
border:1px solid #CCC;
padding:2px;
margin:0;
}
