body {
	margin: 0;
	text-align: center;
	line-height: 100%;
	background-color: #FAF9FB;
	background-image: url(../media/body_bg_int.jpg);
	background-repeat: repeat-x;
	height: 100%;
}
/* for IE */
* html body {
	height: 100%;
	text-align: center;
}


/*  BASIC TEXT FORMATING */

p {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

h1 {
	color: #1B537F;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 10px 8px 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B537F;
	text-align: left;
	background-image: url(../media/h1.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 22px;
}

h2 {
	color: #1B537F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0px 11px;
	text-align: left;
}

h3 {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #666;
	margin: 0;
	padding: 0px 10px 0px 11px;
	letter-spacing: -1px;
	text-align: left;
}

h4 {
	color: #800000;
	font-weight: lighter;
	font-size: 10.5pt;
	line-height: 14pt;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	letter-spacing: 1px;
	margin-right: 10px;
	margin-left: 10px;
	width: 90%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding: 0px 10px 0px 11px;
}
h5 {
	font-size: 20px;
	line-height: 0px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h6 {
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
}

a {
	color: #1370A1;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	color: #1995D6;
}
img{border:none;}

ul {
	margin: 2px 10px 5px 40px;
	padding:0;
	list-style-image: url(../_media/common_assets/arrow_main.gif);
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
ul li {
	margin:0;
	padding:0 0 8px 0;
	list-style-image: url(../media/li.gif);
	}
	
ol {
	margin: 2px 10px 5px 20px;
	padding:0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
ol li {
	margin:0;
	padding:0 0 8px 0;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*  CSS Classes   */	


/*  BORDER CLASS STYLES */

.border {
	padding: 5px;
	border: solid 1px #cccccc
	}

.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	}
	
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
	
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
/*  IMAGE PADDING */
	
.image_right {
	float: right;
	border: 1px solid #1B537F;
	margin-left: 8px;
	margin-bottom: 4px;
	background-color: #76A4BE;
	padding: 2px;
}
.image_left {
	float: left;
	border: 1px solid #1B537F;
	margin-right: 8px;
	margin-bottom: 4px;
	background-color: #76A4BE;
	padding: 2px;
}

.image_center {
	border: 1px solid #1B537F;
	background-color: #76A4BE;
	padding: 2px;
	margin-bottom: 0px auto 4px auto;
}

.module_right {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
	background-color: #F9FAFE;
	width: 300px;
	height: auto;
	border: 1px solid #1B537F;
	padding-top: 4px;
	padding-bottom: 4px;
}	
	
.module_left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
	background-color: #F9FAFE;
	width: 300px;
	height: auto;
	border: 1px solid #1B537F;
	padding-top: 4px;
	padding-bottom: 4px;
}	

.module_center {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #F9FAFE;
	width: 600px;
	height: auto;
	border: 1px solid #1B537F;
	padding-top: 4px;
	padding-bottom: 4px;
}	

.swf_right {
	float: right;
	border: 1px solid #1B537F;
	margin-left: 8px;
	margin-right: 10px;
	margin-bottom: 4px;
	background-color: #76A4BE;
	padding: 2px;
}
.swf_left {
	float: left;
	border: 1px solid #1B537F;
	margin-right: 8px;
	margin-left: 10px;
	margin-bottom: 4px;
	background-color: #76A4BE;
	padding: 2px;
}

/*  HIGHLIGHTED AREA */

.highlight {
	border: 1px solid #666666;
	background-color: #D7D7D7;
}
	
/*  TEXT ALIGNMENT */	
.center {
	text-align: center
	}

.left {
	text-align: left
	}

.right {
	text-align: right
	}

/*  DESIGN ELEMENTS */	

	
.dashed_line{
	width:90%;
	background-image: url(../_media/common_assets/dashed_line_main.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	}
	

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}
.container-testimonial h2{margin:10px 25px 0 15px; border-bottom:1px solid #1B537F;}
.testimonial{margin:10px 25px;}
.clear{clear:both;}
/*  End CSS Classes   */	


/*  CSS IDs   */	



/*------------- header section ----------------- */


#header_wrapper{

}

#header{
	text-align: center;
	margin: 0 auto;
	width: 825px;
	padding: 0;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/*------------- content section ----------------- */

#content_wrapper{
	width: 825px;
	margin: 0px auto 0px auto;
	padding: 7px 0px 7px 0px;
	background-color: #2A6C93;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-image: url(../media/mid_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	text-align: center;
}

#wrapper {
	width: 811px;
	margin: 0px 7px 0px 7px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}


/*------------- content main ----------------- */

#content_main{
	width: 620px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 8px 0px;
	background-color: #FFFFFF;
	min-height: 552px;
	text-align: left;
	float: right;
}




/*------------- content side ----------------- */


#content_side{
	width: 191px;
	height: 552px;
	min-height: 100%;
	background-image: url(../media/sidebar_bg.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #FFFFFF;
	background-position: left top;
	float: left;
}



#content_side p{
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 10px;
	color: #333333;
    }
	
#content_side h1 {
	color: #FFFFFF;
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: normal;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
    }
	
#content_side h2 {
	color: #1c82b1;
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: normal;
	padding-left: 15px;
	margin: 0px;
	padding-bottom: 5px;    
	
	}
	
#content_side ul {
	list-style-image: url(../_media/common_assets/dashed_line_sidebar.gif);
	list-style-type: none;
	line-height: 14px;
	}
	
#content_side li a {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	}
	
#content_side li a:hover {

	text-decoration: underline;
	
	}
	
#content_side hr {
    
    height: 1px;
    border-top: 1px solid #ABAFD1;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    margin: 1em 0;
    padding: 0;
}


#content_side .dashed_line{

	background-image: url(../_media/common_assets/dashed_line_sidebar.gif);

	}
	

#column1 {
	width: 300px;
	float: left;
	border-right: dotted 1px #1B537F;
}	

#column2 {
	width: 300px;
	float: right;
	border-left: dotted 1px #1B537F;
}

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: left;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #3e6586;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#footer{
	text-align: left;
	margin: 0 auto;
	width: 825px;
	padding: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../media/images/bottom.jpg);
	background-repeat: no-repeat;
}
#footer table tr td p {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18px;
}
#footer table tr td p a {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 18px;
	text-decoration: none;
}


#footer p{
	color: #000000;
	margin: 0;
	padding: 0 0 4px 0;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

#footer a {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	
}


#footer a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	background-color: #666;
}



/*------------- homepage section ----------------- */


#home_wrapper{
	background-image: url(../media/body_bg.jpg);
	text-align: center;
}

#home{
	text-align: center;
	margin:0px auto 0px auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	width: 825px;
}

#home p {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#home h1 {
	color: #FFFFFF;
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: bolder;
	margin: 10px 10px 8px 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	background-image: url(../media/hp_h1.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 22px;	
}

#home a {
	color: #FFFFFF;
	font-weight: bold;
}

#home a:hover {
	color: #1995D6;
}

#hp_footer{
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#hp_footer p{
	color: #000000;
	margin: 0;
	padding: 0 0 4px 0;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

#hp_footer a {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	
}


#hp_footer a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	background-color: #666;
}


/*------------- cases_study ----------------- */

.cases {
	width: 580px;
	height: auto;
	text-align: center;
	margin: 0px auto 0px auto;
	border: 1px solid #1B537F;
	background-color: #76A4BE;
	padding: 2px;
}
.padding {
	padding-left: 15px;
}

.copyright {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	
}
/*------------- seo locations ----------------- */

.separator {
	border-top:solid 2px #736638;
	margin:10px auto 10px auto;
	padding:0px;
	width: 550px;
}
.leftcoltext {
	width: 300px;
	float: left;
	border-right: dotted 1px #1B537F;
}	
.rightcoltext {
	width: 300px;
	float: right;
	border-right: dotted 1px #1B537F;
}	
.text_center {
 text-align:center;
 }

