﻿/* elements */

body /* defines default text style */
{
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 15px;
}

a /* defines text style for hyperlinks */
{
	color: Black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}

a:Hover /* defines text style for hyperlinks (on hover) */
{
	color: #f7ad1c;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* classes */

.MainLayout	/* defines common properties to the entire layout */
{
	width: 1000px;
}

.RowDefinitionR1 /* defines properties common to Row1 (Logo/Nav) */
{
	height: 40px;
}

.LogoCell /* defines properties for the logo cell */
{
	float: left;
	width: 200px
}

.NavCells /* defines properties for the nav cells */
{
	text-align: center; 
	float: left;
	width: 114px;
	padding-top: 12px;
	padding-bottom: 10px;
		
}

.NavLink /* defines the nav-link font. */
{
	color: #4d4d4d;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;	
}

.NavLink:Hover /* defines the nav-link font (on hover) */
{
	color: #aacccc;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;	
	text-decoration: none;
}

.LeftContentColumn /* defnies properties common to the left content column (PhotoHeader + fact sheet) */
{
	float: left;
	width: 235px;
}

.LeftContentCell /* defines properties for the left content cell */
{
	padding-top: 20px;
}

.RightContentColumn /* defines properties for the right content cell */
{
	float: left;
	width: 760px;
}


.RightContentCell1 /* defines properties for the first right content cell */
{
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-left: 10px;
}

.RightContentCell2 /* defines properties for the second right content cell */
{
	float: left;
	width: 235px;
	padding-top: 20px;
}

.RowDefinitionR3 /* defines properties common to row 3 */
{
	color: Gray;
	font-size: 1;
	text-align: center;	
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* IDs */

#divNavCellLogin /* defines special properties for the log-in link */
{
	background-image: url(images/HeaderOval.gif); 
	width:110px;
}

.TextHeader
{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif; 
}

.TextHeaderBig
{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif; 
}

.DefaultTextBold
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

.DefaultText
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
}

.DefaultLink
{
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color:#000000;
}

.DefaultLink:hover
{
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color:#666666;
}
