@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

#wrapper {width: 780px;margin:20px auto 0;}

#content {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}

img {border: none !important;}
ul {padding-left: 20px;}
ul li {
	margin-bottom: 15px;
	padding-left: 25px;
	list-style-type: none;
	background-image: url(/images/asterisk_red.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
ol li {
	margin-bottom: 15px;
	font-size: 18px;
	color: #C00;
}
ol li span {
	font-size: 14px;
	color: #000;
	display: block;
}

h1 {font-size: 32px;color: #335ca8;}
h2 {font-size: 26px;color: #335ca8;}
h3 {
	font-size: 30px;
	color: #335CA8;
	text-align:center;
	font-weight: normal;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
h5 {
	text-align: center;
	font-size: 14px;
	color: #000;
}

.blue {color: #335ca8;font-size: 120%;}
.box {
	border: 1px dashed #000;
	background-color: #F5F5F5;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.box a {
	color: #000;
}

.red {
	color: #C00;
}
.small {
	font-size: 12px;
}
.center {
	text-align: center;
}
.webinar {
	border: 1px solid #3D63B5;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-color: #F1F4FA;
}




a {color: #335ca8;}
a.arrow {
	background-image: url(/images/arrow-move.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}

p.quotestart {
	background-image: url(/blog/wp-content/themes/videographex/images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 20px;
}
p.quoteby {
	text-align: right;
	margin-right: 20px;
}

