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

											Custom Styles

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


#container {
	background: #fff;
	margin: 0 auto;
	width: 962px;
	margin-bottom: 20px;
}
	
#branding {
	background: #eee;
	height: 132px;
	background: url('../images/design/header.jpg');
}

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

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


#branding h2{
	font-size: 1.3em;
	right: 50px;
	top: 100px;
}

#branding h2 a{
	display: block;
	color: #5bb4e5;
}

#contact-info {
	right: 40px;
	text-align: right;
	top:33px;
	font-size: 1.2em;
	line-height: 1.7em;
}

#contact-info a{
	font-weight: bold;
}

#contact-info strong{
	font-weight: normal;
}

#contact-info .phone {
	display: block;
	font-size: 1.6em;
	color: #44687d;
}

#columns {
	background: #fdfdfb url(../images/design/column-bg.jpg) repeat-x left bottom;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

#leftcol {
	float:left;
	position:relative;
	width:176px;
	z-index:2;
	margin-left:3px;
}

#rightcol-top{
	float: right;
	width: 743px;
	height: 23px;
	background: url('../images/design/content_01.jpg') top left no-repeat;
	position:relative;
}

#rightcol {
	float:right;
	position:relative;
	z-index:1;
	background: url('../images/design/content_02.jpg') top left repeat-y;
	width: 743px;
	/*min-height:540px;
	_height:auto !important;
	_height:540px;*/
	margin-bottom: 20px;
}

#rightcol-bottom{
	width: 743px;
	height: 20px;
	background: url('../images/design/content_03.jpg') top right no-repeat;
	position:relative;
	float: right;
}

#rightcol-inner{
	padding: 0 30px 30px 30px;
	min-height:567px;
	_height:auto !important;
	_height:567px;
}
.home #rightcol-inner{
	padding: 0 30px 30px 30px;
	min-height:367px;
	_height:auto !important;
	_height:367px;
}
#rightcol-inner h2{
	color:#F4F100;
	margin-bottom: 8px;
}
#rightcol-inner li{
	list-style-type: square;
}

#fc-left{
	padding-right: 200px;
	margin-right: 30px;
	background: url('../images/design/aff.jpg') top right no-repeat;
}

#callout{
	width: 742px;
	height: 301px;
	margin-left: 1px;
	background: url('../images/design/callout-bg.jpg');
}

#callout ul, #callout li{
	margin: 0;
	padding: 0;
}

#callout ul{
	list-style-type: none;
}

#callout li{
	float: left;
	padding-left: 4px;
}

#callout li a{
	width: 180px;
	display: block;
	text-align: center;
	padding-top: 248px;
	color: #f9f49b;
	text-decoration: none;
	font-size: 1.6em;
	_font-size: 1.4em;
}

#callout li a:hover{
	text-decoration: underline;

}

#callout li strong{
	background: url('../images/design/callout-arrow2.jpg') left center no-repeat;
	padding-left: 17px;
	font-family: Arial Narrow;
	font-weight: normal;
}

#callouts ul{
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
}

#callouts li {
	background: url('../images/design/callout-left.gif');
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 103px;
}

#callouts li.last {
	margin: 0;
}

#callouts .content {
	padding: 15px 10px 0 20px;
}

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

#callouts h3 {
	font-weight: bold;
	background: url('../images/design/callout-arrow.jpg') left center no-repeat;
font-size: 1.3em;
text-transform: none;
}

#callouts,
#callouts h3 a {
	color: #5bb4e5;
}

#callouts a {
	text-decoration: none;
	color: #333;
}

#callouts p{
	line-height: 1.2em;
	padding-top: 4px;
}

#callouts h3, #callouts p{
	padding-left: 15px;
}

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

.logos {
	text-align: center;
}

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

blockquote td img, blockquote td {
	padding:0;
	margin: 0 20px 0 0;
}
blockquote td p {
	padding:0;
	margin:0 0 5px 0;
}

/* Gallery page */

.portfolio .img img {
	margin-right: 5px;
}

.portfolio div.img {
	margin-bottom: 30px;
}
div #captcha-error,
div[id^="captcha-error_"]{
    color:#fff;
	display:block;
	width:60%;
	background-color:red;
	padding:4px;
	margin-top:5px;
}