/* format.css - www.medicalartsdermatology.com, by Richard Contreras (www.tacticalangel.com)
//
//  Notes:
//
*/

body {
	margin: 0;
	padding: 0;
	background: #2b2c63;  /*blue*/ 
	font-size: small;
	font-family: "Trebuchet MS", "Lucinda Grande", sans-serif; /* default text size, fonts */
	color: #000; /* default text color */
	padding-left: 20px;
	padding-right: 20px;
	background-color: #2B2C63;
}

h3 {
	font-size: 160%;
}

a {
	text-decoration: none;
	margin: 0px;
}

/* sets border around google map  */
iframe {
	border: 1px solid #ddd;
	border-bottom-color: #aaa;
	border-right-color: #aaa;
	text-align: center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}


/* Frame for shadow float effect */

.frame {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(images/pop_drop_dkblue.gif) repeat-y top center;
}


/* Header: includes logo and title text */

#header {
	width: 800px;
	height: 175px;
	background: #ead394 url(images/white_to_yellow.jpg) no-repeat top left;
	margin: 0 auto;
	padding: 0;
}

/* MENU */

/* Menu wrapper */

#menu {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0 0 0; /* set top pad back to 0 when done */
}

/* Navigation Tabs */

#nav {
	float: left;
	width: 750px;
	margin: 0;
	padding: 5px 0 0 50px; /* width of table center column - col 2 - is 750+50 = 800px */
	list-style: none;
	background: #f6f50a url(images/tab_border.gif) repeat-x bottom left; /* background color behind tabs */
}

#nav li {
	float: left;
	margin: 0 1px 0 0; /* margin between each tab edge */
	padding: 0;
	font-size: 100%; /* percent of page's default size */
	font-family: "Lucinda Grande", Arial, Helvetica, sans-serif;
}

#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 10px;
	color: #555; /* link text color */
	text-decoration: none; /* turns off link underline */
	border: 1px solid #9b8748;
	border-bottom: none;
	background: #fff url(images/tab_off.gif) repeat-x top left; /* background tab color */
}

#nav a:hover, body#home #t-home a, body#mtdocs #t-mtdocs a, body#staff #t-staff a, body#medical #t-medical a, body#surgical #t-surgical a, body#cosmetic #t-cosmetic a, body#skintips #t-skintips a, body#appts #t-appts a {
	color: #222; /* hover text color */
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(images/tab_on.gif) repeat-x top left;
}

/* Content wrapper */

#content {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

/* Left column */

#left_col {
	float: left;
	width: 175px;
	height: 600px;
	margin-top: 5px;
	color: #000;
	background-image: url(images/quicklinks_background.jpg);
}

#left_col img {
	margin: 10px 0px 10px 4px;
}

#left_col .PatEd_push {
	margin: 10px 0px 10px 15px;
}

.links .title {
	color: #000;
	margin: 15px 5px 0 10px;
}

.links ul {
	list-style: none;
	margin: 0px 5px 10px 10px;
	padding: 0px 5px 10px 10px;
	font-size: 100%;

}

.links .links_sub {
	list-style: disc;
	margin: 0px 5px 0px 10px;
	padding: 0px 5px 0px 10px;
	font-size: 90%;
}

.links a {
	color: #000;
}

.links a:hover {
	color: #00f;
	font-weight: bold;
	letter-spacing: 0.5px;
}


/* Right column */

#right_col {
	float: right;
	width: 610px;
	background: #fff;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

.entry {
}

.entry .title {
	background: #ddd url(images/corner.gif) no-repeat top left;
	border-bottom: 1px solid #222;
	clear: both;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}

/* Pre Footer */

.pre_footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 0px 0;
	text-align: center;
	color: #333;
	font-size: 90%;
}

.pre_footer p {
	padding-top: 40px;
	font-size: 100%;
}


/* Footer */

.footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	color: #333;
	font-size: 70%;
	background: #fff url(images/horz_rule_blue.jpg) no-repeat top center;
}

.footer p {
	margin: 30px 0 0 0;
	line-height: 1.2em;
	font-size: 100%;
}

.footer p a {
	text-decoration: none;
}


/* Temporary Modifications */


.img {
	padding: 4px;
	border: 1px solid #ddd;
	border-bottom-color: #aaa;
	border-right-color: #aaa;
	background: #fff;
}


dt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00C;
	letter-spacing: normal;
	text-align: left;
	font-size: 150%;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: 400;
}
ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3em;
	color: #000;
	margin-top: 10px;
	margin-right: 10px;
}
.frame #content #right_col .entry .info p {
	padding-left: 10px;	
}

.frame #content #right_col .entry .info table tr td p {
	padding-left: 0px;
}
#home .frame #content #right_col .entry .info table tr td p em strong {
	font-size: 90%;
	color: #900;
}
h2 {
	padding-left: 10px;
}
.frame #content #right_col .entry .info p {
	color: #000;
}
