/* layout 
----------------------------------*/

html {
	margin:0 auto;
	padding:0;
	height: 100%;
}

body { 
	text-align:center; /* for IE */
	margin:0 auto;
	padding:0;
	background: #fff; /*url(../images/layout/bg-main.gif) top center repeat-x #073153; */
	height: 100%;
}

.wrapper {
	margin:0 auto;
	padding:0;
	width:970px;
	height: 100%;
	text-align: left; /* for IE */
	background:#004a87;
}

.header {
	background: #94c9f7;
}

.page {
	margin: 0px auto;
	padding:0 15px ;
	text-align:left; /* for IE */
	background: #004a87;
}


/* menu 
----------------------------------*/

.nav {
	height: 50px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	line-height: 50px;
	text-transform:uppercase;
	background: #004a87;
}
.nav a {
	color: #fff;
	text-decoration:none;
}
.nav a:hover {
	color: #9cd6fa;
	text-decoration:none;
}
.nav-on, #nav-on {
	color: #ffcc00;

}
.nav-spacer {
	padding-right: 11px;
}


/* Content 
----------------------------------*/

.content {
	text-align:left;
	padding:15px 15px 15px;
	background:url(../images/layout/content-frame-top.gif) top left no-repeat #fff;
	}
.content-home {
	text-align:left;
	background:url(../images/layout/content-frame-top.gif) top left no-repeat #fff;
	}
.content-blank {
	text-align:left;
	padding:5px 15px;
	background: #fff;
	}
.img-home {
	background: #004a87;
	padding-bottom:15px;
	}


/* Specials box on left 
----------------------------------*/
.left-item {
	padding-bottom:15px;
	}

.specials-left {
	background:url(../images/layout/left-specials-bg.gif) top left repeat-y #004a87;
	padding:10px;
}
.specials-text {
	color: #000;
	font-size:18px;
	font-weight:bold;
}
.specials-text a {
	color: #000;
	text-decoration:none;
}
.specials-text a:hover {
	color: #cc0000;
	text-decoration:none;
}


/* footer  
----------------------------------*/

div.footer {
	color:#fff;
	font-size:10px;
}

.footer a {
	color:#fff; 
	text-decoration:none;
}

.footer a:hover {
	color:#94c9f7; 
	text-decoration:none;
}
.footer-spacer {
	padding-right: 10px;
}


/* Text boxes   
----------------------------------*/

.text-box {
	border: 1px solid #9cd6fa;
	padding:10px;
	background: #cdeafc;
	color: #000000;
}
.text-box-grey {
	border: 1px solid #999;
	padding:10px;
	background: #e7e7e7;
	color: #000000;
}
.text-box-1 {
	background: #9cd6fa;
	color: #000;
}
.text-box-2 {
	background: #b5e0fb;
	color: #000;
}
.text-box-3 {
	background: #cdeafc;
	color: #000;
}

/* text formatting   
----------------------------------*/

body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

br { 
	line-height:85%;
}

.smalltext {
	font-size: 10px;
}
.medtext {
	font-size: 11px;
}

.blue-text {
	color: #004a87;
}
.lightblue-text {
	color: #94c9f7;
	}
.black-text {
	color: #000;
}


/* Headings   
----------------------------------*/

h1, h2, h3, h4, h5, h6 { 
	padding:0;
	margin:0;
}
h1, .heading1 {
	font-size: 18px;
	font-weight: bold;
	color: #004a87;
}
h2, .heading2 {
	font-size: 14px;
	font-weight: bold;
	color: #004a87;
}
h2.black, .heading2-black {
	color: #000;
}
h3, .heading3 {
	font-size: 12px;
	font-weight: bold;
	color: #004a87;
}
h4, .heading4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
h5, .heading5 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
h6, .heading6 {
	font-size: 34px;
	font-weight: bold;
	color: #004a87;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

/* Links   
----------------------------------*/
a {
	color:#004a87; 
	text-decoration:underline;
	outline:none;
}

a:hover {
	color:#000; 
	text-decoration:underline;
}

/* Alert Boxes   
----------------------------------*/
.alert_box {
	border: 1px dotted #999999;
	padding:5px;
	background-color: #dde8ef;
}

/* Form Items   
----------------------------------*/
select, input, textarea, .formtext {
	font-family:  Arial, 	Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.buttontext {
	background-color: #E4E7FA;
	border: 1px solid #666666;
	color: #333333;
}

/* page elements   
----------------------------------*/
hr {
	color: #F5EEEB;
}

li {
	list-style-image:url(../images/icons/bullet.png);
	padding-bottom:5px;
}
.row_record {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999	;
}

/* Light Rail symbol   
----------------------------------*/
.symbol-lr {
	background: #94c9f7;
	padding:0 5px;
	color: #004a87;
	font-size:11px;
	font-weight:bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #004a87;
	border-bottom-color: #004a87;
}


.testimonial-home {
 color: #009900;
 font-size:12px;
 line-height:150%;
 padding:5px 10px;
 margin-top:20px;
 border-top:1px dashed #ccc;
 border-bottom:1px dashed #ccc;

}
