/* professional project css file */

body
{
	margin: 0;
	padding: 0;
	background-color: rgb(255, 112, 0);
	background-image: url(images/bgdcols.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

           

img
{
margin: 0;
padding: 0;
border: 0;
}


  
  
div.blankspacer {
  clear: both;
  background-color: transparent;
  }

/* the divs */

#wrapper
{
	margin: 0;
	padding: 0;
}

#logo-print
{
display: none !important;
}

#logo
{
	margin: 0;
	padding: 0;
	width: 367px;
	height: 118px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}



#navpanel
{
	margin: 0;
	padding: 0;
	width: 367px;
	background-color: rgb(255, 112, 0);
	position: fixed;
	top: 0px;
	left: 0px;
	height: 600px;
	background-image: url(images/bgd.gif);
	background-repeat: no-repeat;
}

.homecol
{
	margin: 24px 0px 0px 0px;
	padding: 0;
	width: 68px;
	float: left;
}

.navigation
{
	margin: 24px 0px 0px 0px;
	padding: 0;
	width: 261px;
	float: left;
}



#textpanel
{
	margin: 0;
	padding: 0;
	width: 412px;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 367px;
}


#soundbite-print
{
	display: none !important;
}


#soundbite
{
	margin: 0;
	padding: 0;
	width: 411px;
	height: 118px;
	background-image: url(images/soundbite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#footer
{
	margin: 24px 19px 24px 17px;
	padding: 0px;
	width: 376px;
	border-color: rgb(51, 51, 51);
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
}

#text
{
	margin: 18px 0px 0px 17px;
	padding: 0;
	width: 376px;
}

.navrule
{
	margin: 6px 0px 0px 20px;
	padding: 0;
	border: 0;
}

/* generic text styling */

p
{
	color: rgb(0, 0, 0);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	margin: 6px 0px 0px 0px;
	padding: 0;
	text-align: left;
}

li
{
	color: rgb(0, 0, 0);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	margin: 6px 19px 0px 0px;
	padding: 0;
	text-align: left;
}


h1
{
	color: rgb(255, 112, 0);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 26px;
	margin: 0px 0px 22px 0px;
	font-weight: normal;
}


h2
{
	color: rgb(51, 51, 51);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 16px;
	margin: 16px 0px 0px 0px;
	font-weight: normal;
}

.home
{
	color: rgb(255, 212,178);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin: 3px 0px 0px 23px;
}

h3
{
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	margin: 3px 0px 0px 20px;
}

h4
{
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	margin: 5px 0px 0px 35px;
}

#footer p
{
	color: rgb(51, 51, 51); 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}


/* link styles */

a
{
	color: white;
	text-decoration: none;
}

.home a
{
	color: rgb(255,212,178);
	text-decoration: none;
}

#textpanel a
{
	color: rgb(51, 51, 51);
	text-decoration: underline;
}


#footer a
{
color: rgb(51,51,51);
}
