/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, Arial;
	
}

body#section_id_1 { background-color: yellow; }
body#section_id_2 { background-color: red; }
body#section_id_3 { background-color: blue; }


#menu {
	opacity:1;
	float:left; 
	width:180px;
    overflow: auto;
	height: auto;
	left: 28px;
	padding-right: 8px;
	padding-top:12px;
	margin-left: 50px;
	margin-top: 50px;
	background-color:#FFFFFF;
	text-align:right;
	z-index: 9999;
	cursor:move;
	text-transform:uppercase;
}

/* The following sets the style for the section heading */


#menu ul { list-style: none; margin: 0 0 0 10px; }
	
#menu ul li a { text-decoration: none; color:#9ECD12; }
#menu li.link { text-decoration: none; background:#9ECD12; color:#FFFFFF; }
#menu li.active { text-decoration: none; background:none;}
#menu li.visited { text-decoration: none; background:#9ECD12; color:#FFFFFF; }
#menu ul li a:hover { text-decoration: none; background:#9ECD12; color:#FFFFFF; }

a img { border: none; background:transparent; cursor: move;}

#menu ul li.section-title { 
	color:#000000;
	font-size: 12px;
	font-family: Helvetica, Arial;
	font-weight:bold;
	text-decoration:none;
/*	border-bottom: 2px solid #BB272D; */
	margin: 0px 0px 0px 0px;
}
	
#menu ul li.section-title a:link { color:#9ECD12; font-weight: bold; font-size: 11px; }
#menu ul li.section-title a:active { font-weight: bold; font-size: 11px; }
#menu ul li.section-title a:visited { font-weight: bold; font-size: 11px; }
#menu ul li.section-title a:hover { font-weight: bold; font-size: 11px; background:#FFFFFF}

div1 { background-color: #3cccaa; margin: 0px 300px auto 235px; }


/* CONTENT AREA */

#content { 	background-color: transparent; 
			background-repeat: repeat; 
			background-attachment: scroll; 
			width: 700px; 
			left: 50px;
			top: 80px;
			z-index: 1;
			cursor: move;
			}
	
span {   left: 50px;}

.container { 	font-size: 12px; 
				font-family: Helvetica, Arial;
				color:#000000; 
				padding: 10px 10px 30px 10px;
			}

#content p { position: static; top: 0; left: 0; bottom: 0; width: 600px; height: auto; margin-bottom: 20px;
 }
#content a:link { text-decoration:none; color:#BB272D;
 }
.hl 	{ 	background: #FFFFFF;}


.blink 	{ 
			text-decoration:none;
}
#drag 	{ 
			cursor: move;
}

/* SLIDE SHOW - Navigation */

p.nav a {	color:#FFFFFF;
			text-decoration: none;
			background-color:transparent;
			font-size: 10px;
	}
	
	p.nav a:hover {
		background-color: #9ECD12;
	}
	
	p.nav span#num {
		font-style: normal;
		padding-left: 20px;
	}

p2 { 		font-family: Helvetica, Arial;
			color:#000000;
			text-decoration: none;
			background-color:transparent;
			margin: 0 0 0px; }


/* HEADINGS */
	
	/*
	when typing your text/descriptions follow this format to use these heading types
	
	<h1>This is the text i want to be a heading which</h1>
	
	start with h1 as your largest most important heading. you may not need all 4 but they are here if you do.
	*/

h1 {	font-size: 12px; 
		font-family: Helvetica, Arial;
		font-style:normal;
		color:#9ECD12;
		text-transform: uppercase;
/*		background-color:#FFFFFF;*/
		}
	
h2 { 	font-size: 12px; }

h3 {	font-size: 40px; 
		font-family: Helvetica, Arial;
		font-style:bold;
		color:#000000;
		text-decoration:none;
		text-align:right;
		text-transform:reflect;
		}
		
h4 { 	font-size: 16px; }


/* IMAGES */

#img-container	{ margin: 0; background:transparent;
}
#img-container p	{ width: 700px; margin: 0; padding: 0 0 12px 0; background:transparent;
}
#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }