/* @override http://visualarmory.com/v2/ndxz-studio/site/visualarmory/style.css */

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

body {
	background: #fff;
	color: rgba(121,121,121,0.85);
	font: 10.5px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

li.section-title { text-decoration: none; color: rgba(121,121,121,0.85); font-weight: bold; }

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

a:link { text-decoration: none;
	color: rgba(0,124,121,0.6);
	font-size: 10.5px;
	line-height: 15px;
}
a:active { text-decoration: none;
	color: #267b79;}
a:visited { text-decoration: none;
	color: rgba(0,124,121,0.6);
	font-size: 10.5px;
	line-height: 15px;
}
a:hover {
	color: rgba(38,123,121,0.85);
}

a img { border: none; }

#menu {
    width: 240px; 
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
/*    height: 100%; */
	background-color: #fff;
	border-top-style: solid;
	border-top-width: 5px;
}

#menu ul li:hover { cursor: pointer; }

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

#menu ul li.section-title { }

#content {
    /* position: absolute; */
    top: 0;
    margin: 0 0 0 215px;
  	left: 230px;
}



li.show-or-hide
{
margin-bottom:5px;
line-height:1em;
}

.container {
    padding: 25px 5px 25px 25px;
	border-top-style: none;
	line-height: 15px;
	border-top-width: 4px;
}

#content p {
/*
	margin-top: 25px;
	margin-left: 25px;
 	width: 1000px;
*/

}


p {
	line-height: 15px;
	margin-bottom: 10px;
	text-align: left;
}

/* @group My Group */



/* @end */

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

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

#once { clear: left; }

.container {
	margin: 0px 0 0 25px;
}


#iframed {
	height: 100%;
	width: 100%;
	margin: -25px 0 0 -25px;
}