﻿@charset "utf-8";

/* CSS Document */



a	{

	outline:none;

}



a img, img { 

	border: 0;

}

#portright  {
	float: right;
	padding-right:25px;
	padding-top:10px;
	height:566px;
}

#portleft	{
				float:left;
				height:400px;
}



body	{

	background-image:url("/designs/images/background.jpg");

	background-color:#070607;

	background-repeat:repeat-x;

	margin-top:0;

	margin-left:0;

	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

	font-size:10pt;

}


td	{

	font-size:9pt;
	color:#738b01;
	padding:2px;


}



#container {

	

	width:968px;

	margin:auto;

	padding-top:40px;

}



#banner {

	height:92px;

	width:968px;

	background-image:url("/designs/images/banner.png");

}



#navigation {

	height:37px;

	width:968px;

}




#pageleft	{
	width:45px;

	float:left;

	background-image:url("../images/pageleft.png");
	background-repeat:repeat-x;
}

#pageright	{
				width:45px;
			
				float:right;
				background-image:url("/designs/images/pageright.png");

	background-repeat:repeat-x;

}

#content {

	height:576px;

	width:863px;

	background-color:#fff;
	float:left;	
	padding-top:18px;
	padding-left:15px;

}

#contentport {

	height:576px;

	width:863px;

	background-image:url("../images/contentport.jpg");
	float:left;	
	padding-top:18px;
	padding-left:15px;

}

#homewrap	{
	float: left;
	width:878px;
	height:594px;
}

#homecontent {
	height: 387px;
	width:878px;
	background-image:url("../images/contenthome.jpg");	
	background-repeat:no-repeat;
}

#announcements	{
	height:207px;
	width:409px;
	float:left;
	background-color:#fff;
				
}

#homelinks	{
	height:207px;
	width:469px;
	float:right;
}



#portfoliocontent {

	height:675px;

width:863px;

	background-color:#fff;

	padding-top:18px;

	padding-bottom:30px;

	padding-left:15px;

	padding-right:0px;
	float:left;

}



#hideshowhome	{

	float:left;

	width:300px;

	background-color:#e2efac;

	padding:10px;



}






#hideshow	{

	margin-right:200px;

	float:right;

	background-color:#e2efac;

	padding:10px;
	width:380px;
	height:295px;
	background-image:url("../images/contactbox.jpg");
   


}



#contactinfo	{

	float:left;

	width:200px;

	padding-left:30px;

}


#portnav a, a:link, a:visited, a:hover {
				text-decoration:none;
}


a:link	{

	text-decoration:underline;
	color:#738b01;

}



a:visited	{

	text-decoration:underline;

	color:#738b01;

}



a:hover	{

	text-decoration:underline;

	color:#a0c40a;

}


