/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style: disc; 
}
img {
  border: 0;
}
/* end reset browser styles */

/* BASIC */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 140%; 
	color: #FFFFFF; 
	background-color: #FFFFFF;
	text-align: center; 
}

h1 {
	color: #181d63;
	letter-spacing: 1px;
	padding-left: 5px;
	font: 1.2em  Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
}
h2 {
	font-size: 1.8em;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #181d63;
}

/* LINKS */
a {
 	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:link {
 	color: #FFFFFF;
	text-decoration: none;
}
a:visited{
 	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #181d63;
	
}

/* LISTS*/
ul {
	margin-left: 15px;
	padding: 2px;
}

li {
	padding: 2px;
}


/* WRAPPER: wraps entire contents of page */
#wrapper {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto; 
	text-align: left;
}


/* BANNER */

#banner {
	width: 980px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 5px;
	position: relative;
}

#banner a {
	border-bottom: hidden;
}
#banner #tagline {
	position: absolute;
	right: 1px;
	top: 8px;
}
#banner #tagline2 {
	position: absolute;
	right: 25px;
	top: 90px;
}
#banner #smallbanner {
	position: absolute;
	right: -295px;
	top: 200px;
}

/* INNER WRAPPERS */

#backgroundwrapper {
	width: 100%;
	background-color: #85bbe5;
}

#contentwrapper {
	width: 980px;
	margin: 0 auto;
}

/* VERTICAL LEFT NAV BAR */

#sidebar {
	float: left;
	width: 175px;
	margin-top: 10px;
	padding-top: 30px;
}

/* MAIN IMAGE */
#mainimage {
	float: left;
	width: 328px;
}

/* MAIN CONTENT */

#main {
	margin-left: 520px;
}

#main h1 {
	color: #181d63;
	letter-spacing: 1px;
	padding-left: 5px;
	font: 1.2em  Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	}

#main h2 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px dotted #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #D21F54;
}
#main h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 15px 5px 0;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#main p {
	font-size: 12px;
	padding-left: 5px;
	text-align: justify;
}
/* MAIN BODY LINKS */

#main a:link {
 	color: #181d63;
	text-decoration: none;
}
#main a:visited{
 	color: #181d63;
	text-decoration: none;
}
#main a:hover{
	color: #FFFFFF;	
}
#main ul {
	font-size: 12px;
	padding-left: 25px;
	padding-right: 10px;
}
#main .contact {
	color: #8CAF55;
	font: bold 16px  Tahoma, Arial, Helvetica, sans-serif;
}
.largeword {
	font-size: 16px;
	font-weight: bold;
}
.smallheader {
	font-size: 14px;
	color: #D21F54;
	font-weight: bold;
	border-bottom: 1px dotted #FFFFFF;
	
}
	
.blue {
	color: #181d63;
	font-weight: bold;
}


/* FOOTER / COPYRIGHT INFO */
#copyright {
	padding-top: 20px;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
	color: #7c7c7c;
	clear: both;
}

.mceContentBody { background-image: none; background-color: #85bbe5; color: #FFFFFF; } /*SnippetMaster editor bg color*/
