@import url("page-layout.css");
@import url("nav-tabs.css");
@import url("footer.css");

body {
	margin: 0px;
	padding: 0px;
}

html {
	min-height:100%;
	height: auto;
}

#top-gradient{
	background-color: #FFFFFF;
	background-image: url(../common-images/top-gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	width:100%;
}
#header-navigation {
	width: 751px;
	height: 94px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../common-images/logo-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#top-navigation {
	width:536px;
	/*margin-top:67px;*/
	float:right;
}

a:active
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}

/**********************************************************************************************************/
/*
/* >> Text/Font Styles                               
/*                                                                                                         
/**********************************************************************************************************/
p{
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.72em;*/
	font-size: 12px;
	color: #000000;
	/*line-height:1.6em;*/
	line-height:19px;
}
ul{
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
 	list-style-position: inside;
	display:block;
	/*margin-left:25px;*/
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-bottom:0px;
	margin-top:0px;
}
.textstyle-largepara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;
	letter-spacing: 0.05em;
	line-height:1.1em;
}
.textstyle-highlighter{
	background-color: #FCF6CD;
}
.textstyle-pullquote-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #BF1F25;
	letter-spacing: 0.05em;
	line-height:18pt;
}
.textstyle-pullquote-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0CA0D4;
	letter-spacing: 0.05em;
	line-height:18pt;
}
.textstyle-pullquote-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #40BE20;
	letter-spacing: 0.05em;
	line-height:18pt;
}
.textstyle-videobox-pullquote {
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #8C7850;
	line-height:1.2em;
}
.textstyle-videobox-pullquote a{
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8C7850;
	text-decoration: none;
}
.textstyle-videobox-pullquote a:hover{
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0CA0D4;
	text-decoration: underline;
}
.evaluation-box{
	border: 1px solid #DCD6CA;
	padding-top:0px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:15px;
}

.center-text {
	text-align:center;
	}
	
img { border:none; }

.large-stands-image { margin-top:20px; }

.pad-top { padding-top:20px; }

a:link { border:none }