/* +++++++++++++ Fonts +++++++++++++ */

/* ===== Display Fonts ==========*/

.headernav, .secnav {font-family: arial; font-size: 15px; color: #ffffff; font-weight: bold; text-decoration: none;}
.secnav {font-size: 14px;}
a.header_sel:hover, a.headernav:hover, a.secnav:hover {color: #ffff00; text-decoration: none;}
.header_sel{font-family: arial; font-size: 14px; color: #ffff00; font-weight: bold; text-decoration: none;}

.d1, .display2, .d5, .link, .link2, .link3, .link4
{
	font-family: "Franklin Gothic Medium", "ITC Franklin Gothic", "Helvetica Neue", Arial, Trebuchet, sans-serif;
}

.d1
{
	font-weight: normal;
	font-size: 30px;
	color: #b2c5c5;
}

.display2
{
	font-weight: normal;
	font-size: 15px;
	color: #9d2721;
}

.d5
{
	font-weight: normal;
	font-size: 14px;
	line-height:20px;
	color: #969696;
}

.d3, .d4, .d4-it
{
 	font-family: "Helvetica Neue Medium", Helvetica, "Franklin Gothic Medium", Futura, Arial, Verdana, sans-serif;
}

.d3
{
	font-weight: bold;
	font-size: 16px;
	color: #9D2127;
}

.d4
{
	font-weight: normal;
	font-size: 14px;
	line-height:20px;
	color: #9D2127;
}

.d4-it
{
	font-weight: normal;
	font-style:italic;
	font-size: 14px;
	line-height:20px;
	color: #9D2127;
}

/* ========== Links ============== */

.link
{
	font-weight:bold;
	font-size:11px;
	line-height: 13px;
	color:#9d2721;
}

.link2
{
	font-weight:bold;
	font-size:14px;
	line-height: 16px;
	color:#969696;
}

.link3
{
	font-weight:normal;
	font-size: 11px;
	line-height:16px;
	color: #9d2721;
}

.link4
{
	font-weight:bold;
	font-size:11px;
	line-height: 16px;
	color:#9d2721;
}

.link5
{
	font-weight:normal;
	font-size:16px;
	color:#9D2721;
	font-family: "Helvetica Neue Medium", Helvetica, "Franklin Gothic Medium", Futura, Arial, Verdana, sans-serif;
}

/* ======== Text Fonts ============= */
.text, .text2, .text3, .text4, .text5, .text-it
{
	font-family: "Helvetica Neue", Helvetica, "Gill Sans", Arial, Trebuchet, Verdana, sans-serif;
}

.text
{
	font-weight: normal;
	font-size:11px;
	line-height: 16px;
	color: #292929;
}

.text2
{
	font-weight:normal;
	font-size: 13px;
	line-height:16px;
	color: #9a9696;
}


.text3
{
	font-weight:normal;
	font-size: 12px;
	line-height:16px;
	color: #9a9696;
}

.text4
{
	font-weight: normal;
	font-size:11px;
	line-height: 16px;
	color: #9a9696
}

.text5
{
	font-weight:normal;
	font-size: 14px;
	line-height:16px;
	color: #727878;
	padding-top:5px;
	padding-left:15px;
	padding-bottom:5px;
}

.text6
{
	font-family: verdana;
	font-weight:normal;
	font-size: 12px;
	line-height:16px;
	color: #292929;
}

.text-it
{
	font-weight: normal;
	font-style:italic;
	font-size:11px;
	line-height: 16px;
	color: #292929;
}

/*==================  Redefining Default Styles  ==================*/

/* Taking off the underline */
a:link, a:visited
{
	text-decoration: none;
}

/* A change to a dark gray on hover */
a:hover
{
	color: #969696;
	text-decoration: underline;
}

img
{
	border: none;
}

body
{
	padding:0;
	margin:0;
}

li
{
	list-style-type: square;
}
.liNumber {
	list-style-type: decimal;
}
li.new
{
	list-style-image:url(images/bullet.jpg);
	list-style-position:outside;
}	

form
{
    margin: 0px;
}

input
{
    margin: 2px;
}

/* ++++++++++++++ Layout ++++++++++++++++++++++++ */
.top15
{
	padding-top:15px;
}

.top10
{
	padding-top:10px;
}

.top5
{
	padding-top:5px;
}

.title-pad
{
	padding-top:15px;
	padding-bottom:10px;
}

.top5-left5
{
	padding-top:5px;
	padding-left: 5px;
}

.content-padding
{
	padding-left:15px;
	padding-top:10px;
}

.table-margin
{
	margin-left:15px;
	margin-top:10px;
}



.top-margin
{
	margin-top:10px;
}

.left15
{
	padding-left:15px;
}

.margin-left
{
	padding-left:15px;
}

.photo-padding
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

.text-padding
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:5px;
}

.v-line
{
	border-right: solid 1px #969696;
}

.h-line
{
	border-bottom: solid 1px #969696;
}

.h-line-w
{
	border-bottom: solid 1px #FFFFFF;
}

.warm-t
{
	border-top: solid 1px #ECEBDE;
}
.warm-lbr
{
	border-bottom: solid 1px #ECEBDE;
	border-left: solid 1px #ECEBDE;
	border-right: solid 1px #ECEBDE;
	padding-left:5px;
	padding-top:5px;
}

.h-line
{
	border-bottom: solid 1px #969696;
}

.table-border
{
	border-left: solid 1px #969696;
	border-right: solid 1px #969696;
	border-top: solid 1px #969696;
	border-bottom: solid 1px #969696;
}

.warm-bg
{
	background-color: #ECEBDE;
}

.footer
{
	position: fixed; bottom: 0px;
	width: 100%;
	background-color: #ECEBDE;
	padding-top: 5px;
	padding-left: 5px;
}

.footer2
{
	position: absolute; right: 0px;
	width: 100%;
	background-color: #ECEBDE;
	padding-top: 5px;
}