body,td,th {
	font-size: 12px;
	color:#504A4A;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	font-weight: bold;
	font-size:16px;
	color: #006699;
	margin:0px;
	padding: 0px;
}

h2, h3{
	font-weight: bold;
	font-size:15px;
	color: #006699;
	margin:0px;
	padding: 0px;
}
h4, h5, h6{
	font-weight: bold;
	font-size:14px;
	color: #504A4A;
	margin:0px;
	padding: 0px;
}

ul{
	list-style-position: outside;
	list-style-type:circle;
}

form {
	margin: 0;
	padding: 0;
}

th {
	background-color: #DFF0F7;
	font-size: 12px;
	color: #504A4A;
	font-weight: bold;
}

.td_on{
	background-color:#CCCCFF;
	color:#000000;
}

.td_off{
	background-color:#F1F1F1;
	color:#000000;
}

hr{
	color:#F1F1F1;
}

/* The four following block define the style for all the website links */
a:link {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3399CC;
}
a:hover {
	text-decoration: underline;
	color: #3399CC;
}
a:active {
	text-decoration: none;
	color: #3399CC;
}

/* Date Picker */

.dpDiv {
	}

.dpTable {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

.dpTR {
	}

.dpTitleTR {
	}

.dpDayTR {
	}

.dpTodayButtonTR {
	}

.dpTD {
	cursor: pointer;
	}

.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	cursor: pointer;
	}

.dpTitleTD {
	}

.dpButtonTD {
	}

.dpTodayButtonTD {
	}

.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}

.dpButton {
	font-family: Verdana, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

.dpTodayButton {
	font-family: Verdana, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
/* Page */
.PageMessageWarning{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: white;
	background-color: red;
	padding: 5px;
	position:absolute;
	bottom:30px;
	width:750px;

}

.PageMessageSuccess{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: white;
	background-color: green;
	padding: 5px;
	position:absolute;
	bottom:30px;
	width:750px;

}

/* Main Page Styles */
#Page{
	width:750px;
	margin:0 auto; 
	text-align: left;
	background-color:#FFFFFF;
	margin-top:5px;
	padding-left:20px;
	padding-right:0px;
	padding-top:3px;

}

#PageHeaderNavigation{
	width:717px;
	height:24px;
	background-image:url(../images/page_header_nav_background.jpg);
	background-repeat:repeat-x;
	padding-top:8px;
	padding-left:20px;
	padding-bottom:0px;
	font-size:14px;
	margin:0px;
	text-align:center;
}

#PageHeaderNavigation a:link, #PageHeaderNavigation a:visited{
	color:#046D8B;
	text-decoration:none;
	border-right:1px solid #FFF;
	margin-right:9px;
	padding-right:9px;
}

#PageFooter{
	width:717px;
	height:24px;
	text-align:center;
	background-image:url(../images/footer_nav_back.jpg);
	padding-top:8px;
	padding-left:20px;
	padding-bottom:0px;
	margin-top:5px;
	text-align:center;
}

#PageFooter a:link, #PageFooter a:visited{
	color:#2DA7D6;
	text-decoration:none;
	margin-right:12px;
	padding-right:12px;
}

#PageFooterCurve{
	width:772px;
	margin:0 auto;
	padding-bottom:10px;
}

#MainContent{
}

/* Transparency */	
.transbox {
	background-color: #fff;
	border: 1px solid white;
	filter:alpha(opacity=40);
	opacity: 0.6;
	-moz-opacity:0.5;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
.transbox div, .transbox img {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	padding:5px;
	}


/* Rounded Corner Boxes */
.CornerRoundTeal {
	width: 100%;
	background-color: #6DB4AD;
	color: #000000;
}

.CornerRoundTeal p {
	margin: 0 10px;
}

.CornerRoundTeal a, .CornerRoundTeal a:visited, .CornerRoundTeal a:hover{
	color:#046D8B;
}

.CornerRoundTopTeal { 
	background: url(../images/teal_tr.jpg) no-repeat top right; 
}

.CornerRoundBottomTeal {
	background: url(../images/teal_br.jpg) no-repeat top right; 
}

.CornerRoundBlue {
	width: 100%;
	background-color: #DFF0F7;
	color: #000000;
}

.CornerRoundBlue a, .CornerRoundBlue a:visited, .CornerRoundBlue a:hover{
	color:#000000;
}

.CornerRoundBlue p {
	margin: 0 10px;
}

.CornerRoundTopBlue { 
	background: url(../images/blue_tr.jpg) no-repeat top right; 
}

.CornerRoundBottomBlue {
	background: url(../images/blue_br.jpg) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

.Testimonial{
	width:500px;
	background-color:#D3E9FF;
	padding:20px;
	padding-bottom:0px;
	margin:10px;
	color:#486078;
}

#ServicesUL{
	list-style: none;
	margin-left: 10px;
	padding-left: 1em;
	text-indent: -1em;
	margin-top:10px;
}

#ServicesUL a:link, #ServicesUL a:visited{
	color:#046D8B;
}

#ServicesUL li{
	margin-bottom:3px;
}

#ServicesUL li li{
	margin-left: 0;
	padding-left: 0;
	margin-bottom:3px;
}

#ServicesDetails{
	float:left;
	width:505px;
	border:1px solid #F1F1F1;
	margin:5px;
	padding:5px;
}

#ServicesDetails2{
	text-align:center;
	width:570px;
	border:1px solid #F1F1F1;
	padding-left:80px;
	padding-right:80px;
	padding-top:5px;
}

#HomeServicesUL{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	margin-top:0px;
}

#HomeServicesUL a:link, #HomeServicesUL a:visited{
	color:#046D8B;
}

#HomeServicesUL li{
	margin-bottom:3px;
}