/*//////////////////////////////////////////////////////////////////////////////////////////////// Childers Road Retail Park Styles by Niall Wilson */
/*//////////////////////////////////////////////////////////////////////////////////////////////// October 2009 */
/*//////////////////////////////////////////////////////////////////////////////////////////////// www.doubleodesign.ie */

html, body
{
	margin:0 auto;
	height:100%;
	background-color:#E7E8DC;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

img, img a
{
	border: 0;
}


a:link
{
	text-decoration:none;
	color: #660000;
}

a:visited
{
	text-decoration:none;
	color: #660000;
}

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

a:active
{
	text-decoration:none;
	color: #0B0B0B;
}

.SiteWrapper
{
	position: absolute;
	top: 0px;
	left: 50%;
	
	margin:0px 0px 0px -500px;
	padding:0px;
	
	width:1000px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Header Layout */

.Header
{
	margin:50px 0px 30px 0px;
	padding:10px;
	
	height:80px;
	height/**/:/**/ 60px;
	width:1000px;
	width/**/:/**/ 980px;
	
	border:1px solid #DFE0D6;
	background-color:#FFFFFF;
	
	overflow:visible;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Branding */

.Branding
{
	position: absolute;
	top:120px;
	left:50%;
	
	margin:0px 0px 0px -470px;
	padding:0px;
	
	height:20px;
	width:20px;
	
	background-image:url(../Images/Branding/Arrow.gif);
	background-position:top;
	background-repeat:no-repeat;
	
	z-index:1000;
}

#Logo a:link
{
	width:230px;
	
	border:none;
	
	background-image:url(../Images/Branding/Brand_BG.jpg);
	background-repeat:repeat-x;
}

#Logo a:visited
{
	width:230px;
	
	border:none;
	
	background-image:url(../Images/Branding/Brand_BG.jpg);
	background-repeat:repeat-x;
}

#Logo a:hover
{
	width:230px;
	
	border:none;
	
	background-image:url(../Images/Branding/Brand_BG.jpg);
	background-repeat:repeat-x;
}

.FREEparking
{
	position:absolute;
	top:373px;
	left:50%;
	
	margin-left:414px;
	height:90px;
	width:77px;
	
	background-image:url(../Images/Branding/FREEparking.jpg);
	background-repeat:no-repeat;
	
	z-index:100000;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// GNS Styles */

.GNS
{
	float:left;
	
	margin:0px;
	padding:0px;
	
	height:60px;
	width:980px;
	
	background-image:url(../Images/GNS/GNS_BG.jpg);
	background-repeat:repeat-x;
}

.GNS ul
{
	margin:0px;
	padding:0px;

	line-height:60px;
	color:#FFFFFF;
	
	text-transform:uppercase;
	list-style-type: none;
}

.GNS ul li
{
	float:left;
	display:inline;
	text-align: center;
	text-shadow: #666666 0px 0px 5px;
}

.GNS ul li a:link
{
	display:block;
	
	width:148px;
	
	text-decoration:none;
	color:#FFFFFF;
	
	border-left:1px solid #993333;
	border-right:1px solid #CC6666;
}

.GNS ul li a:visited
{
	display:block;
	
	width:148px;
	
	text-decoration:none;
	color:#FFFFFF;
	
	border-left:1px solid #993333;
	border-right:1px solid #CC6666;
}

.GNS ul li a:hover
{
	display:block;
	
	width:148px;
	
	text-decoration:none;
	color:#FFFFFF;
	
	background-image:url(../Images/GNS/GNS_BG_Over.jpg);
	background-repeat:repeat-x;
	
	border-left:1px solid #660000;
	border-right:1px solid #CC6666;
}

#Current
{
	background-image:url(../Images/GNS/GNS_BG_Over.jpg);
	background-repeat:repeat-x;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// LNS Styles */

.Left_Column a:link
{
	display:block;
	
	width:180px;
	height:40px;
	
	margin-left:20px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	
	line-height:18px;	
	
	border-top:1px solid #b5b6a3;
}

.Left_Column a:visited
{
	display:block;
	
	width:180px;
	height:40px;
	
	margin-left:20px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	
	line-height:18px;
	
	border-top:1px solid #b5b6a3;
}

.Left_Column a:hover
{
	display:block;
	
	width:180px;
	height:40px;
	
	margin-left:20px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	
	line-height:18px;	
	
	text-decoration:underline;
	
	border-top:1px solid #b5b6a3;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Page Layout */

.Page
{

	margin:0px 0px 20px 0px;
	padding:10px;
	
	width:1000px;
	width/**/:/**/ 980px;
	
	border:1px solid #DFE0D6;
	background-color:#FFFFFF;
	
	overflow:hidden;
}

.One_Column
{
	margin:0px;
	float:left;
	clear:both;
	
	width:980px;
	
	background-image:url(../Images/Backgrounds/One_Col_BG.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

.Left_Column
{
	margin:0px;
	padding-top:20px;
	float:left;
	
	min-height:270px;
	width:230px;
	
	background-image:url(../Images/Backgrounds/Left_Col_BG.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.Right_Column
{
	margin:0px;
	margin/**/:/**/0px 0px 0px 10px;
	padding:0px;
	float:left;
	
	min-height:290px;
	width:740px;
	overflow:hidden;
}

.Right_Column img
{
	margin:0px;
	padding:0px;
	vertical-align:top;
	float:right;
}

.Right_Column #caption {
	margin:0px;
	margin/**/:/**/ 10px 0px 15px 20px;
	vertical-align:top;
	float:right;
	width: 240px;
	clear: right;
	color: #666666;
	font-size: 11px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Text */

#Headings
{
	margin:20px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:22px;
	
	line-height:26px;
	
	color:#660000;
}

#Body_Text
{
	margin:20px;
	
	line-height:18px;
	color:#111111;
}

.ChildersBodyText P {
	margin:20px;
	
	line-height:18px;
	color:#111111;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Footer */

.Footer
{
	margin:0px;
	padding:0px;
	
	height:20px;
	width:1000px;
	
	font-size:10px;
	color:#996666;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Page Template #1 Homepage */

.Home_Tenants
{
	margin:10px 0px 0px 0px;
	float:left;
	clear:both;
	
	width:980px;
}

.Home_Tenants_Logos
{
	width:138px;
	
	float:left;
	margin:10px 0px 0px 0px;
	border-right:1px dotted #DDDDDD;
	border-left:1px dotted #DDDDDD;
}

.Home_Tenants_Logos img
{
	width:138px;
}

.Home_Tenants_Logos a:link img
{
	border:0px;
	opacity: 0.8;
}

.Home_Tenants_Logos a:visited img
{
	border:0px;
	opacity: 0.8;
}

.Home_Tenants_Logos a:hover img
{
	border:0px;
	opacity: 1.0;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////// Page Template #2 Gallery */

.Previous_Next
{
	position:absolute;
	top:173px;
	left:50%;
	margin-left:431px;
	
	height:30px;
	width:60px;
	
	font-size:12px;
	line-height:30px;
	color:#CC3333;
	text-align:center;
	
	background-color:#330000;
	opacity: 0.9;
	
	z-index:100000000;
}

.Previous_Next a:link
{
	text-decoration:none;
	color:#FFFFFF;
}

.Previous_Next a:visited
{
	text-decoration:none;
	color:#FFFFFF;
}

.Previous_Next a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}

#GalleryImage
{
	width:100%;
	margin-left:10px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Page Template #3 Store Guide */

.One_Column_SG
{
	margin:0px;
	float:left;
	clear:both;
	
	width:980px;
	
	background-image:url(../Images/Backgrounds/One_Col_SG_BG.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

.Left_Column_StoreGuide
{
	margin:0px;
	padding-top:20px;
	float:left;
	
	min-height:270px;
	width:430px;
}

.Right_Column_StoreGuide
{
	margin:0px;
	margin/**/:/**/0px 0px 0px 10px;
	float:left;
	
	min-height:290px;
	width:530px;
}

.Right_Column_StoreGuide img
{
	margin:0px;
	margin/**/:/**/ 0px 0px 0px 20px;
	width:240px;
	vertical-align:top;
	float:right;
}

.StoreGuide_TwoColumn
{
	margin:0px 12px 0px 12px;
	float:left;
	
	width:180px;
}

.Store
{
	margin:10px 0px 0px 10px;
	float:left;
	clear:none;
	width:160px;
	
	padding-bottom:5px;
	border-bottom:1px dotted #999999;
}

.Store img
{
	width:90%;
	margin-left:5%;
}

.Store a:link img
{
	border:0px;
	opacity: 0.8;
}

.Store a:visited img
{
	border:0px;
	opacity: 0.8;
}

.Store a:hover img
{
	border:0px;
	opacity: 1.0;
}

#Solid_Line
{
	width:100%;
	border-bottom:1px solid #666666;
}

#SG_Headings
{
	margin:0px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	
	line-height:18px;
	
	color:#660000;
}

#SG_Text
{
	margin:0px;
	line-height:18px;
	color:#111111;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Page Template #5 Contacts */

.Right_Three_Column
{
	margin:0px 0px 0px 10px;
	float:left;
	
	min-height:290px;
	width:31%;
}

.Right_Three_Column img
{
	vertical-align:top;
	float:none;
	clear:both;
	width:140px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Tipbox for Park Layout */

#tipBox{
	background-image:url(../Images/Backgrounds/Tenant_Hover_BG.png);
	background-position:left;
	background-repeat:no-repeat;	
	font-size: 11px;
	line-height:18px;
	color:#FFFFFF;
	padding: 5px;
	width: 160px;
	height: 90px;
	opacity: 0.9;
}

#tipBox.width{
	width: auto;
}
