/*	-------------------------------------------------------------
	Description:	Global CSS include
	Filename:		styles.css
	Date:			7/20/2007
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	GLOBAL BODY STYLES
	-------------------------------------------------------------	*/
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
html {height:100%; margin: 0; padding: 0;}

body  {
	margin:0px;
	padding:0px;
	text-align: center;
	background: #C2CBD0 url(../images/bg.jpg) repeat-x;
	font-family: "Tahoma",Arial,Verdana, sans-serif;
	font-size: 62.5%;
	color: #4E4E4E;
	font-weight:normal;
	height:100%;
}
p {
	font-size: 1.1em;
	line-height: 1.6em;
}
li {
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 5px 15px 5px 13px;
	list-style:inside;
}
a {
	text-decoration: none;
	color: #446A80;
}
a:hover {
	text-decoration: none;
	color: #6AAC39;
}
p#skipnav, hr {
	display: none;
}
.clear {
	clear: both;
	font-size: 1%;
}

/* Container
	-------------------------------------------------------------	*/
#header {
	background-color:#fff;
	height:auto; text-align:left; padding: 0;
}
#menucontainer {
	width: 100%;
	height: 35px;
	background-image:url(../images/button1.gif);
}
#container {
	width: 726px;
	padding: 0 5px 0 5px;
	background-image:url(../images/defaul_back.gif);
	margin:0 auto;
	display:table;
	text-align: left;
	height:100%;  	
}
#container2 {
	width: 726px;
	padding: 0 5px 0 5px;
	background-image:url(../images/back2.gif);
	margin:0 auto;
	display:table;
	text-align: left;
	height:100%;  	
}

/* Header
	-------------------------------------------------------------	*/


			
/* Columns
	-------------------------------------------------------------	*/
#left {
	width: 155px;
	padding: 12px 0 30px 5px;
	height: auto;
	float: left;
	display: inherit;
}
#center {
	width: 367px;
	padding: 14px 20px 50px 14px;
	float:left;
	display:inherit;
	background: url(../images/default_centertop.gif) no-repeat;
}
#center2 {
	width: 530px;
	padding: 14px 18px 50px 14px;
	float:left;
	display:inherit;
	background: url(../images/center2top.gif) no-repeat;
}
#right {
	width: 165px;
	height:auto;
	padding-top: 12px;
	float:left;
	text-align:center;
	display:inherit;
}

/* left panel containers
	-------------------------------------------------------------	*/
dl.left-container {
	background: url(../images/left_bottom.gif) no-repeat left bottom;
	float: left;
	margin: 0px 0 5px 0;
	padding-bottom: 5px;
	width: 152px;
}
dl.left-container dt.left_section-title {
	text-transform: uppercase;
	background: url(../images/left_top.gif) no-repeat left top;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	color:#fff; 
	padding: 5px;
	font-family: "Tahoma",Verdana, sans-serif;
}
dl.left-container dd {
	font-size: 1.1em;
	font-weight: normal; 
	padding: 0 5px 5px 5px;
	color:#bebebe;
	font-family: "Tahoma",Verdana, sans-serif;
}

#phonecontainer {
	width: 330px;
	font-size:1.1em;
	color:#333;
	min-height: 135px;
	display:table;
	margin: 10px 0 0 10px;
}
#phonecontainer li{
	font-size: .9em;
	list-style:none;
	margin: 0 0 0 15px; 
	padding: 0;
	list-style-position:inherit;
}
#phonecontainer ul {
	margin: -5px 0 0 0;

}
#phoneinfo { 
	float:left;
	width: 255px;
	padding-bottom: 20px;	
}
.phoneprice {
	float:right;
	color: #446A80;
	margin-top: -1.2em;
}

/* Footer
	-------------------------------------------------------------	*/
	
#footer {
	padding: 4px 0 2px 0;
	text-align:center;
	color:#666;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-image:url(../images/footerback.gif);
	width: 100%;
}

#footer p.center {
	float: center;
}

#footer p.center a {
	font-size: 1.2em;
}

/* Misc 
==========================================================*/
h1 {font-size:1.6em; color:#446A80; font-weight:bold; margin: 0 0 6px 0;}
h2 {font-size:1.3em; color:#6AAC39; font-weight:bold; margin: 10px 0 0 0;}
h3 {font-size:1.6em; font-weight:normal;color:#858585; font-family: "Tahoma",Verdana, sans-serif;}
h4 {font-size:1.4em; font-weight:normal;color:#6AAC39; margin: 0 0 10px 10px}
h5 {font-size:.8em; font-weight:normal; margin:35px 0 15px 0; font-family:Arial, Helvetica, sans-serif}
h6 {font-size:2em; color:#446A80; font-weight:normal; margin: 18px 0 0px 0; line-height:1.1em}
.h7 {font-size:1.1em; color:#6AAC39; font-weight:bold;}
.c6 {font-size:.7em; color:#6AAC39}
.fr {float:right}
.fl {float:left}

.mr15 {margin-right:15px; text-align:right}
.mt {margin-top: 8px}
.mbneg {margin-bottom:-8px;}
.smalltext {font-size: .7em;}

.stable {
font-size: 1.2em;
font-weight: bold;
border: 1px solid #6AAC39;
margin: 6px 0 15px 0;
text-align:center;
}