@charset "UTF-8";
body  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
	font-size: 14px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #E0E0E0;
}
img {
	border-color: #999;
}
blockquote {
	margin-left: 20px;
}

.carol #container {
	width: 980px;
	background: #FFFFFF;
	margin: 20px auto 20px auto;
	border: 2px solid #CCC;
	text-align: left;
} 
.carol #header {
	background: #FFF;  
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.carol #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

/* //////// START NAV BAR \\\\\\\\ */

.carol #navbar {
	font-size: 11px;
	padding: 0px 20px;
	width: 980px;
	height: 38px;
	background-image: url(images/navbarbg.jpg);
	background-repeat: no-repeat;
} 
.carol #navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.carol #navbar ul a {
	color: #FFF;
	display: block;
	cursor: pointer;
	text-decoration: none;
	padding: 8px 22px 8px 22px;
	text-align: center;
	border-left: 1px solid #E58188;
	border-right: 1px solid #3E0F1A;
	text-shadow: 1px 1px 1px #333;
}
.carol #navbar ul a:hover {
	color: #CCC;
	text-shadow: 1px 1px 1px #333;
}
.carol #navbar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}

/* //////// END NAV BAR \\\\\\\\ */


/* //////// START SIDE BAR \\\\\\\\ */

.carol #sidebar1 {
	float: right;
	width: 280px;
	background: #FFF;
	margin: 20px 0;
	padding: 0px 20px;
}
.carol #sidebar1 h1 {
	font-weight: normal;
	font-size: 19px;
}
.carol #sidebar1 h2 {
	color: #D01349;
	font-weight: normal;
	font-size: 17px;
}
.carol #sidebar1 h3 {
	font-weight: normal;
	font-size: 15px;
	color: #333;
}
.carol #sidebar1 h4 {
	color: #601025;
}
.carol #sidebar1 a {
	color: #D01349;
	text-decoration: none;
}
.carol #sidebar1 a:hover {
	text-decoration: underline;
}


.carol #sidebar2 {
	float: right;
	width: 280px;
	background: #FFF;
	margin: 20px 0;
	padding: 0px 20px;
	border-left: 1px solid #CCC;
}
.carol #sidebar2 h1 {
	font-weight: normal;
	font-size: 19px;
}
.carol #sidebar2 h2 {
	color: #D01349;
	font-weight: normal;
	font-size: 17px;
	margin-top: 30px;
	margin-bottom: 0px;
}
.carol #sidebar2 h3 {
	font-weight: normal;
	font-size: 15px;
	color: #333;
}
.carol #sidebar2 h4 {
	color: #601025;
}
.carol #sidebar2 a {
	color: #D01349;
	text-decoration: none;
}
.carol #sidebar2 a:hover {
	text-decoration: underline;
}

/* //////// END SIDE BAR \\\\\\\\ */


/* //////// START MAIN CONTENT \\\\\\\\ */

.carol #mainContent { 
	margin: 0 335px 0 0; 
	padding: 0 0px 0 20px;
	min-height: 480px;
} 
.carol #mainContent h1 {
	margin-top: 30px;
	font-weight: normal;
	font-size: 24px;
	color: #333;
}
.carol #mainContent h2 {
	color: #D01349;
	font-weight: normal;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 0px;
}
.carol #mainContent h3 {
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
.carol #mainContent h4 {
	color: #601025;
}
.carol #mainContent a {
	color: #D01349;
	text-decoration: none;
}
.carol #mainContent a:hover {
	text-decoration: underline;
}
.carol #mainContent ul {
	margin-left: 0px;
	padding-left: 50px;	
}
.carol #mainContent li {
	list-style-image: url(images/bullet.jpg);
	margin-bottom: 7px;
		
}

.carol #portfoliobox {

	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
.carol #portfoliobox em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

/* //////// END MAIN CONTENT \\\\\\\\ */


/* //////// START FOOTER \\\\\\\\ */

.carol #footer {
	font-size: 11px;
	padding: 0 0 0 20px;
	background:#FFF;
} 
.carol #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.carol #footer a {
	color: #D01349;

	text-decoration: none;
}
.carol #footer a:hover {
	color: #999;
	text-decoration: underline;
}

/* //////// END FOOTER \\\\\\\\ */




.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.formboxes1 {
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	font-size: 12px;
}
.emph1 {
	font-weight: bold;
	color: #333;
	margin-top: 0px;
}
.smalltext {
	font-size: 11px;
	color: #333;
}
/* Cookie Message */

@import url(http://reset5.googlecode.com/hg/reset.min.css);
.cookie-message {
  position:fixed;
  bottom:0;left:0;right:0;
  padding:10px 85px 20px 20px;
  background:#fff;
  border-bottom:1px solid #ccc;
  box-shadow:0px 0px 3px #ccc;
  z-index: 99;
}
.cookie-message .cookiebar-close {
  position:absolute;
  top:10px; *top:-2px; right:20px;
  cursor:pointer;
  padding: 1px 5px;
  border: 1px solid #FFF;
  border-radius: 5px;
  background-color: #d21249;
background-image: -webkit-gradient(linear, left top, left bottom, from(#d21249), to(#601025));
background-image: -webkit-linear-gradient(top, #d21249, #601025);
background-image: -moz-linear-gradient(top, #d21249, #601025);
background-image: -o-linear-gradient(top, #d21249, #601025);
background-image: -ms-linear-gradient(top, #d21249, #601025);
background-image: linear-gradient(top, #d21249, #601025);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d21249', EndColorStr='#601025');
}
.cookie-message p, .cookie-message a {
  color:#333;
  font:bold 11px/18px Arial;
  margin:0.6em 0;
}
.grey {
  border-top:1px solid #999;
  background-color: #797979;
background-image: -webkit-gradient(linear, left top, left bottom, from(#797979), to(#424242));
background-image: -webkit-linear-gradient(top, #797979, #424242);
background-image: -moz-linear-gradient(top, #797979, #424242);
background-image: -o-linear-gradient(top, #797979, #424242);
background-image: -ms-linear-gradient(top, #797979, #424242);
background-image: linear-gradient(top, #797979, #424242);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#797979', EndColorStr='#424242');
}
.grey p, .grey a { 
	color:#fff; 
}
.grey a:hover { 
	color:#eee; 
}