
/*--------------------------
  Top	
--------------------------*/
#top {
	height:80px;
	background:#EFEFEF;
}
#top div{
	margin:0 auto;
	padding-top:20px;
	width:640px;
}
#top div a{
	display:block;
	float:right;
}
#top div a img{
	border:0;
}
#nav{
	color:white;
	background:url(gfx/nav.png) repeat-x;
	height:26px;
}
#nav ul{
	width:640px;
	/*padding:0 0px 0 130px;*/
	padding:0;
	margin:0 auto;
	list-style:none;
}
#nav ul li{
	display:inline;
	margin:0;
	padding:0;
}
#nav ul li.last{
	padding:6px 0;
	display:block;
	float:left;
	border-left:1px solid #999;
}
#nav ul li a{
	border-left:1px solid #999;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	padding:6px 30px 7px 30px;
	display:block;
	float:left;
	background:url(gfx/nav.png) repeat-x;
}
#nav ul li a:hover{
	background-position:0% -100px;
}
#nav ul li#cur a{
	background:url(gfx/nav-cur.png) no-repeat center 0px;
}

/*--------------------------
  Default page	
--------------------------*/
#default{
	width:740px;
	height:100%;
	margin:0 auto;
	display:table;
	padding-bottom:80px;
}

#default h1{
	margin:40px 50px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	color:#333;
	padding:5px 0 5px 50px;
	background:url(gfx/h1.png) no-repeat bottom left;
}
#default h2{
	margin:40px 50px 0 0;
	padding-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	color:#333;
	padding:5px 0 6px 50px;
	background:url(gfx/h2.png) no-repeat bottom left;
}


#default p{
	margin:5px 50px 10px 50px;
	line-height:180%;
	color:#333;
}

#default ol{
	margin:15px 50px;
	padding:0 0 0 40px;
}
#default ol li{
	line-height:180%;
	margin-top:10px;
}
#default ul{
	margin:0 50px 20px 50px;
	padding:0 0 0 40px;
}
#default ul li{
	line-height:140%;
	margin-bottom:5px;
}

acronym, abbr, dfn {
	border-bottom:1px dashed gray;
	cursor:help;
	font-style:normal;
}
a{
	color:#000099;
}
a:hover{
	color:red;
}
a.external-link, a.external-link-new-window {
	padding-right:13px;
	margin-right:1px;
	background:url(gfx/external-link.png) no-repeat top right; 
}
a.external-link:hover, a.external-link-new-window:hover{
	background-position:right -100px;
}

/*--------------------------
  Bottons	
--------------------------*/
a.button {
	color:white;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 0;
	#padding:0;
	background:url(gfx/button-left.png) 0% 0%;
	margin:0;
}
a.button span{
	background:url(gfx/button-right.png) no-repeat 100% 0%; 
	padding:5px 30px 5px 30px;
	margin:0;
}
a.button:hover{
	background-position:0% -100px;
}
a.button:hover span{
	background-position:100% -100px;
}



/*--------------------------
  Main elements	
--------------------------*/
html{height:100%;}
body{height:100%;margin:0;}
#page{position:relative;min-height:100%;}
* html #page{height:100%;}
#main{position: relative;height:80%;padding-bottom:26px;}
* html #main{height:100%;}
body, p, a, li, input, textarea{
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


/*--------------------------
  Footer	
--------------------------*/
#footer{
	position:relative;
	margin:-26px auto 0 auto;
  background-color:#333;
	/*background:url(gfx/nav.png) repeat-x;*/
	width:100%;
}
* html #footer{
	margin-top:-26px;
}
#footer p {
	width:740px;
	padding:0 130px;
	margin:0 auto;
	color:#eee;
	line-height:26px;
	text-align:center;
	font-size:10px;
}
#footer p a{
	color:#eee;
	font-size:10px;
}

.clearer{
	clear: both;
	display: block;
}




/*--------------------------
  Forms	
--------------------------*/

form {
	margin-top:20px;
}
label{
	float:left;
	width:70px;
}
input, textarea{
	width:300px;
	padding:2px;
}
input.csc-mailform-submit{
	width:auto;
	padding:0 20px;
	margin-left:70px;
	text-transform:uppercase;

}

