﻿<style type="text/css">
/*=============*/
/*  reset.css  */
/*=============*/

body{margin:0; padding:0;}
div,dl,dt,dd,ul,ol,li{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
pre,form,fieldset,input,textarea{margin:0;padding:0;}
p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/* END RESET */



/* FONT */
body { font-size: 62.5%; font-family: Tahoma; color: #555555; word-spacing: 0.1em;}

p, p.normal {
	font-size: 1.3em;
/*
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; */
}

h2 {
	font-size:1.5em;
	font-weight: bold;
}

h3 {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
}

strong {
	font-weight:bold;
}

#content li {
	font-size:1.3em;
}

#sidepanel p{
	color:#ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

#subscribe p {
	color: #4A6AAC;
	font-size: 1.1em;
}

#subscribe .textinput {
	color: #4A6AAC;
	font-size:1.1em;
}

div.press_gallery {
	font-size: 1.1em;
	text-align: center;
}

div.press_gallery a {
	text-decoration: none;
}

#foot p {
	font-size:1.2em;
}

/* =========== END FONT ============ */


h1 {
	margin-bottom: 1.5em;
	margin-top: 20px;
}

h2 {
	margin-top: 1.8em;
}

p {
	margin-bottom: 1em;
}

ul {
	margin-bottom: 1em;
}


/* ============ LAYOUT ============ */

#wrapper {
	width: 750px;
	margin: 0 auto;
	position: relative;
}


#head {
	background: url('../images/img_head.jpg') no-repeat;
	height: 112px;
	width: 100%;
	overflow:hidden;
}

#head li {
	margin-top: 86px;
	float:left;
}


#page {
	background: url('../images/bg_column_purple_214.gif') repeat-y right;
	float:left;
	margin-right: -214px;
	width: 100%;
}

#content_wrap {
	border-left: 1px #C0C0C0 dashed;
	border-right: 1px #C0C0C0 dashed;
	margin-right: 214px;
	min-height: 740px;
	width: 533px;
}

#content {
	padding: 16px;
}


#sidepanel {
	background: #947B98;
	float: right;
	width: 214px;
}

#subscribe {
	background-color: #DAE4F0;
	margin-top: 40px;
	width:214px;
}

#subscribe form {
	padding-top: 30px;
	padding-bottom: 20px;
}

#subscribe .textinput {
	border-left: 1px solid #928E77;
	border-right: 1px solid #F5F3EE;
	border-top: 1px solid #928E77;
	border-bottom: 1px solid #F5F3EE;
	background-image: url('../images/bg_form.gif');
	font-size:1.2em;
	width: 120px;
}

#subscribe .submit {
	margin-left: 35px;
	margin-top: 10px;
}

#index_top {
	border-bottom: 1px #C0C0C0 dashed;
	width:100%;
}

#index_left, #index_right {
	float: left;
	height: auto;
	padding: 15px;
	width: 220px;
}

#index_right {
	border-left: 1px #C0C0C0 dashed;
}

div.press_gallery {
	background-color: #d7cbd9;
	border: 3px #d7cbd9 solid;
	float:left;
	height:180px;
	margin: 11px 8px 11px 0;
	width:150px;
}

div.press_gallery:hover {
	background: #f4ecf5;
	border: 3px #666666 solid;
}

/* END LAYOUT */


#index_wrap, #index_top {
	overflow: visible;
}

#content li {
	margin-left: 17px;
	list-style: square url('../images/arrow_purple.gif');
}

#testimonials li {
	margin-bottom:1em;
}

#sidepanel p, #sidepanel a {
	margin:13px 18px 13px 18px;
}

#sidepanel h3 {
	margin: 13px 18px 25px 18px;
}

#foot {
	border-top: 1px #C0C0C0 dashed;
	padding-top:15px;
	text-align:center;
	width: 100%;
}

a:link{	color: #4B4B52;	text-decoration: underline;}
a:visited{ color: #4B4B52;	text-decoration: underline;}
a:hover{ color: #6F737F;	text-decoration: underline;}
a:active{ color: #4B4B52;	text-decoration: underline;}

a.blue:link{ color: #718dc8; text-decoration: underline;}
a.blue:visited{ color: #718dc8;	text-decoration: underline;}

a.purple:link { color: #937099;	text-decoration: underline;}
a.purple:visited { color: #937099; text-decoration: underline;}

.arrowdbl{ font-size: 8pt; font-family: Arial, Helvetica, sans-serif; color: #555555; padding-top:5px; padding-bottom:2px; padding-left:0px; padding-right:10px; vertical-align:top}

.clear {
	clear:both;
}

.float-img {
	float:left;
	margin-left: -16px;
	margin-right: 10px;
	margin-top: -10px;
	padding-right: 16px;
}

</style>