/**Layout Divs**/
/*the outer container */
textarea
{
  border:1px solid #999999;
  width:100%;
  margin:5px 0;
  padding:3px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: gray;
    font-size: 10px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: gray;
    font-size: 10px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: gray;
    font-size: 10px;
}
:-moz-placeholder { /* Firefox 18- */
    color: gray;
    font-size: 10px;
}

}#container {
	width: 770px;
	margin: 0;
	text-align: left;
	top: 20px;
	}
	/*this positions the right-hand column */
img.border {
	display: block;
	padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
}
.menu-button-red{
display:inline-block;
background-color: red;
color: white;
font-size:14px;
font-weight:bold;
line-height: 20px; 
text-align: left; 
border:none;
border: 1px solid #BBBBBB;
border-radius: 7px;
height: 22px;
}
.menu-button-red:hover {
background-color: #990000;
color: white;
}
.menu-button-Giant{
background-color: white;
color: black;
font-size:18px;
font-weight:bold;
line-height: 58px; 
text-align: left; 
border:none;
height: 60px;
padding-bottom: 3px;
}
.menu-button-Giant:hover {
background-color: white;
color: red;
font-size:18px;
font-style: italic;
}

.return-button{
background-color: white;
color: blue;
font-size:14px;
font-weight:bold;
line-height: 30px; 
text-align: left; 
border:thin;
border: 1px solid #BBBBBB;
border-radius: 7px;
height: 30px;
padding-bottom: 3px;
margin-right: 10px;}
.return-button:hover {
background-color: white;
color: black;
font-size:16px;
font-style: italic;
}
.menu-button{
background-color: white;
color: blue;
font-size:14px;
font-weight:bold;
line-height: 20px; 
text-align: left; 
border-radius: 2px;
border: thin solid #BBBBBB;
padding-bottom: 3px;
}

.menu-button:hover {
background-color: white;
color: black;
font-size:14px;
font-style: italic;
}
.menu-button-Large{
background-color: white;
color: red;
font-size:16px;
font-weight:bold;
line-height: 18px; 
text-align: left; 
border:none;
height: 32px;
padding-bottom: 3px;
}
.menu-button-Large:hover {
background-color: white;
color: black;
font-size:18px;
font-style: italic;
}
.Justify{
	text-align: justify;
}
.table3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	border: thin solid #666666;
}
.table3Shadow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	border: thin solid #666666;
    box-shadow: 5px 5px 5px #888888;
}
#rcorners2 {
    border-radius: 25px;
    border: 2px solid #333333;
    background: #FFFFFF;
    padding: 20px; 
    width: 33%;
    height: 100%; 
}
#rightcolumn {
	width: 250px;
	visibility: visible;
	background-color: #bfdbf3;/*themecolour1$ 56.7%,76.4%;*/
	padding: 8px 8px 8px 12px;
	background-image: url(Communicator_page2_panelcorner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;	
}

#leftcolumn {
	width: 460px;
	color: #333333;
    float: none;
}
#content {
	width: 750px;
}
#heading {
	top: 250px;
	margin-left: 26px;
}
#logo {
	position: absolute;
	z-index: 1;
	height: 92px;
	width: 913px;
}
#hnavbar {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0033cc;/*themecolour2;*/
	margin-bottom: 3px;
}
/**Redefined html tags**/
body {
	background-color: #212529;
	padding: 0px;
	margin: 0px;
}
 .bannerTitleBlack {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	color: #111111;
    background: white;
    padding-left: 20px;
}
 .bannerTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 42px;
	color: #111111;
    background: white;
    padding-left: 20px;
}
 .bannerTitlesm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #111111;
    background: white;
    padding-left: 20px;
}
.bannerTitlexsm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #111111;
    background: white;
    padding-left: 20px;
}
 .bannerTitleCrumbs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #111111;
    background: white;
    padding-left: 20px;
}
 .headerColor {
	background-color: white;
}
 .medGray {
	color: #000000;
}

.tableBorder
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin solid #666666;
	border-radius: 25px;
 }
.tableRadius
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin solid #666666;
	border-radius: 12px;
 }
 .tableRadiusShadow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	border: thin solid #666666;
	border-radius: 25px;
	box-shadow: 5px 5px 5px #888888;
}

th {
    color: white; 
    background: Gray; 
    border: 2px solid black;
    font-size: 12px; 
    font-weight: normal; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
 }

.noPad {
	padding: 0px;
}
.Padded {
	padding: 10px;
}
.PaddedLeft {
	paddding-left: 10px;
}
.PaddedLeftRight {
	padding-left: 20px;
	padding-right: 20px;
}
.Padded5 {
	padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.PaddedLeft20 {
	padding-left: 20px;
}
.PaddedLeft40 {
	padding-left: 40px;
}
.PaddedLeft80 {
	padding-left: 80px;
}

.PaddedRight40 {
	padding-right: 40px;
}
.PaddedRight80 {
	padding-right: 80px;
}
.nearBlack {color: #111111}
.printBold18 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111111;
}
.printBold16 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111111;
}
.printBold16Gray {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	color: #111111;
}
.printBold14 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111111;
}
.print14 {
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111111;
}
.formTextBlock {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding: 10px;
}
.formPrompt {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding: 10px;
}
.formField {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding: 10px;
}
.tableHeader {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: red;
    text-align: center;
    background-color:whitesmoke;
}
.tableCellLeft {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding-left: 10px;
}
.tableCellRight {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding-right: 10px;
}
.tableCell {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}
.tableCell10 {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}
.bold12 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}
.bold12Padded {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding: 10px;
}
.bold12PaddedLeft {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding-left: 10px;
}
.bold14 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}
.bold14Padded {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.bold16 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}
.bold16Padded {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding: 10px;
}
.bold16PaddedLeft {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding-left: 10px;
}
.bold18 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}
.bold18Padded {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding: 10px;
}
.bold14PaddedBottom {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding-bottom: 5px;
	padding-left: 10px;
}
.bold18PaddedBottom {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding-bottom: 5px;
	padding-left: 10px;
}
.bold24 {
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}
.bold24Padded {
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding: 5px;
}
.bold28Padded {
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding: 10px;
}
.bold28 {
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	padding-top: 2PX;
	padding-left: 10PX;
}
h1 {
	font-size: 150%;
	margin: 0px;
	color: #000000;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}
h2 {
	font-size: 140%;
	color: #689ecb;/*themecolour1;*/
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #1a2e40;/*themecolour1$ -21%,-68.6%;*/
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(Communicator_page2_bullet.gif);
	color: #000000;/*themecolour4%0;*/
	font-weight: normal;
	margin-left: 20px;
}
.red {color: #FF0000}
.white {color: #FFFFFF}
.verdana24 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #111111;
	font-style: normal;
	font-weight: 400;
}
.verdana20 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; 
	color: #111111;
}
.verdana16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px;
	color:black;}
.verdana14 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;
	color:black;}
.verdana12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	color:black;}
.medGray {color: #999999}
.verdana12GrayBG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EAEAEA;
}
.verdana10 {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
}
.Gold {
	background-color: 3399FF;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
	padding-right: 5px;
}
.bold12 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}
.bold10 {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}
.bold14LineOut {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	text-decoration: line-through;
}
.verdana12LineThru {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: line-through;
	font-style: italic;
	color: #0000FF;
}
.bold12Padded {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 2222229;
	text-align: justify;
	left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.Yellow {
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	border: thin solid #000000;
}
.tdBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin solid #666666;
}
.arial9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #222222;
}
.button2{
border:none;
background-color: white;
border: 1px solid gray;
height: 38px;
	width: 300;
}
.button2:hover {
background-color: white;
}
.form-submit-button{
border:none;
background-color: white;
border: 1px solid gray;
height: 38px;
width: 148px;
font-size: 14px;
}
.form-submit-button:hover {
background-color: #DDDDDD;
font-style: italic;
color: red;
}

}
.form-submit-button-red{
border:none;
background-color: red;
color: white;
border: 1px solid gray;
height: 38px;
width: 148px;
}
.form-submit-button-red:hover {
background-color: white;
color: black;
}
.form-submit-button-mobile{
border:none;
background-color: white;
border: 1px solid gray;
height: 50px;
width: 200px;
}
.form-submit-button-mobile:hover {
background-color: white;
}
.form-submit-reset{
border: 1px solid #006;
border: medium none;
height: 38px;
width: 148px;
}
.form-submit-reset:hover {
background-color: gray;
}
.form-submit-print{
border: 1px solid #006;
background-color: white;
}
.form-submit-print:hover {
background-color: gray;
}
