/* Derived from css Zen Garden submission 145 - 'Paravion', by Emiliano Pennisi, http://www.peamarte.it/01/metro.html */

body{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	background: #3c090b url(cloud.jpg) repeat-x;
	margin: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
}

acronym {
	color: #A3181E;
	font-weight: bold;
}

acronym:hover {
	color: red;
}

/*h3 rules*/

div#linkList  h3 span{
	border-radius:8px;
	-moz-border-radius:8px; /* Firefox 3.6 and earlier */
	font-size: 16px;
	background: #8B5A00;
	color: White;
	margin-bottom: 0;
	padding: 4px;
	width: 192px;
	display: block;
}

#text h3 span{
	font-family: "Courier New", Courier, monospace;
	background: url(h3bg.gif) no-repeat 6px 0;
	color: #A3181E;
	font-size: 20px;
	letter-spacing: -1px;
	padding-left: 35px;
}

div#linkList h3{
	font-family: "Book Antiqua",Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

/*link*/

#text a, #linkListi a, #linkList a{
	color: #2B497B;
	font-weight: bold;
}

#text a:hover{
	color: black;
}

/*Style for linkList(i) acronym*/

div#linkListi acronym, div#linkList acronym {
	background: #A3181E;
	color: White;
}

/*child selector only for compliant mode*/

body>div#container{
	height: auto;
	min-height: 100%;
}

/*container*/

div#container{
	position: relative;
	margin-left: auto;
	height: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
	font-size: 0.9em;
}

#pageHeader {
	height: 330px;
	margin: 0px 0px 30px 0;
}

#picture {
	position: absolute;
	left: 350px;
	margin-top: 40px;
	width: 550px;
	
}


#pageHeader h1,#pageHeader h2{
	display: none;
}


#text{
	position: relative;
	margin-left: 100px;
	margin-top: 00px;
	width: 800px;
}

/*child selector only for compliant mode*/

div#text{
	border-radius:8px;
	-moz-border-radius:8px; /* Firefox 3.6 and earlier */
	background: #C5B97A;
}

#text{
	padding: 10px;
	margin-bottom: 20px;
	width: 800px; /*Start Tantek Box Model Hack*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 800px;
}

/*child selector only for compliant mode*/

body > #text{
	width: 800px;
}

/* rounded corner images */

img{
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/**************************Navigation**********************************/

#linkList {

	font-family: "MS Sans Serif", Geneva, sans-serif;
	padding: 0px;
	width: 200px;
	position: absolute;
	top: 10px;
	margin-left: 100px; /*Start Tantek Box Model Hack*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
	text-align:center;
}


#linkList li
	{
	color: #fff;
	border-radius:8px;
	-moz-border-radius:8px; /* Firefox 3.6 and earlier */
}

#linkList h3 span:after {content:" :.";}

#linkList h3 span:before {content:".: ";}

#linkList ul
	{
	border-radius:8px;
	-moz-border-radius:8px; /* Firefox 3.6 and earlier */
	list-style: none;
	margin: 0px;
	margin-top: -20px;
	padding: 0px;
	border-top: 10px solid #CAD2DE;
	background: #00688B;
}

#linkList li
	{
	color: #000;
	border-bottom: 1px dotted #fff;
	padding: 4px;
	line-height: 11px;
}

#linkList li:hover
	{
	border-bottom-left-radius:8px;
	-moz-border-bottom-left-radius:8px; /* Firefox 3.6 and earlier */
	border-bottom-right-radius:8px;
	-moz-border-bottom-right-radius:8px; /* Firefox 3.6 and earlier */
	border-top-left-radius:8px;
	-moz-border-top-left-radius:8px; /* Firefox 3.6 and earlier */
	border-top-right-radius:8px;
	-moz-border-top-right-radius:8px; /* Firefox 3.6 and earlier */
	background: url(nigri.jpg) repeat-x;
	border-top: 1px dotted #fff;
	}

#container > #linkList ul li a:hover{
	color: White;
}


#linkList ul li a:hover{
	color: #8B5A00;
}


	
#linkList li a
	{
	border-radius:8px;
	-moz-border-radius:8px; /* Firefox 3.6 and earlier */
	font-size: 10px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#linkList li a:hover
	{
	color: #fff;
}

#linkList li a.c:hover
	{
	color: #fff;
}

#lselect #linkList ul li{
	color: White;
}

#lselect #linkList ul li a.c{
	font-weight: bold;
	display: inline;
	color: White;
	text-transform: none;
}



/*Start Footer rules*/

#footer {
	border-radius:8px;
	-moz-border-radius:8px; /* Firefox 3.6 and earlier */
	position:relative;
	font-family: Georgia,"MS Sans Serif", Geneva, sans-serif;
	margin-left: 105px;
	margin-right: auto;
	background: url(nigri.jpg) repeat-x;
	padding: 15px;
	text-transform: uppercase;
	text-align: right;
	width: 780px;
}

#footer a{
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	border-right: 1px solid white;
	padding: 0 5px 0 0;
}

/*End of code*/
