/* CSS Reset --------------------------------------------------------------------------------------------------------------------- */
	/* http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 20110126 - License: none (public domain) - */

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, 
details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, 
summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

strong {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
	/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img { 
	border: 0px;
}

/* Global elements ---------------------------------------------------------------------------------------------------------------------  */

body { 
	background: url('/aleristest/images/background.jpg') no-repeat center top #fff; 
}

.clear { 
	clear: both;
}

hr {
	width: 800px; 
	margin: 20px 0;
	border-bottom: 1px dashed #1da1e5; 
	border-top: 0; 
	border-left: 0; 
	border-right: 0; 
	height: 1px;
}

/* Header ---------------------------------------------------------------------------------------------------------------------  */

h1.mainTitle {
	font-size: 5.0em;
	font-family: 'sweetly_brokenregular', Georgia, serif;
	color: #1da1e5;
	text-align: center;
	margin: 50px 0 10px 0;
}

h2 {
	font-size: 1.5em;
	font-family: 'open_sansregular', arial, sans serif;
	color: #1da1e5;
	text-align: center;
	font-variant: small-caps;
	margin-bottom: 20px;
}

/* Navigation ---------------------------------------------------------------------------------------------------------------------  */

.navigation 	{ 
	width: 100%;
	background: #1da1e5;
	padding: 10px 0;
}

.navigation p {
	width: 1204px; 
	margin: 0 auto; 
	text-align: center;
	font-family: 'open_sansregular', arial, sans serif;
	font-size: 0.95em;
	color: #fff;	
}
	
.navigation p a {
	color: #fff;
	text-decoration: none;
}	

.navigation p a:hover{
	text-decoration: underline;
}

.navigation.bottomLine {
	height: 12px;
	background: #0a6b9d;
	padding: 0;
}
	
/* Content ---------------------------------------------------------------------------------------------------------------------  */

.content {
	width: 800px;
	margin: 20px auto 20px auto;
}

.content p {
	font-size: 0.75em;
	font-family: 'open_sansregular', arial, sans serif;
	color: #4a3d33;
	line-height: 1.75em;
	margin-bottom: 20px;
}

.content h1 {
	font-size: 3.5em;
	font-family: 'sweetly_brokenregular', Georgia, serif;
	color: #1da1e5;
	text-align: left;
	margin: 0 0 10px 0;
}

.content h3.signature {
	font-size: 3.5em;
	font-family: 'sweetly_brokenregular', Georgia, serif;
	color: #1da1e5;
	text-align: right;
	margin: 20px 0 0 0;
}

.content a {
	color: #1da1e5;
	text-decoration: none;
}	

.content a:hover{
	text-decoration: underline;
}

.content img {
	box-shadow: 2px 2px 3px #b8b8b8;
	border: 7px solid #fff;
	margin: 0 20px 50px 0;
	float: left;
}

/* Footer ---------------------------------------------------------------------------------------------------------------------  */	

.footer {
	width: 100%;
	height: 321px;
	background: url(/images/footerBackground.jpg) bottom center repeat-x;
}	

.footer .container {
	width: 1204px;
	height: 300px;
	margin: 0 auto;
}

.footer .flowerLeft {
	width: 339px;
	height: 321px;
	float: left;
	background: url(/images/flowerLeft.png);
}

.footer .middle {
	width: 526px;
	float: left;
}

.footer .middle p {
	text-align: center;
	font-size: 0.75em;
	font-family: 'open_sansregular', arial, sans serif;
	color: #fff;
	margin-top: 188px;
}

.footer .middle p a {
	color: #fff;
	text-decoration: none;
}	

.footer .middle p a:hover{
	text-decoration: underline;
}

.footer .flowerRight {
	width: 339px;
	height: 321px;
	float: right;
	background: url(/images/flowerRight.png);
}