html {
	background-repeat: repeat-x;
	background-image: url(images/art_bg.jpg);
	background-color: #949aa5;
}
#bg {
	background-image: url(images/bg0.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

body {
	margin: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	width: 848px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 100px;
	display: block;
	height: 100%;
	margin-bottom: 0px;
	background-image: url(images/cotainer_bg_042.gif);
}
.article_block img {
	float: left;
	margin-right: 5px;
	border: 2px solid #FFFFFF;
}


.article_block {
	display: block;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #adbddb;
	padding: 5px;
}
.article_block:hover {
	background-color: #CEE2E9;
}

#articles {
	position: absolute;
	display: block;
	left: 184px;
	top: 483px;
	width: 358px;
	background-color: #f6fbff;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#header_container {
	position: absolute;
	top: 0px;
	z-index: 10;
}


#header {
	display: block;
	height: 163px;
	width: 1000px;
	background-image: url(images/header_bg_01_01.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
	padding-top: 7px;
	float: left;
}
#tagline {
	float: left;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c5c5c5;
	margin-top: 30px;
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
#search_bar {
	display: block;
	position: absolute;
	top: 0px;
	left: 771px;
	height: 36px;
	width: 200px;
	background-image: url(images/search_bg_02.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #748698;
}
#small_links {
	position: absolute;
	top: 44px;
	left: 769px;
}

#small_links a {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#small_links a:hover {
	text-decoration: underline;
}



.blue {
	color: #3968ca;
}
.black {
	color: #5a6273;
}
.red {
	color: #974605;
}


#warbber {
	display: block;
	background-image: url(images/main_bg_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -50px;
	height: 100%;
	width: 100%;
	overflow: auto;
}
#footer {
	display: block;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	height: 70px;
	width: 660px;
	right: 0px;
	margin-right: 4px;
}

#nav {
	width: 170px;
	display: block;
	position: absolute;
	top: 124px;
	left: 5px;
	overflow: auto;
}

#nav_ol {
	text-align: right;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav_ol li {
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#nav_ol a {
	text-decoration: none;
	color: #5C5C5C;
	font-weight: bold;
	font-size: 14px;
	background-image: url(images/nav_arrow_03.gif);
	padding-right: 25px;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	outline:none;
}
#nav_ol a:hover {
	background-image: url(images/nav_arrow_arrow.gif);
	padding-right: 20px;
}

a,div,p,ol,ul,strong,h1,h2,h3,img,hr,h4,h5,h6,form,input,object {
	margin: 0px;
	padding: 0px;
}
#newsletter {
	margin-top: 30px;
	margin-bottom: 10px;
}
h5 {
	color: #6d797f;
	font-size: 9px;
	font-weight: bold;
	line-height: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#email {
	background:none;
	display: block;
	background-image: url(images/newsletter_bg_03.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 19px;
	width: 131px;
	margin-left: 6px;
	padding-top: 20px;
	font-size: 12px;
	padding-left: 5px;
	margin-top: -12px;
	color: #929BA0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 25px;
	cursor: text;
}
#submit {
	height: 39px;
	width: 110px;
	background:none;
	background-image: url(images/more_bg_03.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	margin-top: 5px;
	margin-left: 30px;
	color: #5C5C5C;
}
#keyword {
	background-color: #e0e1e2;
	border: 1px solid #CCCED0;
	float: left;
	color: #5A6273;
}

#submit:hover {
	background-image: url(images/more_bg_hover2_03_03_03.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search_submit {
	background-color: #5A6273;
	border: 1px solid #474E5C;
	color: #FFFFFF;
	margin-top: -1px;
	margin-left: 5px;
}



h4 {
	color: #6d797f;
	font-size: 18px;
	font-variant: normal;
	margin-left: 10px;
	letter-spacing: 1px;
}
#our_mission {
	text-align: center;
	margin-top: 10px;
}
#our_mission img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#our_mission a {
	outline:none;
}

#image {
	display: block;
	height: 177px;
	width: 619px;
	background-image: url(images/image_04.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 200px;
	top: 88px;
	color: #FFFFFF;
	z-index: 11;
}
#image_top {
	background-image: url(images/flower_top_03.png);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	width: 141px;
	position: absolute;
	z-index: 20;
	padding-top: 0px;
	padding-left: 0px;
	left: 615px;
	top: 41px;
}

#image h1 {
	margin-top: 15px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
}
#image h2 {
	margin-left: 15px;
	color: #FADB35;
	font-size: 14px;
	margin-bottom: 5px;
}
#image p {
	width: 300px;
	margin-left: 15px;
}
#small_image_1 {
	display: block;
	position: absolute;
	height: 47px;
	width: 69px;
	background-image: url(images/image_projects_03.png);
	background-repeat: no-repeat;
	left: 425px;
	top: 277px;
}

#learn_more {
	display: block;
	background-color: #38529e;
	color: #FFFFFF;
	text-decoration: none;
	width: 90px;
	padding: 5px;
	margin-left: 200px;
	margin-top: -10px;
	font-size: 14px;
	filter:alpha(opacity=60);
	opacity:.60;
	text-align: center;
}
#learn_more:hover {
	background-color: #4765BE;
}


.clear {
	clear: both;
}
#center_content {
	margin-left: 180px;
	width: 320px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 280px;
}
div.default#warbber #center_content {
	padding-top: 75px;
	width: auto;
	margin-bottom: 80px;
}
.image_block a:link img {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 9px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.image_block a:visited img {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 9px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.image_block a:hover img {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 9px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.image_block a:active img {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 9px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.image_block a:focus img {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 9px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.image_block {
	display: block;
	float: left;
	margin:auto;
	margin-left:0px;
	margin-right:8px;
	margin-bottom:4px;
	margin-top:4px;

}

div.default#warbber #center_content ul {
	list-style-image: url(images/arrow_03.png);
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}



.projects_block h2 {
	font-size: 14px;
	color: #750000;
	margin-bottom: 5px;
}
.projects_block {
	position: absolute;
	width: 367px;
	height: 200px;
	left: 185px;
	font-size: 13px;
}
.projects_block_image {

	float: left;
	margin: 3px;
}
.pro_learn_more {
	display: block;
	text-decoration: none;
	text-align: center;
	position: absolute;
	height: 29px;
	width: 110px;
	background-image: url(images/more_bg_03.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	color: #5C5C5C;
	top: 110px;
	left: 133px;
}
.pro_learn_more:hover {
	background-image: url(images/more_bg_hover2_03_03_03.png);
}
h1.big_header {
	color: #002445;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 29px;
	padding-top: 12px;
	padding-left: 30px;
	margin-bottom: 5px;
	display: block;
	background-image: url(images/title_bg_03.png);
	width: 250px;
}
#taller {
	height: 790px;
	float: left;
	width: 1px;
	display: block;
}

#news {
	width: 280px;
	left: 539px;
	top: 104px;
	margin-left: 375px;
	margin-bottom: 80px;
}
.pro {
	position: absolute;
	visibility: hidden;
}

#small_image_2 {

	display: block;
	position: absolute;
	height: 48px;
	width: 40px;
	background-image: url(images/image2_03.png);
	background-repeat: no-repeat;
	left: 777px;
	top: 277px;
}
.news_block {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding: 5px;
	margin-right: 5px;
}
.news_title a {
	color: #456cba;
	text-decoration: none;
	font-weight: bold;
}
.news_title a:hover {
	text-decoration: underline;
}
.date {
	color: #a30000;
	font-size: 12px;
}
.footer_links {
	font-size: 12px;
	margin-top: 20px;
	margin-left: 10px;
}
.footer_links a {
	color: #1e2431;
	text-decoration: none;
}
.footer_links a:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 10px;
	color: #7a859c;
	margin-left: 10px;
}
.footer_img {
	margin-top: -30px;
	margin-left: 550px;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.more {
	margin-left: 5px;
}
.float_right {
	float: right;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
#content {
	padding-top: 200px;
	display: block;
	width: 100px;
	padding-left: 100px;
}
div.default#warbber #small_image_1 {
	background-image: url(images/image_projects_03.png);
	background-repeat: no-repeat;
	top: 75px;
}
strong {
	display: block;
	color: #4D596A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8998A9;
	margin-bottom: 4px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #8998A9;
	padding: 4px;
	margin-top: 4px;
}

.float_left {
	float: left;
}
div.default#warbber #center_content ol {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.port {
	overflow: auto;
	margin-bottom: 10px;
	display: block;
}

.back {
	display: block;
	text-decoration: underline;
	text-align: right;
	margin-right: 10px;
	cursor: hand;
}
.back:hover {
	text-decoration: none;
	cursor: hand;
}
.form_title {
	width: 80px;
	font-size: 14px;
	color: #6D797F;
	font-weight: bold;
	display: block;
	float: left;
}
#contact_form input {
	margin-bottom: 5px;
	background-color: #E0E1E2;
	border: 1px solid #5A6273;
	height: 20px;
}
#contact_form {
	margin-top: 10px;
	margin-bottom: 25px;
}
.error {
	color: #990000;
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
}

#contact_form textarea {
	background-color: #E0E1E2;
	border: 1px solid #5A6273;
}
#send_btn {
	margin-top: 5px;
	margin-left: 80px;
	display: block;
	width: 80px;
}
.green {
	color: #339900;
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
}
#contact_info {
	margin-top: 10px;
}
#contact_info b {
	margin-right: 10px;
}
.news_title_nolink {

	color: #456cba;
	text-decoration: none;
	font-weight: bold;
}
#lean_more_news:hover {
	background-image: url(images/more_bg_hover2_03_03_03.png);
}
#lean_more_news {
	display: block;
	height: 29px;
	width: 110px;
	background-image: url(images/more_bg_03.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	cursor: hand;
	color: #5C5C5C;
	margin-top: -25px;
	margin-left: 170px;
}
.rss img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rss {
	margin-top: 20px;
	display: block;
	height: 20px;
	width: 20px;
	margin-left: 10px;
}
#activation_code_form input {

	margin-bottom: 5px;
	background-color: #E0E1E2;
	border: 1px solid #5A6273;
	height: 20px;
}
#activation_code {
	font-size: 14px;
	display: block;
	width: 100px;
}
#activation_code_form {
	padding: 20px;
}
