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

html {
	background-image: url(../images/header_bckd_tile.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

html, body { 
height: 100%;
}

body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #202020; 
}

p {
	line-height: 1.2em;
	padding-bottom: 10px;
}


h1#logo {
	width: 195px;
	height: 35px;
	text-indent:-9000px;
	margin-top:33px;
	padding:0;
	background-image: url(../images/calise_and_co_logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #E64427;
	margin-bottom: 20px;
}

h1 a {
	height:32px;
	display:block;
	text-decoration:none;
}
h1#message {
	text-indent: -9999px;
	margin-top: -100px;
}

h1 a:hover { 
	text-decoration:none; 
	background:transparent; 
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	letter-spacing: -1px;
	margin-bottom: 10px;
	background: url(../images/dots.gif) bottom left repeat-x;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 18px;
	line-height: 14px;
	color: #686B80;
	margin-bottom: 12px;
}

a[href^="mailto"]:hover:after { content: " > " attr(title); 
	underline: none;
}  
	
a:link, a:visited {
	color: #909496;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
}

#container {
	margin: auto auto -55px;
	min-height: 100%;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
}

#header {
	height: 103px;
	background-image: url(../images/header2_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#logo-container { 
	float: left; 
	width: 232px; 
}

#logo-container small { 
	padding: 0; 
	margin: 0; 
}

#tagline {
	font-size: 16px;
	color: #95989C;
	float: right;
	margin-top: 44px;
}

#navigation {
	height: 30px;
	margin: 0px auto;
}

#navigation-wrapper {
	text-align: center;
}

#navigation ul {
}	

#navigation ul li {
	display: inline;
	height: 30px;
	font-size: 10px;
	text-transform: uppercase;
} 

#navigation ul li a {
	float: left;
	padding: 0 25px;
	display: block;
	line-height: 30px;
	color: #BFD4DF;
}

#navigation ul li a.first {
	margin-left: -25px;
}

#navigation ul li a:hover {
	background-color: #556877;
	text-decoration: none;
}

#content {
	clear: both;
	height: auto;
	margin-top: 50px;
	margin-bottom: 100px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 20px;
}

#content a {
	font-size: 12px;
	background-position: center;
}

#contentLeft {
	float: left;
	margin-right: 20px;
	width: 642px;
}
#contentLeft p {
	padding-right: 75px;
}
#contentLeft a {
	font-size: 14px;
}

#contentRight {
	float: left;
	width: 298px;
	background-image: url(../images/calise_sidebar_01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #DFE5E9;
	height: 371px;
}
.home-animation  {
	margin-bottom: 50px;
}

#sidebar-top {
	margin-top: 85px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #CDD3D7;
	text-align: left;
	margin-left: 20px;
}

#sidebar-top ul {
	height: 25px;
	width: 295px;
	padding-top: 11px;
}

#sidebar-top ul li {
	text-transform: uppercase;
	display: inline;
}
#sidebar-top ul li a {
	display: inline;
	color: #CDD3D7;
	padding: 0 25px;
}

#sidebar-top ul li a:hover {
	color: #989BC4;
	text-decoration: none;
}

#sidebar-content {
	padding-right: 25px;
	padding-left: 30px;
	margin-top: 25px;
}

#sidebar-content p {
	font-size: 14px;
	color: #555;
	line-height: 16px;
}
#push{
	height: 35px;
	clear: both;
}

#footer-wrapper{
	height: 55px;
	width: 100%;
	margin: 25px auto 0px;
	background-color: #D0D6DA;
	background-position: 0 0;
}

#footer{
	width: 960px;
	margin: 0px auto;
	padding-top: 20px;
}

#footer  p{
	color: #909496;
	float: left;
	padding-bottom: 0;
	font-size: 11px;
}

#footer-nav { 
float: right; 
}

#footer-nav li {
	list-style: none;
	font-size: 11px;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	background: transparent url(../images/divider_nav_bottom.gif) no-repeat 0 50%;
}

#footer-nav li.first { 
	background: none; 
}

#footer-nav a:link, #footer-nav a:visited {
	text-decoration: none;
	font-weight: normal;
}

#footer-nav a:hover { 
	text-decoration: underline; 
}

.clear {
	clear: both;
}

.bottom {
	bottom: 0; left: 0; 
}
.photo  {
	float: left;
	margin-right: 20px;
	display: inline;
}

* html .wrapper { 
	height: 1%; 
}

.wrapper {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}

.wrapper:after { 
	content: "."; 
	display: 
	block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.wrapperMail {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
	clear: both;
	margin-top: 30px;
}
#contentLeft iframe{
	background-color: #FFF;
}
#team {
	background-color: #CDD3D7;
	height: 250px;
	width: 200px;
	margin-right: 50px;
	float: left;
}
#team H2 a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	padding-left: 25px;
}
.date {
	font-size: 1em;
	font-style: italic;
}
