/* Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
/* // Reset */

.nowrap {
	white-space: nowrap;
}
.clear {
	clear: both;
}

body {
	background: #efefe0 url(images/noisy-background.png);
	font-family: Georgia, Verdana, "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #666;
}

#header {
	padding: 16px 24px;
	font-size: 20px;
	line-height: 28px;
}
#header, #footer {
	font-family: tahoma, verdana, arial, sans-serif;
}

p.contact {
	float: left;
	font-size: 14px;
	margin-left: 16px;
}
p.contact img {
	margin-left: 8px;
}

#title { 
	clear:both;
	width: 820px;
	margin: 40px auto 30px auto;
}
#title h1 {
	font-size: 28px;
	color: #998; /*#a49f8f;*/
	margin-bottom: 8px;
	font-weight: normal;
	text-align: center;
}
#title h1 strong {
	color: #776;	
}
#title h2 {
	text-align: center;
	font-size: 24px;
	color: #aa9;
	font-style: italic;
	font-weight: normal;
}

#title .bar {
	margin: 8px 0;
	text-align: center;
}

#title .bar div {
	border: solid red 1px;
	display: inline;
}

#title .bar .triangle {
	border-color: transparent red transparent transparent;
	border-style:solid;
	border-width:4px;
	width: 4px;
	position: relative;
	top: 0px;
	z-index: 10;
}

#title .bar .triangle {
   width: 100px;
   background: green;
   display: inline-block;
}

#middle { 
  padding-bottom: 30px; 
}

#container {  
  width: 870px;
  margin: 0 auto;
}

a.bubble {
	text-decoration: none;
	color: inherit;
}

div.bubble {
	float: left;
	margin: 30px 40px;
	width: 350px;
	height: 320px;
	background: #fff;
	border: solid #c8cfbf 2px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
	cursor:pointer;
	cursor:hand;
}

.bubble:hover {
	background: #c8e8f8;
	border-color: #fff;
}

.bubble h2 {
	font-weight: normal;
	line-height: 1.2em;
}

.bubble .rectangle {
	background: #7fb97f; /*#7f9db9;*/
	height: 50px;
	width: 380px;
	position: relative;
	left:-15px;
	top: 30px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}
.bubble:hover .rectangle {
	background: #ff8820;
}

.bubble .rectangle h2 {
	font-size: 30px;
	color: #fff;
	padding-top: 6px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
}

.bubble .triangle-l {
	border-color: transparent #58a058 transparent transparent; /* #7d90a3 */
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 65px;
	z-index: -1; /* displayed under bubble */
}
.bubble:hover .triangle-l {
	border-color: transparent #f07000 transparent transparent; 
}

.bubble .triangle-r {
	border-color: transparent transparent transparent #58a058; /* #7d90a3 */
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 350px;
	top: 35px;
	z-index: -1; /* displayed under bubble */
}
.bubble:hover .triangle-r {
	border-color: transparent transparent transparent #f07000; 
}

td.badge {
	padding-right: 16px;
	vertical-align: middle;
}

.bubble .info {
	padding: 35px 25px;
}

.bubble .info h2 {
	font-size: 20px;
	font-style: italic;	
}

.bubble .info p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 22px;
	clear: both;
}

.bubble .info p a {
	color: #c4591e;
	text-decoration: none;
}

.bubble .info p a:hover {
	text-decoration: underline;
}

#footer {
	border-top: solid #998 2px;
	clear: both;
	background: #ccb;
	padding: 20px 32px 32px;
	color: #666;
	font-size: 14px;
	text-align: right;
}

#footer a {
	color: #333;
}
