/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/


#container {
	background: #fff;
	margin: 0 auto;
	width: 928px;
	padding:0 0 30px 0;
	background:  url('../images/design/footer.jpg') bottom left no-repeat;
}
	
#branding {
	height: 179px;
	background: url('../images/design/header.jpg');
}

#branding h1,
#contact-info {
	margin: 0;
	position: absolute;
}

#branding h1 {
	left: 10px;
	top: 10px;
}

#branding h1 a{
	display: block;
	height: 80px;
	width: 300px;
	outline: none;
	text-indent: -5000px;
	margin: 0;
	padding: 0px;
	position: absolute;
	text-decoration: none;
	top: 60px;
}

#contact-info {
	right: 50px;
	text-align: center;
	top: 55px;
	color: #fff;
	font-weight: bold;
}

#contact-info .phone {
	display: block;
	font-size: 1.6em;
	color: #fff;
}

#contact-info a {
	color: #fff;	
}

#columns {
	background: url(../images/design/columns-bg.jpg) repeat-y left top;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#leftcol {
	float:left;
	position:relative;
	width:245px;
	z-index:2;
	padding-left: 15px;
	padding-top: 22px;
}
	
#rightcol {
	float:right;
	position:relative;
	width:640px;
	z-index:1;
	padding-top: 20px;
	padding-right: 20px;
}

#callouts ul {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
}

#callouts li {
	background: url('../images/design/callouts-bg.jpg') top left no-repeat;
	float: left;
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
	display: block;
	width: 221px;
	height: 133px;
}

#callouts li.last {
	margin: 0;
}

#callouts .content {
	padding: 10px 12px;
}

#callouts h3,
#callouts p {
	margin: 0;
}

#callouts h3 {
	font-weight: bold;
	color: #d50808;
	font-style: italic;
	font-size: 1.4em;
	padding-left: 15px;
	padding-top: 3px;
}

#callouts,
#callouts a {

}

#callouts a {
	text-decoration: underline;
}

#callouts li a:hover {
	text-decoration: none;
}

#callouts p{
	margin-top: 6px;
}

#callouts p a{
	color: #fff;
	font-size: 1em;
	line-height: 1.3em;
	text-decoration: none;
}

#callouts img{
	padding-left: 30px;
}

#license{
	padding: 0 20px;
	text-align: center;
	width: 180px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#license h3{
	font-style: normal;
}

#license p{
	font-style: italic;
}

.logos {
	text-align: center;
}

.logos img {
	padding: 5px;
	vertical-align: middle;
}