@charset "utf-8";
/* CSS Document */

html {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	min-width: 760px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color:#818285;
	line-height: 115%;
	color: #ffffff;
 }
 
#wrapper{
	width: 784px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
}

#cnt_wrapper{
	width: 766px;
	float:left;
}

#cnt_panel {
	text-align: left;
	width: 766px;	
	background-image:url(../images/cnt_panel.gif);
	background-repeat:repeat-y;
 }
 
 #cnt_panel_bottom {
 	width:766px;
	height: 75px;
	background-image:url(../images/cnt_panel_bottom.gif);
	background-repeat:no-repeat;
 }
 
 #nav_bar{
 	width: 766px;
	height: 73px;
	padding: 0px;
	margin: 0px;
 }
 
 #header{
 	width: 766px;
	height: 76px;
	padding: 0px;
	margin: 0px;
	/*background-image:url(../images/header.jpg);
	background-repeat:no-repeat;	*/
 }
 
 #shading_wrapper{
 	width:9px;
	padding:0px;
	margin:0px;
	float:left;
 }
 
 #left_shading{
 	width:9px;
	padding:0px;
	margin:0px;	
	background-image:url(../images/left_shading.png);
	background-repeat:repeat-y;
	height:616px;
}

#left_shading_bottom{
	height:20px;
	width:9px;
	background-image:url(../images/left_shading_bottom.png);
	background-repeat:no-repeat;
}

#right_shading_bottom{
	height:20px;
	width:9px;
	background-image:url(../images/right_shading_bottom.png);
	background-repeat:no-repeat;
}

 #right_shading{
 	width:9px;
	padding:0px;
	margin:0px;	
	background-image:url(../images/right_shading.png);
	background-repeat:repeat-y;
	height:616px;
}

#left_col{
	width:244px;
	padding: 15px;
	float:left;
}

#main_content{
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	width:460px;
	float:right;
}

.clear{
	clear:both;
}

h1{
	text-transform:uppercase;
	text-align:center;
	padding-bottom:0;
	color:#ffffff;
}

h2{
	text-transform:uppercase;
	text-align:center;
	padding-bottom:0;
	color:#ffffff;
}

h3{
	text-transform:capitalize;
	padding-bottom:0;
	color:#ffffff;
}

#clientTable{
	width:440px;
}

#clientTable #firstCol{
	float:left;
	width:220px;
}

#clientTable #secondCol{
	float:left;
	width:220px;
}

#main_content a{
	color:#FFFFFF;
	text-decoration:underline;
}

#main_content a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#footer{
	margin-top:-5px;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

#columnWrapper{
	width:459px;
}

#columnWrapper .col_cnt{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
}

img { 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...); 
} 

#columnWrapper #col1{
	width:150px;
	float:left;
	padding-right:2px;
}

#columnWrapper #col2{
	width:150px;
	float:left;
	padding-right:2px;
}

#columnWrapper #col3{
	width:150px;
	float:left;
}

.colMiddle{
	width:150px;
	background-image:url(../images/colMiddle.png);
	background-repeat:repeat-y;
	font-size:11px;
	height: 210px;
	
}

.colFooter{
	width:150px;
	height:15px;
	background-image:url(../images/colBottom.png);
	background-repeat:no-repeat;
}

.colHeader{
	width:150px;
	height:55px;
}

.learnMore{
	float:right;
	padding-right:13px;

}

.largeText{
	font-size:15px;
	text-align:center;
}
