.head-style {
	text-align: center;
	font-size: 10px;
	font-weight: 300;
}



.maincontent {
	text-wrap: normal;
}

body {
	font-family: "Vardana", 'Vardana', Cambria, sans-serif;
	background-color: #0000
}

.panel-body {
	text-align: left;
}

.lookatme {
	vertical-align: top;
}

.news {
	position: relative;
}

.address {
	text-align: left;
}

.instructions {
	text-align: left;
	white-space: normal
}

.border {
	border-color: #000000
}

#FAQ {
	text-align: left;
}

.signup {
	margin-top: 2%;
	margin-bottom: 2%;
}

h2 {
	margin: 0;
	font-size: 52px;
	font-family: "trebuchet ms", sans-serif;
}

.item {
	background: #333;
	text-align: center;
	height: 400px !important;
}

.misc {
	min-height: 30%;
	padding-top: 100px;
	text-align: left;
}

.vendors {
	min-height: 30%;
	padding-top: 100px;
	text-align: left;
}

.archives {
	min-height: 30%;
	padding-top: 100px;
	text-align: left;
}

.educationaltrainingtools {
	min-height: 30%;
	padding-top: 100px;
	text-align: left;
}

.carousel-caption {
	margin-bottom: 9%;
}

.carousel-inner {
	width: 100%;
}

.contact {
	margin-bottom: 2%;
	text-align: left;
}

.carousel {
	margin-top: -40px;
	max-height: 370px;
	overflow: hidden;
	margin-bottom: 2%;
}

.lead {
	text-align: left;
}

.bs-example {
	margin: 20px;
}

.modal-footer {
	text-align: center;
}

.full {
	width: 100%;
}

.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}

.footer {
	background: #EDEFF1;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}

.footer p {
	margin: 0;
}

.footer img {
	max-width: 100%;
}

.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}

.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}

.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}

.footer a {
	color: #78828D
}

.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	list-style: none;
}

.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}

.social li a {
	color: #EDEFF1;
}

.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}

.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #FFF !important;
}

.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-bottom p.pull-left {
	padding-top: 6px;
}

/*
			
				project: gentle wiki
				author: luka cvrk
			
			*/

/* global reset */
:link,
:visited {
	text-decoration: none
}

:focus,
:active {
	outline: 0
}

ul,
ol {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code {
	font-size: 1em;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input {
	margin: 0;
	padding: 0
}

a img,
:link img,
:visited img {
	border: none
}

address {
	font-style: normal
}

body {
	/* font: .74em Arial, Sans-Serif; */
	background: #F0DAF2 url(../images/bg.gif) repeat-x;
	color: #333;
	line-height: 1.6em;
}

a {
	color: #752B7D;
	text-decoration: underline;
}

a:hover {
	color: #808080;
}

p {
	margin: 5px 0 15px;
}

h2 {
	background: url(../images/bullet.gif) no-repeat left 6px;
	font-size: 1.2em;
	padding: 0 0 0 9px;
}

h2 a {
	text-decoration: underline;
}

h1 {
	font: 2.3em Georgia;
	margin: 0 0 22px;
}

h1 a {
	color: #fff;
}

h1 a:hover {
	color: #CFA5D3;
}

.clear {
	clear: both;
}

.wrap {
	margin: 25px auto;
	width: 880px;
}

#options {
	float: right;
	color: #B565BE;
	font-weight: bold;
}

#options a {
	color: #B97AC0;
	padding: 0 0 0 8px;
	background: url(../images/bullet.gif) no-repeat left 5px;
	margin: 0 0 0 10px;
}

#options a:hover {
	color: #E6E8B1;
}

#menu {
	float: left;
	margin: 0 0 40px;
}

#menu li {
	display: inline;
}

#menu li a {
	float: left;
	padding: 8px 30px;
	margin: 0 1px 0 0;
	color: #EABBEF;
	background: #612168;
}

#menu li a:hover {
	color: #fff;
	background: #9842A1;
}

#left {
	float: left;
	width: 600px;
	margin: 0 0 40px;
}

#right {
	float: right;
	width: 270px;
	margin: 0 0 40px;
	background: #fff;
	border: 1px solid #D1AFD5;
	padding: 1px;
}

.box {
	background: #E3C6E6;
	border-bottom: 1px solid #D1AFD5;
	border-right: 1px solid #D1AFD5;
	color: #9C5CA3;
	padding: 15px;
}

.box h3 {
	margin: 0 0 10px;
}

.box p {
	margin: 0;
}

#footer {
	clear: both;
	border-top: 5px solid #323232;
	background: #393939 url(../images/footerbg.gif) repeat-x bottom;
	color: #808080;
	padding: 10px 0;
}

#footer ul {
	float: left;
	width: 200px;
}

#footer li {
	padding: 5px 8px;
	background: url(../images/dot.gif) repeat-x bottom;
}

#footer li a {
	color: #CB799F;
}

#footer li a:hover {
	color: #F5CFE1;
}

#footer #col {
	float: right;
	width: 600px;
}

#copyright {
	background: url(../images/dot.gif) repeat-x top;
	padding: 24px 0 0;
	font-size: .9em;
}