/* The Imaging Clinic CSS Document */

/* Start Body CSS */

body{
	font: 80% "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	text-align: center; /* for IE */
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 816px;
	background-image:url(background.jpg);
	background-color:#ffffff;
	background-repeat:repeat-x;
	
}

/*End Body CSS */

/* Start Header CSS */

#header{
height:120px;
margin-left:8px;
margin-right:8px;
}

#headerleft{
padding-left:10px;
padding-top:5px;
float:left;
width:220px;
}

#headerright{
padding-right:18px;
padding-top:10px;
color:#666666;
width:560;
float:right;
text-align:right;
}

#tel{
margin:0px;
padding-right:0px;
padding-top:0px;
font-size:10px;
color:#0b3565;
width:560;
float:right;
text-align:right;
}

#form{
padding:0px;
margin:0px;
}
/* End Header CSS */

/* Start Date CSS */

#date{
height:24px;
background-image:url(dateBackground.jpg);

}

#datecopy{
float:right;
padding-right:18px;
padding-top:3px;
color:#FFFFFF;
}

/* End Date CSS */

#banner{
width:816px;

}

/* Start Navigation CSS */

#nav{
float:left;
width:238px;
height:184px;
background-image:url(navbackground.jpg);
background-repeat:no-repeat;
}

#navigation{
margin-top:10px;
color:#FFFFFF;
}

#navigation ul{
margin:0;
padding:0;
}

#navigation li{
width:218px;
display:block;
margin-left:8px;
padding-left:12px;
list-style:none;
padding-top:3px;
padding-bottom:3px;
font-size:14px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
}

#navigation a{
color:#FFFFFF;
text-decoration:none;
}

#navigation a:hover{
color:#0b3565;
text-decoration:underline;
}

/* End Navigation CSS */

/* Start Banner Image CSS */

#bannerimage{
float:right;
background-image:url(imageBackground.jpg);
background-repeat:no-repeat;
width: 578px;
height: 184px;
}

/* End Banner Image CSS */

/* Start Bread Crumbs CSS */

#breadcrumbs{
float:left;
background-image:url(breadBackground.jpg);
background-repeat:no-repeat;
width:816px;
height:25px;
}

#breadcopy{
color:#FFFFFF;
padding-left:260px;
padding-top:3px;

}

/* End Bread Crumbs CSS */

/* Start Main Content CSS */

#content{
background-image:url(mainBackground.jpg);
background-repeat:repeat-y;
float:left;
width:816px;
}

#contenthold{
padding-left:8px;
padding-right:8px;
}

#contentHead{
	font-size:26px;
	color:#0b3565;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	
}

#contentCopy{
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#contentCopy a{
text-decoration:none;
color:#3333FF;
}

#contentCopy a:hover{
color:#0b3565;
text-decoration:underline;
}

#faqTitle{
font-size:18px;
	color:#1c3e71;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	width:520px;
}

#faqRead a{
	padding-top:10px;
	padding-bottom:10px;
	font-size:11px;
	color:#1c3e71;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width:520px;
	display:block;
}
#faqRead a:hover{
	color:#1c3e71;
	text-decoration:underline;
}

/* End Main Content CSS */

/* Start Side CSS */

#side{
background-color:#000000;
}

#sideHead{
	color:#FFFFFF;
	font-size:14px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#side ul{
padding:0;
margin:0;
}

#side li{
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	color:#FFFFFF;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#side li a{
color:#FFFFFF;
text-decoration:none;
}

#side li a:hover{
color:#FFFFFF;
text-decoration:underline;
}

#sideCopy{
color:#FFFFFF;
	font-size:13px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#sideCopy b{
font-size:15px;
}

#loginbox{
width:250px;
background-color:#E6E6E6;
padding:10px;
}

/* End Side CSS */

/* Start Footer CSS */

#footer{
width:816px;
height:40px;
background-color:#FFFFFF;
background-image:url(footerbackground.jpg);
background-repeat:no-repeat;
float:left;
}

#footercopy{
	font-size:11px;
	color:#666666;
	margin-left:238px;
	padding-left:20px;
	padding-top:7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	display:block;
	width:550px;
}

/* End Footer Css */