/*---------- TAG STYLES ----------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E1E1E1;
	color: #909090;
}

a:link, a:visited {
	color: #003E83;
}

a:hover {
	color: #B18208;
}

/*---------- TEMPLATE STYLES THAT AFFECT LAYOUT ----------*/

#index01 {
	background-image: url(images/index_01.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 818px;
}

#index02 {
	background-image: url(images/index_02.gif);
	background-repeat: repeat-y;
	width: 19px;
}

#maincontent {
	background-color: #FFFFFF;
	width: 780px;
}

#navigationcell {
	width: 237px;
}

#pageheadingdiv {
	text-align: right;
	font-size: 27px;
	padding-top: 50px;
	padding-bottom: 45px;
	padding-right: 20px;
}

#maincontentcell {
}

#maincontentdiv {
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 22px;
	padding-right: 30px;
}

#index04 {
	background-image: url(images/index_04.gif);
	background-repeat: repeat-y;
	width: 19px;
}

#index05 {
	background-image: url(images/index_05.gif);
	background-repeat: no-repeat;
	height: 220px;
	width: 216px;
}

#index05B {
	background-image: url(images/index_05.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 216px;
	background-color: #003E83;
}

#index06 {
	background-image: url(images/index_06.gif);
	background-repeat: no-repeat;
	height: 220px;
	width: 564px;
}

#index06B {
	background-image: url(images/index_06.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 564px;
	background-color: #B18208;
}

#index07 {
	background-image: url(images/index_07.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 818px;
}

/*---------- HOMEPAGE STYLES THAT AFFECT LAYOUT ----------*/

#homepagetextdiv {
	width: 300px;
	float: left;
	padding-top: 58px;
	line-height: 20px;
}

/*---------- PORTFOLIO PAGE STYLES --------------------*/

#printfoliolinksdiv {
}

#printfoliolinks {
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
}

#printfoliolinks a:link, #printfoliolinks a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #003E83;

}

#printfoliolinks a:hover {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #B18208;
}

/*---------- PORTFOLIO INSIDE PAGES STYLES --------------------*/

#pagenavigationdiv {
	padding-top: 10px;
}

#pagenavigationdiv a:link, #pagenavigationdiv a:visited, #pagenavigationdiv a:hover{
	font-weight: bold;
	text-decoration: none;
}

#portfoliolinkscell {
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 10px;     
}

/*---------- NAVIGATION STYLES ----------*/

a.nav:link, a.nav:visited {
	display: block;
	text-align: right;
	font-size: 14px;
	text-decoration: none;
	color: #B8B8B8;
	padding-right: 20px;
	background-image: url(images/arrowright.gif);
	background-repeat: no-repeat;
	background-position: right;
}

a.nav:hover, a:nav:active {
	display: block;
	text-align: right;
	font-size: 14px;
	text-decoration: none;
	color: #B18208;
	padding-right: 20px;
	background-image: url(images/arrowrighton.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.returnlink a:link, .returnlink a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #B8B8B8;
	padding-left: 14px;
	background-image: url(images/arrowleft.gif);
	background-repeat: no-repeat;
}

.returnlink a:hover{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #B18208;
	padding-left: 14px;
	background-image: url(images/arrowlefton.gif);
	background-repeat: no-repeat;
}

.readmorelink a:link, .readmorelink a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #B8B8B8;
	padding-left: 10px;
	padding-top: 1px;
	background-image: url(images/arrowright2.gif);
	background-repeat: no-repeat;
}

.readmorelink a:hover {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #B18208;
	padding-left: 10px;
	padding-top: 1px;
	background-image: url(images/arrowright2on.gif);
	background-repeat: no-repeat;
}

/*---------- TEXT STYLES ----------*/

.headings {
	font-size: 18px;
	color: #B18208;
}

.subheadings {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.captions {
	font-size: 10px;
}
