/* CSS For LMGDoctors
 * Created by MMG
 * Date: 2009-04-17
 */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}


/* Global Styles */
html {
	background-color:#DDD;
}


body {
	width:960px;
	margin:10px auto;
	border:1px solid #555;
}

#contentleft a:link, #contentleft a:visited, #contentleft a:active {
	text-decoration:none;
	color:#03F;
}
#contentleft a:hover {
	text-decoration:underline;
	color:#03F;
}
/* Header and Nav */

#heading {
	background-image:url(../images/heading.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:107px;
	text-align:right;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}

#heading a:link, #heading a:visited, #heading a:hover, #heading a:active {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#navigation {
	/*background-image:url(../images/navbar.jpg);*/
	background-position:top;
	background-repeat:no-repeat;
}

/* Navigation Bar */

#myjquerymenu{
	background-position:bottom left;
	background-repeat:no-repeat;
	height:33px;
	padding:0;
	width:100%;
}

.jquerycssmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*Top level list items*/
.jquerycssmenu ul li{
	display: inline;
	float: left;
	position: relative;
	margin:0;
	padding:0;
	z-index:1;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	margin:0;
	padding:0;
}

.jquerycssmenu ul li a img{
	border:0;
}

.jquerycssmenu ul li a:hover{
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	background-repeat:no-repeat;
	background-position:bottom;
	display: block;	
	left: 0;
	margin: 0 0 0 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:200px;
	z-index:1000;
	border:1px solid #b1b1b1;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: block;
	float: none;
}

.jquerycssmenu ul li ul li a{
	background: #D1D1D1;
	color: #0071b5;
	font-size:12px;
	padding: 5px;
	text-decoration:none;
	width: auto;

	}

.jquerycssmenu ul li ul li a:hover{
	background: #1a91d5;
	color:#FFF;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	font: normal 10px Verdana;
	margin: 0;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	right: 5px;
	top: 7px;
}

.rightarrowclass{
	position: absolute;
	right: 5px;
	top: 5px;
}


#belownav {
	background-image:url(../images/belownav.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:69px;
}





/* Content Left and Right */
#content {
	min-height:600px;
	background-color:#FFF;
}

#contentleft {
	width:630px;
	float:left;
	min-height:665px;
	padding:15px 15px 15px 50px;
}

#contentleft h1 {
	font-size:18px;
	color:#0397d6;
	font-family: Arial, Verdana, Geneva, sans-serif;
}

#contentleft h2 {
	font-size:15px;
	color:#0077b6;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin:15px 0 0 0;
	padding:0;
}

#contentleft p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:10px 0 5px 0;
	line-height:1.3;
}

.contentimg {
	margin:10px 20px 10px 0;	
}

#contentright {
	background-image:url(../images/contentright.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	float:right;
	width:260px;
	height:665px;
}


/* Bottom Tabs and Footer */


#bottomnav{
	background-color:#FFF;
	height:72px;
	padding-left:30px;	
}



#footer {
	background-color:#0397d6;
	height:100px;
	line-height:24px;
	text-align:center;
	color:#FFF;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}



/* Misc Styles */

.clear {
	clear:both;
}

p.pwerror {
	color:#0077b6;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight:normal;
}

img.docimg {
	padding:3px;
	border:1px solid #DDD;
	margin:15px 0;
}