/* Start of CMSMS style sheet 'INDEXCSS' */
body {
	background:url(images/bg.jpg) top center no-repeat #FFFFFF;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#top {width:1000px; margin:0 auto; height:159px;}
#top .logo{width:99px; height:94px; float:left; margin:2em 2em;}
#header{width:1000px;height:470px; margin:0 auto;}
#menu{width:700px; height:60px; float:right; margin-top:3em;}
#container {width:1000px; height:auto; margin:0 auto;}
#container .phones{width:280px; height:auto; font-size:22px; font-style:italic; position:relative; top:200px; left:70px; padding:1.5em 1em; margin:0; color:#FFFFFF; float:left;}
#container .content{width:360px; height:auto; padding:2em; float:right; position:relative; top:150px; right:60px; color:#3fbbda; font-style:italic;}
#footer{width:1000px; height:80px; margin:0 auto; background:url(images/footer_bg.jpg) 0 0 no-repeat;}
#footer .footer_content{width:100%; padding-top:4em; font-size:12px; font-style:italic;}

/* MENU */
#slidetabsmenu {
float:left;
width:100%;
font-size:13px;
font-style:italic;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
margin:0;
padding:0 0 0 20px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
padding:16px 18px 16px 0px;
font-weight:bold;
color:#000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: black;
}

#slidetabsmenu .menuactive a {
background:url(images/tab-left.png) no-repeat left top;
color:white;
}

#slidetabsmenu .menuactive a span {
background:url(images/tab-right.png) no-repeat right top;
color:white;
}

#slidetabsmenu a:hover {
color:#3fbbda;
}

#slidetabsmenu a:hover span {
color:#3fbbda;
text-decoration:underline;
}
/* END MENU */

a:link {
	color: #3fbbda;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #3fbbda;
}
a:hover {
	text-decoration: none;
	color: #3fbbda;
}
a:active {
	text-decoration: none;
	color: #3fbbda;
}
/* End of 'INDEXCSS' */

