body {
	margin: 0px; 
	font-family: arial, verdana;
	font-size: 13px;
	background-color: #2c5c94;
	color: #3c3c3c;
}
strong {
	color: #d77604;
}
b {
	font-weight: normal;
	color: #406895;
}

a:link {  
   color: #313131;
   font-weight: none;
   text-decoration: none;
} 
a:active { 
   color: #313131;
   font-weight: none;
   text-decoration: none;
} 
a:visited { 
   color: #313131;
   font-weight: none;
   text-decoration: none;
} 
a:hover { 
   color: #000; 
   font-weight: none;
   text-decoration: underline;
}
h2 {
	margin: 0px;
	font-size: 24px;
	color: #000;
}
h5 {
	margin: 0px;
	font-size: 18px;
	color: #09284d;
	text-align: left;
}
h6 {
	margin: 0px;
	font-size: 15px;
	font-weight: none;
	color: #d77604;
}
td {
	font-size: 12px;
	
}

.header {
	background-image: url('images/header_bg.png');
	background-repeat: repeat-x;
	text-align: center;
}
.headliner {
	width: 961px;
	margin-left: auto;
	margin-right: auto;
}
.tablebod {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
.pagecontainer {
	background-image: url('images/body_bg.png');
	background-repeat: repeat-y;
	background-position: center;
}

.content {
	cell-padding: 10px;
}
.sidebar {
	padding: 0px;
	background-image: url('images/sidebar_bg.png');
	bakground-repeat: repeat-y;
	color: #000;
	font-size: 12px;
	line-height: 200%;
	
}
.sidebar hr {
	border: 0px;
	height: 1px;
	background-color: #FFF;
	width: 100%;
}
.sidebar img {
	vertical-align: middle;
}
.sidebar a:link {  
   color: #FFF;
   font-weight: none;
   text-decoration: none;
} 
.sidebar a:visited { 
   color: #FFF;
   font-weight: none;
   text-decoration: none;
} 
.sidebar a:hover { 
   color: #131313; 
   font-weight: none;
   text-decoration: underline;
}
.footer { 
	width: 946px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 15px;
	padding-top: 70px;
	font-size: 12px;
	background-image: url('images/footer_bg.png');
	background-repeat: no-repeat;
	color: #FFF;
}
.footer a:link {  
   color: #FFF;
   font-weight: none;
   text-decoration: none;
} 
.footer a:visited { 
   color: #FFF;
   font-weight: none;
   text-decoration: none;
} 
.footer a:hover { 
   color: #131313; 
   font-weight: none;
   text-decoration: underline;
}
.construction {
	padding: 10px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-color: #dee0e2;
}
.login {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	font-size: 13px;
	color: #313131;
	background-color: #98bde7;
	border: 1px solid #5382b7;

}
.quoted {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	font-size: 14px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.error {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 5px;
}
hr {
	border: 0px;
	height: 1px;
	background-color: #dad7d7;
	width: 100%;
}
.badge {
	background-color: #FFF;
	padding: 15px;
	border: 1px solid: #CCC;

}
.button {
	border: 1px solid #4a78ae;
	background-image: url('images/submit_btn.png');
	background-repeat: repeat-x;
	padding: 6px;
	font-size: 13px;
}
.aboutus {
	padding: 4px;
	margin-right: 10px;
	background-color: #FFF;
}
.videopackages {
	background-color: #FFF;
	background-image: url('images/home_border.png');
	background-repeat: repeat-y;
}
.videopackages h5 {
	padding-left: 30px;
	padding-top: 4px;
}
.videopackages p {
	margin-left: 30px;
}
.news {
	padding: 4px;
	margin-top: 5px;
	margin-right: 10px;
	background-color: #FFF;

}
.hometable {
	background-color: #FFF;
}
.clinicphoto {
	text-align: center;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.clinicphoto img {
	border: 4px solid #313131;
}
.icons {
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.icons img {
	margin: 3px;
}
.moreinfo {
	background-color: #EEE;
}