/***************************************************
	      minimalist by marija zaric
              (modified by mike hanlon)

***************************************************
***************************************************
			Reset
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
a img {
	border: none
}
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
/***************************************************
		      Global styles
***************************************************/

html {fiernpm config delete prefix
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: white;
	color: #575757;
	margin: 0 0 1px;
	height: 100%;
	line-height: 1.7;
	border-top: 10px solid black;
}

p {
	margin-top: 20px;
}
a, p a {
	text-decoration: underline;
	color: #cc3333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
}
h1 {
	font-size: 42px;
	line-height: 0.9;
	color: #666666;
	text-align: left;
	margin-bottom: 13px;
	padding-bottom: 15px;
}
h1 span {
	font-size: 25px;
	line-height: 12px;
	color: #666666;
	margin-left: 10px;
}
h2 {
	font-size: 20px;
	line-height: 1.8;
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #A3A3A3;
	margin-bottom: 7px;
	padding-bottom: 12px;
}
h3 {
	font-size: 15px;
	line-height: 0.9;
	color: #575757;
	text-align: left;
	margin-bottom: 6px;
	padding-bottom: 5px;
}
h4 {
	font-size: 14px;
	line-height: 0.9;
	color: #0071BC;
	text-align: left;
	margin-bottom: 8px;
	padding-top: 3px;
}
li {
    	list-style-type: circle;
        margin-top: 10px;
        margin-left: 20px;
}
/***************************************************
			    Main containers
***************************************************/

#container, #container_left, #container_right {
	position: relative;
	width: 100%;
}
#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background-color: transparent;
	min-height: 100%;
}
.indexleft {
	float: left;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.indexright {
	float: left;
	width: 475px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
}

.aboutleft {
	float: left;
	width: 475px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
}
.aboutright {
	float: left;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

header {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
}
footer {
    	position: relative;
	height: 20px;
	clear: both;
	width: 100%;
}

/***************************************************
				SECTIONS
***************************************************/	
	
#intro {
	width: 750px;
	position: relative;
	float: left;
	height: 60px;
	background: transparent;
	margin-top: 50px;
}


/***************************************************
				   HOLDERS
***************************************************/	

.holder_content {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 4px;
	padding-top: 10px;
}
.holder_content_separator {
	margin-bottom: 20px;
}


/***************************************************
				       MENU
***************************************************/

nav {
	position: absolute;
	width: 280px;
	top: 38px;
	left: 450px;
	background: transparent;
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
}
nav ul li {
	float: left;
	margin-left: 16px;
	line-height: normal;
}
nav ul li a {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	display: block;	/* IE6, IE7 line height fix */
	padding-bottom: 10px;
	padding-top: 5px;
	background-color: transparent;
	margin-top: 5px;
	margin-right: 6px;
	text-decoration: none;
}
nav ul li a: hover {
	color: #0071BC;
}
nav ul li a.current {
	color: #0071BC;
}
.content_menu {
	float: left;
	width: 274px;
	margin-top: -10px;
	margin-bottom: 15px;
}
.content_menu ul {
	margin: 0px;
	padding: 0px;
	float: none;
}
.content_menu ul li {
	float: none;
	padding-bottom: 16px;
}
.content_menu ul li a {
	font-size: 14px;
	line-height: normal;
	color: #33CC99;
	text-align: left;
	text-decoration: none;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.content_menu ul li a: hover {
	color: #33CC99;
}
/***************************************************
				   SPECIFIC
***************************************************/

#logo {
	position: relative;
	float: left;
	left: 0px;
	top: 40px;
}

.clearing {
	clear: both;
	display: inline;
	width: 100%;
	height:0;
	overflow: hidden;
}
