/* GLOBAL (PAGE-WIDE) STYLES */

h1, h2, h3, h4, h5, h6, p, th, td, dt, dd, li, a {
	font-family: Tahoma, Helvetica, Arial;
	margin: 0;
}
a {
	color: #193191;
	font-weight: bold;
	text-decoration: none;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



#pageHeader {
	position: relative;
}


#logo {
	width: 203px;
	margin: 0 10px;
}

.popup-header
{
    background-image: url(/Calendar/images/gradation_maroon.gif);
    background-repeat:repeat-x;
    text-align:right;
    height:16px;
    padding:4px 10px 0px 0px;
}

.popup-header a
{
    font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
    font-weight: normal;
}

.popup-header a:hover
{
    
	text-decoration: underline;
}



.main-title
{
    font-family: Tahoma, Helvetica, Arial;
    font-size: 16px;
    font-weight: bold;
    padding:10px;
}

.main-sub-title 
{
    font-family: Tahoma, Helvetica, Arial;
    font-size: 12px;
    font-weight: bold;
}

.main-text 
{
    font-family: Tahoma, Helvetica, Arial;
    font-size: 11px;
    font-weight: normal;
}

.red-link a
{
    color:#BB3220;
    font-weight: normal;
    text-decoration: none;
    
}

.red-link a:hover
{
    color:#BB3220;
    font-weight: normal;
    text-decoration: underline;   
}

.blue-link a
{
    color:blue;
}


.blue-button{
    font-size:12px;
    font-family:Tahoma;
    font-weight:bold;
    color: White;
    min-width:72px;
    height:24px;
    border: solid 1px gray;
    text-shadow: -1px -1px 0px #000000;
    filter: dropshadow(color=#000000, offx=-1, offy=-1);

    background: #15236c; /* Old browsers */
    background: -moz-linear-gradient(top, #38478c 0%, #15236c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38478c), color-stop(100%,#15236c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #38478c 0%,#15236c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #38478c 0%,#15236c 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #38478c 0%,#15236c 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38478c', endColorstr='#15236c',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #38478c 0%,#15236c 100%); /* W3C */
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
     -moz-box-shadow: 1px 2px 1px #de5e5;
      -webkit-box-shadow: 1px 2px 1px #de5e5;
      box-shadow: 1px 2px 1px #de5e5;

}
.blue-button:hover{
    background: #0e184a; /* Old browsers */
    background: -moz-linear-gradient(top, #2d3970 0%, #0e184a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d3970), color-stop(100%,#0e184a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2d3970 0%,#0e184a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2d3970 0%,#0e184a 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #2d3970 0%,#0e184a 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3970', endColorstr='#0e184a',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #2d3970 0%,#0e184a 100%); /* W3C */
}

.gray-button{
    font-size:12px;
    font-family:Tahoma;
    font-weight:bold;
    color: black;
    min-width:72px;
    height:24px;
    border: solid 1px gray;
    text-shadow: 1px 1px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=-1, offy=-1);

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e7e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e7e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e7e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e7e8 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e7e8 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e8',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#e6e7e8 100%); /* W3C */

    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
     -moz-box-shadow: 1px 2px 1px #de5e5;
      -webkit-box-shadow: 1px 2px 1px #de5e5;
      box-shadow: 1px 2px 1px #de5e5;
}
.gray-button:hover{
    background: #d2d3d4; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeff0 0%, #d2d3d4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeff0), color-stop(100%,#d2d3d4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeff0 0%,#d2d3d4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeff0 0%,#d2d3d4 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #eeeff0 0%,#d2d3d4 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeff0', endColorstr='#d2d3d4',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #eeeff0 0%,#d2d3d4 100%); /* W3C */
}



#loginArea {
	width: 490px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: right;
	padding: 0px 10px 0 0;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
}
#loginArea form {
	margin: 0;
	padding: 0;
}
#loginArea a {
	color: #fff;
	font-weight: normal;
}
#loginArea input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#loginID {
	width: 80px;
	height: 17px;
	border: 1px solid #000;
}
#loginBtn {
	padding: 0;
	margin: 0 0 0 5px;
	width: 24px;
	height: 17px;
	background-color: #006;
	border: 1px solid #999;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
}



#menuBar {
	width: 525px;
	height: 32px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 41px;
	right: 5px;
}
#menuBar ul {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	list-style-type: none;
	padding: 0;
	margin: 0 8px 0 0;
}
#menuBar ul li {
	text-align: center;
	float: left;
	height: 32px;
	padding: 0;
	margin: 0;
}
#menuBar ul a {
	width: 80px;
	height: 32px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 0 0 0;
	background: url(/_img/bg/tab.jpg) no-repeat top left;
	overflow: hidden;
}

#menuBar ul a.testimonials{
	width: 115px;
	background: url(/_img/bg/tab_wide.jpg) no-repeat top left;
}

#menuBar ul a:hover {
	height: 32px;
	background-position: 0 -40px;
	text-decoration: underline;
}



.mainCopy h2 {
	color: #000;
	text-align: left;
	font-size: 24px;
	border-bottom: 2px solid #c60000;
	margin-bottom: 8px;
}
.mainCopy p {
	font-size: 14px;
	line-height: 18px;
	margin-top: 8px;
}



blockquote {
	margin: 20px 0;
	padding: 10px 15px;
	border-top: 1px solid #dbb;
	border-bottom: 1px solid #dbb;
	background: #ffe;
	line-height: 18px;
}
blockquote p {
	font-size: 13px !important;
	font-weight: bold !important;
	line-height: 20px !important;
	text-align: justify;
}
blockquote cite {
	display: block;
	padding: 0;
	margin: 6px 0 0 0;
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: 20px !important;
	text-align: right;
}



#pageFooter {
	text-align: center;
	font-size: 11px;
	line-height: 12px;
}
#pageFooter p {
	padding: 15px 0;
}


