

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EDE7D1;
	text-align: center;
}

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.homepage-registration {
	background-color: rgb(64,107,175);
	background-image: url(../images/prodev-gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 20px;
}

.homepage-registration img {
	float: right;
	clear: both;
}

.homepage-registration h1 {
	font-size: 2.4em;
}

#classes-nav a {
	color: #fff;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: 120%;
	padding: 8px 18px;
	margin-left: -22px;
	background-color: #94B24D;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#classes-nav a:hover {
	background-color: #D3FF82;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#classes-nav ul {
	float: left;

}

#classes-nav li {
	display: inline; 
	list-style-type: none;
	margin-right: 10px;
}


.red {
	background-color: rgb(171,6,52);
	color: #FFF;
	font-size: 2em;
}

.purple {
	background-color: rgb(38,8,89);
}

.purple .button a {
	color: rgb(15,3,36);
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 120%;
	padding: 8px 15px;
	margin-left: -22px;
	background-color: rgb(221,189,255);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.purple .button a:hover {
	color: rgb(15,3,36);
	background-color: rgb(164,132,255);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.purple .button li {
	list-style-type: none;
	margin: 25px 0 35px -15px;
}

.orange {
	background-color: rgb(206,112,25);
}

.gold {
	background-color: rgb(229,160,77);
}


.gold .button a {
	color: rgb(206,112,25);
	text-decoration: none;
	font-size: 1.6em;
	font-weight: 120%;
	padding: 8px 18px;
	margin-left: -22px;
	background-color: rgb(255,239,211);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.gold .button a:hover {
	background-color: rgb(255,211,149);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.gold .button li {
	list-style-type: none;
	margin: 15px 10px;
}

.white {
	background-color: #fff;
	color: rgb(38,8,89);
}

.patriotic {
	background-image: url(../images/government-graphic.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
}

.patriotic td {
	padding-top: 70px;
	padding-right: 590px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.footer {
	background-image: url(../images/footer-gradient.png);
	background-color: rgb(171,6,52);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #F2E5BE;
	line-height: 120%;
}

.footer a {
	color: #F2E5BE;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
}

.textarea {
	margin: 25px;
	text-align: left;
	color: #FFFFFF;
}



.textarea a {
	color: #FFFFCC;
	text-decoration: underline;
}

.textarea a:hover {
	color: #CCFF99;
}


.associates-logo {
	position: relative;
	top: 14px;
	left: 20px;
	z-index: 200;
	text-align: left;
}

.homepage-header {
	background-color: rgb(171,6,52);
	background-image: url(../images/homepage-header.png);
	width: 900px;
	height: 174px;
	z-index: 150;
	overflow: visible;
	text-align: left;
}



.flash {
	margin: 20px;
}
#flash {margin: 20px;}

.red img {
	margin: 20px;
}


/* Page-top Navigation */

.navtab {
	position: absolute;
	top: 15px;
	height: 50px;
	padding: 10px 0 12px 30px;

}

.consultants {
	z-index: 70;
	background-image: url(../images/nav-tab-medium.png);
	background-repeat: no-repeat;
	text-align: left;
	margin-left: 0px;
	width: 252px;
}

.solutions {
	z-index: 80;
	background-image: url(../images/nav-tab-large.png);
	background-repeat: no-repeat;
	text-align: left;
	margin-left: 200px;
	width: 293px;

}

.careers {
	z-index: 90;
	background-image: url(../images/nav-tab-small.png);
	background-repeat: no-repeat;
	text-align: left;
	margin-left: 440px;
	width: 200px;
}

.partners {
	z-index: 100;
	background-image: url(../images/nav-tab-small.png);
	background-repeat: no-repeat;
	text-align: left;
	margin-left: 600px;
	width: 200px;
}



.nav {
	font-size: .8em;
	width: 900px;
}

.nav a {
	color: #8F0E45;
	text-decoration: none; 
	font-weight: bold;}
	
.navsmall {color: #333; font-size: .75em;}
.navlarge {color: #8F0E45; font-weight: bold; }
.nav a:hover {color: #C33; }




/* end page-top navigation */

/*under logo navigation */


#nav2 {
	font-size: .47em;
	background-image: url(../images/nav2-gradient.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 600px;
	padding-left: 20px;
}

#nav2 a {
	color: #FFF;
	text-decoration: none; 
	font-weight: bold;}
	
.nav2small {color: rgb(229,160,77); font-size: .75em;}
.nav2large {color: #fff; font-weight: bold; }
#nav2 a:hover {color: #F1C18C; }

#nav2 .current {color:  rgb(229,160,77); }

/* end under-logo navigation */


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 145%;
	margin-top: 15px;
	margin-bottom: 15px;
}

ul, ol {
	font-size: .8em;
	line-height: 135%;
	list-style-type: disc;
}

li {
	line-height: 130%;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
td {vertical-align: top;}

h1, h2, h3, h4, h5 {
	margin: 15px 0 8px 0;
}
h1 {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}

h2 {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px -10px;
}

h3 {
	font-size: .9em;
}

h4 {font-size: .8em;}


.dreamkissed {
	font-size: .7em;
	color: #BA9572;
	margin: 0;
}

.dreamkissed a {
	color: #BA9572;
}

