@charset "utf-8";
/****************************************
****************************************/

/****************************************
|	CLEAR ALL STYLES
****************************************/
* {
	border: 0px;
}

body,html,table,h1 {
	margin:0px;
	padding:0px;
}

/****************************************
|	GLOBAL TAG STYLES
****************************************/
body {
	color:#999999;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:85%;
	background-image:url(../images/Wallpaper.jpg);
	background-attachment: fixed;
	background-position:top;
	background-repeat:no-repeat;
	;
	
	
}

a {
	color:#999999;
	text-decoration:underline;
}

a:hover {
	color:#3399FF;
	text-decoration:underline;
}

a.active, #subNav li a.active {
	
}

.divider {
	width: 769px;
	height: 1px;
	margin: 26px 0px 28px;
	padding: 0px;
	border-bottom: 1px solid #333333;
}

.cleardivider {
	width: 769px;
	height: 1px;
	margin: 0px 0px 19px;
	padding: 0px;
	/*border-bottom: 1px solid #000000;*/
}

h1 {
	/*font-size:110%;*/
	padding: 0px 0px 20px 0px;
}

/****************************************
|	PAGE LAYOUT STYLES
****************************************/
#wrapper {
	width:830px;
	background-color: #000000;
	position:relative;
	margin: 0px auto;
}

#masterhead {
	width: 769px;
	height: 118px;
	padding: 0px 0px 0px;
	margin: 0px 0px 0px 30px;
}

#flashBanner {
	width: 769px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 30px;
}


.featureTop {
	width:830px;
	background-color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 10px;
}

.feature {
	width:830px;
	background-color: #000000;
	padding: 30px 0px 0px 0px;
	margin: 0px auto 10px;
}

.leftChannel {
	float: left;
	width: 550px;
	/*border: 1px solid #e2dc90;*/
	margin: 0px 40px 0px 0px;
}

.rightChannel {
	float: left;
	width: 205px;
	/*border: 1px solid #e2dc90;*/
}

.HomepageLeftChannel {
	float: left;
	width: 250px;
	/*border: 1px solid #e2dc90;*/
	margin: 0px 40px 0px 0px;
}

.HomepageRightChannel {
	float: left;
	width: 362px;
	/*border: 1px solid #e2dc90;*/
}

.leftChannel p, .rightChannel p {
	/*margin: 0px 0px 10px;*/
}

.leftChannel p strong, .rightChannel p strong, .HomepageLeftChannel p strong, .HomepageRightChannel p strong, #wrapper #masterhead p strong {
	font-weight: normal;
	color: #3399FF;
}

.leftChannel p white, .rightChannel p white, .HomepageLeftChannel p white, .HomepageRightChannel p white, #wrapper #masterhead p white {
	font-weight: normal;
	color: #FFFFFF;
}

.footer {
	width:830px;
	margin: 0px auto 10px;
	background-color: #131415;
}

.footer div strong {
	font-weight: normal;
	color:#FFFFFF;
}

/*************************
|	ALIGNMENT
**************************/
.floatRight {float:right;}
.floatLeft {float:left;}

.alignRight {text-align:right;}
.alignLeft {text-align:left;}

/*************************
|	HEADINGS
**************************/
.clear {clear:both;}

/*************************
|	Margins + Padding
**************************/
.maginBot20 {
	margin: 0px 0px 30px;
}
.maginBot10 {
	margin: 0px 0px 10px;
}
.maginBot05 {
	margin: 0px 0px 30px;
}

#FlashDiv { float:inherit; width:500px; margin-bottom:20px; }

#FlashDiv table {margin-top:10px; }

#CompatriotsDiv { float:left; width:500px; margin-bottom:20px; }

#CompatriotsDiv table {margin-top:10px; }

#PhotographyDiv { float:left; width:500; margin-bottom:20px; }

#PhotographyDiv table {margin-top:10px; }

#DesignersDiv { float:left; width:500px; margin-bottom:20px; }

#DesignersDiv table {margin-top:10px; }

#PDFDiv { float:left; width:500px; margin-bottom:20px; }

#PDFDiv table {margin-top:10px; }

