/*defaults*/
body, html{
	margin: 0px;
	text-align: center;
	background-color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
}

#container{
	width: 100%;
	text-align: center;
	
}

#innerContainer{
	width: 760px;
	text-align: center;
	margin: auto;
	text-align: left;
	border: 1px solid #333333;
}

a{
	color: #FF7D09;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.clear{
	clear: both;
}

.formContainer label{
	display: block;
	width: 150px;
	float: left;
	margin: 5px;
	font-weight: bold;
}

.formContainer input, textarea{
	margin: 5px;
	width: 200px;
}

.formContainer .button{
	border: 1px solid orange;
	width: 205px;
	font-weight: bold;
	font-size: 20px;
}

.formContainer .button:hover{
	color: orange;
	cursor: pointer;
}

.notification{
	border: 1px solid red;
	padding: 10px;
	margin: auto;
	width: 60%;
}

#nav{
	margin: auto;
	width: 380px;
}

#nav a{
	display: block;
	float: left;
	width: 85px;
	height: 60px;
	margin: 2px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover{
	text-decoration: underline;
}

.nav1{
	background-image: url('../images/buttons/nav1.jpg');
}

.nav2{
	background-image: url('../images/buttons/nav2.jpg');
}

.nav3{
	background-image: url('../images/buttons/nav3.jpg');
}

.nav4{
	background-image: url('../images/buttons/nav4.jpg');
}

#header{
	width: 100%;
	height: 160px;
}

#line{
	position: absolute; 
	top: 230px; 
	left: 0; 
	width: 100%; 
	height: 1px; 
	background-color: #cccccc;
}

#mainContent{
	width: 100%;
}

#mainContent p{
	padding: 5px;
}

#mainContent h1{
	text-align: right;
	margin-right: 20px;
	font-weight: normal;
	color: #FF7D09;
	font-size: 26px;
	padding-left: 5px;
}

#mainContent h2{
	font-weight: normal;
	color: #FF7D09;
	font-size: 16px;
	padding-left: 5px;
}

#mainContent h3{
	font-weight: normal;
	color: #FF7D09;
	font-size: 14px;
	font-style: italic;
	padding-left: 5px;
}

#mainContent h4{
	font-weight: normal;
	color: #FF7D09;
	font-size: 14px;
	padding-left: 5px;
}

#footer{
	height: 30px;
	width: 100%;
	margin-top: 20px;
	background-color: #FAAD64;
}

#innerFooter{
	background-color: #FF7800;
	width: 760px;
	margin: auto;
	height: 30px;
	color: white;
	font-weight: bold;
	line-height: 30px;
	font-size: 11px;
}

#innerFooter a{
	color: white;
}

#footerLinks{
	text-align: left;
	width: 760px;
	margin: 10px auto;
}

#footerLinks img{
	float: left;
}

#footerLinks p{
	float: left;
	padding-top: 25px;
	
}

.largeBold{
	font-weight: bold;
	font-size: 13px;
}

.breadCrumbs{
	font-size: 14px;
}