/* Stylesheet for Team ZeroLAG Capstone site
********************************************************************/

html
{
	/*Make the document root fill the window*/
        min-height: 100%;
}

body
{
        /* Opera 11.10+ */
        background: -o-linear-gradient(top, #AAAAAA, #F0F0F0);

        /* IE 10+ */
        background: -ms-linear-gradient(top, #F0F0F0, #AAAAAA);

        /* Firefox 3.6+ */
        background: -moz-linear-gradient(top, #F0F0F0, #AAAAAA);

        /* Safari 5.1, Chrome 10+ */
        background: -webkit-linear-gradient(top, #AAAAAA, #F0F0F0);

        /* Safari 4-5, Chrome 1-9 */
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#AAAAAA));

	background-attachment:fixed;

        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;

        font-family: "Times New Roman", Times, serif;
}

body
{
	min-width:636px;
	width:960px;
	max-width:80%;
	margin-left:auto;
	margin-right:auto;
}

#head
{
	width:500px;
	max-width:75%;
	height:120px;
	margin-left:auto;
	margin-right:auto;
}

#headLogo
{
	float:left;
	margin:10px;
}

#headTitle
{
	padding-top:28px;
	padding-bottom:28px;
}

#headTitle h1
{
	margin-top:0px;
	margin-bottom:0px;
}

#headTitle h2
{
	margin-top:0px;
	margin-bottom:0px;
}

#menuBar
{
	width:275px;
	max-width:50%;
	height:22px;
	margin-left:auto;
	margin-right:auto;
	background-color:#AAAAAA;
	border-radius:5px;
}

.menuBarLinkContainer
{
	min-width:85px;
	max-width:25%;
	float:left;
	margin-left:5px;
}

.menuBarLink
{
	text-align:center;
}

h4
{
	margin-left:20px;
}

#pageContent
{
	clear:both;
}

#pageContent p
{
	margin-left:30px;
}

#validations
{
	position:fixed;
	bottom:5px;
	right:5px;
	width:186px;
	height:31px;
}

#validations p
{
	margin:0px 0px 0px 0px;
	float:left;
}

#footspace
{
	height:150px;
}