#messenger_montage{float:right;border:0px #ff6600 solid;}

#ptmMontage{height:120px;margin-top:10px;}

body{text-align: center; font-family: arial; margin:0px;}

p, li{font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #333;}

#container {width:990px;text-align:left; margin:10px auto 0 auto;border:#cccccc solid 1px;background:#FFFFFF; background:url('../images/background.jpg') repeat-x;}

#header {border:0px solid #11485e;width:100%;height:180px;}

#content_container {overflow:hidden;width: 100%;}

#hmenupanel {width:990px;background:#aa8b75; height: 45px; padding-left:20px;border-top:#aa8b75 solid 10px;border-bottom:#aa8b75 solid 5px;margin:0 auto 0 auto;}

.bullet{background:url('../images/dot.gif') no-repeat top;width:10px;}

#footer_sub{
	text-align:left;
	width:100%;
	float:left;
}

#client_details {padding:10px 0px 0px 0px; font-size: 11px; line-height:18px;color: #1864a0; text-decoration:none;}

#client_details a { font-size: 11px; line-height:18px;color: #1864a0; text-decoration:none}

.portfolio_column_1{
	float:left;
	border-left:solid 1px #e4e4e4;
	border-right:solid 1px #e4e4e4;
	width:297px;
}

.portfolio_column_2{
	float:right;
	border-right:solid 1px #e4e4e4;
	width:326px;
}

.portfolio_item{
	text-align:center;
	border-top:solid 1px #e4e4e4;
	padding:5px 0px;
}

.portfolio_item a{
	font-size: 10px; color: #1864a0; text-decoration:none;font-weight:bold;
}
.portfolio_item img{
	padding-bottom:10px;
}


#content{
	vertical-align:top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	border:0px solid #cccccc;
	min-height:350px; 
    overflow: hidden;
	padding:10px;
}

#content hr{color:#cccccc;height:1px;}


/*////////////////////////*/
/* Component Styles */
/*////////////////////////*/


.errorMessage {background: red; color: white; padding: 5px;}

	
/*////////////////////////*/
/* Error Message Boxes    */
/*////////////////////////*/

#error_message_box, .errorMessage{background: red; color: white; padding: 5px;}
#message_box {background:blue; color: white; padding: 5px;}

/*////////////////////////*/
/* sb login form styling  */
/*////////////////////////*/
/*********** login form styles */
#loginform
    {
    width: 180px;
    float: left;
    margin: 40px 0;
    font-size: 9pt
    }

#loginform *
    {
    font-family: Verdana;
    font-size: 96%;
    }

#loginform label
    {
    width: 10em;
    }

#loginform label.error
    {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
    }

#loginform p
    {
    clear: both;
    }

#loginform em
    {
    font-weight: bold;
    padding-right: 1em;
    vertical-align: top;
    }

#loginform.error
    {
    color: red
    }

/*  NEWS SUMMARY styles */

	#news_summary_holder{ border:#898989 solid 1px; float:right; background-color:#FFFFFF}
	
	.news_summary_heading{ color:white; background:#aa8b75; padding:5px; text-align:center; font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight:bold;}
	
	.news_summary_item{ background:url(../images/dot.gif) no-repeat 0px 3px; border:#000000 0px solid; padding:5px 2px 5px 10px; border-bottom:solid 1px #efefef;}

	.news_summary_item:hover{background-color:#efefef}
		
	.news_summary_item a{line-height:12px; font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #7F7F7F; text-decoration:none; vertical-align:top}
	
	.news_summary_more{padding:1px 10px 1px 1px; text-align:right;}
	
	.news_summary_more a{line-height:12px; font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #ff6600; text-decoration:none; vertical-align:top; font-weight:bold;}

/* end NEWS SUMMARY styles */

/* USEFUL LINKS */
	.useful_links_heading{color:white; background:#898989; padding:5px; text-align:center; font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight:bold;}
		
/* end */

/* form layout & validation styles */
.form_heading{
	font-size: 12px; color: #417824;font-weight:bold;padding:5px;background:#CCC;
}
label{
	width: 4em;
	float: left;
	text-align:right;
	margin-right: .5em;
	padding:.2em .7em 0 0;
	display: block;
}
form em{
	font-size:9px;
}
input{
	color: #781351;
	background: #eeeeee;
	border: 1px solid #cccccc;
	width:180px;
}
#Submit{
	width:100px;
}
#catchpa{
	width:30px;
}
textarea{
	color: #781351;
	background: #eeeeee;
	border: 1px solid #cccccc;
}

fieldset{
	margin-left:14em;
	border: 1px solid #781351;
	width: 40em;
	padding:0px;
}
fieldset input{
	border: 1px solid #781351;
	padding:0px;
	width:12em;
	float:left;
}	
fieldset label{
	border: 1px solid #781351;
	float:left;
}	
legend{
	color: #000;
	padding:0px 0px;
	margin:0;
} 

.form_button{
	color: #781351;
	background: #eeeeee;
	border: 1px solid #cccccc;
	float:right;
}
#required_notation{
	float:left;
	padding-left:20px;
	background:url('../images/req.gif') no-repeat left;
}
	
.required{
	background:url('../images/req.gif') no-repeat right;
}

.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}

/* pure CSS arrow */
.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:#FFFE36 transparent transparent;

	/* positioning */
	position:absolute;
	bottom:-22px;
	left:0px;
}
.errorMessage {background: red; color: white; padding: 5px;}




