/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

h1 {
    font-weight:normal;
    font-family:Trebuchet MS, Helvetica, Sans-Serif;
    font-size:24px;
    line-height:2em;
    color:#7f39a0;
}

h1 strong {color:#7f39a0;}
h2 {color:#7f39a0; font-size:20px; font-weight:normal;}
h2 strong {color:#7f39a0; font-size:20px;}
h3 {color:#680f8d;}
h3 strong {color:#7f39a0;}

body{
	background:#2b2d2e;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  {clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.333em;
		color:#000000;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#000000;}
a:hover{text-decoration:none;}
p {padding-top:16px;}
p strong {color:#000000;}

/* ============================= main layout ====================== */

.link {font-weight:bold; color:#680f8d;}
.link2 {font-weight:bold; color:#680f8d;}

li { background:url(images/list-bg.gif) no-repeat 0 10px; padding-left:10px; line-height:2em;}
li a {color:#58a7c6;}

.imgindent {margin:0 20px 0 0; float:left;}
.title {margin-bottom:8px;}
.title2 {border-bottom:1px solid #d1d6d8; padding:0 0 4px 0; margin-bottom:20px;}
.title2 h2 {font-size:20px; font-weight:normal;}
.title3 {margin-bottom:13px;}

/* ============================= header ====================== */

.logo {float:left;}
.banner {float:left; background:url(images/header-bg.jpg) top left no-repeat; padding:149px 32px 39px 212px;}
.menu {padding-left:8px;}

/* ============================= content ====================== */

#content {padding:17px 41px 20px 46px;}
.col-pad {padding-right:36px;}
.col-pad2 {padding-right:20px;}
.col-pad3 {padding-right:55px;}

.box {background:#fff url(images/box-tail-bottom.gif) bottom repeat-x;}
.box .tail-top {background:url(images/box-tail-top.gif) top repeat-x;}
.box .tail-right {background:url(images/box-tail-right.gif) right repeat-y;}
.box .tail-left {background:url(images/box-tail-left.gif) left repeat-y; width:100%;}
.box .corner-bottom-right {background:url(images/box-corner-bottom-right.gif) bottom right no-repeat;}
.box .corner-bottom-left {background:url(images/box-corner-bottom-left.gif) bottom left no-repeat; width:100%;}
.box .corner-top-right {background:url(images/box-corner-top-right.gif) top right no-repeat;}
.box .corner-top-left {background:url(images/box-corner-top-left.gif) top left no-repeat; width:100%;}
.box .indent {padding:37px 27px 30px 35px;}

.line {border-bottom:1px solid #e5eaec; padding:22px 10px 33px 17px;}
.line2 {border-top:1px solid #d1d6d8; margin-top:20px; padding:22px 0 10px 0;}
.line2 span {margin:0 12px;}
.line2 .link {color:#58a7c6;}
.line3 {border-bottom:1px solid #e5eaec; padding-bottom:23px; margin-bottom:20px;}

.indent {padding:22px 0 20px 17px;}
.indent h2 {font-size:20px; font-weight:normal;}
.indent h3 {font-size:16px; font-weight:normal;}
.indent2 {padding:12px 20px 0 0;}
.indent2 h2 {font-size:20px; font-weight:normal;}
.indent3 {padding:22px 0 0 17px;}
.indent3 h2 {font-size:20px; font-weight:normal;}
.padding1 {padding-left:26px;}
.padding2 {padding-top:6px;text-align:justify}
.padding3 {padding-top:16px;text-align:justify}
.margin1 {margin-top:20px;}
.margin2 {margin-left:-4px; position:relative;}
.banner2 {margin:10px 0 0 4px;}

.date {background:url(images/date-bg.gif) no-repeat 0 0; color:#242424; font-size:1.167em; padding-left:26px; display:block;}
.color2 {color:#680f8d;}
.text2 {color:#242424; font-size:1.167em;}
.text3 {line-height:1.167em;}
.phone {float:right; margin-right:68px;}

/* ============================= footer ====================== */

#footer .menu {padding:0; width:100%; overflow:hidden;}
#footer .menu ul {margin-left:-19px; padding:1px 0 2px 0;}
#footer a {font-weight:bold; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
.menu li {display:inline; border-left:1px solid #c9d1d4; padding:0 18px 0 18px; background:none; line-height:1em;}
#footer .menu li a {font-weight:normal; color:#680f8d;}

/* ============================= forms ============================= */


#ContactForm .rowi {height:44px;}
#ContactForm .link {margin-right:15px;}

.input {width:206px; height:15px; border:1px solid #7d7d7d; background:none; padding:0 0 0 5px; font-size:1em;}
textarea {width:206px; height:115px; border:1px solid #7d7d7d; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em; margin-bottom:15px;}

