/* GENERAL STYLES */
/*
	Title:		Website Package - CSS Theme One
	Author:		Warren Buckley
	Website:	http://www.creativewebspecialist.co.uk
*/


/*
===========================
Rich text editor stying
===========================
*/
html {overflow-y: scroll;}

#holderBody
{
	background:none;
}

#holderBody strong
{
	font-weight:bold;
}

 #holderBody a
{
	text-decoration:underline;
}

#holderBody p
{
	margin:auto;
}

#holder
{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
	font-size:14px;
}



/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*
====================================
Start Theme One Styling
====================================
*/

body
{
	background-color:#939393;
	background-repeat:repeat-x;
	font-family:'verdana','Tahoma','Arial',sans-serif;
}

#Container
{
	margin:0 auto 0 auto;
	width:800px;
}

#ContainerGlow
{
	margin:0 auto 0 auto;
	width:824px;
	background-image:url(../Assets/theme_one/Header/left-right_glow.gif);
	background-repeat:repeat-y;
}

#BottomGlow 
{
	margin:0 auto 0 auto;
	width:824px;
	height:12px;
	background-image:url(../Assets/theme_one/Header/bottom_glow.gif);
	background-repeat: no-repeat;
}

#Header
{
	background-image:url(../Assets/theme_one/Header/header.jpg);
	background-repeat:no-repeat;
	overflow: hidden;
	height: 125px;
	position:relative;
	border-bottom: 1px solid #a6a6a6;
}

#HeaderHome{
	width:160px;
	height:41px;
	position:absolute;
	bottom:10px;
	left:15px;
}

h1#Logo
{
	text-indent:-10000px; /*Used to hide the text off screen */
	height:125px;
	float:left;
}

h1#Logo a
{
	display:block;
	height:100%;
}


#Navi
{
	float:right;
	height:91px;
	font-size:20px;
}

#Navi li
{
	float:left;
	display:block;
	line-height:91px;
	margin:0 0 0 17px;
}


#Navi li a
{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

#Navi li a:hover, #Navi li.Selected a
{
	color:#FF6D00;
}

#Content
{
	background-image:url(../Assets/theme_one/Header/contentbg.gif);
	background-color:#000000;
        clear:both;
        padding-left:15px;
        padding-right:13px;
        padding-top:13px;
        padding-bottom:13px;

}

#HomeFeature
{
	background-image:url(../Assets/theme_one/Feature/Home_Feature.gif);
	background-repeat:no-repeat;
	height:349px;
	text-indent:-10000px; /*Used to hide the text off screen */
}

#ContentContainer
{
	/*background-color:red;*/ /* Used for debug */
}

.menu_gap { 	
	display: block;
	background-image:url(../Assets/theme_one/Misc/menu_gap.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height:15px;
	padding-left: 0px;
	padding-right: 0px;
}

.menu_group {
font-size: 10px;

}

#SideMenu 
{
	width:159px;
        float:left;
        color:#00A49A;
        font-size:10pt;
        border: 1px solid #808080;
        background-color: #1b1b1b;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height:18px;
	background-image:url(../Assets/theme_one/Header/menu_bg.gif);
	background-repeat: repeat-x;

}

#SideMenu div{
	padding-left:5px;
	padding-right:5px;
}

#SideMenu .selected
{
        color:#ffffff;
        font-size:10px;
}

a.SideMenu:link, a.SideMenu:visited
{
	color:#9A9A9A;
        font-size:10px;
        text-decoration:none;
}

a.SideMenu:hover, a.SideMenu:active
{
	color:#ffffff;
	text-decoration:none;
        font-size:10px;
}

#SubMenu { 
        color:#00A49A; 
        font-size:10pt;
        font-weight:bold;
        vertical-align:bottom;
        position:absolute;
        bottom:15px;
	width: 428px;
        left:178px;
        text-align:center;
}

#SubMenu a:link, #SubMenu a:visited{ 
        color:#ffffff; 
        font-size:11px;
        text-decoration:none;
        font-weight:normal;
}
#SubMenu a:hover, #SubMenu a:active{ 
        color:#00A49A; 
        font-size:11px;
        text-decoration:none;
        font-weight:normal;
}

#MainContent
{
        margin: 0 10px;
        border: 1px solid #808080;
        background-color: #1b1b1b;
	width:404px;
	float:left;
	font-size:11px;
	background-image:url(../Assets/theme_one/Header/content_bg2.gif);
	background-repeat: repeat-x;
	color:#ffffff;
	padding:12px;
	line-height:12pt;
}

#MainContent h1, #MainContentHome h1, #MainContactContent h1 { 
	font-size:20px;
	color: #00a49a;
	padding-bottom:10px;
	line-height:24pt;
}

#MainContent h2, #MainContentHome h2 {
	font-size:12px;
	color: #00a49a;
}


#MainContent h3, #MainContentHome h3
{
	font-size: 10px;
	font-weight:bold;
	color:#00a49a;
}

#MainContent p
{
	margin:0 0 10px 0;
	color:#ffffff;
}

#MainContent a, #MainContentHome a, #SecondaryContent a, #SecondaryContactContent a, #MainContentHomePage a
{
	color:#9a9a9a;
	text-decoration:underline;
}

#MainContent a:hover, #MainContentHome a:hover, #SecondaryContent a:hover, #SecondaryContactContent a:hover, #MainContentHomePage a:hover
{
	color:#00a49a;
	text-decoration:none;
}

#MainContentHome
{
	border: 1px solid #808080;
        background-color: #1b1b1b;
	width:576px;
	padding:12px;
	float:right;
	font-size:11px;
	/*background-color:purple;*/ /* Used for debug */
	color:#ffffff;
	line-height:12pt;
}

#MainContentHome .Title { 
	font-size:20px;
	color: #00a49a;
}

#MainContentHome .SubTitle {
	font-size:12px;
	color: #00a49a;
}

#MainContentHome p
{
	margin:10px 0 10px 0;
	color:#ffffff;
}

#MainContentHomePage
{
	border: 1px solid #808080;
        background-color: #1b1b1b;
	width:600px;
	
	float:right;
	padding:0px;
	font-size:10px;
	color:#ffffff;
}

#MainContentHomePage p
{
	margin:10px 0 10px 0;
	color:#ffffff;
}

/*
==========================================
Gallery List
==========================================
*/

#MainContent .GalleryList
{
	margin:15px 0 0 -10px;
	width:424px;
}

#MainContent .GalleryList .Item
{
	float:left;
	width:96px;
	margin:0 0 10px 10px;
}


#MainContent .GalleryList .Item a img
{
	padding:2px;
	border:1px solid black;
}

#MainContent .GalleryList .Item a:hover img
{
	padding:2px;
	border:1px solid black;
	background-color:black;
}

#MainContent .GalleryList .Item strong a
{
	display:block;
	margin:5px 0 0 0;
}

#MainContent .GalleryList .Item em
{
	display:block;
	font-size:12px;
}


#MainContent .Photo img
{
	/* This ensures the photos is resized to fit the div */
	max-width:100%;
}

#MainContent .Photo .PhotoNav
{
	display:block;
}

#MainContent .Photo .PhotoNav .Left
{
	float:left;
}

#MainContent .Photo .PhotoNav .Right
{
	float:right;
}

/*
==========================================
News List
==========================================
*/

#MainContent ul.NewsList
{
 margin:15px 0 0 0;
}


#MainContent ul.NewsList li
{
 margin:0 0 15px 0;
}

#MainContent ul.NewsList li a
{
 display:block;
}

#MainContent ul.NewsList li a.Event
{
	background-image:url(../Assets/theme_one/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}

#MainContent ul.NewsList li a.News
{
	background-image:url(../Assets/theme_one/Misc/news_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}

#MainContent .EventItem strong
{
	display:block;
}


/*
==========================================
Contact Form
==========================================
*/
#MainContactContent .ContactForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:#ffffff;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-image:url(../Assets/theme_one/Misc/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
}

#MainContactContent .ContactForm .Error li
{
	font-weight:normal;
}

#MainContactContent .ContactForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

#MainContactContent .ContactForm legend
{
	display:none;
}

#MainContactContent .ContactForm label
{
	color:#ffffff;
	font-weight:bold;
}

#MainContactContent .ContactForm .TextBox
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:100%;
}

#MainContactContent .ContactForm .TextArea
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:100%;
}

/*
==========================================
VCard Styling
==========================================
*/

.vcard .n
{
	font-weight:bold;
}

.vcard .tel
{
	background-image:url(../Assets/theme_one/Misc/phone_icon.gif);
	background-repeat:no-repeat;
	background-position:6px 0px; /* Left:6px Top:0px */
	padding:2px 0 3px 22px;
	margin:15px 0 0 0;
	display:block;
	color:#000000;
}

.vcard .email
{
	background-image:url(../Assets/theme_one/Misc/email_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:0 0 1px 22px;
	margin:0;
	display:block;
	color:#000000;
}

.vcard .url
{
	background-image:url(../Assets/theme_one/Misc/web_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:1px 0 2px 22px;
	margin:0;
	display:block;
	color:#000000;
}

.vCardDl
{
	background-image:url(../Assets/theme_one/Misc/vcard_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	padding:0 0 0 22px;
	margin:15px 0 50px 0;
	color:#000000;
}


/*
==========================================
Email A Friend
==========================================
*/
#MainContent .EmailFriendForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:#ffffff;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-image:url(../Assets/theme_one/Misc/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
}

#MainContent .EmailFriendForm .Error li
{
	font-weight:normal;
}

#MainContent .EmailFriendForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

#MainContent .EmailFriendForm legend
{
	display:none;
}

#MainContent .EmailFriendForm label
{
	color:#000000;
	font-weight:bold;
}

#MainContent .EmailFriendForm .TextBox
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:100%;
}

#MainContent .EmailFriendForm .TextArea
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:100%;
}



/*
==========================================
Search Results
==========================================
*/


#MainContent #xsltsearch #xsltsearch_summary strong
{
	font-weight:bold;
}

#MainContent #xsltsearch .xsltsearch_description strong
{
	background-color:#FFF6BF;
	padding:0 2px 0 2px;
}

#MainContent #xsltsearch .xsltsearch_form .input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
}

#MainContent #xsltsearch #xsltsearch_stats
{
	font-size:12px;
	font-style:italic;
}


/*
==========================================
Secondary Content
==========================================
*/


#SecondaryContent
{
        margin:0 0 0 0;
        padding:5px;
        border: 1px solid #808080;
        background-color: #1b1b1b;
	float:right;
	width:148px;
	font-size:10pt;
        color:#ffffff;
	background-image:url(../Assets/theme_one/Header/menu_bg.gif);
	background-repeat: repeat-x;

}

#SecondaryContent h3
{
	font-size: 20px;
	color:#ff6300;
}

#SecondaryContent a.RSSLink
{
	background-image:url(../Assets/theme_one/Misc/rss_icon.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 8px 23px;
	text-decoration:underline;
	display:block;
}

#SecondaryContent a.RSSLink:hover
{
	text-decoration:none;
	display:block;
}

#NewsSecondaryHeader
{
	background-image:url(../Assets/theme_one/Misc/rss_icon.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding:0 0 0 23px;
}

#SecondaryContent ul#NewsList
{
	margin:12px 0 0 0;
}

#SecondaryContent ul#NewsList li
{
	margin:0 0 6px 0;
	font-size:13px;
}

#SecondaryContent ul#NewsList li strong
{
	font-weight:bold;
}

#SecondaryContent ul#NewsList li.Event a
{
	display:block;
	background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;
	padding:8px 8px 7px 27px;
	color:#808080;
	text-decoration:none;
	background-image:url(../Assets/theme_one/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:7px 8px;
}

#SecondaryContent ul#NewsList li.News a
{
	display:block;
	background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;
	padding:8px 8px 7px 27px;
	color:#808080;
	text-decoration:none;
	background-image:url(../Assets/theme_one/Misc/news_icon.gif);;
	background-repeat:no-repeat;
	background-position:7px 8px;
}

#SecondaryContent ul#NewsList li a:hover
{
	background-color:#FFECCC;
	border-top:3px solid #FFA200;
	border-bottom:3px solid #FFA200;
	color:#FF6300;
	text-decoration:none;
}

#SecondaryContent #SearchSecondaryHeader
{
	margin:30px 0 0 0;
}

#SecondaryContent form
{
	margin:0 0 30px 0;
}

#SecondaryContent form input.Submit
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Assets/theme_one/Misc/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px -16px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
	padding:0;
	margin:0;
}

#SecondaryContent form input.Submit:hover, #SecondaryContent form input.Submit:active
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Assets/theme_one/Misc/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
}

#SecondaryContent form input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
	width:150px;
}

#SecondaryContent a.EmailFriend
{
	background-image:url(../Assets/theme_one/Misc/email_a_friend.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding:0 0 0 22px;
	text-decoration:underline;
	color:#000000;
}

#SecondaryContent a.EmailFriend:hover
{
	text-decoration:none;
}

#Footer
{
	clear:both;
/*	min-height:40px;
	line-height:40px; /* This vertically centers the text 
*/
	font-size:12px;
	padding:0 0 0 15px;
}

#Footer a
{
	color:#808080;
	text-decoration:none;
}

#Footer a:hover
{
	color:#808080;
	text-decoration:underline;
}

#Footer .ValidXhtml
{
	padding:0 0 0 19px;
	background-image:url(../Assets/theme_one/Misc/valid_icon.gif);
	background-repeat:no-repeat;
	margin:0 0 0 15px;
	color:#61AB49;
}

#Footer a.ValidXhtml:hover
{
	color:#61AB49;
	text-decoration:underline;
}

#MainContactContent
{
	border: 1px solid #808080;
        background-color: #1b1b1b;
	width:576px;
	float:right;
	font-size:10px;
	color:#ffffff;
	background-image:url(../Assets/theme_one/Header/content_bg2.gif);
	background-repeat: repeat-x;
	line-height:15pt;
	padding:12px;
}

#SecondaryContactContent
{
	clear:both;
        margin:10px 0 0 0;
        padding:12px;
        border: 1px solid #808080;
        background-color: #1b1b1b;
	float:right;
	width:576px;
	font-size:10px;
	color:#ffffff;
	background-image:url(../Assets/theme_one/Header/menu_bg.gif);
	background-repeat: repeat-x;
}

#Copyright
{
	margin:0 auto 0 auto;
	width:824px;
	color:#585858;
	font-size:10px;
	text-align:center;
}


/* EDITOR PROPERTIES */
.BlueTitle {
color:#00a49a;
font-size:12px;
font-weight:bold;
}

.Blue10px {
color:#00a49a;
font-size:10px;
}

.Orange12px {
color:#f67e26;
font-size:12px;
}

.Orange10px {
color:#f67e26;
font-size:10px;
}

.Yellow12px {
color:#ffeb62;
font-size:12px;
}

.Yellow10px {
color:#ffeb62;
font-size:10px;
}

.StandardLineHeight {
line-height:12px;
}

