/* Page Formatting */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#ffffff;
	font:14px "Trebuchet MS", Arial, Verdana;
	color:#555555;
	overflow-y: scroll; /* always show scrollbar */
	text-align:left;
}

a {
	 color:#8bbc70;
	color: green;
/*	font-weight: bold;
	text-decoration:none; */
	}

a:hover {
	color:#555555;
	/*text-decoration:none; */

	}

img, img a {
	border:0;
	}
p {
	line-height:1.5em;
	margin-bottom:20px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
}










/* Header Area */
#topLine {
	height:51px;
	border-bottom:56px solid #DEEAFA;
}

#header{
	width:693px;
	margin:10px auto 0px auto;
	padding:10px;
	}

#header h1{
	width:225px;
	margin:30px 0 0 0;
	background:#ffffff;
	padding:0px 68px 10px 1px;
}


#header h1 img {
	padding-top: 6px;
}


#header h1 span{
	color:#8bbc70;
	font-size:110%;
}

#header ul.nav {
	margin:10px 0 0 0;
	padding:15px 0 0 0;
	float:right;
}

#header ul.nav li {
	display:inline;
	font-size: 90%;
/*	padding:2px 2px 2px 2px; */
}

#header ul.nav li.active {
	margin:0;
/*	padding: 2px 2px 0px 2px; */
}

#header ul.nav li a {
	color: green;
	font-weight: bold;
	text-decoration: none;
	padding:5px 0px 5px 0px;
}

#header ul.nav li.active a {
	padding:5px 0px 10px 0px;
	display:inline;
	background-color: #deeafa;
}

#header span.left {
	padding:5px 4px 10px 3px;
}

#header span.right {
	padding:5px 4px 10px 3px;
}

#header span.left-active {
	padding:5px 4px 10px 3px;
  	background:url(images/nav_corn_l.gif) no-repeat top right;
}

#header span.right-active {
	padding:5px 4px 10px 3px;
  	background:url(images/nav_corn_r.gif) no-repeat top right;
}





/* Page Wrappers */
#outerwarrper {
	width:693px;
	margin:30px auto 0 auto;
	padding:10px;
	background:#fff url(images/top_curve.gif) repeat-y 10px 0px;
	clear:both;
}

#wrapper {
	margin-top:1px;
	float:left;
	width:693px;
	background:#fff url(images/content_bg.gif) repeat-y top left;
}

/* Content Area */
#content {
	width:450px;
	margin:10px 0 0 0px;
	float:left;
}



#content h2 {
	margin: 0 20px 0 20px;
	padding: 20px 5px 0 5px;
	border-bottom: 2px solid #8bbc70;
}



#content h3 {
	margin: 0 20px 0 20px;
	padding: 20px 5px 0 5px;
	font-style: italic;
	border-bottom: 2px solid #8bbc70;
}

#content p {
	margin: 0 20px 0 20px;
	padding: 10px 5px 0 5px;
}

#content ul {
	margin: 0 20px 0 20px;
	padding: 0px 5px 0 5px;
}

#content li {
	margin: 0 20px 0 20px;
	padding: 0px 5px 0 5px;
}

#content p img {
	float:left;
	padding-right:15px
}

#content table {
	width:400px;
	margin: 0 20px 0 20px;
	padding: 10px 5px 0 5px;
}

#content table td.row_headers {
	text-align:center;
}

#content table td {
	padding: 1px 5px 1px 10px;
}

/*
#content form {
width:450px;
padding:10px;
}

#content form label {
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	margin-left:-15px;
	margin-bottom:0.5em;
}

#content form input {
	border:1px solid #fff;
	background:#FFFFA0;
	padding-left:0.5em;
	margin-bottom:0.6em;
}

#content form #send, form #button2 {
	background:#FFFFA0;
	padding-right:0.5em;
	cursor:pointer;
	width:200px;
	margin-left:125px;
	font-weight:bold;
	color:#555555;
}

#content form #send:hover, form #button2:hover {
	background-position:center left;
	color:#8BBC70;
	font-weight:bold;
}

*/

/* Sidebar Area */

#sidebox {
	width:203px;
	margin:50px 30px 0 0px;
	background: url(images/bg-sidebar.gif) repeat top right;
	border:1px solid #dfdfdf;
	float:right;
}

#sidebox h3 {
	padding:0px 0px 0px 0px;
	text-align:center;
	border-bottom:2px solid #dfdfdf;
}

#sidebox p {
	margin:0 20px 0 0px;
	padding:5px 10px 10px 10px;
}

#sidebox img {
	width:90px;
	margin:0px 0px 5px 5px;
	float:left;
	border:2px solid #dfdfdf;
}


#sidebox ul.side {
	padding:5px 10px 10px 30px;
}

#sidebox ul.side li {
	padding: 1px 0 1px 0;

}

#sidebox ul.side li a {
	text-decoration:underline;
	color:#555555;
}

#sidebox a {
	font-size: smaller;
}

#sidebox ul.side li a:hover {
	color:#8bbc70;
}

#sidebox form .user_box {
	margin:0px 10px 10px 10px;
	width:100px;
}

#sidebox form .button {
	margin:0px 0px 10px 0px;
	background:url(images/top_group_bg.gif) repeat top left;
}

#sidebox_two {
	width:203px;
	margin:40px 30px 0 0px;
	background:#ffffff;
	float:right;
}

#sidebox_two h3 {
	padding:0px 10px 0px 10px;
	text-align:center;
	border-bottom:2px solid #dfdfdf;
}

#sidebox_two img {
	width:90px;
	margin:5px 0px 5px 5px;
	float:left;
	border:2px solid #dfdfdf;
}



/* Alternate sidebar */

#sidebar_img {
	width:203px;
	height:300px;
	margin:50px 30px 0 0px;
	float: right;
}

#sidebar_img img {
	padding-top: 10px;
}


#dyplomy {
	width:203px;
	height:300px;
	margin:50px 30px 0 0px;
	float:right;
}

#dyplomy img {
	clear: none;
	float: none;
	padding-right: 4px;
}

#dyplomy p {
	padding-top: 10px;
}


/* Footer Area */
#footer {
	clear:both;
	width: 693px;
	margin:0 auto 0 auto;
	padding:55px 0 0 0;
	background:url(images/bottom_curve.gif) no-repeat top left;
}

#footer p {
	text-align:center;
	margin:0;
	padding:0px;
	line-height:1.3em;
}




/* Specific css */

.imgclear {
	clear: both;
}

.pricing {display: block;
	font-size: 80%;
	text-transform: uppercase;
	font-style: bold}

.quoting {
	font-style: italic;
	font-size: 80%;
	padding: 10px 0 50px 0;
	border-width: 2px;
}
