/* 	DEFINITIONS  */ 

body {
	background: #000 url('../images/body.bg.png') top left repeat;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0 auto;
	}

a {
	font-weight: bold;
	color: #f00;
	}

a:hover {
	color: #f99;
	}

a.click {
	font-style: italic;
	}

h1 {
	font-size: 150%;
	}

h2 {
	font-size: 140%;
	}

/* 	POSITIONING - WRAPPER  */

#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	}

/* 	POSITIONING - HEADER  */

#header {
	float: left;
	height: 122px;
	width: 100%;
	padding-top: 20px;
	background: url('/images/main.top.png') bottom left no-repeat;
	}
	
	#header #logo,
	#header #ie-logo {
		border: 0;
		}
				
	#header #tagline,
	#header #ie-tagline {
		float: right;
		}	
	
	#header #menu {
		float: right;
		clear: right;
		height: 70px;
		padding: 10px 0 40px 0;
		}
								
/* 	CONTENT POSITIONING - MAIN  */

#top {
	float: left;
	width: 100%;
	height: 30px;
	}

#main {
	float: left;
	width: 100%;
	background: url('../images/main.bg.png') top left repeat-y;
	}
	
	#main #title {
		float: left;
		width: 100%;
		margin: 5px 0 0 32px;
		}
				
		#main #title small {
			font-size: 90%;
			}

		#main #title #press {
			float: right;
			width: 290px;
			margin: 10px 60px 0 0;
			font-size: 95%;
			}
			
		#main #title #sep {
			float: right;
			margin: 5px 15px 0 0;
			}	
		
		#main #title #doc {
			float: right;
			width: 100px;
			margin: 10px 0 0 0;
			font-size: 95%;
			}
			
		#main #title #dl {
			float: right;
			border: 0;
			margin: 11px 5px 0 0;
			}	
		
		#main #title #invest {
			border: 0;
			float: right;
			margin-right: 65px;
			}
			
	#main #photo {
		float: right;
		margin: 15px 0 10px 10px;
		}
		
	#main #sidebar {
		float: right;
		width: 200px;
		}
			
	#main #content {
		float: left;
		font-size: 110%;
		width: 621px;
		margin-left: 12px;
		padding: 0 25px 10px 20px;
		}
			
#bottom {
	clear: both;
	width: 100%;
	height: 30px;
	background: url('../images/main.bottom.png') top left no-repeat;
	}	
					
/*  CONTENT POSITIONING - FOOTER  */	

#footer {
	clear: both;
	width: 100%;
	color: #fff;
	font-size: 90%;
	padding: 15px 0;
	}
		
	#footer #right {
		float: right;
		margin-right: 8px;
		}
		
		#footer #left a, 
		#footer #right a {
			color: #fff;
			font-weight: normal;
			}
		
	#footer #left {
		margin-left: 8px;
		}	
		
/*  FRONT PAGE EXCEPTIONS  */		

body#front #header {
	background: none;
	}

body#front #main {
	float: left;
	width: 100%;
	margin: -80px 0 0 185px;
	background: none;
	}
	
/*  MISCELLANEOUS CLASSES  */

div.hr {
	display: block;
	height: 12px;
	width: 100%;
	margin: 10px 0;
	background: url('/images/hr.bg.png') top left no-repeat;
	}
		
/*  FORM  */

form {
	padding: 0;
	margin: 0;
	}
	
ol {
	margin: 0;
	padding: 0;
	}
	
ol li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
ol li label {
	float: left;
  	line-height: 1.8;
  	vertical-align: top;
	width: 115px;
	padding-right: 10px;
	text-align: right;
	}	
	
ol li fieldset {
	border: none;
	margin: 15px 0 0;
	}
	
ol li fieldset legend {
	color: #000;
	padding: 0 0 5px;
	font-weight: normal;
	}
	
ol li fieldset label {
	display: block;
	width: 100%;
	text-align: left;
	margin-left: 112px;
	}		

input, textarea {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	}

input.text {
	width: 300px;
	}
	
textarea {
	width: 304px;
	height: 80px;
	}

p#comments {
	margin-left: 80px;
	}
	
input#submit {
	margin: 15px 0 15px 130px;
	}

em.required {
	color: #ff4d4d;
	font-weight: bold;
	}
	
div.success {
	width: 96%;
	color: #418a41;
	background: #e3fee4;
	border: 1px solid #418a41;
	padding: 10px 2%;
	margin-top: 20px;
	font-size: 95%;
	}
	
div.error {
	width: 96%;
	color: #c13838;
	background: #fee3e3;
	border: 1px solid #c13838;
	padding: 10px 2%;
	margin-top: 20px;
	font-size: 95%;
	}	
	