/* -------------------------------------------
CSS Document For Fresh-Air-And-Sunshine.com
------------------------------------------- */

/* Container */

#container {
	width: 776px;
	margin: 0 auto;
	padding: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
	line-height: 1.6em;
	color: #666;
}

#public {
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
	line-height: 1.6em;
	color: #666;
}


/* General */

body {
	background-color: #F9FAFC;
}


/* Header */

#header {
	display: block;
	text-align: right;
	width: 770px;
}


/* Navigation */

 #navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 118px;
	border-top: 1px solid #D5D5DF;
	margin-top: 10px;
}

#navigation a {
	display: block;
	padding: 5px;
	width: 107px;
	border-bottom: 1px solid #D5D5DF;
	border-right: 1px solid #d5d5df;
	border-left: 1px solid #F9FAFC;
}

#navigation a:link, #navlist a:visited {
	color:#CC6714;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #eef0f3;
	color:#CC6714;
	border-right: 1px solid #eef0f3;
	border-left: 1px solid #D5D5DF;
}

#navigation #navselected a {
	background-color: #eef0f3;
	color:#CC6714;
	border-right: 1px solid #eef0f3;
	border-left: 1px solid #D5D5DF;
}


/* Content */

#content {
	width: 640px;
	min-height: 495px;
	margin-left: 118px;
	border-style: solid;
	border-color: #D5D5DF;
	border-width: 1px;
	background-color: #eef0f3;
	padding: 5px 5px 2px 5px;
}

/* View Picture */
#viewpicture {
	width: 640px;
	min-height: 495px;
	margin-left: 5px;
	border-style: solid;
	border-color: #D5D5DF;
	border-width: 1px;
	background-color: #eef0f3;
	padding: 5px 5px 2px 5px;
}

/* Country List */

#containercountry {
	overflow: hidden;
}

#left {
	float: left;
	width: 320px;
	margin-top: 15px;
}

#right {
	float: right;
	width: 320px;
	margin-top: 15px;
}

#left div, #right div {
	border-bottom: 1px solid #e4e8ee;
	padding: 5px 5px 5px 5px;
}

.num {
	width: 25px;
	height:15px;
	float: left;
	vertical-align: top;
}

#left div:hover, #right div:hover {
	background-color: #dce2ea;
	color:#CC6714;
	cursor:pointer;
}

/* For screwed up IE6 */
.countryselect {
	cursor:pointer;
}

/* Gallery */
.gallery-side div,  .gallery-center div{
	padding: 10px 0px 10px 0px;
}

/* Gallery */
.gallery-side div a img,  .gallery-center div a img{
	/*border: 1px solid #000000; */
}

.gallery-side {
height: 420px; width: 160px; float: left; padding: 5px 39px 5px 39px;
}
.gallery-center {
height: 420px; width: 160px; float: left; padding: 5px 0px 5px 0px;
}

.jurygallery-side div,  .jurygallery-center div{
	padding: 5px 0px 5px 0px;
}


.jurygallery-side div a img,  .jurygallery-center div a img{
	border: 1px solid #000000;
}

.jurygallery-side {
height: 465px; width: 160px; float: left; padding: 5px 39px 5px 39px;
}
.jurygallery-center {
height: 465px; width: 160px; float: left; padding: 5px 0px 5px 0px;
}

.votetext {
font-size: 10px;
}

.galleryform {
padding: 5px 0 0 40px;
}

.gallerypages {
padding: 0px 0 0 40px;
}

.gallerypages a{
text-decoration: none;
}

.gallerypages a:hover{
text-decoration: underline;
}


/* Disclaimer */

#disclaimer {
	border: 1px solid #d5d5df;
	background-color: #e5e9ef;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
}


/* Footer */

#footer {
	text-align: right;
	width: 770px;
}

#footerview {
	text-align: right;
	width: 652px;
}

.message {
	width: 500px;
}

.submitpicture {
	width: 200px;
}

.submissiontext {
width: 120px;
float: left;
}

.error {
	color: #CC0000;
}


/* Submit */

.submitline {
padding-top: 5px;
}

#submissionform div a{
text-decoration: none;
}

#submissionform div a:hover{
text-decoration: underline;
}

#rules ol {
margin-top: 0px;
}

#jurylogin {
	border-style: solid;
	border-color: #D5D5DF;
	border-width: 1px;
	background-color: #eef0f3;
	padding: 5px 5px 2px 5px;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
	line-height: 1.6em;
	color: #666;
}