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

body, h1, h3, h4, h5, h6, td
{
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, Serif;
	color: #ff33cc;
//	line-height: 13pt;
}

body
{
	background-color: #FFFFFF;
	padding: 0px;
	spacing: 0px;
	margin: 20px 10px 10px 20px;
}

/* removing extra margin from form elements */
form {margin: 0px;}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link, a:active, a:visited, a:hover {
	color: #222222; border-bottom: 1px dotted; text-decoration: none;
}



a:link[class$=thumb-img], a:active[class$=thumb-img], a:visited[class$=thumb-img], a:hover[class$=thumb-img] {
	border: none;	
}

a img { border: none; }

address {
	font-style: normal;
}

/* used for breaking flows */ 
.breaker    	     	      
{
	overflow: hidden;
	width: 1px;
	height: 0px;
	/*background-color: red; */
	clear: both;
}

#menu {
    width: 250px;
    overflow: auto;
    top: 0px;
    bottom: 0;
    left: 10px;
    position: fixed;
    height: 100%;
    background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0px 0 12px 0;
}

#menu ul li.section-title { 
	font-weight: bold; 
}

#menu ul li:hover { 
	background: #eeeeee; 
}

#menu ul li.active { 
	background: #99ff99; 
}



#menu ul li a { 
	margin: 0 0 10px 7px;
}

#content {
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
    margin-top: 20px;
}

#content p { width: 700px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 14px; margin-bottom: 8px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }