body	{ 
	background-color: #2f1a43; 
	color: #000000; font-family: Helvetica, Arial, sans-serif; 
	margin: 0; padding: 0;
	 color: #dcd5c2;
}

p, td	{font-size: 10pt; line-height: 130%; color: #dcd5c2;}

.notop {	margin-top: 0;}

img {
	border: 0px;
	vertical-align:text-bottom;
}
td img {display: block;}

.small	{font-size: 7pt; color: #444444; text-align: center;}
.center {text-align: center;}

H1 {
	font-size: 34pt;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom: 1px solid #91a966;
	margin-right: 10px;
}

H2 {
	font-size: 20pt;
	margin-top: 0;
	margin-bottom: 0;
}

H3 {
	font-size: 16pt;
	margin-top: 0;
	margin-bottom: 0;
}

#fullwidth {
	width: 970px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bkgrnd.jpg) no-repeat top center;
}

#fullwidth2 {
	width: 970px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bkgrnd3.jpg) no-repeat top center;
}

#fullwidth3 {
	width: 970px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bkgrnd2.jpg) no-repeat top center;
}

#logo {
	height: 189px;
	padding-left: 376px;
	margin-bottom: 0;
}

#content {
	padding-left: 50px;
	width: 720px;
}

.text {
	padding-left: 32px;
	line-height: 115%;
	height: 355px;
}

.portfolio {
	padding-top: 51px;
	width: 780px;
	height: 427px;
	text-align: center;
	margin-left: 50px;
}

.portfolio2 {
	padding-top: 20px;
	width: 780px;
	height: 458px;
	text-align: center;
	margin-left: 50px;
}

.portfolio3 {
	padding-top: 5px;
	width: 780px;
	height: 473px;
	text-align: center;
	margin-left: 50px;
}

#footer {
	width: 980px;
	font-size: 6.5pt;
	color: #97889a;
	text-align: center;
	clear: both;
}

#footer a {
	font-size: 7pt;
	color: #97889a;
	text-decoration: none;
}

#footer2 {
	width: 900px;
	font-size: 6.5pt;
	color: #2f1a43;
	text-align: center;
	clear: both;
}

#footer2 a {
	font-size: 7pt;
	color: #2f1a43;
	text-decoration: none;
}


/*~~~~~~~~~~~~~~~~~ Button Styles~~~~~~~~~~~~~~~~~*/

a:link 		{color: #dcd5c2;}
a:active 	{color: #dcd5c2;}
a:visited 	{color: #fff;}
a:hover 	{color: #fff;}

.topnav {
	width: 665px;
	font-size: 8pt;
	color: #2f1a43;
	padding-top: 45px;
	padding-bottom: 5px;
	text-align: right;
}

.topnav a:link, .topnav a:active, .topnav a:visited {
	color: #2f1a43;
	text-decoration: none;
}

.topnav a:hover {
	color: #000;
	text-decoration: underline;
}
.leftnav {
	width: 150px;
	height: 179px;
	margin-top: 45px;
	margin-left: 50px;
	background: url(../images/navigation.jpg) no-repeat top center;
}

.btn1 {
	height: 33px;
	padding-top: 13px;
}

.btn2 {
	height: 25px;
	padding-top: 7px;
}

.btn3 {
	height: 25px;
	padding-top: 13px;
}

.btn4 {
	height: 25px;
	padding-top: 12px;
}

/*rollover leftnavigation*/
#nav, #nav ul { /* all lists */
	font-size: 11pt;
	margin: 0; padding: 0;
	list-style: none;
	 width: 150px;
 }

#nav a { text-decoration: none; }

#nav li   { 
	float: left; display: block;
	padding-bottom: 6px;
	
}

#nav li a { 
	color: #dcd5c2;
	width: 135px;
	text-align: center;
	display: block;
	font-weight: bold;
}

#nav li a:hover  {color: #fff; display: block;}

#nav li ul { /* second-level lists */
	border: 1px solid #4a3657;
	position: absolute;
	background: #2f1a43;
	margin: -35px 0 0 135px;
	*margin: -40px 0 0 135px;
	padding: 4px 4px 4px 0;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { float: left; display: block;}

#nav li ul a { 
	padding: 4px 4px 4px 0;
	text-align: center;
	color: #dcd5c2; display: block; width: 150px;
	font-size: 10pt; font-weight: bold;
}

#nav li ul a:hover { color: #fff; display: block;}


#nav li ul ul { /* third-level lists */
	position: absolute;
	background: #63522a;
	margin: -30px 0 0 140px;
	*margin: -40px 0 0 140px;
	padding: 3px;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul ul, #nav li.sfhover ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {left: auto;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {     left: -999em; } 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {     left: auto; }

