body {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #262929;
	margin: 0px;
	background-color: #FAFBF5;
	background-image: url(backgroundin.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.navlink a:link, .navlink a:visited, .navlink a:active {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #006600;
	text-decoration: none;
}
.navlink a:hover {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000000;
	text-decoration: none;
}

#container {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
}


INPUT { FONT-SIZE: 16px; FONT-FAMILY: Garamond, "Times New Roman", Times, serif; }
SELECT { FONT-SIZE: 16px; FONT-FAMILY: Garamond, "Times New Roman", Times, serif; }
TEXTAREA { FONT-SIZE: 16px; FONT-FAMILY: Garamond, "Times New Roman", Times, serif; }

A:active { COLOR: #0E6E0E;  text-decoration:none; font-weight:normal;  }
A:hover { text-decoration:none; COLOR: #0E6E0E; font-weight:normal;   }
A:link { COLOR: #0E6E0E; text-decoration:none; font-weight:normal;    }
A:visited {  text-decoration:none; COLOR: #0E6E0E; font-weight:normal;  }


#header {
	float:none;
	height: 113px;
	width: 980px;
}
#header1 {
	float:left;
	width: 260px;
}
#header2 {
	float:right;
	width: 450px;
	text-align:right;
	background-image: url(navbg.gif);
	padding-top: 55px;
	text-align:center;
	font-size: 22px;
	color: #006600;
}

#welcome {
	float:none;
	height: 113px;
	width: 980px;
	height:324px;
}
#welcome1 {
	height:324px;
	float:left;
	width: 566px;
	background-image: url(flash_bg.gif);
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-left:34px;	
}
#welcome2 {
	float:right;
	width: 340px;
	padding-right: 40px;
	padding-top:25px;
}

#page_columns_spacing {
	float:left;
	height: 62px;
	width: 980px;
}

#page_columns {
	float:none;
	height: 360px;
	width: 980px;
}
#page_columns_full {
	float:left;
	width: 900px;
	height:1520px;
	padding-right: 40px;
	padding-left:40px;	
}

#page_columns1 {
	float:left;
	width: 520px;
	padding-right: 25px;
	padding-left:40px;	
}

#page_columns2 {
	float:right;
	width: 395px;
}

#page_columns2in {
	float:right;
	width: 375px;
}

#frame_home {
	float:right;
	width: 300px;
	/*height:247px;
	background-image: url(box1_bg.gif);
	background-repeat: no-repeat;
	padding-top: 40px;*/
	padding-left: 20px;
	padding-right:70px;		
}



.text_big {
	font-size: 22px;
}
.text_medium {
	font-size: 20px;
}
.text_small {
	font-size: 16px;
}

h1 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 33px;
	margin:0px;
	padding:0px;
}

.text_blue {
	color: #4680B6;
}
.text_red {
	color: #E60050;
}
.text_black {
	color: #000000;
}
.text_green {
	color: #006600;
}


.greenlink a:link, .greenlink a:visited, .greenlink a:active {
	color: #006600;
	text-decoration: none;
}
.greenlink a:hover {
	color: #006600;
	text-decoration: none;
}


#footer
{
	float:left;
	width:980px;
	position:relative;
	margin-top:25px;

}
#footer_content
{
	position: relative;
	width:904px;
	font-size: 14px;
	margin-left:38px;
	margin-right:38px;
	padding-top: 27px;
	padding-bottom: 20px;
}

p{
padding-bottom:0px;
}



#portfolio {
	float:none;
	height: 270px;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#portfolio1 {
	float:left;
	width: 285px;
	margin-right:22px;
	background-image: url(thumb_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 13px;
}
#portfolio2 {
	float:left;
	width: 285px;
	background-image: url(thumb_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 13px;	
}
#portfolio3 {
	float:right;
	width: 285px;
	background-image: url(thumb_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 13px;	
}

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}

/*------------------------ TABS ---------------------*/


#tab{
	position: relative;
	float: none;
	position: relative;
	text-align:center;

}

#tab a{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #7D9283;
}

#tab a:hover{ /*hover background color*/
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #536D5A;
}


/*------------------------ LAUNCH ---------------------*/


#launch{
	position: relative;
	float: right;
	position: relative;
	text-align:center;
}

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #cccccc;
	
	text-decoration: none; /* no underline */
	color: #38958F;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #38958F;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #38958F;
		
		font-weight: bold;
		background-color: #38958F;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #C3C2BE;
	
		color: #8C8C8C;
	}
