/*=================================
	IMAGE-ACCESS.NET CSS
=================================*/

body {
	font: 1em Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border:0;
}

img {
margin:0;
padding:0;
border:0;
}

/*=================================
	PAGE STRUCTURE
=================================*/

#holder {
width:990px;
margin: 0 auto;
}

#navbar {
float: left;
width: 140px;
padding-right: 50px;
}

#content {
	width: 990px;
	/*width: 630px;	
	margin: auto;*/
}

#textholder {
	float: left;
	width: 610px;
	/*width: 490px;*/
}

#text {
	text-align: left;
	margin: 15px 45px;
}

/*=================================
	"TEXT" DIV FORMATTING
=================================*/

#text p, #text td, #text th {
	line-height : 130%;
	font-size: .8em;
	color: #ffffff;
	margin: 7px 0 14px 0;
}

#text h2 {
	font-size: 1.76em;
	text-align: right;
	color : #ecd8f4;
	letter-spacing : -1.08pt;
	font-weight: normal;
}

#text h3 {
	font-size: .8em;
	font-weight: bold;
	padding: 2px 5px;
	margin: 7px 0;
}

#text A:link, #text A:visited, #text A:active  {
	font-weight: bold;
	color : #dddddd;
	text-decoration : none;
}

#text A:hover  {
	color : #ffffff;
	text-decoration : underline;
	}
	
/*=================================
	"CONTACT" DIV FORMATTING
=================================*/	

#text #contact p {
	font-size: 1em;
	line-height: 160%;
}

#text #contact A:Link, #text #contact A:Visited, #text #contact A:Active {
	font-weight:normal;
	color : #ffddff;
}

#text #contact A:Hover {
	color : #ddddff;
}

/*=================================
	"SITES" DIV FORMATTING
=================================*/

#sites {
	text-align:center;
	float:left;
	width: 140px;
	padding-left: 50px;
}

#sites p {
margin: 5px 0;
display: none;/**/
}

#sites img {
margin-top: 15px;
}

#sites h2 {
display: none;
	font-size: 1.76em;
	text-align: right;
	letter-spacing : -1.08pt;
	margin: 15px 10px;
	font-weight: normal;
}

#sites A:link, #sites A:visited, #sites A:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-decoration : none;
	margin:0;
}

#sites A:hover  {
	text-decoration : underline;
}

/*=================================
	"NAVBAR" DIV STRUCTURE
=================================*/

#navbar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navbar ul li {
	margin: 0;
	padding: 0;
}

ul#navigation {
	margin-top: 30px;
	margin-bottom: 0px;
}

ul.subnav {
	display:none;
}


#navigation A:LINK, #navigation A:VISITED, #navigation A:ACTIVE {
	display:block;
	text-align: right;
	text-decoration : none;
	font-size : .8em;
	background-color : #E2D5E3;
	color : #00336F;
	font-weight : bold;
	border-top-color : #F5F5F5;
	border-top-width : thin;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-right : 5px;
	border-top-style : outset;
	border-right-color : #F5F5F5;
	border-right-style : outset;
	border-right-width : thin;
	border-bottom-color : #F5F5F5;
	border-bottom-style : outset;
	border-bottom-width : thin;
}

#navigation  A:HOVER {
	color : #7B4080;
}

#navigation #topbar A {
	text-align : right;
	font-size : .8em;
	color : #f5f5f5;
	background-color : #4C709A;
	padding-top : 10px;
	padding-bottom : 10px;
}

#navigation .subnav A:LINK, #navigation .subnav A:VISITED, #navigation .subnav A:ACTIVE {
	margin:0;
	padding:0;
	border:0;
	display:block;
	text-align: right;
	text-decoration : none;
	font-size : .70em;
	color : #9a6d9e;
	font-weight : bold;
	background-color : #f0f0f0;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-right : 5px;
	border-right-color : Silver;
	border-right-style : inset;
	border-right-width : thin;
	border-bottom-color : Silver;
	border-bottom-style : groove;
	border-bottom-width : 1px;
}

#navigation .subnav  A:HOVER {
	color : #4c709a;
}
