/* Start of CMSMS style sheet 'layout' */
/* universal reset */
* {
	margin: 0;
	padding: 0;
}
body {
	background:#000 url(uploads/images/backgrounds/background.jpg) repeat-x center top;
	font-family: sans-serif;
	font-size: 16px;
}
img {
	border: none;
}
.clear {
	clear: both;
}
a {
       outline: none;
}
#flash-object, #flash-object-1, #flash-object-2, #flash-object-3 {
    outline: none;
}
#wrapper {
	width: 824px;
	margin: 0 auto;
}
#header {
	height: 127px;
}
#top-nav {
	width: 822px;
	height: 26px;
	padding-top: 4px;
	text-align: right;
}
	#top-nav ul li{
		list-style: none;
		display: inline;
		font-size: 0.6em;
		color: #fff;
		color: #fff;
	}
	#top-nav ul li a {
		color: #fff;
		margin-left: 6px;
		text-transform: uppercase;
		text-decoration: none;
	}
	#top-nav ul li a:hover {
		text-decoration: underline;
	}
#logo {
       width: 424px;
       float: left;
}
#bottom-nav{
        width: 404px;
	height: 50px;
	margin: 47px 0 0 424px;
	color: white;
}
	#bottom-nav a {
                display: block;
                width: 100px;
                height: 50px;
		float: left;
	}
#main {
}
	#main .section {
                width: 204px;
	height: 204px;
	margin: 0 2px 2px 0;
	float: left;
	}
                #main .section a {
                 width: 204px;
                height: 204px;
                display: block;
                }
                #main .section a #flash-object {
                       }
	#main .logo {
	width: 410px;
	height: 206px;
                float: left;
	}
	#main .logo div {
                width: 382px;
                height: 46px;
                margin: 80px 0 80px 14px;
	}
#content {
}
	#content #sub-nav {
                width: 144px;
		float: left;
		text-align: center;
		padding-top: 20px;
	}
	#content #sub-nav ul li {
		list-style: none;
		font-size: 0.8em;
		margin-bottom: 16px;
	}
	#content #sub-nav ul li a {
		color: #fff;
		text-decoration: none;
	}
	#content #sub-nav ul li a:hover {
		text-decoration: underline;
	}
	#content #main-content {
		padding-top: 12px;
		width: 680px;
                                float: right;
	}
	#content #main-inner {
		padding: 0 20px;
                background-color: #fff;
	}
		#content #main-inner p {
			padding-bottom: 15px;
			font-size: 0.7em;
		}
	#content #main-bottom {
		width: 680px;
		height: 12px;
	}
/* Content Color Classes */
.mainContentGreen {
	background: url(uploads/images/content-images/content-top-green.png) no-repeat top center;
}
.mainInnerGreen {
	background: url(uploads/images/content-images/content-mid-green.png) repeat-y top center;
}
.mainBottomGreen {
	background: url(uploads/images/content-images/content-bot-green.png) no-repeat top center;
}
.mainContentPurple {
	background: url(uploads/images/content-images/content-top-purple.png) no-repeat top center;
}
.mainInnerPurple {
	background: url(uploads/images/content-images/content-mid-purple.png) repeat-y top center;
}
.mainBottomPurple {
	background: url(uploads/images/content-images/content-bot-purple.png) no-repeat top center;
}
/* End of 'layout' */

