/*

style sheet specific to index page 
--------------------------------------------------------------------
*/

#container {
	background: url(../images/backgrounds/home/container.gif) transparent repeat-y top right;
	font-size: 1.2em;
}

#center {
	color: #000;
	float: left;
	padding: 0 0 10px 0;
	width: 400px;
}

#center-top {
	background: #163342;
	color: #fff;
	float: left;
	height: 195px;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	width: 400px;
}

#right {
	float: left;
	padding: 0;
	width: 400px;
}

#right-top {
	background: url(../images/backgrounds/right-top.jpg) transparent no-repeat bottom left;
	float: left;
	height: 209px;
	margin: 0 0 20px 0;
	padding: 10px 0 82px 0;
	width: 400px;
}

/*---------------

STYLED LINKS

---------------*/

/*---free evaluation promo--*/

#evaluation {
	background: url(../images/backgrounds/home/evaluation.gif) transparent no-repeat left bottom;
	color: #000;
	float: right;
	height: 205px;
	margin: -5px 0 0 10px;
	padding: 0;
	text-align: center;
	width: 200px;
}

#right #evaluation h3 {
	background: url(../images/backgrounds/home/evaluation-h3.gif) transparent no-repeat left top;
	float: left;
	height: 64px;
	text-indent: -9999px;
	padding: 0;
	width: 200px;
}

#right #evaluation p {
	font-size: 12px;
	float: left;
	height: 85px;
	line-height: 16px;
	overflow: hidden;
	padding: 0 38px;
	width: 124px;
}

#evaluation a {
	background: url(../images/backgrounds/home/evaluation-link.gif) transparent no-repeat left top;
	float: left;
	height: 42px;
	position: relative;
	left: 14px;
	text-indent: -9999px;
	width: 172px;
}

#evaluation a:hover {
	background-position: 0 -42px;
}

/*---'View all posts' link in right div--*/

p.blog-link {
	font-size: 11px;
	float: right;
}

p.blog-link a {color: #B7B7B7;}
p.blog-link a:hover {color: #FFCB08;}

/*---------------

HEADERS

---------------*/

#center h1, #center h2 {
	color: #004A80;
	font-size: 20px;
	letter-spacing: -1px;
	padding: 0 20px 20px 20px;
}

#center h2 {font-size: 18px;}

#center h3 {
	color: #004A80;
	font-size: 14px;
	padding: 0 20px 20px 20px;
}

#center h3 a {color: #004A80;}
#center h3 a:hover {color: #000;}

#center #center-top h2 {
	color: #fff;
	font-size: 30px;
}

#right h3 {
	font-size: 17px;
	padding: 0 20px 15px 20px;
}

#right h4 {
	color: #99D2E8;
	font-size: 14px;
	padding: 0 20px 5px 20px;
}

/*---------------

TEXT-TREATMENTS

---------------*/

#center p {
	line-height: 1.8em;
	padding: 0 20px 20px 20px;
}

#center a {
	color: #004A80;
	outline: none;
}

#center a:hover {
	color: #000;
	text-decoration: underline;
}

#center-top a {
	color: #99D2E8;
	outline: none;
}

#center-top a:hover {
	color: #FFCB08;
	text-decoration: underline;
}

#right p {
	line-height: 19px;
	padding: 0 20px 30px 20px;
}

#right a {
	color: #99D2E8;
}

#right a:hover {
	color: #FFCB08;
}

/*---------------

IMAGES

---------------*/

img.left {
	border: 1px solid #EAEAEA;
	float: left;
	margin: 5px 15px 10px 0;
}


#video-wrapper {
	background: #fff;
	border: 1px solid #ccc;
	float: right;
	margin: 5px 10px 15px 15px;
	padding: 3px;
	width: 213px;
}

#video-wrapper p {
	color:#666666;
	padding: 0;
	font-size: 10px;
	text-align: center;
}

.bold 
{
    font-weight:bold;
}

.red 
{
    color:Red;
}