/*  
	File Name: layout_main.css
	Description: Layout Main structure stylesheet
	Site: Physicians Practice
	
	Author: Nicolas Minacapelli
	Company: Sequel Design Associations, Inc.
	Email: webmaster@sequeldesign.com
*/

/*	
	COLORS:	
	#F05A00 - ORANGE
	#A39687 - TAN
	#2D5CAC - BLUE
*/

/* -------------------- LAYOUT -------------------- height:100%;color:#000; */

/*html {margin:0;padding: 0;}*/

body {
	width:100%;
	background: #e0e0e0;
	margin:0;	
	padding: 0;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:16px;
	margin-bottom:20px;
}

#wrapper {
	width: 950px;
	height:100%;
	margin: 0 auto;	
	padding: 0;
	position: relative;
	text-align: left;
	top:5px;	
}
#content_home {
	width:946px;
	min-height:500px;
	height:100%;
	background:#fff;
	border-left: #ABABAB 2px solid;
	border-right: #ABABAB 2px solid;
	border-bottom:#ABABAB 10px solid;
	background:#fff;
}
#content_sub {
	width:946px;
	min-height:500px;
	height:100%;
	background:#fff;
	border-left: #ABABAB 2px solid;
	border-right: #ABABAB 2px solid;
	border-bottom:#ABABAB 10px solid;
	background:#EDEDED url("../images/bkgd_left.jpg") repeat-y top left;
}
#masthead {
	background:#ABABAB;
	/*background:#ABABAB url(../images/masthead.jpg) no-repeat;*/
	width:950px;
	height:121px;
	text-align:center;
}
#left_home {
	float:left;
	width:226px;
	height:100%;
}
#main_home {
	float:right;
	width:720px;
	/*min-height:450px;*/
}
#main_sub {
	float:right;
	width:720px;
	min-height:700px;
	background:#fff url("../images/bkgd_right.jpg") repeat-y top right;
}
#main_module {
	float:right;
	width:720px;
	min-height:700px;
}

#home_left {width:504px;height:520px;float:left;background:#E8A200;padding:15px;}
#home_right {width:186px;height:300px;float:right;background:#fff;}

#left_sub {
	background:#EDEDED;
	float:left;
	width:226px;
	height:100%;
}
#sub_left {width:504px;float:left;padding:15px;}
#sub_right {background:#F7BC00;width:186px;float:right;text-align:center;}

#footer {
	font-family: Arial, helvetica;	
	font-size:11px;
	line-height:14px;
	margin-top:5px;
}
#footer_left {float:left;}
#footer_right {float:right;}

#footer_right a {
	font-size:11px;
	line-height:14px;
}

/* ----------------- MENU LINKS ----------------- */
/*#navigation {	
	background:#E62037;
	width: 226px;
	min-height:250px;
	list-style-type:none;
	margin: 0;
	padding: 0;	
}
#navigation ul {	
	list-style: none;
	margin: 0;
	padding: 12px 3px 0px 12px;
	border: none;
	
}
#navigation li {
	margin-bottom:5px;
}
#navigation li a {
	width: 200px;
	display: block;
	font-family: Arial, helvetica;	
	font-size:11px;
	line-height:14px;
	color: #fff;
	font-weight:bold;	
	text-decoration: none;	
}*/
/*html>body #navigation li a {
	width: auto;text-indent:5px;
}*/
/*#navigation li a:hover {
	text-decoration: underline;	
	color: #fff;	
}*/

/* --------------------- STYLES --------------------- */
.clear {
	clear:both;
}
.border_right {border-right:#ABABAB 2px solid}
.spacer {height:5px;line-height:5px;}
.teal {background: #45484a;}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight: normal;
	color: #45484a;;
}
	a:link, a:visited { color: #45484a;; text-decoration: none; }
	a:hover { text-decoration: underline; }

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.headline_lg {
	font-size:32px;
	line-height:34px;
	font-weight: normal;
}
.quote {
	font-size:11px;
	line-height:20px;
	font-weight: normal;
	font-style: oblique;
}
.headline_small {
	font-size:11px;
	line-height:14px;
	font-weight: normal;
}
.alert {color: #D7002E;font-weight: bold;}
.required {color: #D7002E;font-weight: bold;}

.home_text_white { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	color:#fff;
}
.body_text { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
	color:#000;
}
.headline {
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	color: #45484a;	
}
.bullet_list li {
	margin-bottom:8px;
}

.border {border:#45484a 1px solid;padding:15px;margin-bottom:15px;}
#sub_left p strong {
	text-align: left;
}
#sub_left p {
	text-align: left;
}

