
/* General Styles */

* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #E7E8E9 url('/files/1_background.gif') 0 0;*/
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 10px;
	font-family: georgia, serif;
}

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

a img { border: none; }

/* Menu */

#menu {
	background-color: #FFFFFF;
	display: block;
	float: left;
	margin: 45px 0 0 45px;
    overflow: auto;
	padding-top: 15px;
    width: 215px;
    line-height: 12px;
}

#menu ul {
	list-style: none;
	margin: 10px 0 10px 0; /* this is for the items inside menu*/
}

#menu ul li.section-title { 

	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

/* Menu Links */

#menu a:link { 
	color: #666; 
	text-decoration: none; 
}

#menu a:visited { 
	color: #666; 
	text-decoration: none; 
}

#menu a:hover { 
	
	color : #EF4123;
	text-decoration: none; 
}

#menu a:active { 
	color: #EF4123; 
	text-decoration: none; 
}

#menu > .container p:first-child {
	display: block;
}

#menu p {
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	color: #565656;
	

	/*font-style: italic;*/
}


/* Content Styles */

.section-title {
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #565656;
}

#content {
	//display: block;
	//float: left;
    position: absolute;
    margin: 0px 0px 0px 300px;
    top: 0;
    left: 0;
    line-height: 12px;
}

.container {
    padding: 0 15px 15px 15px;
}

#content > .container {
        width: 500px;
}
/* this is the content box */
#content p { 
	background-color: #fff;
	/*margin-bottom: 9px; this is to move box in space */
	width: 500px; 
}


#content .container p a:link { 
	color: #666; 
	text-decoration: none; 
}

#content .container p a:visited { 
	color: #666; 
	text-decoration: none; 
}

#content .container p a:hover { 
	background-color: #e2e2e2;
	text-decoration: none; 
}

#content .container p a:active { 
	color: #565656; 
	text-decoration: none; 
}


p {
    /*margin: 0 0 9px 0;*/
}

h1 { 
	font-size: 32px; 
}
h2 { 
	font-size: 24px; 
}
h3 { 
	font-size: 16px; 
}
h4 { 
	font-size: 12px; 
}

#img-container	{ 
	margin: 0; 
	padding: 0; 

}
#img-container p { 
	margin: 0; 
	padding: 0 0 0 0; 
}
p.nav {
	float: left;
	z-index: 10000!important;
	position:relative;
	left: 96px;
	width:120px;
	top: 20px;
	padding-top: 15px;
	margin: 45px 0 0 0;
}

#once { 
	clear: left; 
}

/* Thickbox Styles */

a.thickbox img { 
	background-color: #fff; 
	margin: 0 15px 9px 0; 
	padding: 10px 10px 10px 10px;
}

a:link.thickbox img, a:visited.thickbox img  {
	border-bottom: 9px solid #fff;
}
a:hover.thickbox img, a:active.thickbox img {
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 9px solid #e2e2e2;
	border-left: 0px solid #fff;
}