@charset "UTF-8";
/* CSS Document */


/* ------------------------------------------

  G L O B A L

------------------------------------------ */

* {
	margin:0; padding:0;
	-moz-outline: none 0;
 	outline: none 0;
	background-color: transparent;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	width: 600px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#000;
	margin: 75px auto;
	text-align: center;
}

#flashcontent {
	border: none;
}

em {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic
}


/* ------------------------------------------

  N A V I G A T I O N / H E A D E R

------------------------------------------ */

#nav {
	width: 600px; 
	height: 34px; 
	background: transparent url(../img/nav/nav_bg.gif) top left no-repeat;
}

#nav li {
	float:left;
	list-style-type: none;
}

#nav a {
	display:block;
	height: 34px;
	text-indent: -9999px;
}

#nav_home {width: 55px; background: url(../img/nav/nav_home.gif) top left no-repeat;}
#nav_competition {width: 158px; background: url(../img/nav/nav_competition.gif) top no-repeat;}
#nav_enter {width: 134px; background: url(../img/nav/nav_enter.gif) top no-repeat;}
#nav_judges {width: 88px; background: url(../img/nav/nav_judges.gif) top no-repeat;}
#nav_advice {width: 85px; background: url(../img/nav/nav_advice.gif) top no-repeat;}
#nav_winners {width: 80px; background: url(../img/nav/nav_winners.gif) top right no-repeat;}

#nav_home a:hover {background: url(../img/nav/nav_home.gif) bottom left no-repeat;}
#nav_competition a:hover {background: url(../img/nav/nav_competition.gif) bottom no-repeat;}
#nav_enter a:hover {background: url(../img/nav/nav_enter.gif) bottom no-repeat;}
#nav_judges a:hover {background: url(../img/nav/nav_judges.gif) bottom no-repeat;}
#nav_advice a:hover {background: url(../img/nav/nav_advice.gif) bottom no-repeat;}
#nav_winners a:hover {background: url(../img/nav/nav_winners.gif) bottom right no-repeat;}

#home #nav_home a {background: url(../img/nav/nav_home.gif) bottom left no-repeat; cursor:default;}
#competition #nav_competition a {background: url(../img/nav/nav_competition.gif) bottom no-repeat; cursor:default;}
#enter #nav_enter a {background: url(../img/nav/nav_enter.gif) bottom no-repeat; cursor:default;}
#judges #nav_judges a {background: url(../img/nav/nav_judges.gif) bottom no-repeat; cursor:default;}
#advice #nav_advice a {background: url(../img/nav/nav_advice.gif) bottom no-repeat; cursor:default;}
#winners #nav_winners a {background: url(../img/nav/nav_winners.gif) bottom right no-repeat; cursor:default;}

#header h1 {
	display:block;
	height: 25px;
	text-indent: -9999px;
	overflow:hidden;
	background: url(../img/global/title.gif) top left no-repeat;
}


/* ------------------------------------------

  C O N T E N T  A R E A

------------------------------------------ */

#content {
	text-align:justify;
}

#content p, #content ul {
	margin: 0 0 18px 0;
	padding-left: 170px;
}

#content li {
	list-style-image:url(../img/global/bullet.gif);
	list-style-type: none; 
 	padding-left: 0; 
 	margin-left: 12px;
}

#content h3 {
	padding-left: 170px;
	margin-top:4px;
}

#content a {
	color: #666;
}

#content a:hover {
	color: #F06;
}

.sectionTitle {
	margin-top:30px;
}

#content h2 {
	position:relative;
	overflow:visible;
	height:0px;
	width:0px;
	left:-25px;
	padding-top:10px;

}

#footer h1 {
	display:block;
	height: 35px;
	text-indent: -9999px;
	overflow:hidden;
	background: url(../img/global/footer.gif) top left no-repeat;
	clear:both;
}

#competition #footer, #enter #footer, #judges #footer {
	margin-top: 30px;
}


/* ------------------------------------------

  H O M E P A G E

------------------------------------------ */

#home #nav {
	width: 600px; 
	height: 43px; 
	background: transparent url(../img/nav/navHome_bg.gif) top left no-repeat;
}

#home #nav a {
	display:block;
	height: 43px;
	text-indent: -9999px;
}

#home #nav_competition {width: 165px; background: url(../img/nav/navHome_competition.gif) top left no-repeat;}
#home #nav_enter {width: 155px; background: url(../img/nav/navHome_enter.gif) top no-repeat;}
#home #nav_judges {width: 94px; background: url(../img/nav/navHome_judges.gif) top no-repeat;}
#home #nav_advice {width: 92px; background: url(../img/nav/navHome_advice.gif) top no-repeat;}
#home #nav_winners {width: 94px; background: url(../img/nav/navHome_winners.gif) top right no-repeat;}

#home #nav_competition a:hover {background: url(../img/nav/navHome_competition.gif) bottom left no-repeat;}
#home #nav_enter a:hover {background: url(../img/nav/navHome_enter.gif) bottom no-repeat;}
#home #nav_judges a:hover {background: url(../img/nav/navHome_judges.gif) bottom no-repeat;}
#home #nav_advice a:hover {background: url(../img/nav/navHome_advice.gif) bottom no-repeat;}
#home #nav_winners a:hover {background: url(../img/nav/navHome_winners.gif) bottom right no-repeat;}

#home #content {
	display: block;
	min-height: 183px;
	background: url(../img/global/home_deadline.gif) top left no-repeat;
}

#home #content p {
	margin: 0;
	padding: 18px 150px 0 0;
}

#credits ul {
	list-style: none;
}

#credits a, #credits li {
	font-size: 9px; 
	line-height: 12px;
	color:#999;
	text-transform:uppercase;
	text-decoration:none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#credits a:hover {
	color:#F06;
}

#credits .logo a {
	display: block;
	width:50px; height:50px;
	margin: 30px auto 15px auto;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/global/aiga_logo.gif) top left no-repeat;
}

#credits .logo a:hover {
	background: url(../img/global/aiga_logo.gif) bottom left no-repeat;
}


/* ------------------------------------------

  O T H E R

------------------------------------------ */


#competition #flashcontent, #enter #flashcontent, #judges #flashcontent, #winners #flashcontent {
	position:absolute;
}

#competition #content .intro {
	display:block;
	height: 256px;
	text-indent: -9999px;
	overflow:hidden;
	background: transparent url(../img/competition/competition_intro.gif) top left no-repeat;
	margin:0;
	padding:0;
}

#enter #content .intro {
	display:block;
	height: 256px;
	text-indent: -9999px;
	overflow:hidden;
	background: transparent url(../img/enter/enter_intro.gif) top left no-repeat;
	margin:0;
	padding:0;
}

#judges #content .intro {
	display:block;
	height: 256px;
	text-indent: -9999px;
	overflow:hidden;
	background: transparent url(../img/judges/judges_intro.gif) top left no-repeat;
	margin:0;
	padding:0;
}

#advice #content {
	display:block;
	height: 366px;
	text-indent: -9999px;
	overflow:hidden;
	background: transparent url(../img/advice/advice_intro.gif) top left no-repeat;
	margin:0;
}

#advice p {
	margin-bottom: 25px;
}

#winners #content .intro {
	display:block;
	height: 416px;
	text-indent: -9999px;
	overflow:hidden;
	background: transparent url(../img/winners/winners_intro.gif) top left no-repeat;
	margin:0;
	padding:0;
}

#winners p, h1 {
	text-align: center;
	margin-bottom: 16px; padding-left: 0;
	line-height: 16px;
}

#winners strong {
	display: block;
}

#winners #content {
	padding-left: 0;
	margin-bottom: 36px;
}


/* ------------------------------------------

  S L I D E R

------------------------------------------ */

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; top: -175px; position: relative; min-height: 366px; overflow: hidden; }
.csw .loading {margin: 9999px 0 0 0; height: 225px; text-align: center;}

.stripViewer { /* This is the viewing window */
	position: absolute;
	overflow: hidden; 
	margin: 0 auto;
	width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 225px;
	clear: both;
	top:250px;
}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 600px; /* Also specified in  .stripViewer  above */
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
}
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	position:relative;
}
		
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}
		
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
		
.stripNav a { /* The nav links */
	text-indent: -9999px;
	display: block;
	padding: 0 8px;
}
		
.stripNav li.tab1 a { background: transparent url(../img/advice/adviceNav_01.gif) top no-repeat;}
.stripNav li.tab2 a { background: transparent url(../img/advice/adviceNav_02.gif) top no-repeat;}
.stripNav li.tab3 a { background: transparent url(../img/advice/adviceNav_03.gif) top no-repeat;}
.stripNav li.tab4 a { background: transparent url(../img/advice/adviceNav_04.gif) top no-repeat;}
.stripNav li.tab5 a { background: transparent url(../img/advice/adviceNav_05.gif) top no-repeat;}
.stripNav li.tab6 a { background: transparent url(../img/advice/adviceNav_06.gif) top no-repeat;}
.stripNav li.tab7 a { background: transparent url(../img/advice/adviceNav_07.gif) top no-repeat;}
.stripNav li.tab8 a { background: transparent url(../img/advice/adviceNav_08.gif) top no-repeat;}
.stripNav li.tab9 a { background: transparent url(../img/advice/adviceNav_09.gif) top no-repeat;}
.stripNav li.tab10 a { background: transparent url(../img/advice/adviceNav_10.gif) top no-repeat;}
		
.stripNav li.tab1 a:hover { background: url(../img/advice/adviceNav_01.gif) bottom no-repeat;}
.stripNav li.tab2 a:hover { background: url(../img/advice/adviceNav_02.gif) bottom no-repeat;}
.stripNav li.tab3 a:hover { background: url(../img/advice/adviceNav_03.gif) bottom no-repeat;}
.stripNav li.tab4 a:hover { background: url(../img/advice/adviceNav_04.gif) bottom no-repeat;}
.stripNav li.tab5 a:hover { background: url(../img/advice/adviceNav_05.gif) bottom no-repeat;}
.stripNav li.tab6 a:hover { background: url(../img/advice/adviceNav_06.gif) bottom no-repeat;}
.stripNav li.tab7 a:hover { background: url(../img/advice/adviceNav_07.gif) bottom no-repeat;}
.stripNav li.tab8 a:hover { background: url(../img/advice/adviceNav_08.gif) bottom no-repeat;}
.stripNav li.tab9 a:hover { background: url(../img/advice/adviceNav_09.gif) bottom no-repeat;}
.stripNav li.tab10 a:hover { background: url(../img/advice/adviceNav_10.gif) bottom no-repeat;}
		
.stripNav li a.current {
    background-position:bottom;
}
		
.stripNavL, .stripNavR { /* The left and right arrows */
	text-indent: -9999px;
	width:36px;
	height:18px;
	position:relative;
}

.stripNavL {
	float:left;
	left:160px;
}
		
.stripNavR {
	float:right;
	right:160px;
	padding: 0 0 32px 0;
}
		
.stripNavL a, .stripNavR a {
	display: block;
	width: 36px;
	height:18px;
}
		
.stripNavL a {
	background: transparent url("../img/advice/adviceNav_left.gif") no-repeat top;
}
		
.stripNavR a {
	background: transparent url("../img/advice/adviceNav_right.gif") no-repeat top;
}

.stripNavL a:hover {
	background: url("../img/advice/adviceNav_left.gif") no-repeat bottom;
}

.stripNavR a:hover {
	background: url("../img/advice/adviceNav_right.gif") no-repeat bottom;
}