/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 15px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-color: #E5E3CA;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 22px;
	line-height: 26px;
	padding-top: 15px;
}

h2 {
	font-size: 22px;
	line-height: 26px;
	padding-top: 15px;
}

h1 span  {
	color: #9F1AC0;
}

h2 span  {
	color: #9F1AC0;

}


h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
	color: #9F1AC0;
	padding-top: 15px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* Header
----------------------------------------------------------------------------------------------------*/


.logo_header {
	background: white;
	height: 91px;
	width: 100%;
}

.logo_header p {
	padding-top: 35px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.logo_header p span {
	color: #9F1AC0;
}

.darkpurplebar {
	background: #550765;
	height: 15px;
	border-top: 1px solid #D465EF;
	border-bottom: 1px solid black;
}

.navbar {
	min-height: 35px;
	width: 100px;
}

.navbar ul {
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar ul li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
	margin-right: 30px;
}

.navbar ul li a {
	font-size: 16px;
	color: white;
	text-decoration: none;
}

.navbar ul li a span {
	font-size: 16px;
	color: fuchsia;
	text-decoration: none;
}

.navbar ul li a:hover{
	font-size: 16px;
	color: fuchsia;
	text-decoration: none;
}

div#logoheader {
	background: white;
	width: 100%;
}

div#navigation {
	background-color: #9F1AC0;
	width: 100%;
	height: 35px;
}

/* Main Body
----------------------------------------------------------------------------------------------------*/


div#main_body {
	background-color: #E5E3CA;
}

div#leftcolumn {
	background-color: #E5E3CA;
}

div#leftcolumntest {
	background-color: black;
}

div#rightcolumn {
	background-color: #CCC693;
	margin-left: 20px;
}


/* Main Body Content Boxes
----------------------------------------------------------------------------------------------------*/

.contentbox {
	background-color: white;
	border: 1px solid #B2A864;
	margin-bottom: 15px;
}

.contentbox h1, h2, h4, p {
	padding-left: 15px;
	padding-right: 15px;
}


.contentbox p a {
	text-decoration: underline;
	font-size: 15px;
	color: black;
	padding: 0px;
}

.contentbox a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
	color: #9F1AC0;
	margin-bottom: 15px;
}

.contentbox a:hover {
	color: fuchsia;
}

.contentbox img {
	padding-top: 15px;
	padding-left: 5px;
}

.contentsidepanel {
	background-color: #EDEDEB;
}

.contentsidepanel a {
	margin-bottom: 15px;
}

.contentsidepanel h3 {
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 0px;
}

.contentsidepanel p {
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
	color: #9F1AC0;
}

.reviewquote {
	font-style: italic;
	font-weight: bold;
}

.rightcolumnad {
	padding-left: 10px;
}

.articlebox {
	background-color: white;
	margin-bottom: 15px;
}

.articlebox p {
	background-color: white;
	margin-bottom: 10px;
}

.articlebox h4 {
	padding-top: 5px;
	margin-bottom: 5px;
}

.articlebox a {
	color: #9F1AC0;
	font-size: 14px;
	font-style: italic;
	padding-top: 10px;
	padding-left: 0px;
}

.articlebox a:hover {
	color: fuchsia;
}


.testimonialbox {
	background-color: white;
	padding-top: 15px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 15px;
}

.testimonialbox a {
	padding-left: 0px;
	color: #9F1AC0;
	font-size: 14px;
}


.smalllink a {
	font-size: 14px;
	color: black;
	text-decoration: underline;
}


.contentbox ul{
	padding-top: 15px;
	padding-right: 15px;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

div#footer {
	background: #9F1AC0;
	width: 100%;
	height: 35px;
	min-width: 960px;
	padding-top: 15px;
	border-top: 1px solid black;
}

div#footer p {
	color: white;
}

div#footer ul li {
	list-style: none;
	float: left;
	margin: 0 20px 0 20px;
	display: block;
	
}

div#footer ul li a span{
	color: fuchsia;
}


div#footer a {
	text-decoration: none;
	color: white;
}

div#footer a:hover {
	color: fuchsia;
}

div#footer p {
	font-size: 13px;
}


/* Testimonials
----------------------------------------------------------------------------------------------------*/

div#testimonials p {
	font-size: 16px;
	font-style: italic;
}


div#testimonials p strong {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #9F1AC0;
}




/* Spacers
----------------------------------------------------------------------------------------------------*/

.spacer{
	height: 1em;
}

.spacerdouble {
	height: 2em;
}

.spacertriple {
	height: 3em;
}

.padleft {
	padding-left: 15px;
}
