/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 12px "Helvetica Neue", Helvetica, Arial, Tahoma,  Sans-Serif;
	text-decoration: none;
	color: #707173;
	line-height: 15px;
	text-align: justify;
}

/* Lists */
ul, ol {margin: 0; padding: 0;}

p{margin: 0 0 15px 0;}

blockquote{
	margin: 0 0 20px 20px;
}

.NarrowContent{width: 320px;height: 576px; overflow: auto;}
.WideContent{width: 650px;height: 576px; overflow: auto;}
.WhiteContent{background: #fff; position:relative;z-index:10;}
.Grey{background: #E3E4E6; position:relative;z-index:10;}
.Floral{background: url(/sitecm/i/OW_content_bg.gif) top left;position:relative;z-index:10;}
.Content{padding: 40px; }
.top{height: 40px; width: 90%; position: absolute; top: 0; z-index: 1;background: #E3E4E6;}
.bottom{height: 38px; width: 90%; position: absolute; bottom:0; z-index: 1;background: #E3E4E6;}

/* Formatted Text */
pre {}

br {margin: 0; line-height: 20px;}

/* Headings */

h1,h2,h3,h4,h5,h6{margin: 0px 0 15px;}
h1 {
	font-size: 12px;
	color: #5A0541; 
	text-transform: uppercase; 
}

h2 {
	font-size: 15px;
	color: #5A0541; 
}

h3 {
	font-size: 13px; 
	color: #5A0541; 
}

h4 {
	font-size: 12px; 
	color: #707173; 
}
	
h5 {
	font-size: 12px; 
	color: #707173;
	text-transform: uppercase; 
	margin: 0px;
}

h6 {
	font-size: 11px; 
	color: #5A0541; 
	margin: 0px;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #5A0541;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #5A0541;
}

a:hover {
	text-decoration: underline;
	color: #5A0541;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #5A0541;
}
a{ outline: none;}

a.grey {
	color: #707173;
}	


/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */

.smallgray {
	font-size: 10px; margin: 0px;
}

.smallgray a:link,
.smallgray a:active{text-decoration: underline; color: #707173;}
.smallgray a:hover{text-decoration: none; color: #707173;}
.smallgray a:visited{text-decoration: underline; color: #707173;}