﻿/* SiteStructure.css - used for main layout */
/* Reset rules - explicitly set default values for all elements so that browser defaults (which may differ betwen browsers) aren't used*/
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;
}



ul
{
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
	/*float: left;*/
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}

/* General styles */
body 
{
    margin: 0 auto;
    padding: 0px;
    font: 76%/1.4 Arial, Helvetica, sans-serif;
    height: 100%;
}

html, body, form, fieldset, div, select, input
{
    margin: 0;
    padding: 0;
}

img
{
    border:none;
}

p, ul, ol
{
    color: #666666;
}

/* fieldset styling for EPiServer Forms */
fieldset
{
    border: none;
    padding: 0;
    margin: 0;
}
legend
{
    color: #333;
    font-size: 1em;
    padding: 0;
    margin: 0;
}

fieldset label
{
    margin-right: 1em;
}

.siteBody {
	margin: 0 auto;
	width: 1000px;
}

.siteContainer {
	background-color: #FFFFFF;
	float: left;
	padding: 0 20px;
}

/* Content regions */
.fullpage
{
    width:960px;
    margin: 0px auto;
}

div.fullcontent
{
    width:960px;
}

div.fullcontent div
{
    color: #666666;
}

.leftcol
{
    float: left;
    width:240px;
    margin-right:20px;
}

.mainbody
{
    float:left;
    width:700px;
}

.middleleft
{
    float: left;
    width: 460px;
    margin-right: 20px;
}

.middleright
{
    float: left;
    width: 220px;
}

.content
{
    float: left;
}


.content h1, h2
{
    padding-bottom: 10px;
}


.content p
{
	padding-bottom: 15px;
}

.content img.Main
{
	float: right;
	padding: 0 0 10px 10px;
}

.content ul, ol {
	float: left;
	margin: 0;
	padding: 0 0 20px 50px;
}

.content ul li {
	list-style: circle;
}

.content p img.wbwu {
	padding-left: 0;
}

/* Width settings */
.single
{
    width:220px;
}

.double
{
    width:460px;
}

.triple
{
    width:700px;
}

.full
{
    width:960px;
}

.leftcol .single
{
    width: 240px;
}

/* Gutters */
.gutter
{
    padding-right: 20px;
    margin-bottom: 10px;
}

.gutterBottom
{
    margin-bottom: 10px;
}


/* 'Utility' styles */
.clear
{
    clear: both;
}

.clearLeft
{
    clear: left;
}

.clearRight
{
    clear: right;
}

.noBorder
{
    border: none;
}