/* this will have no @media, so will apply for every resolution */
body{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 100%;
    font-family: Verdana, Geneva, sans-serif;
    background-image: url("../images/top_bg.gif");
    background-repeat: repeat-x;
    overflow-x: hidden;
}

#mainTableCellL a {color: #880d1e; text-decoration:none;}
#mainTableCellL a:link {color: #880d1e;}
#mainTableCellL a:visited {color: #880d1e;}
#mainTableCellL ul {list-style-position:inside;}

#sitemap a {color: white; text-decoration:none;}
#sitemap a:link {color: white;}
#sitemap a:visited {color: white;}

#Corporate_Brochure a {color: #880d1e; text-decoration:none;}
#Corporate_Brochure a:link {color: #880d1e;}
#Corporate_Brochure a:visited {color: #880d1e;}

p.big {
    line-height: 140%;
}
hr {
  border:none;
  border-top:1px dotted grey;
  height:1px;
  width:100%;
}
ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
#footer{
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    font-family: Tahoma, Geneva, sans-serif;
    background-image: url("../images/footer_bg.gif");
    background-repeat: repeat-x;
    overflow-x: hidden;
    background-color: #ffffff;
}

#blank{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    float: left;
    margin-top: 20px;
}

* {padding: 0; margin: 0;}

img {max-width: 100%}

.cycle-pager {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	bottom: -20px;
	z-index: 9998;
	cursor: pointer;
}

.cycle-pager span{
    background-color: #b3b3b3;
	text-indent: 0%;
    font-size: 0;
	white-space: nowrap;
	width: 12px;
	height: 12px;
	display: inline-block;
	border: hidden;
	border-radius: 100%;
	margin: 0 10px;
}

.cycle-pager .cycle-pager-active {background: #8b0025;}

/* SIDE MENU TEXT HOVER EFFECTS */
    nav a {
        text-decoration: none;
        color: #a0a0a0;
        font-family: Tahoma, Geneva, sans-serif;
        position: relative;
        display: inline-block;
        margin: 0 20px;
        font-size: 0.9em;
    }
	section{
		margin: 0 15px;
		padding: 0px 0px;
		text-align: left;
        color: #a0a0a0;
        font-family: Tahoma, Geneva, sans-serif;
	}

.MenuHover a {
	color: #a0a0a0;
	padding: 10px 0;
}

.MenuHover a:hover {
	color: #424242;
}

.MenuHover a::after {
	background: #424242;
	position: absolute;
	top: 100%;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	opacity: 0;

	transition: opacity 0.3s, transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.MenuHover a:hover::after,
.MenuHover a:focus::after {
	opacity: 1;

	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
/* END SIDE MENU TEXT HOVER EFFECTS */

/* COLLAPSE DIV SETTINGS */
#pMenuCollapseL {
    border: 0;
    padding: 20px 10px 20px 10px;
    width: 60%;
    display: inline-block;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
}
#pMenuCollapseL a {color: black; text-decoration:none;}
#pMenuCollapseL a:link {color: black;}
#pMenuCollapseL a:visited {color: black;}

#pMenuCollapseR {
    border: 0;
    padding: 20px 10px 20px 10px;
    width: 30%;
    display: inline-block;
    font: 0.8em Helvetica, Sans-Serif;
    text-align: right;
}
#pMenuCollapseR a {color: #8b0025; text-decoration:none;}
#pMenuCollapseR a:link {color: #8b0025;}
#pMenuCollapseR a:visited {color: #8b0025;}

/* END COLLAPSE DIV SETTINGS */

/* NETWORK DETAILS TABLE FONT SETTINGS */
p.network {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    color: #8b0025;
    text-decoration:none;
}
p.networkDetails {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.0em;
    font-weight: 100;
     text-decoration:none;
}
p.networkDetails a {color: #8b0025; text-decoration:none;}
p.networkDetails a:link {color: #8b0025; text-decoration:none;}
p.networkDetails a:visited {color: #8b0025; text-decoration:none;}
/* END NETWORK DETAILS TABLE FONT SETTINGS */

/* ERROR404 FONT SETTINGS */
#error404 a {color: #000000; text-decoration:none;}
#error404 a:link {color: #000000; text-decoration:none;}
#error404 a:visited {color: #000000; text-decoration:none;}
/* END ERROR404 FONT SETTINGS */

/* FORM STYLE */
.form-style-7{
    max-width:400px;
    margin:20px auto;
    background:#fff;
    border-radius:2px;
    padding:5px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-7 h1{
    display: block;
    text-align: center;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: #535353;
    font-size:x-large;
}
.form-style-7 ul{
    list-style:none;
    padding:0;
    margin:0;   
}
.form-style-7 li{
    display: block;
    padding: 9px;
    border:1px solid #DDDDDD;
    margin-bottom: 20px;
    border-radius: 3px;
}
.form-style-7 li:last-child{
    border:none;
    margin-bottom: 0px;
    text-align: center;
}
.form-style-7 li > label{
    display: block;
    float: left;
    margin-top: -19px;
    background: #FFFFFF;
    height: 14px;
    padding: 2px 5px 2px 5px;
    color: #535353;
    font-size: 14px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
.form-style-7 input[type="text"],
.form-style-7 input[type="date"],
.form-style-7 input[type="datetime"],
.form-style-7 input[type="email"],
.form-style-7 input[type="number"],
.form-style-7 input[type="search"],
.form-style-7 input[type="time"],
.form-style-7 input[type="url"],
.form-style-7 input[type="password"],
.form-style-7 textarea,
.form-style-7 select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    outline: none;
    border: none;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.form-style-7 input[type="text"]:focus,
.form-style-7 input[type="date"]:focus,
.form-style-7 input[type="datetime"]:focus,
.form-style-7 input[type="email"]:focus,
.form-style-7 input[type="number"]:focus,
.form-style-7 input[type="search"]:focus,
.form-style-7 input[type="time"]:focus,
.form-style-7 input[type="url"]:focus,
.form-style-7 input[type="password"]:focus,
.form-style-7 textarea:focus,
.form-style-7 select:focus 
{
}
.form-style-7 li > span{
    background: #F3F3F3;
    display: block;
    padding: 3px;
    margin: 0 -9px -9px -9px;
    text-align: center;
    color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.form-style-7 textarea{
    resize:none;
}
.form-style-7 input[type="submit"],
.form-style-7 input[type="button"]{
    background: #8b0025;
    border: none;
    padding: 10px 20px 10px 20px;
    border-bottom: 3px solid #6e001d;
    border-radius: 3px;
    color: #D2E2FF;
}
.form-style-7 input[type="submit"]:hover,
.form-style-7 input[type="button"]:hover{
    background: #e2446e;
    color:#fff;
}
/* END FORM STYLE */

/* FOOTER DIV LEFT AND RIGHT */
.alignleft {
	float: left;
    color: #8b0025;
    text-decoration:none;
}
.alignright {
	float: right;
    color: #8b0025;
    text-decoration:none;    
}
.alignleft a {color: #8b0025; text-decoration:none;}
.alignleft a:link {color: #8b0025; text-decoration:none;}
.alignleft a:visited {color: #8b0025; text-decoration:none;}
/* END FOOTER DIV LEFT AND RIGHT */