/* NY Right Fit */
/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	font-size: 12px;
	line-height: 18px;
}
a:link, a:visited {
    color: #F90606;
}
a:hover{
	text-decoration: underline;
}	
/* layout */

#wrapper {
width: 1000px;
margin: 0 auto;
height: auto;
min-height: 100%;
/*margin-top: 5px;
margin-bottom: 5px;*/
border: 0px solid #F90606;
}
#swf_header {
width: 1000px;
height: 142px;
margin: 0;
padding: 0;
}

header {
width: 1000px;
height: 134px;
}
/* Header */

#main-logo {
position: relative;
height: 100px;
margin: 0 auto;
background: #fff url('/images/main_logo.png') ;
background-repeat: no-repeat ;
background-position: top left;
}

#main-logo h1{
font-family: "Times New Roman", Times, serif;
font-size: 16px;
line-height: 18px;
position:relative;
top:90px;
left:0px;
text-indent: -3000px
}

#main-logo a {
	border: none;
	background: none;
	text-decoration: none;
}

/* nav */
nav {
	width: 1002px;
	height: 30px;
	margin-top: -5px;
	background-color: #ffff;
}
/* Navigation Menu */

nav	.primary-navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	/*left: 410px ;*/
		list-style-type: none;
	margin-left: 16px;
	padding: 6px;
	font-style: normal;
	font-weight: lighter;
		}
		
nav	ul.primary-navigation li {
		float: left ;
		margin: 0; padding: 0;
		text-transform: uppercase;
		}
nav	ul.primary-navigation li:hover {
	background-color: #ff0000;
		}		
nav	ul.primary-navigation li a {
	font-weight: normal;
	line-height: 16px;
	margin: 0 auto;
		}
		
nav	ul.primary-navigation li.current a {
		color: #254117 ;
		}
nav span {
		float:left;
		color: #fff ;
		margin: 0 7px;
		}
ul.primary-navigation li.last-child { 
border-right: none;
}	
nav .primary-navigation a:link {  text-decoration: none; color: #000000;}
nav .primary-navigation a:visited { text-decoration: none; color: #000000;}
nav .primary-navigation a:active {  text-decoration: none; color: #ffffff;}
nav .primary-navigation a:hover {  text-decoration: underline; color: #ffffff;}

section #content {
position:relative;
width: 1000px;
clear: both;
margin-top: 90px;
background-color: #eae415;
}
/*#content ul,*/ 
#content ol {margin-bottom: 1.25em;}
#content li {margin-bottom: 0.66em; line-height: 1.6em;}
x#content ul li {padding-left: 40px; background: url(../images/dot-black.gif) 22px 0.66em no-repeat;}
#content ol {padding-left: 40px; list-style: decimal;}
#content ol li {padding-left: 5px; background-image: none;}
#main_page {
width: 999px;
margin: 0 auto;
float: left;
position:relative;
}

#main {
	voice-family: inherit;
	width: 640px;
}

#main {
	padding: 0px 25px 0 0px;
	margin: 6px 0 0;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.clear {
    clear: both;
}

.column {
    float: left;
}
#main h1 {
	color: #0D4358;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
}
#main h2 {margin: 1.5em 0 0.25em; font-size: 1.5em; color: #666;}
#main h3 {margin: 1.5em 0 0.25em; font-size: 1.3em; color: #666;}
#main p ul{margin-bottom: 1.33em;font: 0.8125em/1 Verdana,sans-serif;}
#main ul{margin: 14px 0 12px 24px}
#main p+p{margin-top: 14px}
#sidebar {
 voice-family: inherit;
 width: 295px;
}
.inner_side{
 padding: 14px 0 0 9px;
}
/* sidebar and footer widget blocks */

aside h3 {
font-size:18px;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}
#home_featured{
	clear: both;
	text-align: center;
	position: relative;
	padding-top: 6px;
	background-color: #EA212D;
}
#home_featured img{
	position: relative;
	top: 14px;
}
footer {
width: 1000px;
margin: 0 auto;
clear: both;
}
footer{
	clear: all;
}
#footer-area {
background: #F90606;
color: #FFF;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}
#footer-area {
background: #F90606;
color: #0D4358;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}
.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

footer aside h4 {
color: #FFF;
font-size: 14px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #E3E1E4;
}

footer p {
margin-top: -15px;
}
.copyright { clear:both; text-align:left; padding:8px 0; margin:0 34px 0 14px; }
#footer-area .copyright img{
margin-left: -12px;
}

/**** End Footer ****/
.div_h24 { height:24px; margin:0; padding:0; }
.mainheading {
    background: url("") no-repeat scroll center bottom transparent;
    color: #251F1B !important;
    height: 60px;
    line-height: 60px;
    margin: 0 0 1px !important;
	padding-top: 9px;
    text-align: center;
	font-family: verdana;
	font-size: 11px;
	font-stretch: extra-condensed;
}
.mainheading span{
color:#808080
}

#content a {text-decoration:none;}
#sidebar h3 {
    color: #333333;
    font: 1.5em Georgia,Times,serif;
    letter-spacing: 0;
    margin-bottom: 0.25em;
    text-transform: none;
}

#sidebar p {
    font-size: 0.95em;
    margin-top: 0.25em;
}                                            

#sidebar h3 {margin-bottom:12px;}                                     
#sidebar a:link img {
	margin-left:10px;
	padding-left: 10px;
}
#sidebar div {
	border-bottom: 1px dashed #B2B2B2;
	padding: 0;
}
#sidebar div.first {padding-top: 12px;}
#sidebar h3+ul{
	margin-top: 4px;
}
#sidebar ul, ol {
    list-style: none outside none;
}
#sidebar li {padding: 0.5em 0 0.5em;}
#sidebar li a:link, #sidebar li a:visited {padding-left: 12px;}
#sidebar p {font-size: 0.85em; margin-top: 0.25em;}

#sidebar h3 {
	color: #999999;
	font: 1.5em Georgia,Times,serif;
	letter-spacing: 0;
	margin-bottom: 0.25em;
	text-transform: none;
	text-indent: 0px;
	padding-left: 0px;
	text-align: center;
}
#sidebar #colophon {border-bottom-width: 0;}
#colophon img {background: #333;}
#colophon a:hover img {background: #555;}
#sidebar .extras {border-bottom-width: 0;}
.extras p { letter-spacing: 0.25em; color: #666;}
.extras img {background: #333;}
.extras a:hover img {background: #555;}

div#sidebar p.download a:link {padding-top:7px;}
div#sidebar p.download a {border-bottom: 1px solid #555;}
div#sidebar p.download a:hover {background-color: #F4F2E4;}

div#sidebar .extras dl {padding: 10px 0.5em;}

#latest_news{
	list-style-type: none;
}

.class-sign-up {
    color: #EE3F00;
    display: block;
    font-weight: bold;
    text-transform: lowercase;
	float:right;
	 margin-top: -12px;
}

.icon_follow {
    float: left;
	margin: 18px auto 0 38px;
}		
.icon_follow li {
    float: right;
    padding: 0 7px;
    vertical-align: middle;
}
.icon_follow ul {
    list-style-type: none;
}
#site-info {
    clear: both;
    margin-bottom: 0;
}
div.container.slim {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 640px;
}
.slim .col1 {
    width: 210px;
}
.slim .col2 {
    width: 330px;
}
.slim .col3 {
    width: 80px;
	text-align: center;
}

.slim .column, .slim .columns {
    display: inline;
    float: left;
    margin: 0;
}

.row:after, .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.row:after, .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.slim .row {
    width: 640px;
}
.row, .clearfix {
    display: block;
}
div.alto{
padding: 7px 0;
}
div.linea{
border: #ccc dashed 1px;
}
#wrapper #sidebar .download p strong {
	text-align: right;
	color: #999999;
}
#wrapper #sidebar .download p strong {
	text-align: left;
}
#wrapper #sidebar .download p strong {
	text-align: center;
}
