.align_left {
    float: left;
}

.align_right {
    float: right;
}

.newsDate {
    font-weight: bolder;
    margin-bottom: 10px;
}

#breads {
    font-size: 10px;
}

#breads_txt {
    color: #666;
    font-size: 10px;
    text-transform: lowercase;
    padding-top: 5px;
}

a.breads {
    color: #666;
    font-size: 10px;
    text-decoration: none;
    text-transform: lowercase;
}

a.breads:hover {
    text-decoration: underline;
}

.newsMain {
    padding-bottom: 10px;
    color: #333333;
    font-size: 12px;
}

.nDate {
    font-size: 12px;
    color: #333333;
}

.nDate_big {
    color: #ab1919;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a.nName {
    font-size: 12px;
    color: #cc0000;
    text-decoration: none;
}

a.nName:hover {
    text-decoration: underline;
}

a.nMore {
    font-size: 12px;
    text-decoration: underline;
}

a.nMore:hover {
    text-decoration: none;
}

.na_date {
    font-size: 12px;
    float: right;
}

a.na_link {
    font-size: 12px;
}


/*FEED BACK CSS*/

#contact-form textarea {
    width: 580px;
    height: 80px;
    /*margin-right:2px;*/
}

#contact-form img {
    padding-bottom: 1px;
}

#contact-form input,
textarea {
    border: 1px solid #666;
}

#contact-form input:focus,
textarea:focus {
    background-color: #CCC;
}

#contact-form input[type=text],
#contact-form input[type=email] {
    padding-top: 3px;
    padding-top: 3px;
    font-size: 12px;
    border: 1px solid #666;
}

#contact-form input[type=submit] {
    background-color: #ffffff;
    padding: 5px;
    border: 0px;
    font-size: 12px;
    border: 1px solid #666;
    margin-top: 5px;
    margin-bottom: 5px;
    /*margin-right:2px;*/
}

#contact-form input[type=submit]:hover {
    background-color: #CCC;
    cursor: pointer;
}

#keystring {
    width: 120px;
}

.faq_row p {
    display: inline;
}

a.faqlink {
    text-decoration: none;
    font-size: 13px;
}

ol {
    padding-left: 20px;
}


/* LAYOUT */


.sitemap ul li {
    list-style: none;
}

.q_item {
    margin-bottom: 15px;
}

.q_item b {
    color: #ab1919;
    font-size: 12px;
}

.q_content {
    margin-top: 5px;
    padding: 10px;
    background-color: #e7e7e7;
    color: #333333;
}

.ditto_currentpage,
.ditto_page {
    padding: 3px;
    margin-right: 5px;
}

.ditto_currentpage {
    background-color: #ab1919;
    color: #d9dbda;
}

.ditto_page {
    background-color: #d9dbda;
}

.ditto_page:hover {
    background-color: #ab1919;
    color: #d9dbda;
}

a.ditto_page {
    color: #ab1919;
    text-decoration: none;
}

#content a {
    text-decoration: underline;
}

#contet a:hover {
    text-decoration: none;
}

#q_all {
    clear: both;
}

#q_pager {
    padding-bottom: 15px;
    float: right;
}

#content li,
#content a {
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

#content li a {
    border-left: 5px solid #ffffff;
    padding-left: 5px;
}

#content li a:hover {
    border-left: 5px solid #cccccc;
    padding-left: 5px;
}

.team_item {
    padding: 10px 5px 0 0;
}

.team_name {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.team_a,
.team_b {
    font-size: 10px;
}

.team_a {
    font-weight: bold;
}

#before {
    margin-bottom: 10px;
}

#after {
    margin-bottom: 10px;
    margin-top: 20px;
}

.p_item {
    clear: both;
}

.p_item img {
    float: right;
}

#p_all {
    margin-top: 10px;
}

.p_item table {
    margin-top: 10px;
    padding-top: 5px;
    border-bottom: 1px solid #cccccc;
}

.stronglist a {
    font-weight: bold;
    line-height: 1.5;
}

a.strongLink {
    margin-left: 45px;
    font-weight: bold;
    line-height: 1.5;
}

h1#pageName {
    font-size: 1.17em;
}




#pager {
    list-style: none;
    float: left;
    margin-top: 5px;
    margin-right: 0;
}

#pager li {
    display: inline;
}

#pager li a {
    display: inline;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    /*	margin-right: 3px;*/
    padding: 5px 5px;
     border-left: 0;
    background-color: #CCC;
}

#pager li a:hover {
    background-color: #ab1919;
    color: #ffffff;
    border-left: 0;
    padding: 5px 5px;
  
}

#pager li a.selected {
    background-color: #ab1919;
    color: #ffffff;
    text-decoration: underline;
}


/*
#pager li:first-child{
	color: #000000;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px 5px 5px;
	border-right: 1px solid #777777;
}

#pager li:last-child{
	color: #000000;
	font-size: 12px;
	margin-left: 7px;
	margin-right: 3px;
	padding: 5px 5px 5px 10px;
	border-left: 1px solid #777777;
}
*/  