@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	text-align: center;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	padding-top: 0px;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
.roundedcorner    {
	max-width: 100%;
	text-align: center;
	border: 1px solid #969696;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	8;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	margin-bottom: auto;
	margin-top: 0px;
}
.headr {
	padding-top: 10px;
}
.nav {
}
.nav_list {
	border-right: 1px solid #FFFFFF;
}
.nav_item {
	width: 25%;
	clear: none;
	text-align: center;
	margin-left: 0px;
	color: #ffffff;
	background-color: #000000;
	margin-bottom: 2px;
	font-family: Verdana, Arial, sans-serif, "Trebuchet MS";
	font-size: 0.95em;
	height: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content_left {
	width: 100%;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.content_right {
	width: 100%;
	margin-left: 0;
	clear: both;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.spacer {
	min-height: 10px;
}
.sec {
	min-height: 20px;
	border-top-right-radius: 0px;
}
.centre {
	text-align: center;
}
.footerend {
}
.endfooter {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #999999;
	width: 100%;
	background-color: #000000;
	text-align: center;
	font-size: small;
}
.center {
	text-align: center;
}
.mypadding {
	left: 100px;
}
.gridContainer.clearfix .fluid.content_left p a {
	font-weight: 500;
	color: #2F97d8;
}
.gridContainer.clearfix .fluid.content_left table tr td  p a {
	font-weight: 500;
	color: #2F97d8;
}
#tophead {
	min-height: 50px;
	background-color: #E31417;
}
#corp {
}
.spacer {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}






/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	/* [disabled]margin-left: auto; */
	/* [disabled]margin-bottom: auto; */
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-top: 10px; */
}
.headr {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nav {
}
.nav_list {
}
.nav_item {
	width: 12.5%;
	clear: none;
	margin-left: 0%;
	display: block;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	min-height: 0px;
	height: 26px;
	padding-top: 4px;
	font-family: Verdana, Arial, sans-serif, "Trebuchet MS";
	font-weight: normal;
}
.content_left {
	width: 70%;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-right: 5px;
}
.content_right {
	width: 25%;
	clear: none;
	margin-left: 2.5641%;
}
.mylist {
}
.spacer {
	min-height: 20px;
}
.sec {
	min-height: 20px;
}
.footerend {
}
.endfooter {
	border: 1px solid #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 99%;
	background-color: #000000;
	text-align: center;
	font-size: small;
}
#tophead {
	background-color: #E80B0F;
	min-height: 50px;
}
#corp {
}
.spacer {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 87.75%;
	max-width: 1000px;
	padding-left: 1.125%;
	padding-right: 1.125%;
	margin-right: auto;
	/* [disabled]margin-left: auto; */
	margin-bottom: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.headr {
}
.nav {
}
.nav_list {

}
.nav_item {
	width: 12.5%;
	clear: none;
	margin-left: 0%;
	display: block;
	text-align: center;
	background-color: #000000;
	height: 28px;
	padding-top: 5px;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif, "Trebuchet MS";
	font-weight: normal;
}
.content_left {
	width: 70%;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
}
.content_right {
	clear: none;
	margin-left: 2.5641%;
	width: 27%;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.mylist {
}
.spacer {
}
.sec {
	min-height: 20px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.footerend {
}
.endfooter {
	border: 1px solid #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 100%;
	background-color: #000000;
	text-align: center;
	font-size: small;
}
#tophead {
	min-height: 50px;
	background-color: #E02023;
}
#corp {
}
.spacer {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

}
