/********************************************************************************************

	TOC:	- GENERAL
			- HEADER & NAVIGATION
			- NAVIGATION
			- CONTENT & FORM
			- FOOTER
			
********************************************************************************************/

/****************************************  GENERAL  ****************************************/

body {
	margin:0;
	padding:0;
	font:0.8em Arial, Helvetica, sans-serif;
	background:#fff;
	color:#666666;
	line-height:17px;	
}


#wrapper {
	margin:0 auto;
	text-align:left;
	width:750px;
}

img { border:none; }

.separator { clear:both; }

h1 {
	font:bold 1.2em Arial, Helvetica, sans-serif;
	color:#376099;
	margin:45px 0 10px 0;
}

#greyboxleft h1 , #greyboxright h1 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #376099;
	margin: 0 0 14px 0;
}

.greybox h1 {
	font:bold 1.2em Arial, Helvetica, sans-serif;
	color:#376099;
	margin:14px 0 14px 0;
}

h2 {
	font:bold 1em Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

hr {
	width:530px;
	height:1px;
	margin:15px 0 15px 0;
	border:none;
	border-top:1px dotted #CCCCCC;
}

a:link { color:#87A0C5; text-decoration:underline; }
a:active { color:#009999; text-decoration:underline; }
a:visited { color:#87A0C5; text-decoration:underline; }
a:hover { color:#009999; text-decoration:underline; }


/****************************************  HEADER & FIXNAVIGATION  ****************************************/

#fixnavigation {
	margin:0 auto;
	width:770px;
	text-align:right;
	padding:20px 0 10px 10px;
	font-size:0.8em;
}

#fixnavigation a {
   	
}

#header {
	margin:0 auto;
	width:778px;
	height:205px;
	background:url(images/bg_clouds.jpg) top right no-repeat;
	clear:both;
}

#egg {
	float:left;
}

#slogan {
	float:right;
	padding-top:155px;
}


/****************************************  NAVIGATION  ****************************************/

#navigation {
	width:180px;
	margin-top:10px;
	float:left;
}

#navigationtop { background:url(images/navigation_top.gif) no-repeat; width:180px; height:27px; }
#navigationbottom { background:url(images/navigation_bottom.gif) no-repeat; width:180px; height:6px; }

#grey {
	width:140px;
	background:#F5F5F5;
	font-weight:bold;
	padding:0px 20px 24px 20px;
}

#grey ul  {
   	list-style:none;
   	margin:10px 0 0 0;
	padding:0;
}


#grey ul ul  {
   	list-style:none;
   	margin:0;
	padding:0;
}

#grey li {
   	width:140px;
}

#grey li a {
	display:block;
	height:20px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	background:url(images/navigation_arrowright.gif) no-repeat;
	text-indent:10px;
	padding-top:2px;
}

#grey li a:hover {
	background:url(images/navigation_arrowdown.gif) no-repeat;
	text-decoration:none;
	font-weight:bold;
}

#grey li a#active {
	display:block;
	height:20px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	background:url(images/navigation_arrowdown.gif) no-repeat;
	text-indent:10px;
	padding-top:2px;
}

#grey li a#activeparent {
	display:block;
	height:20px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	background:url(images/navigation_activeparent.gif) no-repeat;
	text-indent:10px;
	padding-top:2px;
}

#grey li li a {
	display:block;
	height:20px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	background:none;
	text-indent:10px;
	padding-top:2px;
}

#grey li li a:hover {
	color:#87A0C5;
	text-decoration:none;
	background:none;
	font-weight:normal;
}

#grey li li a#active {
	display:block;
	height:20px;
	font-weight:normal;
	color:#87A0C5;
	text-decoration:none;
	background:none;
	text-indent:10px;
	padding-top:2px;
}

/****************************************  CONTENT  ****************************************/

#content {
	width:530px;
	float:right;
	margin-top:-5px;
}

#album {
	width:530px;
	float:right;
	margin-top:10px;
}

#content ul {
   list-style:none;
   margin:0;
   padding:10px 0 10px 0;
}

#content li {
   padding-top:2px;
   background:url(images/icon_bullet.gif) 2px 8px no-repeat;
   text-indent:12px;
}

#greyboxleft {
	width:200px;
	height:390px;
	background:#F5F5F5;
	padding:20px;
	margin:26px 0 30px 0;
	float:left;
}

#greyboxright {
	width:200px;
	height:390px;
	background:#F5F5F5;
	padding:20px;
	margin:26px 0 30px 0;
	float:right;
}

#greyboxright img {
	background:#fff;
	padding:6px;
	margin-right:20px;
	border:#D2D2D2 1px solid;
}


#greyboxleft p, #greyboxright p {
	margin:5px 0 0 0;
}

.greybox, .greybox2 {
	width:530px;
	padding:10px;
	margin-top:10px;
	background:#F5F5F5;
	display:table;
}

.greybox img {
	background:#fff;
	padding:6px;
	margin-right:20px;
	border:#D2D2D2 1px solid;
}

.scope {
	text-align:left;
}

.tdrow {
	padding:6px 0 5px 0;
	border-bottom:1px dotted #CCCCCC;
}

/****************************************  FORM  ****************************************/

form {
	padding-top:10px;
}

form p {
	clear:left;
	margin:0;
	padding:0;
}

fieldset {
	border:#EAEAEA solid 1px;
	margin:0 0 15px 0;
	padding:20px;
}

legend {
	font-weight:bold;
	margin-bottom:0px !important; /** 'cause IE doesn't behave.. **/
	margin-bottom:20px;
}

label {
	float:left;
	width:140px;
	margin:4px 0 5px 0;
}

input, textarea, select {
	font-family:Arial;
	width:200px;
	margin:0px;
	padding:2px;
	border:#CCCCCC solid 1px;
	background:#F8F8F8;	
	color:#666666;
	font-size:0.9em;
}

.file {
	margin-left:140px !important; /** 'cause IE doesn't behave.. **/
	margin-left:143px;
}
	

textarea {
	height:100px;	
}

.checkbox {
	width:20px;
	background:#FFFFFF;
	border:none;
	margin:10px 0 0 78px;
}

.button {
	width:100px;
	margin:10px 0 4px 20px;
}

.button2 {
	width:100px;
	margin:10px 0 0 106px;
}

.error {
	background:#FDF5F5 url(images/icon_attention.gif) right no-repeat;
	border:1px solid #F01C26;
}

.red {
	color:#F01C26;
}

.small {
	font-size:0.8em;
	padding-top:20px;
}

/****************************************  FOOTER  ****************************************/

#footer {
	width:530px;
	background:url(images/bg_footer.gif) top repeat-x;
	float:right;
	margin-top:30px;
	padding-top:10px;
}

#footerleft {
	float:left;
}

#footerright {
	float:right;
	text-align:right;
	font-size:0.8em;
	line-height:12px;
	color:#ADADAD;
}

#footerright a:link { color:#ADADAD; text-decoration:none; }
#footerright a:active { color:#87A0C5; text-decoration:underline; }
#footerright a:visited { color:#ADADAD; text-decoration:none; }
#footerright a:hover { color:#87A0C5; text-decoration:underline; }