@charset "utf-8";

/* REDEFINED STYLES ---------------------------------------------------- */

body {
	font-family: "Myriad Web", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:16px;
	color: #333333;
	margin:0;
	padding: 0;
	background-image:url(/images/common/background-body-sub.jpg);
	background-repeat:repeat-x;
}

a, a:active {
	color:#006699;
}
a:hover {
	color:#003366;
}
input, select, textarea {
	font-family: "Myriad Web", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}
ul {
	list-style-type:square;
}
h1 {
	color:#000033;
	font-size:20px;
	line-height:24px;
	margin:0;
}
h2 {
	color:#000033;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	margin:0;
}
h3 {
	color:#000033;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	margin:0;
}

/* --- HEADINGS ---------------------------------------------------- */

.subhead-home {
	font-size:20px;
	font-weight:bold;
	color:#000033;
	line-height:22px;
	border-bottom: #CCCCCC 1px dashed;
}
.subhead2 {
	font-size:18px;
	line-height:22px;
	color:#333333;
}
.subhead3 {
	font-size:15px;
	line-height:26px;
	color:#333300;
	font-weight: bold;
}
.subhead-alert {
	font-size:16px;
	line-height:18px;
	color:#990000;
	font-weight: bold;
}
.subhead-rev {
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	color:#FFFFFF;
}

/* --- FONTS ---------------------------------------------------- */

.txt-price {
	font-size:32px;
	color:#003366;
	font-weight:bold;
}
.txt-intro {
	font-size:16px;
	line-height:20px;
	color:#555555;
}
.txt-intro-reverse {
	font-size:12px;
	line-height:15px;
	color:#FFFFFF;
}
.smallcaps {
	font-size:12px;
	color:#999999;
	font-variant:small-caps;
}
.breadcrumb {
	font-size:10px;
	color:#666666;
	text-transform: uppercase;
	margin-bottom:10px;
}
.txt-sm-gray {
	font-size: 11px;
	color: #444444;
}
.txt-caption {
	font-size: 10px;
	color: #666666;
	line-height:12px;
}
.txt-med {
	font-size:12px;
	color:#333333;
	line-height:16px;
}
.txt-med-white {
	font-size:11px;
	color:#FFFFFF;
	line-height:15px;
}
.txt-moreinfo {
	font-size: 10px;
	line-height: 20px;
	color: #999999;
}
.txt-moreinfo a {
	color:#6699CC;
	text-decoration:none;
}
.tagline-small {
	font-size:13px;
	color:#FFFFFF;
	line-height:18px;
}
.tagline-big {
	font-size:18px;
	color:#AA5500;
	line-height:18px;
	font-weight:lighter;
	font-variant:small-caps;
}


/* --- BORDERS ---------------------------------------------------- */

.border {
	border: 1px solid #FFCC99;
}
.border-orange {
	border: 1px solid #FF9966;
}
.sidebar-sm {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
}

/* --- FORMS ---------------------------------------------------- */

.button-submit {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	border:#CCCCCC 2px solid;
	background-color: #333333;
	margin: 4px 4px 4px 4px;
}


/* --- TABLES ---------------------------------------------------- */ 

.table-header {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom:#333333 1px solid
}
#box-special {
	font-size:12px;
	color:#333333;
	width:400px;
	border: 1px dashed #CCCC66;
	padding: 17px 20px 30px 20px;
	background-color:#f7f7f7;
}

/* UTILITY STYLES ---------------------------------------------------- */

.utility {
	font-size:11px;
	color:#FFF;
	text-transform:capitalize;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.utility a {
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}
.utility a:hover {
	font-size:11px;
	color:#FFCC99;
	text-decoration:none;
}


/* FOOTER STYLES ---------------------------------------------------- */

.footer {
	font-size:13px;
	color:#666666;
	line-height:18px;
}
.footer a {
	color:#666666;
	text-decoration:none;
}
.footer a:hover {
	color:#006699;
	font-weight:bold;
	text-decoration:none;
}


/* IMAGE STYLES ---------------------------------------------------- */

.img-right {
	padding:15px 0 15px 15px;

}
.img-border {
	border: 1px #CCCCCC solid;
	padding: 2px;
	margin: 0 15px 15px 15px;
} 
.img-border-thumb {
padding:2px;
border:solid;
border-color: #cccccc;
border-width: 1px;
background-color:white;
} 