/*** This CSS is the Global Styles and Structure for all AFFA related pages. 
 * Colours or styles specific to a property (such as link colours) are contained in the ..._styles.css
 * file in that properties associated "inc" folder.
 * 
 */
/* START STRUCTURAL CSS DECLARATIONS */ 
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #FFF;
	height: 100%;
	/* Common Colours and Font-Family */
	color: #4e4e4e;
	font-family: "Helvetica", sans-serif; 
	/*Begin IE7 and Below Adjustments - These are not CSS Valid Commands but only pick up in IE*/
	*margin:50px 0px; 
	*padding:0px;
}

#root {
	position: relative; 
	top: 25px;
	margin-left: auto; 
	margin-right: auto;
	width: 1050px; 
	/*For Editing Purposes Only
	border: solid; 
	border-color: black;*/
	/*Begin IE7 and Below Adjustments - These are not CSS Valid Commands but only pick up in IE*/
	*margin:0px auto; 
	*text-align:left;
	*padding:15px;
}

/* Begin Header Information */
/* Main Header Div */
#properties {
	width: 1052.5px;
	height: 47px;
	background: #ffffff url('../img/template-top-bg.jpg') no-repeat;
	margin-bottom: 0px;
	/*For Editing Purposes Only
	border: solid; 
	border-color: black; 
	color: black;*/
}

/*** Begin Header Information Property Links ***/
/* Atlantic Film Festival Header Link Div */
#proAFF {
	position: absolute; 
	top: 8px; 
	left: 32px; 
	/*For Editing Purposes Only
	color: blue; 
	border: solid; 
	border-color: blue;*/
}

/* Strategic Partners Header Link Div */
#proSP {
	position: absolute; 
	top: 8px; 
	left: 277px; 
	/*For Editing Purposes Only
	color: blue; 
	border: solid; 
	border-color: blue;*/
}

/* ViewFinders Header Link Div */
#proVF {
	position: absolute; 
	top: 8px; 
	left: 535px; 
	/*For Editing Purposes Only
	color: blue; 
	border: solid; 
	border-color: blue;*/
}

/* alFresco filmFesto Link Div */
#proAF {
	position: absolute; 
	top: 8px; 
	left: 724px; 
	/*For Editing Purposes Only
	color: blue; 
	border: solid; 
	border-color: blue;*/
}
/*** End Header Information ***/

/*** Begin Main Content Area ***/			
#content_wrap {
	width: 1050px;
	margin-top: 0px;
	padding-top: 16px;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	/*For Editing Purposes Only 
	border: solid; 
	border-color: orange;
	color: black;*/
}

/*** Begin Left Column Structures ***/
/* Nav Div (main Left Coloumn Div)  */
#nav {
	float: left; 
	width: 306px;
	/*For Editing Purposes Only
	border: solid; 
	border-color: yellow;
	color: black;*/ 
}

/* Positioning Div for the Sponsor Roll Call */
#sponsor_roll {
	width: 306px;
	height: 130px;
	padding: 0px 0px 3px 23px;
	text-align: left;
	/*For Editing Purposes Only
	border: solid;
	border-color: pink;*/
}

.sponsor_level {
	font-size: 11pt;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px;
}

.sponsor_image {
	border: 0;
	padding-left: 35px;
}
.sponsorLogo {
	display: none;
}

/* Positioning and Struture for Nav_Menu Div */
/* Main Nav Menu Div */
#nav_menu {
	width: 306px;
	margin-top: 25px;
	text-align: left;
	/* For Editing Purposes Only 
	border: solid;
	border-color: green; */
}

/* Nav Menu Item Groups */
.menu_group {
	margin: 6px 2px 0px 6px;
	/* For Editing Purposes Only 
	border: solid;
	border-color: purple;
	
	IRRELEVANT PAST MENU IMPLEMENTATION
	
	*/
}

/* Nav Menu Header Links */
.top_level {
	margin: 6px 2px 0px 6px;
	width: 277px;
	padding: 4px 0px 4px 23px;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	/* Editing Purposes Only  
	border: solid;
	border-color: black;*/
}

.top_level a {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
}

.top_level a:hover {
	text-decoration: underline;
}

.top_level a:active {
	text-decoration: underline;
	font-style: oblique;
}

/* Nav Menu Sub-Menu Links */
.sub_menu {
	margin: 16px 0 8px 32px;
	font-size: 12px;
	font-weight: normal;
	/* Editing Use Only 
	color: gray;
	border: solid;
	border-color: gray;*/
}

/* Specific Individual sub-menu Links */
.second_level {
	margin-bottom: 16px;
}
/*** End Nav Menu ***/

/* Rectangle Ad Styling */
#navAd
{
	position: relative;
	width: 300px; 
	height: 250px;  
	margin: 50px 0px 0px 6px;
	text-align: center;
	/* For Editing Purposes Only 
	border: solid;
	border-color: pink;*/
}
/*** End Left Column ***/

/*** Begin Right Column (main information area) ***/
/* Main Content Div (Positions as the main Right Coloumn) */
#right_col {
	float: right; 
	width: 710px;
	margin-right: 6px;
	/*For Editing Purposes Only
	border: solid; 
	border-color: purple; 
	color: black;*/
}

/* Current Page Banner Styling */
#page_banner
{
	width: 710px;
	height: 130px;
	padding-left: 0px;
	margin-bottom: 0px;
	background: #000000;
	/* For Editing Purposes Only 
	border: solid;
	border-color: brown;*/
}

/* Page Banner */
#pagebanner_nav
{
	position: relative;
	float: left;
	display: inline;
	width: 710px;
	height: 75px;
	margin-top: 0px;
	text-align: left;
	/*For Editing Purposes Only 
	background: #000000; */
}

.pagebanner_nav_buttons
{
	position: relative;
	float: left;
	display: inline;
	width: 136px;
	height: 75px;
	margin: 3px 3px 0px 3px;
	/* For Editing Purposes Only
	border: solid;
	border-color: red; */
}

/* Main Information Div - all inter-actable content */
#mainContent
{
	position: relative;
	float: left;
	display: inline;
	width: 480px;
	margin-top: 25px;
	padding-top: 6px; 
	text-align: left;
	/*For Editing Purposes Only 
	border: solid;
	border-color: green; */
}

/*Skyscrapper Ad Styling */
#skyscrapperAd 
{
	position: relative;
	float: right;
	width: 120px;
	height: 600px;
	margin: 25px 3px 3px 10px; 
	padding: 6px 0px 6px 0px;
	text-align: center;
	/* For Editing Purposes Only 
	border: solid;
	border-color: pink; */
}
/*** End Right Column ***/

/*** Begin Footer Information ***/
/* Main Footer Div */
#footer {
	position: relative;
	width: 1052.5px; 
	height: 100px;
	margin-bottom: 46px;
	background: #ffffff url('../img/template-bottom-bg.jpg') bottom left no-repeat;
	/*border-left: 1px solid #888;
	border-right: 1px solid #888;*/
	/*For Editing Purposes Only
	border: solid; 
	border-color: blue; 
	color: blue;*/
}

#AFFAlogo {
	position: absolute; 
	left: 28px; 
	bottom: 14px;
	/*For Editing Purposes Only 
	color: black; 
	border-color: 
	black; border: solid;*/
}

#footerLinks {
	position: absolute; 
	left: 340px; 
	bottom: 14px; 
	/* For Editing Purposes Only
	border: solid; 
	border-color: green;*/
}

#footerLinks a {
	font-size: 14px;
	color: #686868;
	text-decoration: none;
	font-weight: normal;
}

#footerLinks a:hover {
	text-decoration: underline;
	color: #4e4e4e;
}

#footerLinks a:active {
	text-decoration: underline;
	font-style: oblique;
	color: #4e4e4e;
}

/*** End Footer Information ***/

/*** Global Styles ***/
img {
	border: 0;
}

a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	font-style: oblique;
}

a:vistied {
	font-weight: bold;
	text-decoration: none;
}

#mainContent h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 2px 2px 2px 0px;
	border-bottom: 1px solid #4e4e4e;
}

#mainContent h2 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	background: url('../img/heading2.gif') left no-repeat; 
	padding: 2px 2px 2px 10px;
	margin-top: 3px;
}

#mainContent h3	{
	font-size: 14px;
	font-weight: normal;
	font-style: oblique;
	margin: 0px;
	padding: 2px;
}

#mainContent p	{
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 10px;
}

#mainContent ol	{
	padding: 0px;
	margin: 0px;
	list-style-type: decimal;
	list-style-position: inside;
	font-size: 14px;
	font-weight: normal;
}

#mainContent ul	{
	padding: 2px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
	font-size: 14px;
	font-weight: normal;
}

#mainContent li ul {
	padding: 2px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
	font-size: 14px;
	text-indent: 34px;
	font-weight: normal;
	font-style: oblique;
}

#mainContent li {
	padding: 2px 0px 2px 0px;
}

#mainContent li ol{
	padding: 2px;
	margin: 0px;
	list-style-type: lower-alpha;
	list-style-position: inside;
	font-size: 14px;
	text-indent: 34px;
	font-weight: normal;
}

#mainContent li ul {
	padding: 2px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
	font-size: 14px;
	text-indent: 34px;
	font-weight: normal;
	font-style: oblique;
}

#mainContent li {
	padding: 2px 0px 2px 0px;
}

#mainContent dl {
	padding: 2px;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
}

#mainContent dt {
	text-decoration: underline;
	padding-top: 6px;
	padding-bottom: 6px;
}

#mainContent dd {
	font-style: oblique;
	margin-left: 5px;
	padding-bottom: 6px;
}

#mainContent img {
	margin: 7px;
}

.article {
	border-bottom: 1px solid #4e4e4e;
	margin-top: 6px;
	margin-bottom: 12px;
	padding-bottom: 24px;
	display: block;
}
