/*
 * The content that appears on Default.aspx
 */

div#welcome
{
	width:100%;	
}




/*
 * The "Welcome" panel
 */
h1#welcometitle, h1
{

    font-weight: normal;
	font-size: 28px;
	    line-height: 31px;
	    color: #8a2a2b;
	        margin-bottom: 12px;
}

div#welcomecontent
{
	float: left;
	width: 67%; /*386px;*/
	background-color: #FFFFFF;
	padding: 0px 15px 0 0px;
	overflow: hidden;
}

div#welcomepicture
{
	    background: url(images/logo.gif) no-repeat scroll left top;
    border-top: 1px solid white;
    float: left;
    height: 232px;
    width: 100%;
    background-size: cover;
    margin-bottom: 15px;
}

div#welcometext
{
	float: left;
	margin-left: 1%;
	width: 97%;
}


/*
 * What's new panel
 */

div#whatsnewcontent 
{
    background-color: #f8f8f8;
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    padding: 0px;
    width: 33%;
    padding: 10px;
}
	
#ctl00_main_whatsnewtitle
{
	color: #333;
	font-size: 1.4em;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 0px;		
	width: 100%;
}

div#whatsnewcontent div.picture
{
	font-style: italic;
	font-size: smaller;	
}



#welcomecontent {
	font-size: 16px;
	line-height: 21px;
	color: #333;
}

#welcomecontent a{
	color: #8a2a2b;
	border-bottom: 1px dotted;
}

#welcometitle {
	font-size: 28px;
	line-height: 31px;
	text-transform: uppercase;
	text-align: center;
	color: #8a2a2b;
}

h2.whatsnew {
	color: #8a2a2b;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
}

.whatsnewcontent {
	background-color: #f8f8f8;
}

.whatsnew_image .link a,
.whatsnew_imagealt .link a {
	border: 1px solid #8A2A2B;
	background: transparent;
	color: #8A2A2B;
	padding: 10px 13px;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease-out;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
	display: inline-block;
	text-transform: uppercase;
}

.whatsnew_image .link a:hover,
.whatsnew_imagealt .link a:hover,
.whatsnew_image .link a:focus,
.whatsnew_imagealt .link a:focus {
	/*border: 1px solid #333;*/
	background: #8A2A2B;
	color: white;
}
       