/* GENERAL STYLES */
/*
	Title:		Website Package - CSS Theme One
	Author:		Warren Buckley
	Website:	http://www.creativewebspecialist.co.uk
*/


/*
===========================
Rich text editor stying
===========================
*/

#language
{
position:absolute;
right: 15px !important;
right: 0px;
left: auto !important;
left: 855px;
top: 30px;

}



body
{
  behavior:url("css/hover.htc");
}

#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,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
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: #0c1b56;
	font-family:'Trebuchet MS','Tahoma','Arial',sans-serif;
}

#Container
{
	margin:0 auto 0 auto;
	width:923px;
	padding:0px 12px;
	background: white;
	position: relative;
	
}

#MainContent
{
    background-color: #e1e8f0;
    width: 657px !important;
    margin-bottom: 15px;
}

#ContentContainer .Link
{
    display: block;
    background-color: White;
}

#Header
{
	overflow: hidden;
}

h1#Logo
{
	background-image:url(Graphics/logo.gif);
	text-indent:-10000px; /*Used to hide the text off screen */
	height:72px;
}

h1#Logo a
{
	display:block;
	height:100%;
}

#topgraphic
{
    margin: 5px 0px;
    display: block;
}

#topgraphictext
{
   position:absolute;
   top: 175px;
   left: 12px;
   float:left;
   background: #0c1b57;
   padding: 3px 10px;
   filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
color: red;
font-size: 140%;
}

#topgraphictext2
{
   position:absolute;
   top: 175px;
   left: 12px;
   color: White;
   padding: 3px 10px;
font-size: 140%;

}



#topgraphictext span
{
    filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1}


.chromestyle
{
	width: 100% !important;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
margin: 0;
text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
text-decoration: none;

}

.chromestyle ul li a:hover{

}

.chromestyle ul li a[rel]:after{


}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 100px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


#MainMenu
{
    background-color: #174883;
    height: 49px;
    	height:49px;
	font-size:14px;
	width: 100%; border-right: 5px solid white;
}

#chromemenu
{

}

#MainMenu li
{
	float:left;
	display:block;
	padding:0px 10px;
	padding-top: 25px;
	border-right: 2px solid white;
	height: 24px;
	position: relative;
	
}

#MainMenu li ul
{
	display: none;
}

#MainMenu li:hover ul 
{	
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width:175px;
	left:0px;
	margin-top: -10px;	
	top: 60px; 
}

#MainMenu li:hover ul li a
{
	display: block;
	width: 165px;
	height: 100%;
	font-style: normal;
	color: #00309c;
	font-size: 90%;	
	padding: 4px 5px;		
	
}

#MainMenu ul ul li  {
	background-color: White;
	padding: 0px;
	border:1px solid #d5d5f3;
	border-top: 0px;
	padding-bottom: 2px;
}

#MainMenu li.Selected
{
    background: #0c1b56;
}


#MainMenu li.Last
{
    border: 0px;
}


#MainMenu li a
{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

#MainMenu li a:hover, #chromemenu li.Selected a
{
	color:#FF6D00;
}



#Content
{
	background-color:#FFFFFF;
	padding:7px 0 0 0;
  clear:both;
  
}

#HomeFeature
{
	background-image:url(../Assets/theme_one/Feature/Home_Feature.gif);
	background-repeat:no-repeat;
	height:168px;
	text-indent:-10000px; /*Used to hide the text off screen */
}

#ContentContainer
{
	margin:0px 0 0 0px;
	
	/*background-color:red;*/ /* Used for debug */
}

#MainContent
{
	width:515px;
	float:left;
	font-size:14px;
	padding: 10px;
	/*background-color:purple;*/ /* Used for debug */
}

#MainContent h3
{
	font-size: 20px;
	color:#0c1b56;
}

#MainContent p
{
	margin:10px 0 10px 0;
}

#MainContent a
{
	color:#FF6300;
	text-decoration:underline;
}

#MainContent a:hover
{
	color:#FF6300;
	text-decoration:none;
}

/*
==========================================
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
==========================================
*/
#MainContent .ContactForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:#000000;
	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 .ContactForm .Error li
{
	font-weight:normal;
}

#MainContent .ContactForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

#MainContent .ContactForm legend
{
	display:none;
}

#MainContent .ContactForm label
{
	color:#000000;
	font-weight:bold;
}

#MainContent .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%;
}

#MainContent .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:#000000;
	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
{
	float:right;
	width:240px;
	font-size:13px;
	/*background-color:blue;*//* Used for debug */
	padding:0 0 40px 0;
}

#SecondaryContent h3
{
	font-size: 20px;
	color:#ff6300;
}

#SecondaryContent a
{
	color:#000000;
	text-decoration:underline;
}

#SecondaryContent a:hover
{
	color:#000000;
	text-decoration:none;
}

#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
{
	
}

#SecondaryContent ul#NewsList li
{
	margin:0 0 6px 0;
	font-size:13px;
	background-color: #cddbe8 !important;
}

#SecondaryContent ul#NewsList li strong
{
	font-weight:bold;
}

.super
{
    background-color: #174883;
    width: 220px;
    display: block;
    padding: 4px 10px;
    color:White;
    margin-bottom: 6px;
}

#SecondaryContent ul#NewsList li.Event a
{
	display:block;
	background-color:#cddbe8;
	color:#808080;
	text-decoration:none;

}
#SecondaryContent ul#NewsList em
{
	color: Gray;
	display: block;
	padding: 0px 7px;

}

#SecondaryContent .newsteaser
{
    padding-bottom: 10px !important;
    color:Black !important;
}

#SecondaryContent ul#NewsList li.News a
{
	display:block;
	background-color:#cddbe8;
	color:#808080;
	text-decoration:none;
}


#SecondaryContent #SearchSecondaryHeader
{
	
}

#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;
	background: #0c1b56;
	position: relative;
	margin: 0px -12px;
	color: White !important;
	text-align: center;
	width: auto !important;
	width: 960px;
}

#Footer a
{
	color:white;
	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;
}

/* EDITOR PROPERTIES */

strong
{
	font-weight: bold;
}

/* """"" */


