﻿
/**For non-IE browsers**/
html,body {font-size:90%; height:100%; margin-bottom:1px; /**adds scrollbar in Mozilla**/}

/**For IE only**/
*body {font-size:76%; zoom: 1;}

body {
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	min-width:770px;/**not supported in pre-IE7**/
	text-align: center;
}

/**Liquid Header**/

#headerWrapper {
    background-image: url(images/abstractone.gif);
    background-repeat:no-repeat;
	margin:0 0 0 0;
	height: 100px;
}

.headRight {text-align:right;}
.headRight img {vertical-align:middle;}

/**Main Menu**/
 #navlist {
	padding: 5px;
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	background: #ffffff;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
	text-align: right;
}

#navlist li a {
	padding: 0.25em 0.5em 0.25em 0.75em;
	text-decoration: none;
	border-left: 6px solid #E54F8C;
}

#navlist li a:link { color: #E54F8C; }
#navlist li a:visited { color: #EEAD5D; }
#navlist li a:hover{
	border-color: #FC9E0A;
	color: #FFFFFF;
	background: #F9F58B;
}


/**end main menu**/

#contentWrapper {
	width:770px; /**adjust width as needed**/
	background:#ffffff;  
	margin:0 auto; /**centers container on screen**/
    text-align:center;
}

.content {
padding: 10px; 
text-align: left;
}

/**Regular Text Styles**/
h1,h2,h3,h4 {font-size:1.2em; line-height: 1.5;}
h1 {color:#AAB92B;text-align:center;}
h2,h3,h4 {color: #AAB92B;}
p {font-size:1em; line-height:1.2;}

/**Lists**/
ul {list-style: none}
li {line-height:1.7em; margin-left:30px; padding-left: 10px;}

/**Regular Links**/
a{color:#E54F8C; font-weight: 700; text-decoration: none}
a:visited {color:#9C205D; text-decoration:none}
a:hover,a:active,a:focus{text-decoration: none}
a img{border: none;}
img a:hover {border: none}

/**begin Liquid Footer**/
#footerWrapper {
	width:100%;
	height:50px;
	background: url(images/footer.gif) no-repeat;
	background-repeat: no-repeat;
}

#footertext {
	color:#F19223;
	font-weight: bold;
	font-size:12px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/**Misc classes**/
.left {text-align: left}
.center {text-align: center}
.right {text-align: right}

/**Floats**/
.floatRight {float:right; width:50%; height:auto; margin:0;
}
.floatLeft { float: left; width: 50%; height:auto; margin:0}
.clearfloat {clear:both; height: 1px; width: 100%}
