@import 'cssdeck/_handler.css';

															/** BODY ELEMENTS **/
body {
	color: #d6dde4;
	background-color: #000;
	background-image: url(../images/background-1.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	text-align: left;
	}
	body.news {
		background-image: url(../images/background-3.jpg);
		}
	body.newsarticle {
		background-image: url(../images/background-2.jpg);
		}
	body.contact {
		background-image: url(../images/background-2.jpg);
		}






															/** MAIN CONTAINERS **/
div#container {
	width: 100%;				/* pixel width divided by 12 */
	margin: 0;
	}
	*+html div#container {
		width: 98%;
		}
	div.content-wrapper {
		
		}


	div.layout-2col div.content {
		width: 32em;			/* container width minus aside width */
		}
	div.layout-2col div.aside {
		width: 45em;
		}


		div.content {
			
			}
			div.content-in {
				height: 75em;
				margin: 0 0 -2em;
				background-image: url(../images/style/bg-content.png);
				background-repeat: repeat;
				_background-image: none;
				_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/SGI/Content/images/style/bg-content.png', sizingMethod='scale');
				}
		div.aside {
			
			}
			div.aside-right {
				
				}
				div.aside-in {
					padding: 1em;
					}






															/** SUB CONTAINERS **/
div.sections {
	padding: 0 2em 0;
	}
	div.sections div.section-in {
		padding: 0 1.1em;
		}
div.nav-sub {
	margin: 0 0 2em;
	padding: 0 3em;
	}
div.news {
	margin: 0 0 2em;
	padding: 0 3em;
	}
div.contact {
	float: right;
	text-align: right;
	}
div.article {
	height: 40em;
	margin: 0 2.2em 2em;
	overflow: auto;
	}






															/** LISTS **/
div.nav-sub li {
	margin: 0 2.5em 0 0;
	}
div.news ul {
	padding: 0 0 0 1em;
	}
	div.news ul li {
		float: left;
		clear: left;
		width: 100%;
		padding: 0 0 .2em 1em;
		background-image: url(../images/style/ico-bullet.png);
		background-position: 0 50%;
		}
ul.list {
	margin: 0 3em 1em 5em;
	}






															/** TYPOGRAPHY **/
h1 {
	
	}
	h1.logo {
		width: 295px;
		padding: 1em 3em 0;
		font-size: 1em;
			cursor: pointer;
		}
		h1.logo a,
		h1.logo a:link ,
		h1.logo a:visited ,
		h1.logo a:hover {
			height: 128px;
			background-image: url(../images/logo-sgi.png);
			_background-image: none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/SGI/Content/images/logo-sgi.png', sizingMethod='crop');
			border: 0;
			}
h2 {
	margin: 1em 2.2em;
	color: #fff;
	background-color: inherit;
	font-size: 1.5em;
	}
	h2 em {
		display: block;
		color: #d6dde4;
		background-color: inherit;
		font-size: .6em;
		font-style: normal;
		font-weight: normal;
		}
p {
	padding: 0 3.3em 1em;
	line-height: 1.4em;
	}
	div.sections p {
		padding: 0 0 1em;
		}
	div.contact p {
		float: right;
		padding: 0 0 0 3em;
		color: #fff;
		background-color: inherit;
		font-size: 1.5em;
		}
	div.article p {
		padding: 0 1em 1em;
		}
a,
a:link,
a:visited {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #6c86a0;
	}
	a:hover {
		border-bottom: 1px solid #fff;
		}
	div.news li a,
	div.news li a:link,
	div.news li a:visited {
		float: left;
		color: #d6dde4;
		background-color: inherit;
		}
		div.news li a:hover {
			color: #fff;
			background-color: inherit;
			}
	div.contact a,
	div.contact a:link,
	div.contact a:visited {
		background-image: url(../images/style/bg-contact-a.png);
		background-repeat: repeat-x;
		background-position: 0 100%;
		_background-image: none;
		border: 0;
		}
		div.contact a:hover {
			background-image: none;
			border-bottom: 1px solid #fff;
			}






															/** FORMS **/
* { }
