﻿/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#FFFFFF;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


textarea
	{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:0.688em;
		line-height:1.273em;
		color:#717171;
	}


input
	{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:0.688em;
		line-height:1.273em;
		color:#717171;
	}


html
	{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:0.688em;
		line-height:1.273em;
		color:#717171;
	}

select { vertical-align:middle; font-weight:normal;}

input { vertical-align:middle; font-weight:normal;}

a {color:#717171;}
a:hover{text-decoration:none;}
p {padding-top:12px;}
strong {color:#466b6f;}

/* ============================= main layout ====================== */

.link {color:#466b6f; font-size:1em; line-height:1em; margin-top:12px; display:inline-block;}


ul {position:relative;}
li {background:url(images/list-bg.gif) no-repeat 0 9px; padding-left:10px; line-height:1.909em;}
.coursecontent {background:url(images/list-bg.gif) no-repeat 0 5px; line-height:1.3}

.imgindent {margin:0 20px 0 0; float:left;}
.title {margin-bottom:26px;}

/* ============================= header ====================== */

#header {font-family:Arial, Helvetica, sans-serif;}

#header .row1 {border-bottom:1px solid #f3f3f3; font-size:0.909em; color:#bbbbbb; padding:13px 0 14px 0;}
#header .row1 span {float:right;}
#header .row1 a {color:#bbbbbb; text-decoration:none;}
#header .row1 a:hover {text-decoration:underline;}
#header .rss {background:url(images/rss.jpg) top right no-repeat; padding:0 25px 3px 0; display:inline-block; vertical-align:middle;}

#header .row2 {padding:27px 0 58px 0;}

#header .menu {float:right; padding-top:16px;}
#header .menu li {display:inline; font-weight:bold; font-size:1.182em; background:none; padding-left:28px;}
#header .menu li a { color:#202521; text-decoration:none;}
#header .menu li a:hover { color:#466b6f;}
#header .menu .active a {color:#466b6f;}

/* ============================= breadcrumbs ====================== */

#crumb .row2 {padding:8px 0 8px 0;}

#crumb .menu {float:left; padding-top:8px; padding-bottom:8px;}
#crumb .menu li {display:inline; font-weight:normal; font-size:1em; background:url(images/list-bg.gif) no-repeat 0 6px; padding-left:6px; padding-right:12px;}
#crumb .menu li a { color:#202521; text-decoration:none;}
#crumb .menu li a:hover { color:#466b6f;}
#crumb .menu .active a {color:#466b6f;}


h1 {color:#466b6f; font-weight:bold; font-size:1em; line-height:1em;}
h1 span {color:#466b6f; display:block; color:#bbbbbb; text-transform:none; font-size:0.556em;}
h1 a {color:#202521; text-decoration:none;}
h1 em {color:#466b6f; font-style:normal;}

h2 {color:#466b6f; font-weight:bold; font-size:1em; line-height:1em; padding-top:12px;}
h2 span {color:#466b6f; display:block; color:#bbbbbb; text-transform:none; font-size:0.556em;}
h2 a {color:#202521; text-decoration:none;}
h2 em {color:#466b6f; font-style:normal;}

h3 {padding-top:6px;}

.slogan {padding:117px 0 179px 53px;}

.button {display:block; float:left; color:#fff; text-decoration:none; font-size:1.273em; line-height:1em; margin-top:19px;}
.button span {display:block; padding:9px 21px 10px 19px;}
.button:hover {}
.button:hover span {}

/* ============================= content ====================== */

#content {padding:90px 0 21px 0;}
.col-pad1 {padding-right:42px;}
.margin1 {margin-top:25px;}
.margin2 {margin-top:18px;}
.padding1 {padding-top:30px;}
.padding2 {padding-top:16px;}

.phone {float:right; margin-right:40px;}

/* ============================= footer ====================== */

#footer {padding:15px 0 0 0; font-family:Arial, Helvetica, sans-serif;}
#footer h1 {float:right;}
#footer a {text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer h1 a:hover {text-decoration:none;}

/* ============================= forms ============================= */


#ContactForm .rowi {height:40px;}
#ContactForm .link {float:right; margin:22px 0 0 20px;}

.input {width:206px; height:15px; border:1px solid #7d7d7d; background:none; padding:0 0 0 5px; font-size:1em;}
textarea {width:206px; height:132px; border:1px solid #7d7d7d; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em;}
