

/* @group Resets */

/* Resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Resets*/

/* @end */

/* @group General */

a {
	color: #376978;
}
a:visited {
	color: #5C064A;
}
p {
	text-indent: 40px;
	margin-bottom: .33em;
}
ul, ol, dd {
	margin: 0 60px 7px 40px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
li {
	
}
dl {
	list-style-type: disc;
}
dt {
	
}
dd {
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: “Franklin Gothic Medium”, “Arial Narrow Bold”, Arial, sans-serif;
	margin: 1.2em 0 .5em 0;
}
h1, h1 a, h1 a:hover, h1 a:visited {
	width: 100%;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #376978;
	text-decoration: none;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font: 14px "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-transform: capitalize;
}
h6 {
	
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	margin-left: 40px;
	margin-right: 60px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

/* @end */

body {
	font: 16px/140% "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #192528;
}

#Page {
	width: 647px;
	margin: 0 auto 0 auto;
}
#Head {
	margin-bottom: 20px;
}
#Masthead {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
#Logo {
	float: left;
	width: 61.8%;
}
#TopContact {
	float: right;
	width: 30%;
	font: 12px/100% "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-align: right;
}

/* @group Temporary */

#ComingSoon {
	padding: 3px;
	margin-bottom: 40px;
	background-color: #fff5df;
	font-size: 10px;
	color: #546062;
	text-align: center;
}

/* @end */
