@import url('MenuCol.css');
@import url('ShareBar.css');
@import url('RelatedCol.css');
@import url('FootSitemap.css');
@import url('QuickLinks.css');
@import url('Forms.css');
@import url('Seminars.css');
@import url('Accreditations.css');

/*
	Main content column usable width: 524px
	Three cols should be 160px wide each col with inner margin being 22px

*/

body {
margin: 0;
padding: 0;
background-color: #bbb;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #626262;
}

a {
text-decoration: underline;
color: #626262;
}

a:visited {
color: #000;	
}

a:hover {
color: #946c6c;	
}


h1 {
margin-bottom: 0;	
color: #000;
}

h2 {
	color: #946c6c;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 0;
}

h3 {
	color: #946c6c;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0;	
}

h4 {
	color: #946c6c;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;	
}

p {
margin-top: 0;
line-height: 1.5em;

}

ol,ul {
margin-left: 1.6em;
padding-left: 0;
}

li {
	
}

.ClearFloats, .Clear {
clear: both;
height: 0;
overflow: hidden;
}

#OuterBox {
width: 994px;
margin: auto;
padding-top: 10px;
background-color: #fff;
}

#TopLogo {
	position: relative;
	height: 52px;
	margin-bottom: 10px;
	margin-top: 30px;
}

#TopLogo a {
	display: block;
	background-image: url('../images/Softcat-Logo.jpg');
	background-repeat: no-repeat;
	width: 147px;
	height: 0;
	padding-top: 52px;
	overflow: hidden;
	margin: auto;
}

#HeadContent {
margin-bottom: 10px;
}

#HeadContent .SectionHead {
margin-top: 0;
font-size: 2.2em;
font-weight: normal;
float: left;
}

#HeadContent .TopPara .Testimonial {
font-size: 1.6em;
color: #7c7c7c;
clear: both;
line-height: 1.2em;
padding-top: 8px;
margin-bottom: 0;
font-style: italic;
}

#HeadContent .TopPara .Source {
font-size: 0.75em;
line-height: normal;
color: #000;
font-weight: bold !important;
text-align: right;
margin-top: 0;
background-color: #f2eded;
padding: 4px;	
}

.Breadcrumb {
	color: #946c6c;
	font-size: 0.9em;
	margin-bottom: 1em;
}

.Breadcrumb .Last {
	color: #946c6c;
	font-weight: bold;
	font-size: 1.4em;
}

.Breadcrumb .Last {
	display: inline;
	color: #946c6c;
	font-weight: bold;
	font-size: 1.4em;
}



#HeadContent .Breadcrumb a {
color: #946c6c;
text-decoration: none;
}

#HeadContent .Breadcrumb a:hover {
text-decoration: underline;
}

#HeadContent .Breadcrumb a:visited {
color: #000;
}

.ColBox {

}

#ContentColBox {
/*
background-image: url('../images/Backgrounds/Background_Cubes.jpg');
background-repeat: no-repeat;
background-position: bottom right;
*/
padding-bottom: 50px;
margin-right: 20px;
}

.InnerCol {
float: left;
display: inline;
}

.InnerCol > h2 {
margin-top: 0;	
}

#MenuCol {

}

.Col1 {
width: 200px;	
}

#ContentCol {

}

#ActualContent {
padding-bottom: 20px;	
}

.Col2 {
width: 524px;
/* padding-right: 20px; */
}

#RelatedCol {
}

.Col3 {
width: 240px;
}

.Col3 .Inner {
margin-left: 20px;	
}


/* Inner Content */
#SearchBar {
margin-top: 10px;	
}

#TemplateSearch {
float: left;
}

/* Footer */
#Footer {
padding-bottom: 1em;
background-image: url('../images/Footer_Background.png');
background-repeat: repeat-x;
background-position: bottom;
}

#Footer #FootMenu {
width: 784px;
margin: auto;
margin-bottom: 2em;
text-align: center;
}

#FootMenu a {
text-decoration: none;
color: #000;
}

#FootMenu a:visited {
color: #888	
}

#FootMenu a:hover{
text-decoration: underline;	
}