
.large
{
	font-size:17px;
	line-height: 16px;
	color:#000;
}
A:link,A:visited,.blue
{
color:#001275;
}
A:active,A:hover {
color: #E15A00;
}
.orange
{
color: #E15A00;
}
A.orange:link,A.orange:visited
{
color: #E15A00;
}
A.orange:hover
{
color:#001275;
}
.formFont
{
	color: #4A5864;
	font-size: 12px
}
body
{
	margin-top:0px;
	margin-left: 0px;
	background-color: #ffffff;
	background-image: url(/images/shared/spacer_white.gif);
	background-repeat: no-repeat;
	font-size:14px;
	color:#000000;
	line-height:20px;
	font-family: "proxima-nova-1","proxima-nova-2",helvetica,arial,sans-serif;
}
ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE
{
    display: block;
    color: #000000   
}
H1,H2,H3,H4,H5,H6
{
	font-weight:700;
	font-family: "proxima-nova-1","proxima-nova-2",helvetica,arial,sans-serif;
}
H1
{
	color: #001275;
	font-size:30px;
	margin-top:0px;
	margin-bottom:8px;
	line-height:32px;
}
h2 { font-size:21px;margin-top:0px;margin-bottom:5px;color:#001275;line-height:24px;font-family: "proxima-nova-1","proxima-nova-2",helvetica,arial,sans-serif; }
h2  a:link,a:visited,a:active,a:hover
{
	text-decoration: none;color:#001275;
}
H3
{
color:#001275;
margin-top:0;
font-size:15px;
padding-bottom:3px;
margin-bottom:0;
}
H4
{
	color:#001275;
	font-size:13px;
	margin-top:0;
	margin-bottom:3px;
}
H5
{
color:#001275;
font-size:11px;
margin-top:0;
padding-bottom:2px;
margin-bottom:1px;
}
H6
{
color:#001275;
font-size:10px;
margin-bottom:1px;
padding-bottom:0;
letter-spacing:1px;
font-weight: lighter;
margin-top:0px;
}
.caption
{
    font-size: 12px;
	color: #000000;
}
td
{
   FONT-SIZE: 14px;
   color: #000000;
   vertical-align: top
}
.contentDefault
{
	font-size:14px;
	color:#000000;
}
.gray
{
	color:#53626F;
}
A.gray:link { color: #53626F }     
A.gray:visited { color: #53626F }
A.gray:active { color: #53626F }    
A.gray:hover { color: #bb5111 }
div
{
   FONT-SIZE: 14px;
   color: #000000;
   vertical-align: top
}
.greenSFW
{
	COLOR: #336666;
}
A.greenSFW:link { color: #336666 }       /* unvisited link */
A.greenSFW:visited { color: #336666 }   /* visited links */
A.greenSFW:active { color: #bb5111 }    /* active links */
A.greenSFW:hover { color: #bb5111 }    /* active links */
img
{
border-style:none;
}
.grayBox
{
	padding: 15px;
	background-color: #F2F5F9;
	padding-top:10px;
}
.captionGray
{
	
    FONT-SIZE: 10px;
	COLOR: #53626F
}
.captionOrange
{
    font-size: 10px;
	color: #BB5111;
	
}
.box
{
	border: 1px solid #CDD3DA;
	padding: 7px;
	padding-bottom: 10px
}
.mainContainer
{
	width:747px;
	padding:18px 15px 50px 20px;
	padding-bottom: 50px;
}
/* #Buttons
================================================== */
	
	a.button, a.button:visited, span.button a:visited, div.button  a:visited, a.formbutton, input.formbutton, input.button,
	button {
		background: #E15A00; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,102,0,.8) 0%, rgba(225,90,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,102,0,.8)), color-stop(100%,rgba(225,90,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,102,0,.8) 0%,rgba(225,90,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,102,0,.8) 0%,rgba(225,90,0,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,102,0,.8) 0%,rgba(225,90,0,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,102,0,.8) 0%,rgba(225,90,0,1) 100%); /* W3C */
	  padding: 6px 12px;
	  color: #ffffff;
	  display: inline-block;
	  font-size: 14px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 90, 0, .8);
	  cursor: pointer;
	  margin-bottom: 0px;
	  line-height: 21px;
	  border:0px;
	  margin-top:10px;
	  }
	  
	a.button:hover, span.button:hover, div.button:hover, a.formbutton:hover, input.formbutton:hover, input.button:hover,
	button:hover {
		text-decoration: none;
		color: #ffffff;
		background: #E15A00; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(225,90,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,102,0,1)), color-stop(100%,rgba(225,90,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,102,0,1) 0%,rgba(225,90,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,102,0,1) 0%,rgba(225,90,0,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,102,0,1) 0%,rgba(225,90,0,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,102,0,1) 0%,rgba(225,90,0,1) 100%); /* W3C */
	   }
	  
  a.button:active, 
  button:active {
    background: #E15A00; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,102,0,.8) 0%, rgba(225,90,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,102,0,.8)), color-stop(100%,rgba(225,90,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,102,0,.8) 0%,rgba(225,90,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,102,0,.8) 0%,rgba(225,90,0,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,102,0,.8) 0%,rgba(225,90,0,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,102,0,.8) 0%,rgba(225,90,0,1) 100%); /* W3C */
     }

.intro
{
	color:#53626f;
	font-size:17px;
	line-height:25px;
	margin-top:20px;
}

/* FORM BUTTONS */
.formbutton
{
	color: #ffffff;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 25px;
    text-decoration: none;
	text-transform: uppercase;
	letter-spacing:1px;
	border:0px;
	padding-right:13px;
	padding-bottom:1px;
	background-color: #E15A00;
	margin-bottom:10px;
	margin-top:6px;
	cursor: pointer;
}
.orange {
	color: #E15A00;
}
.short
{
    background: transparent url('bg_button_short.gif') no-repeat;
	width:71px;
}
.medium
{
    background: transparent url('bg_button_medium.gif') no-repeat;
	width:109px;
}
.long
{
    background: transparent url('bg_button_long.gif') no-repeat;
	width:148px;
}
.longest
{
    background: transparent url('bg_button_longest.gif') no-repeat;
	width:170px;
}
ul {
font-family:verdana, arial, sans-serif;
line-height:13px;
margin-bottom:0;
margin-top:0;
padding-left:11px;
margin-left:5px;
}

ul.none {
list-style-type:none;
padding-left:0;
margin-left:0;
}
ul.bullet
{
list-style-type:disc;
list-style-image:url(bullets/bullet_black.gif);
line-height:14px;
}

li.paddingThree
{
	margin-top:3px;
	margin-bottom:3px;
}
li.paddingFive
{
	margin-top:5px;
	margin-bottom:5px;
}
li.paddingTen
{
	margin-top:10px;
	margin-bottom:10px;
}
li.paddingSeven
{
	margin-top:7px;
	margin-bottom:7px;
}
li.paddingFifteen
{
	margin-top:15px;
	margin-bottom:15px;
}
li.paddingTwenty
{
	margin-top:20px;
	margin-bottom:20px;
}
/* END FORM BUTTONS */

/* LIST */

	ol, ul {
		list-style: none; }
		
/* #List
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/*------------------------------------*\
	LIST
\*------------------------------------*/
ul {
	margin-bottom:0px;
	margin-left:-10px;
}
li 	{
	margin-top:8px;
	margin-bottom:8px;
} 
ol, ul.square, ul.circle, ul.disc { margin-left: 16px; }
ol li { margin-bottom: 10px;margin-top: 10px; }
li { margin-bottom: 8px;margin-top: 8px; }
