/************* Global Styles and Browser Resets ***************/

html, div, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	border: 0;
}


.left {
	float: left;
	margin-bottom:20px;
}

.right {
	margin-bottom:20px;
	float: right;
}

.centre {
	margin-left: auto;
	margin-right: auto;
}

.clear {
	height: 0px;
	width: 0px;
	clear:both;
}

.italic {
	font-style:italic;
	margin-top:20px;
}

.boldital {
	font-style: italic;
	font-weight: bold;
}

.Accordion:focus {
	-moz-outline-style: none; outline: none; outline-style:none; outline-width:0; border:none; 
}

/***** default text styling *****/

a,p,li,span {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height: 22px;
	color:#CCC;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif;	
}

h1 { font-size:19px; font-weight: normal; margin-bottom: 18px; color: #CCC}

h2 { font-size:16px; font-weight: normal; line-height:28px;}

h3 { font-size:16px; font-weight: normal; margin-top: 10px; margin-bottom: 18px; color: #CCC}

h4 { font-size:16px; font-weight: normal; margin-bottom: 14px; color: #ffb17d;}

h5 { font-size:14px; margin-bottom:  12px; color: #817F80}

p { margin-bottom: 16px; text-align:justify; cursor:text;}

#region02 p { margin-bottom: 16px; text-align:justify; cursor:text; color:#B8A38A; line-height: 30px;}

a:hover { color:#B8A38A; }

a:active { outline: none; outline-style:none; outline-width:0; }

a:focus { -moz-outline-style: none; }

#region01Content a { color: #B8A38A }

#footerNav a { margin-right:20px; }

#footerCopyright span { margin-left:20px; }


/****************** Global Layout ********************/

body {
	background-color: #181818;
	background-image: url(../images/bg_global.jpg);
	background-repeat: repeat-x;
}

#globalWrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#header {
	}

#flash { 
	width: 970px;
	height: 290px;
	padding: 0px 15px 0px 15px;
}

#topNavigation {
	height:66px;
	width: 994px;
	margin: 0px 0px 10px 6px;
	overflow:hidden;
}

#topNavigation #topNav { margin: 0; padding: 0; }
#topNavigation #topNav li { display: inline; }
#topNavigation #topNav li a { float: left; height: 0; padding-top: 66px; overflow: hidden; cursor:pointer; }
#topNavigation #topNav li a { background-image: url(../images/navigation.png); background-repeat: no-repeat; }

/* ON STATES first level */
#topNavigation #topNav li#button1 a { background-position: 0 0; width: 124px; }
#topNavigation #topNav li#button2 a { background-position: -124px 0; width: 128px; }
#topNavigation #topNav li#button3 a { background-position: -252px 0; width: 140px; }
#topNavigation #topNav li#button4 a { background-position: -392px 0; width: 155px; }
#topNavigation #topNav li#button5 a { background-position: -547px 0; width: 188px; }
#topNavigation #topNav li#button6 a { background-position: -735px 0; width: 115px; }
#topNavigation #topNav li#button7 a { background-position: -850px 0; width: 144px; }




/* OVER STATES first level */
#topNavigation #topNav li#button1 a:hover { background-position: 0 -66px; }
#topNavigation #topNav li#button2 a:hover { background-position: -124px -66px; }
#topNavigation #topNav li#button3 a:hover { background-position: -252px -66px; }
#topNavigation #topNav li#button4 a:hover { background-position: -392px -66px; }
#topNavigation #topNav li#button5 a:hover { background-position: -547px -66px; }
#topNavigation #topNav li#button6 a:hover { background-position: -735px -66px; }
#topNavigation #topNav li#button7 a:hover { background-position: -850px -66px; }



/* PRESSED STATES first level */
#topNavigation #topNav li#button1 a { background-position: 0 0; width: 124px; }
#topNavigation #topNav li#button2 a { background-position: -124px 0; }
#topNavigation #topNav li#button3 a { background-position: -252px 0; }
#topNavigation #topNav li#button4 a { background-position: -392px 0; }
#topNavigation #topNav li#button5 a { background-position: -547px 0; }
#topNavigation #topNav li#button6 a { background-position: -735px 0; }
#topNavigation #topNav li#button7 a { background-position: -850px 0; }



/* ON STATES first level */
#topNavigation #topNav li#button1 a.selected { background-position: 0 -66px; cursor: default; }
#topNavigation #topNav li#button2 a.selected { background-position: -124px -66px; }
#topNavigation #topNav li#button3 a.selected { background-position: -252px -66px !important; }
#topNavigation #topNav li#button4 a.selected { background-position: -392px -66px !important; }
#topNavigation #topNav li#button5 a.selected { background-position: -547px -66px !important; }
#topNavigation #topNav li#button6 a.selected { background-position: -735px -66px !important; }
#topNavigation #topNav li#button7 a.selected { background-position: -850px -66px !important; }


.tabcontent {
display:none;
}

#content  {
	min-height:312px;
	margin: 0px 15px 0px 15px;
	padding: 24px 24px 0px 24px;
	background-image:url(../images/contentGradient.jpg);
	background-repeat: repeat-x;
}

#content #region01 {
	float:left;
	width: 562px;
	margin: 0px 12px 24px 0px;
	min-height: 311px;
	background-image:url(../images/region01ImageBackground.jpg);
	background-repeat: no-repeat;
	background-color: #3F3F3F;
	background-position: left bottom;
}

#region01 #region01Content {
	margin: 20px;
}

#content #region02 {
	float: right;
	width:335px;
	min-height:255px;
	background-image:url(../images/region02ImageBackground.jpg); background-color:#323232;
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid; border-color:#ffb17d;
	
}

#content #region03 {
	float: right;
	width:335px;
	min-height:62px;
	margin-top: 20px;
	background-image:url(../images/region02ImageBackground.jpg); background-color:#323232;
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid; border-color:#ffb17d;
	
}

.div.fbDarkWidget { border: none; }


#region02 #region02Content {
	padding: 20px 20px 0px 20px;
}


#region02 #region02Content p {
	text-align:center;
	padding: 0px 0px 0px 0px;
}

#region02ContentMiddle {
	padding: 60px 20px 40px 20px;
}


#region02 #region02ContentMiddle p {
	text-align:center;
	
}

#region01Content ul  {
	margin-left:20px;
	margin-bottom:20px;
	list-style-type:circle;}


#region01Content li {
	margin-left:20px;
	list-style-type:circle;}


/*************** footer ******************/


#footer {
	height: 197px;
	clear: both;
	background-image:url(../images/bg_footer.jpg); background-repeat: repeat-x; background-position: bottom;
}
	
#footerContent {
	width: 970px;
	padding-top:50px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#footerCopyright, #footerFacebook {
	float:left;	
}

#footerFacebook a {
	margin-left: 160px;
	background-image: url(../images/facebook_icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 22px;
	padding-bottom: 10px;
	color: #808080;
}

#footerFacebook a:hover {
	color: #B8A38A;
}

#footerNav {
	float:right;
}


	.rowElem {
	margin-bottom:9px;
}

.rowElem label {
	float: left;
	width: 8em;
	text-align: right;
	color:#fff;
	margin-right: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	padding-top: 1px;
}

.rowElem .input {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#4C4C4C;
	padding: 1px;
	width: 20em;
	margin-bottom: 5px;
	border: 2px solid #EAEAEA;
}

.rowElem textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#665e5b;
	padding: 2px;
	margin-bottom: 5px;
	border: 2px solid #EAEAEA;
}

#submit {
	padding-left:119px;
	padding-top: 8px;
}

.rowElem .button {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding: 3px;
	background-color: #5d5d5d;
}


