/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

#Advanced-Search{
	float: left;
	padding: 10px 0 0 0;
	width: 171px;
}

#Advanced-Search ul{
	list-style: none;
	float: left;
	width: 100%;
}

#Advanced-Search ul li{
	float: left;
	width: 100%;
	padding: 0 0 10px;
}

#Advanced-Search ul li h3{
	font-size: 0.75em;
	color: #353533;
	padding: 0 0 0 10px; 
}

#Advanced-Search ul li select{
	background-color: #ffffff;
	width: 100%;
	padding: 2px;
	border: 1px solid #cccccc;
	font-size: 0.75em;
}

/* ------------------------------------------------------------ */
/* BLOG */
/* ------------------------------------------------------------ */

/*********************************************************/
/*********************** TYPOGRAPHY **********************/
/*********************************************************/

aside#Left {
	margin: 5px 0 0 0;
float: left;
width: 171px;
}

#Blog-Content{
	float: left;
	width: 618px;
	padding: 0 10px;
}

aside#Right {
	margin: 5px 0 0 0;
float: right;
width: 171px;
}

.Content-Heading-Container p{
	padding: 0 0 0 0;
}

.Column{
	height: 100%;
	float: left;
	position: relative;
}

.Column.Full											{ width: 100%; }
.Column.FourFifth										{ width: 80%; }
.Column.ThreeQuarters									{ width: 75%; }
.Column.TwoThirds										{ width: 66.66%; }
.Column.ThreeFifth										{ width: 60%; }
.Column.Half											{ width: 50%; }
.Column.TwoFifth										{ width: 40%; }
.Column.Third											{ width: 33.33%; }
.Column.Quarter											{ width: 25%; }
.Column.Fifth											{ width: 20%; }
.Column.Product											{ width: 196px; }

.Column h1, .Column h2, .Column h3, .Column h4,.Column  h5, .Column h6 {
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 0.75em;
	line-height: 1.25;
	color: #285FBB;
}

.Column h1.Headings {font-size: 2.0em; border-bottom: 1px solid #D7D7BA; } 

.Column h1 { font-size: 1.2em; margin-bottom: 0.5em; }
.Column h2 { font-size: 1.1em; margin-bottom: 0.75em; }
.Column h3 { font-size: 1.0em; }
.Column h4 { font-size: 0.9em; }
.Column h5 { font-size: 1.05em; }
.Column h6 { font-size: 1.0em; }

/*** PARAGRAPH ***/

.Column p,
.Column address {
	font-family: Arial;
	margin-bottom: 0.75em;
	line-height: 1.5;
	font-size: 0.75em;
	color: #333;
}
    

.Column address {
	font-size: 0.8em;
	color: #999;
}
.Column address a { color: #666; }


/*** LISTS ***/

.Column ul, .Column ol {
	margin-bottom: 0.75em;
}

.Column ul li, .Column ol li{
	font-family: Arial;
	line-height: 1.5;
	font-size: 0.75em;
	color: #333;
}

/*** don't modify ***/
.Column li ul, .Column li ol {
	margin-top: 0.75em;
	margin-bottom: 0;
	margin-left: 1.0em;
}

/*** don't modify ***/
.Column li ul li, .Column li ol li { font-size: 1.0em; }

/*** UNORDERED LISTS ***/

.Column ul { list-style: disc inside; }

/*** ORDERED LIST ***/

.Column ol { list-style: decimal inside; }

nav.List{
	width: 100%;
	float: left;
	margin-bottom: 0.75em;
}

nav.List a{
	display: inline-block;
	width: 100%;
	font-size: 0.8em;
	line-height: 1.5;
	margin-bottom: 0.25em;
	color: #333;
}

nav.List a.Heading{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2;
}

/*** IMAGE ***/

.Column img.Img{
	margin-bottom: 15px;
	max-width: 100%;
}

.Column img.Thumb{
	border: 10px solid #c3d2dd;
	border-radius: 5px;
}

.Column img.Right{
	float: right;
	margin: 0 0 15px 15px;
	max-width: 100%;
}

.Column img.Left{
	float: left;
	margin: 0 15px 15px 0;
	max-width: 100%;
}









