/* AIM 2007 BUSINESS CSS file */

/* general */

#fullheight {
	height:100%;
}
body,td,th,input,select,textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #364869;
}
body {
	background-color: #9F9C96;
	background-image:url(images/business/layout/grey_gradient.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
br {
line-height: 14px;
}
.whitetext {
	color:#FFFFFF;
}

/* links */

a img {
	border-color: #000000;
}

a:link.nav {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a:visited.nav {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a:hover.nav {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
a:active.nav {
	text-decoration: none;
	color: #FFFFF;
	font-weight: normal;
}
a:link {
	color: #E37500;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #E37500;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #E37500;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #E37500;
	font-weight: normal;
}

/* headers */

.header_24_orange {
	font-size: 24px;
	color: #EC7E08;
}
.header_16_red {
	font-size: 16px;
	color: #FF0000;
}
.header_24_white {
	font-size: 24px;
	color: #FFFFFF;
}
.smalltext {
	font-size: 9px;
}

/* tables */ 

.nav_table_background {
	background-image:url(images/business/layout/navback.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#F7F9FE;
	padding-left:10px;
	padding-top:12px;
	line-height: 10px;
}
.page_title {
	padding-left:22px;
	padding-top:6px;
	background-image:url(images/business/layout/pagetitle.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#F7F9FE;
	font-size: 24px;
	color: #FFFFFF;
}
.content_top {
	background-image:url(images/business/layout/aimback_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
}
.content_bottom {
	background-image:url(images/business/layout/aimback_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
}
.logos_padding {
	padding-left:16px;
	padding-top:16px;
}
.content_padding2 {
	padding-right:16px;
	padding-bottom:16px;
}
.content_padding {
	padding:16px;
}
.pictureframe {
	border-color:#EC7E08;
	border-style:solid;
	border-width:1px;
	
}
