/* Structure Style Sheet ? Beyond Content Management - www.psusoftware.com */

/* ============== Reset ============== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;*/
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: black;
	background: transparent;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
} 
h1, h2, h3, h4, h5, h6 { 
	font-size: normal;
} 

article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

/* ============== Site wide ============== */
* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.inner {
	width:1170px;
	clear:both;
	margin:0 auto;
	padding:25px 15px;
	overflow:hidden;
}

.part-style {
	margin-bottom:20px;
}

#website .inner {
	background-color:#FFF;

}

html {
	background-color:#F4F4F4;
}


body {
	font-family:'Open Sans',sans-serif;
	color:#0B0C0C;
	background-color:#FFFFFF;
	background-image:linear-gradient(to bottom, #FFFFFF, #F3F3F3);
	font-size:1em;
	line-height:1.429em;
}

#skip li a {
	border-bottom: 1px solid #CACACA;
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -2500px;
    width: 1px;
}

#leftColumn,
#rightColumn, 
#LeftPane, 
#ContentPane, 
#RightPane {
    display: inline;
    float: left;
    text-align: left;
	word-wrap:normal;
}

img {
	max-width:100%;
	vertical-align:middle;
}

.search label {
	display: none;
}


/* ============== Hyperlinks ============== */

a, a:link, a:visited, a:hover, a:active a:focus {
	border-bottom: 1px solid #A6A7DA;
    color: #2E3191;
    position: relative;
    text-decoration: none;
}

a:active, a:focus {
	outline: 3px solid #FFA100;
}

/* ============== Buttons ============== */

#websiteHeader button.btn {
	padding:7px 10px;
	float:right;
	margin-left:5px;
	margin-right:5px;
	margin-top:20px;
	display:none;
}

#websiteHeader button.btn .icon-search {
	width:14px;
	height:14px;
	display:block;
	background:transparent url(/Design/Images/Structure/glyphicons-halflings.png) no-repeat -48px 0;
	text-indent: -9999px;
}

/* ============== Twitter ============== */


#tweet {
	word-wrap:break-word;
}



/* ============== Headings ============== */

h1, h2, h3, h4, h5{
	color:#333333;
	font-weight:normal;
	font-style:normal;
	margin:20px 0 10px;
}

h1 {
	font-size: 2.218em;
    line-height: 40px;
    margin: 0 0 20px;
	font-weight:400;
}

h2 {
    font-size: 1.3em;
    line-height: 35px;
}

#RightPane h2 {
	font-size:1em;
}

/* ============== Header ============== */

#websiteHeader {
	background-color:#206C49;
	border-bottom: 2px solid #FFA100;
	min-height:112px;	
}

#websiteHeader .inner {
	padding: 5px 15px 8px;
}

#websiteHeader .logo a {
	float:left;
	margin:13px 0 0;
	height:67px;
	padding:0;
	width:148px;
	border:0 none;
}

#websiteHeader .container {
	padding:0;
}

#websiteHeader .headerSearch {
	float:right;
	width:66%
}

#websiteHeader .headerSearch .AtoZ a {
	display:block;
	float:right;
	margin:9px 0;
}

#websiteHeader .headerSearch .AtoZ a,
#websiteHeader .headerSearch .AtoZ a:link,
#websiteHeader .headerSearch .AtoZ a:visited,
#websiteHeader .headerSearch .AtoZ a:active,
#websiteHeader .headerSearch .AtoZ a:focus {
	background-color:rgba(0,0,0,0);
	border-bottom:1px solid #CACACA;
	color:#FFF;
	font-weight:600;
	font-size:1em;
}

#websiteHeader .headerSearch .AtoZ a:hover {
	border-bottom:1px solid #FFF;
	text-decoration:none;
}

#websiteHeader .headerSearch .search {
	clear:both;
	margin-bottom:10px;
	position: relative;
}
#websiteHeader .headerSearch .search input[type=image] {
	right: 14px;
	top: 8px;
	position: absolute;
	cursor: pointer;
}

#websiteHeader .headerSearch .search input[type=text] {
	width:100%;
	border-radius:4px;
	border:1px solid #206C49;
	box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;
	height:2.6em;
	float:right;
	padding:4px 8px;
	font-size:1em;
	display:inline-block;
}

/* ============== Footer ============== */

#websiteFooter {
	background-color:#206C49;
	padding:20px 0;
	border-top:2px solid #FFA100;
	color:#FFF;
	overflow:hidden;
}

#websiteFooter a,
#websiteFooter a:link,
#websiteFooter a:visited,
#websiteFooter a:hover,
#websiteFooter a:active {
	background-color:rgba(0,0,0,0);
	border-bottom:1px solid #CACACA;
	color:#FFF;
	font-weight:600;
	font-size:1em;
}

#websiteFooter ul {
	overflow:hidden;
	float:left;
}

#websiteFooter .address {
	clear:both;
	margin-top:3px;
}

#websiteFooter .address li,
#websiteFooter .options li {
	float:left;
	margin-right:10px;
	line-height: 2em;
}

#user-not-authenticated li.logout, #user-authenticated li.login {
	display:none;
}

#websiteFooter .copyright {
	text-align:right;
	float:right;
	line-height: 2em;
}

/* ============== Breadcrumbs ============== */

.breadcrumbs {
	background-color:#F5F5F5;
	padding:9px 15px 12px 4px;
	margin-bottom:20px;
	border-radius:4px;
}

.breadcrumbs li {
	display:inline;
}

.breadcrumbs li:after {
	content:'/';
	margin-right:5px;
	padding-left:5px;
}

.breadcrumbs li:last-child:after {
	content:'';
}

.breadcrumbs li:last-child a {
	border-bottom:none;
	color:#000000;
}

/* ============== #Left Menu ============== */

#leftColumn, #rightColumn {
	/*width:270px;*/
	width:23.1%;
}

#rightColumn .radmenu a {
	width: 100% !important;
	*width:240px !important;
	display: block!important;
}

#rightColumn .radmenu a:before {
	content:"";
	background:transparent url(/Design/Images/Structure/glyphicons-halflings.png) no-repeat -446px -68px;
	display:block;
	float:right;
	width:30px;
	height:29px;
	float:right;
	
}

#rightColumn .radmenu a:hover {
	background-color:#EEEEEE;
}

#rightColumn .radmenu a span {
}

#rightColumn .radmenu li {
	margin-bottom:-1px;
	width:100% !important;
	display: block;
}

.radmenu .text {
    width: 100%;
}

#rightColumn .radmenu li:first-child > a {
	border-top-left-radius:4px;
	border-top-right-radius:4px;

}

#rightColumn .radmenu li:last-child > a {
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}

.ps-03 .title h2 {
	background-color:#206C49;
	padding:5px 3px;
	color:#FFF;
	border-radius:4px;
	padding:3px 35px 6px 14px;
	margin-top:0;
	line-height:30px;
	font-size:1.5em;
}

.RadMenu_Menu .rootGroup .link {
	/*height:34px;*/
	border:1px solid #DDDDDD;
	padding:8px 12px;
	line-height:20px;
	cursor:pointer;
	display:block;
	/*background-color:#FFF;*/
}

.RadMenu_Menu .rootGroup {
	width:100%;
}

.RadMenu_Menu .rootGroup .link:focus {
	background-color:#EEEEEE;
}

#rightColumn .radmenu {
	white-space:normal !important;
	width: 100%;
}


/* ============== Content ============== */

#website .container {
	background-color:#FFF;
	padding-top:20px;
	padding-bottom:20px;
}

/* ============== Clearfix ============== */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* ============== Login ============== */

#login-page {
	width:315px;
	margin:0 auto;
	padding-top:10px;
}

#login-page .login-logo {
	margin-top:0;
}

#login-page .login-logo a {
	background:transparent url(/Design/Logo/Logo.jpg) top center no-repeat;
	display:block;
	width:200px;
	height:145px;
	text-indent:-9999px;
	border:none;
	margin:0 auto 50px auto;
	overflow:hidden;
}

#login-clear{
	display:none;
}

#login-left ul  li {
	float:left;
	margin-right:10px;
}

#login-left ul {
	overflow:hidden;
	height:25px;
}


#login-right{
	clear:both;
	margin-top:15px;
}

#login-right td {
	padding-bottom:4px;
}

/*------------------------------------------------------------
	Media Queries -------------------------------------------
--------------------------------------------------------------*/

/* #### Tablets Portrait or Landscape #### */

@media screen and (min-width: 641px) and (max-width: 1024px) and (orientation:portrait) {

.logo a {
	float:none !important;
	width:100% !important;
	display:block;
}	

.logo a img {
	margin:0 auto;
	display:block;
}

#websiteHeader .headerSearch {
	width:100%;
}

#websiteFooter .copyright,
#websiteFooter ul {
	float:none;
	text-align:left;
	margin-bottom:10px;
}

#leftColumn {
	float: none;
	margin: 0 0 20px;
	width: 100%;
	display: block;
	clear: both;
}



}

@media screen and (min-width: 641px) and (max-width: 1024px) {
	

.inner {
	width:95%;
	padding:15px 20px;
}

#rightColumn .rootGroup {
	width:100% !important;
}

#websiteFooter .copyright {
	text-align:left;
}

#websiteFooter ul {
	margin-bottom:10px;
}

}

/* #### Desktops #### */

@media screen and (min-width: 1024px){

}



/* #### Mobile Phones Portrait #### */

@media screen and (max-width: 480px) and (orientation: portrait){


}

/* #### Mobile Phones Landscape #### */

@media screen and (max-width: 640px) and (orientation: landscape){


}

@media screen and (max-width: 640px){
	

.inner {
	width:100%;
	padding:15px 10px;
}

.container {
	padding:20px 0;
	overflow:hidden;
}

#website {
	overflow:hidden;
	margin:0;
}

.part-style {
	margin-bottom:20px;
}

.top h1, .top h2, .top h3 {
	margin-top:0;
}

.breadcrumbs {

}

.headerSearch {
	display:none;
}

#websiteHeader button.btn {
	display:block;
}

#leftColumn,
#rightColumn,
#LeftPane,
#ContentPane,
#RightPane {
	float:none;
	margin:0 0 20px;
	width:100%;
	display: block
}

.radmenu {
	float:none !important;
}

.radmenu ul.rootGroup {
	width:100% !important;
}

#websiteHeader {
	padding:0 20px;
	margin:0;
}

#websiteHeader .inner {
	padding:0;
}

#websiteHeader .headerSearch {
	width:100%;
	float:none;
}

#websiteHeader .headerSearch .search input[type="text"] {
	float:none;
}

#websiteHeader .logo {
	overflow:hidden;
}

#websiteHeader .logo a {
	display:block;
	float:none;
	width:100%;
}

#websiteHeader .logo img {
	margin:0 auto;
	display:block;

}

/* FOOTER */

#websiteFooter{
	margin:0;
}

#websiteFooter .address {
	display:none;
}

#websiteFooter .options {
	margin-bottom:10px;
}

#websiteFooter .options a {
	font-weight:700;
}

#websiteFooter .copyright {
	text-align:left;
}

#websiteFooter .options li.login {
	display:none;
}




	
	
}

/* #### iPhone 4+ Portrait or Landscape #### */

@media screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2){



}


.part-privacy-policy {
	margin: 0 auto 20px;
	width: 600px;
}
.part-privacy-policy .content div {
	margin-bottom: 20px!important;
}




/* ---------->>> Media Queries <<<-----------*/

 @media all and (max-width: 979px) {

}

/* target iPad 4 portrait */
@media all and (min-width: 768px) and (max-width: 980px) {

}
/* Start of single column layout */
 @media all and (max-width: 767px) {

}
 @media all and (max-width: 520px) {

}
 @media all and (max-width: 480px) {

}



