@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
}

p, h1, form, button {
	border:0; 
	margin:0; 
	padding:0;
	margin-bottom: 10px;	
}

p.error {
	color: red;
	font-size: 12px;
	margin-bottom: 10px;	
}

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	color: #e9967a;
	text-decoration: underline;
}

a:hover {
	color: #E60000;
	text-decoration: underline;
}

a.whiteLink { 
	color: #FFFFFF; 
	text-decoration: underline; 
}
a.whiteLink:hover { 
	color: #CCCCCC; 
	text-decoration: underline;
}
a.whiteLink:visited { 
	color: #fafad2; 
	text-decoration: underline;
}

a.redLink { 
	color: #e9967a; 
	text-decoration: underline; 
}
a.redLink:hover { 
	color: #CCCCCC; 
	text-decoration: underline;
}
a.redLink:visited { 
	color: #fafad2; 
	text-decoration: underline;
}

.oneColElsCtr #container {
	width: 920px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;	
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #containerhome {
	background: #000000;
	border: 1px solid #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;	
	text-align: left;
	width: 920px;
	color: #FFFFFF;
}

.oneColElsCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtr  #mainContentHome  {
	padding: 0 60px;
}

.oneColElsCtr  #copyright  {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 6px;
}


.oneColElsCtr #navContent {
	float: left;
	width: 920px;
	padding: 0 0 0 0px;
	margin: 0px;
	background: #FFFFFF;
	border-bottom: 1px solid #000000;	
}

.youAreHere {
	float: right;
	padding-top: 4px;
	font-size: 10px;
	padding-left: 30px;
	font-weight: bold;
	padding-right: 10px;
}

h1 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000;	
}

h2 {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #000033;
}

h3 {
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 5px;
}

p {
	font-size: 12px;
	color: #000000;
	margin-bottom: 5px;
}

.exploreBox {
	padding-top: 4px;
	padding-bottom: 4px;
	background: #f2e969;
	border-top: 1px solid #deb71f;
	border-bottom: 1px solid #deb71f;
}

.competeBox {
	padding-top: 4px;
	padding-bottom: 4px;
	background: #90da74;
	border-top: 1px solid #536953;
	border-bottom: 1px solid #536953;
}

.shareBox {
	padding-top: 4px;
	padding-bottom: 4px;
	background: #7eb3dc;
	border-top: 1px solid #1405b0;
	border-bottom: 1px solid #1405b0;
}
	
.pUnderHeadings {
	margin-top: 6px;
	padding-top: 2px;
}

.backToTop {
	margin-top: -6px;
	font-size: 11px;
	font-style: italic;
}

#error-messages {
    border: 1px solid;
    margin: 10px 0px;
    width: 320px;
    padding:10px 10px 10px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;   
}

#error-messages li {
  list-style-type: none;
}

.index_navigation {
  border: 1px solid #eeeeee; 
  background-color: #f7f7f7; 
  padding: 5px; 
  text-align: center;
}

.zend_form {
  /* background-color:#777777;*/
  width:320px;
  margin:5px auto;
  padding:5px;
  overflow:auto;
  border: 1px solid #333333; 
}

.zend_form dt{
  padding:0;
  /*clear:both;*/
  width:35%;
  float:left;
  text-align:right;
  margin:5px 5px 5px 0;
}

dl.zend_form dt label.required { font-weight: 600; }


.zend_form dd{
  padding:0;
  float:left;
  width:62%;
  margin:5px 2px 5px 0;
}

.zend_form p{
  /*padding:0;*/
  margin:0;
}

.zend_form input, .zend_form textarea{
  margin:0 0 2px 0;
  padding: 2px;
}

.submit{
  float:right;
}

.hint {
  font-size: 12px;
  font-weight: 800;
  padding-bottom: 20px;
}

.zend_form dd ul.errors {
	list-style: none;
	padding: 0;
	margin: 0;
}
	
.zend_form dd ul.errors li {
	float: left;
	margin: 0 0.15em;
	font-size: 12px;
	color: #AA2825;
}


