/* Fonts */

@font-face {
    font-family: 'SortsMillGoudyItalic';
    src: url('fonts/GoudyStM-Italic-webfont.eot');
    src: url('fonts/GoudyStM-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GoudyStM-Italic-webfont.woff') format('woff'),
         url('fonts/GoudyStM-Italic-webfont.ttf') format('truetype'),
         url('fonts/GoudyStM-Italic-webfont.svg#SortsMillGoudyItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SortsMillGoudyRegular';
    src: url('fonts/GoudyStM-webfont.eot');
    src: url('fonts/GoudyStM-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GoudyStM-webfont.woff') format('woff'),
         url('fonts/GoudyStM-webfont.ttf') format('truetype'),
         url('fonts/GoudyStM-webfont.svg#SortsMillGoudyRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* end font loading */

.branding {
	width: 717px;
}

.branding, .branding-inner, h1, h2 {
	font-family: "SortsMillGoudyRegular", Georgia, Times, serif;
	color: #001155;
}

.branding h2 {
	float: left;
	font-size: 1.4em;
}

.branding p {
	float: right;
	text-align:right;
	font-size: 0.8em;
}

.branding-inner {
	width: 720px; height: 48px;background:url(/images/header.jpg) top left no-repeat;
	padding: 10px 30px;
}

.branding-inner h1 {
	font-size: 1em;
	line-height: 1em;
	padding: 0;
	margin: 0;
	font-weight:normal;
}
 
 .branding-inner h2 {
	font-size: 1.4em;
	line-height:1.4em;
	padding: 0;
	margin: 0;
}

h2.section-title {
	float: left;
	font-family: "SortsMillGoudyItalic", Georgia, Times, serif;
	font-weight:normal;
	font-style:italic;
	font-size: 1.6em;
	padding: 0.5em 0 0 1.2em;
	margin: 0;
	text-decoration: underline;
}
 
strong {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: none;
	color: #000066;
	left: 25px;
	font-style: normal;
}
body {

	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
li {
	list-style-image: url(../images/filler/bullit1.gif);
}
.primaryheader {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
}
a {
	text-decoration: underline;
	color: #990000;
}
a:hover {text-decoration: none}

.namesheader {
	font-size: large;
	line-height: 35px;
	font-weight: normal;
	text-transform: uppercase;
	color: #7B172C;
	font-family: Arial, Helvetica, sans-serif;

}
.secondaryheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #606060;
}
.redtext {
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
}
.quantityhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000066;
}

.namesheader2 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #7B172C;
	font-family: Arial, Helvetica, sans-serif;

}

.smalltext {
	font-size:12px;
	color: #000066;
}

.smalltextred {
	font-size:12px;
	color: #993300;
	font-weight:bold;
	font-style:italic;
}

.redbold {
	color: #993300;
	font-weight:bold;
	font-style:italic;
	font-style: bold;
}

.largetext {	
	font-size: 36px;
	color:#7b172c;
}

.medtext {	
	font-size: 24px;
	color:#7b172c;
}
.ultext {	
	font-size: 18px;
	color:#7b172c;
	text-decoration: underline;
}

#tdleft {
	border-left: 1px solid #7b172c;
}

#tdright {
	border-right: 1px solid #7b172c;
}

.button {
	color:#cccccc;
	background-color: #7B172C;
}
