/*

MWISMedia New Media Design & Development

Author: David Goadby

 */


/* ---------------------------------------------------------------*/
/* Forces vert scrollbar on all pages*/
/* Removes unpredictable 'browser default' settings */
/* Body tag settings */

html { height: 100%; margin-bottom: 1px; }  

html,body{height:100% !important}

p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6, label, input {
	font: normal 11px "arial", Arial;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}
body {
	margin: 0px;
	padding: 0px;
	font: normal 11px "arial", Arial;
	color: #666666;
}

#main_container {
	width: 760px;
	margin: auto;
	position:relative;
}

#header {
	float: left;
	height: 112px;
	width: 760px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#column_container {
	float: left;
	width: 760px;
}

#left_col {
	float: left;
	width: 192px;
	border-right: 1px solid #C99BA6;
} 

#middle_col {
	float: left;
	width: 370px;
	border-right: 1px solid #C99BA6;
	padding-left: 15px;	
}

#right_column {
	float: left;
	width: 167px;
}




/* ------------------------------ */

#nav {
	
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	color:#FFFFFF;
    text-align:left;
	font:  12px Arial, Helvetica, sans-serif;
	padding: 13px 0 12px 55px;
	background: no-repeat url(../images/nav_bg.jpg);
}

#nav a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#nav a:hover {
	text-decoration: none;
	padding-bottom:2px;
	border-bottom: 1px dotted #FFCCFF;
}

#menu li {
	background-image: url(../images/bullit1.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding:2px 0 0 35px;
	margin: 1px 1px 1px 25px;
	height: 18px;
	
}
#menu li  a {
	text-decoration:none;
	font-size: 12px;
	color:#666666;
}

#menu li  a:hover {
		text-decoration: none;
	padding-bottom:2px;
	border-bottom: 1px dotted #FFCCFF;
	
}

/* ------------------------------ */

.picture_frame {
padding: 2px;
border: 1px solid #DABAC2
}

.left_pic_spacer {
	margin-top: 18px;
}


#text_box {
	width: 345px;
	float: left;
	background:url(../images/welcome_bg.jpg) repeat-x bottom;
    font-size: 11px;
	padding: 0 5px 10px 10px;
}

#address_box {
	color: #BB8083;
	float: left;
	width: 135px;
	padding-left: 15px;
}

#address_box a {
text-decoration: none;
color: #BB8083;
}

#consult_box {
		float: left;
	height: 147px;
	width: 359px;
}



ul {
	margin: 0 0  10px 15px;
	padding: 0 0 10px 15px;
	}
	
ul a { 
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}	

	
p { 
    line-height:140%;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #776250;
	padding: 0 0 5px 4px;
	}
	
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #776250;
	padding: 0 0 10px 10px;
	}
	
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #776250;
	padding: 0 0 5px 0;
	}
	
.style1 {
	color: #BB8083;
}

.small_text {
	font-size: 9px;
	
}

#about_box {
	float: left;
	width: 150px;
	padding: 8px;
}




/* ------------------------------ */

.table_left {
		float: left;
	width: 400px;
	margin-bottom: 10px;
}

.table_right{
	float: right;
	width: 100px;
	margin-bottom: 10px;
}


/* ------------------------------ */

#footer {
	background: url(../images/footer_bg.jpg)  no-repeat;
	float: left;
	height: 40px;
	width: 760px;
	text-align: center;
	padding-top: 24px;
	color: #C08787;
}
#footer a {
	color: #C08787;
	text-decoration: none;
	padding: 0 20px 0 0;
}