/*! @section Global_Styles */

html {
    font-family: Verdana;
    font-size: 14px;
    color: #ffffff;
}

body {
    background-color: #05194a;
    margin: 0px;
    padding: 0px;
}

a img {
	border: none;
}

#Wrapper {
    width: 1000px;
    margin: 0 auto;
}

/*! @section Header */

#FlashHeader{
    background-image: url(../img/flash_gallery.jpg);
    background-repeat: no-repeat;
    width: 1000px;
    height: 413px;
}

.logo {
	position: absolute;
	margin-top: 5px;
	margin-left: 25px;
}

#MenuButtons {
	position: absolute;
	margin-top: 355px;
	margin-left: 450px;
}

#MenuButtons img {
	margin-left: -5px;
}

.makeover_button {
	position: absolute;
	margin-top: 265px;
	margin-left: 55px;
}

/*! @section Content */

#Content {
    background-image: url(../img/sub_contentBG.jpg);
    background-repeat: repeat-y;
    width: 1000px;
}

#RightCol {
    float: right;
    padding-top: 15px;
    margin-right: 30px;
}

#RightCol img {
    margin-bottom: 5px;
}

#LeftCol {
    float: left;
    padding-top: 15px;
    text-align: right;
}

#LeftCol ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#LeftCol ul li {
    margin-top: 5px;
}

#LeftCol a:link, #LeftCol a:visited {
    text-decoration: none;
    color: #ffffff;
}

#LeftCol a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.contact_info {
    font-size: 12px;
    font-weight: bold;
    color: #8d9bb9;
    text-align: center;
    margin-top: 70px;
}

#ContentText {
    width: 480px;
    margin-left: 250px;
    padding-top: 15px;
}

/*! @section Facebook */
#FacebookLikeBox {
    background-color: #d5e0e6;
    border: 1px solid #d5e0e6;
    padding: 0 10px 10px 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#FacebookLikeBox .title {
    width: 100%;
    text-align: center;
    color: #0f2362;
    font-style: italic;
    padding: 5px 0px 5px 0px;
}

/*! @section Footer */

#Footer {
    background-color: #030f2b;
}

#FooterWrapper {
    width: 1000px;
    margin: 0 auto;
}

.footer_text {
    float: right;
    width: 593px;
    text-align: right;
    padding-top: 40px;
}

.footer_menu {
    float: left;
    font-size: 12px;
    padding-top: 40px;
}

.footer_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.footer_menu ul li {
    margin-bottom: 5px;
}

.footer_menu a:link, .footer_menu a:visited {
    text-decoration: none;
    color: #ffffff;
}

.footer_menu a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.copyright {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #485d8e;
    margin-top: 35px;
}

.copyright a:link, .copyright a:visited {
    text-decoration: none;
    color: #485d8e;
}

.copyright a:hover {
    text-decoration: underline;
    color: #485d8e;
}

/* Sub Pages */

#SubHeader {
	background-image: url(../img/sub_headerBG.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 94px;
}

#SubMenuButtons {
	position: absolute;
	margin-top: 20px;
	margin-left: 450px;
}

#SubMenuButtons img {
	margin-left: -5px;
}

#SubContent {
    background-image: url(../img/sub_contentBG.jpg);
    background-repeat: repeat-y;
    width: 1000px;
	min-height: 620px;
}

#SubContentText {
	width: 670px;
    margin-left: 250px;
    padding-top: 15px;
}

#SubContentText a {
	text-decoration: underline;
	color: #ffffff;
}

.colors {
	float: right;
}

.sub_text {
	width: 300px;
}

.title {
	font-size: 18px;
	font-weight: bold;
}

.description {
	padding-left: 60px;
}

