/* Global Styles */

body {
	font-family: 'Helvetica neue', 'ArialMT', 'Arial', sans-serif;
	font-size: 14px;
	color: #BBBBBB;
	background-color: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
    /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a {
	color: #585858;
	text-decoration: none;
	outline: none;
}
img {
	border: 0;
}
p {
	line-height: 120%;
}
ul {
	line-height: 120%;
}
p a {
	color: #2672B1;
}
p ul {
    margin-left:10em; 
    margin-top:50px;
    padding:0;
}

a:hover, a:active {
	color: #31ABFF;
}

#columns {
        width: 600px;
}

#columns .column {
        position: relative;
        width: 46%;
        padding: 1%;
        border: solid 1px #000;
}

#columns .left {
        float: left;
}

#columns .right {
        float: right;
}

/* Main page and header IDs */
#container {
	width: 920px;
	background-color: #000000;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#headercontainer {
	background-color: #333333;
//	background-image: url(images/headerbackground.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 920px
}

#header {
    background-image: url(/images/alsoftware.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 33px;
    padding: 0;
    width: 920px;
    height: 110px;
}

#tagline {
	display: block;
	float: left;
	position: relative;
	bottom:-26px;
	left:7px;
	text-align: center;
	margin: 36px auto auto 160px;
	font-size: 26px;
	color: #CCCCCC; 
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}

#boldtagline {
	display: block;
	float: left;
	position: relative;
	bottom:-24px;
	text-align: center;
	margin: 36px auto auto 160px;
	font-size: 30px;
	color: #CCCCCC; 
	font-family: Helvetica, sans-serif;
	font-weight: bold;
//	font-style: italic;
}

#headernav {
	display: block;
	float: right;
	position: relative;
	margin: 14px 10px auto auto;
}


#bodycontainer {
	margin: 0;
	padding: 30px 0 20px 0;
	min-height: 400px;
	width: 920px;
}

/* Layout Styles */

.leftnavlayout #leftnavcontainer {
	margin-top: 0;
	padding: 0;
	width: 180px;
	float: left;
}

.leftnavlayout #maincontentcontainer {
	margin: 0 0 0 180px;
	padding: 0 20px 0 20px;
}

.nonavlayout #maincontentcontainer {
	margin: 0;
	padding: 0 20px 0 20px;
}

.leftnavitemcontainer {
	margin: 0 0 6px 0;
	padding: 6px 0 0 0;
	font-size: 16px;
}

.leftnavitemcontainer + .leftnavitemcontainer {
	border-top: 2px solid #FFFFFF;
}

a.leftnavitemlink {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 120%;
}

a.leftnavitem {
        display: block;
        margin-top: 3px;
        padding: 0 0 0 10px;
        line-height: 120%;
        color: #CCCCCC;
}

.leftnavitem {
        display: block;
        margin-top: 3px;
        padding: 0 0 0 10px;
        line-height: 120%;
        color: #CCCCCC;
}

a.leftnavsubitem {
	display: block;
	margin-top: 3px;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 120%;
	color: #999999;
}

.leftnavitemactive {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	color: #31ABFF;
	line-height: 120%;
}
a.leftnavitemlink:link, a.leftnavitemlink:visited {
	color: #CCCCCC;
}

a.leftnavitemlink:hover, a.leftnavitemlink:active {
	color: #31ABFF;
} 

.leftnavsubitemlink {
	display: block;
	margin-top: 3px;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 120%;
	color: #CCCCCC;
}
a.leftnavsubitemlink:link, a.leftnavsubitemlink:visited {
	color: #999999;
}
a.leftnavsubitemlink:hover, a.leftnavsubitemlink:active {
	color: #31ABFF;
	font-weight: bold;
}

.leftnavsubitemlinkhover {
	display: block;
	margin-top: 3px;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 120%;
	color: #31ABFF;
	font-weight: bold;
}

.leftnavsubsubitemactive {
	display: block;
	margin-top: 3px;
	padding: 0 0 0 40px;
	font-size: 14px;
	line-height: 120%;
	color: #999999;
	font-weight: bold;
}

a.leftnavsubsubitem {
        display: block;
        margin-top: 3px;
        padding: 0 0 0 40px;
        font-size: 14px;
        line-height: 120%;
        color: #999999;
}

.leftnavsubsubitemlink {
        display: block;
        margin-top: 3px;
        padding: 0 0 0 40px;
        font-size: 14px;
        line-height: 120%;
        color: #999999;
}
a.leftnavsubsubitemlink:link, a.leftnavsubsubitemlink:visited {
        color: #999999;
}
a.leftnavsubsubitemlink:hover, a.leftnavsubsubitemlink:active {
        color: #31ABFF;
        font-weight: bold;
}

.leftnavsubsubitemlinkhover {
        display: block;
        margin-top: 3px;
        padding: 0 0 0 40px;
        font-size: 14px;
        line-height: 120%;
        color: #31ABFF;
        font-weight: bold;
}

.leftnavsubsubsubitemactive {
	display: block;
	margin-top: 3px;
	padding: 0 0 0 40px;
	font-size: 12px;
	line-height: 120%;
	color: #999999;
	font-weight: bold;
}

a.leftnavsubsubsubitem {
        display: block;
        margin-top: 3px;
        padding: 0 0 0 40px;
        font-size: 12px;
        line-height: 120%;
        color: #999999;
}

.leftnavsubsubsubitemlink {
        display: block;
        margin-top: 3px;
        padding: 0 0 0 40px;
        font-size: 12px;
        line-height: 120%;
        color: #999999;
}
a.leftnavsubsubsubitemlink:link, a.leftnavsubsubsubitemlink:visited {
        color: #999999;
}
a.leftnavsubsubsubitemlink:hover, a.leftnavsubsubsubitemlink:active {
        color: #31ABFF;
        font-weight: bold;
}

.leftnavsubsubsubitemlinkhover {
        display: block;
        margin-top: 3px;
        padding: 0 0 0 40px;
        font-size: 12px;
        line-height: 120%;
        color: #31ABFF;
        font-weight: bold;
}

/* Float-related classes */
.aligncenter { /* this class can be used to float an element centered in the page. The floated element must precede the element it should be next to on the page. */
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatright { /* this class can be used to float an element right in the page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.floatleft { /* this class can be used to float an element left in the page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.faq {
	font-size: 14px;
	color: #AAAAAA;
}
.faq b {
	color: #BBBBBB;
}
