/*
Copyright (c) 2010, Brexson Media Group. All Rights Reserved. www.brexson.com
Homepage CSS for Say IT First website product.
version: 1.0.0
*/

.yellowbox
{
	float:left;
	clear:both;
	width:960px;
	height:245px;
	background-image:url('../Images/yellowbox-bg.png');
	background-repeat:repeat-x;
	margin-top:38px;
	margin-bottom:38px;
}
.yellowbox .yellowbox-cap-left, .yellowbox .yellowbox-cap-right
{
	height:245px;
	width:23px;
	float:left;
}
.yellowbox .yellowbox-body
{
	width:914px;
	height:245px;
	float:left;
	position:relative;
	background-image:url('../Images/yellowbox-welcome-icon.png');
	background-repeat:no-repeat;
	background-position:7px 29px;
	color:#333;
}
.yellowbox .yellowbox-body #welcome-title
{
	position:absolute;
	top:63px;
	left:102px;
}
.yellowbox .yellowbox-body #welcome-blurb
{
	width:430px;
	height:60px;
	position:absolute;
	top:63px;
	right:55px;
}
.yellowbox .yellowbox-body #welcome-blurb #cta-button
{
	background-image:url('../Images/yellowbox-cta-button.png');
	background-repeat:no-repeat;
	width:207px;
	height:30px;
	display:block;
	text-indent:-9999px;
	position:relative;
	left:98px;
}
.yellowbox .yellowbox-cap-left
{
	background-image:url('../Images/yellowbox-cap-left.png');
}
.yellowbox .yellowbox-cap-right
{
	background-image:url('../Images/yellowbox-cap-right.png');
}
.content-column
{
	width:425px;
	float:left;
	margin-top:45px;
}
.content-column .content-blurb
{
	width:352px;
	float:right;
	color:#88461a;
}
.content-column h1
{
	text-indent:-9999px;
	width:425px;
	height:60px;
	background-repeat:no-repeat;
	display:block;
	margin:0 !important;
	margin-bottom:1em !important;
}
.content-column a:link
{
	color:#88461a;
	text-decoration:underline;
}
.content-column a:visited
{
	color:#88461a;
	text-decoration:underline;
}
.content-column a:hover
{
	color:#512101;
	text-decoration:underline;
}
.content-column a:focus
{
	color:#512101;
	text-decoration:underline;
}
.content-column a:active
{
	color:#88461a;
	text-decoration:underline;
}
#newest-translation
{
	margin-right:80px;
	margin-left:15px;
}
#newest-translation h1
{
	background-image:url('../Images/homepage-title-newest_translation.gif');
}
#featured-translation h1
{
	background-image:url('../Images/homepage-title-featured_translation.gif');
}
#available-dictionaries h1
{
	background-image:url('../Images/homepage-title-available_dictionaries.gif');
    margin:0px !important;
}

#available-dictionaries {
	width:425px;
	float:left;
	margin-left:15px;
	margin-top:0px;

}
