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

											Custom Styles

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


#container {
	background: #fff;
	margin: 0 auto;
	width: 960px;
}
	
#branding {
	background: #fff url('../images/design/header.jpg');
	height: 194px;
	width: 960px;
}

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

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

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

#contact-info {
	right: 30px;
	text-align: right;
	top: 20px;
	color: #848484;
}

#contact-info .phone {
	display: block;
	font-size: 2.5em;
	color: #001853;
	padding-top: 3px;
}

#contact-info .phone2 {
	display: block;
	font-size: 2em;
	color: #001853;
	padding-bottom: 5px;
	padding-top: 12px;
}

.phone span{
	font-size: .7em;
}

strong.phone{
	font-weight: normal;
	line-height:;
	margin-bottom: 4px;
}

#contact-info a.email{
	color: #D93A17;
	font-size: 1.1em;
	text-decoration: none;
}

#contact-info a:hover{
	text-decoration: underline;
}

span.request{
	position: absolute;
	display: block;
	width: 200px;
	top: 130px;
	right: 3px;
	font-size: 1.16em;
}

span.request a{
	color: #fff;
	text-decoration: none;
}

span.request a:hover{
	text-decoration: underline;
}

span.normtext{
	letter-spacing: 7px;
	font-size: 1.13em;
}

span.normtext em{
	letter-spacing: 0px;
	font-style: normal;
}

p.license{
	position: absolute;
	display: block;
	top: 162px;
	left: 45px;
	font-size: 1.1em;
    color: #000;
}

#columns {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#leftcol {
	float:left;
	position:relative;
	width:300px;
	z-index:2;
	padding-left: 12px;
}

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

#callout{
	width: 618px;
	height: 286px;
	background: url('../images/design/callout.jpg') no-repeat;
	margin-top: 10px;
}

#callout p{
	font-style: italic;
	color: #fff;
	text-align: center;
	padding-top: 18px;
	font-size: 1.35em;
	font-family: Trebuchet;
}

#rightcol-inner{
	padding: 20px 10px;

}
.home #rightcol-inner{
	padding: 0 10px 20px 10px;
	margin-top: -20px;
}

#callouts ul {
	list-style-type: none;
	padding: 0;
	background: url('../images/design/callouts-bg.jpg');
	height: 252px;
	margin: 0;
}

#callouts li {
	float: left;
	height: 74px;
	width: 100%;
	padding-top: 7px;
	list-style-type: none;
}


#callouts li.first {
	padding-top: 9px;
}

#callouts li.last {
	padding-top: 4px;
}

#callouts .content {
	padding-left: 35px;
	padding-right: 70px;
	line-height: 1.3em;
}

#callouts h3,
#callouts p {
	margin: 0;
}

#callouts h3{
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 3px;
}

#callouts h3 a{
	color: #ff091b;
}

#callouts p a{
	color: #fff;
}

#callouts,
#callouts a {
	color: #262626;
}

#callouts a {
	text-decoration: none;
	display: block;
	width: 100%;
}

#callouts li a:hover {
	text-decoration: underline;
}

.logos {
	text-align: center;
}

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