/* Campaign Site Style Sheet */


img {
	border: 0px;
}
body {
	margin: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	text-align: center;

	}

div.access {
	display:none;
	}
	
#wrapper	{
	width: 953px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
		background-color: #FFFFFF;
	}
#backgroundGlow {
	width: 1003px;
	background-image: url(../images/gradiant.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;

}
#topGlow {
	width: 953px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/gradiantTop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
}
#bottomGlow {
	width: 953px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/gradiantBottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 30px;
	font-size: 0.6em;
	padding-top: 4px;
	color: #999999;
}

/*--------------------- Header ---------------------*/

#header	{
	width: 953px;
	height: 300px;
	background-color: #FFFFFF;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	}
.header01 {background-image: url(images/background_01.jpg);}
.header02 {background-image: url(images/background_02.jpg);}
.header03 {background-image: url(images/background_03.jpg);}
.header04 {background-image: url(images/background_04.jpg);}
.header05 {background-image: url(images/background_05.jpg);}
.header06 {background-image: url(images/background_06.jpg);}
.header07 {background-image: url(images/background_07.jpg);}
.header08 {background-image: url(images/background_08.jpg);}
.header09 {background-image: url(images/background_09.jpg);}
.header10 {background-image: url(images/background_10.jpg);}
.header11 {background-image: url(images/background_11.jpg);}
.header12 {background-image: url(images/background_12.jpg);}
.header13 {background-image: url(images/background_13.jpg);}
.header14 {background-image: url(images/background_14.jpg);}	
.header15 {background-image: url(images/background_15.jpg);}	
.header16 {background-image: url(images/background_16.jpg);}	
.header17 {background-image: url(images/background_17.jpg);}	
.header18 {background-image: url(images/background_18.jpg);}	
.header19 {background-image: url(images/background_19.jpg);}	
#headerContent {
	margin-top: 58px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
	width: 460px;
}
#headerContent h1 {
	font-size: 1.6em;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-weight: normal;
}
#headerContent span {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#headerContent p {
	margin:0 0 0 40px;
	padding:0 0 12px 0;
	color: #FFFFFF;
	width:400px;
	font-size: 0.8em;
}
#logo {

	border: 0;
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	}	

/*-------------------- Nav Menu --------------------*/
#nav {
	height: 21px;
	font-size: 0.6em;
	color: #FFFFFF;
	padding: 0px;
	text-transform: uppercase;
	}	
#nav li { /* all list items */
	float: left;
}	
#nav ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#nav a:link, #nav a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/whitePanelArrow.gif);
	background-repeat: no-repeat;
	background-position: 17px 7px;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 32px;
	margin: 0;
}

#nav a:hover, #nav .on {
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 17px 7px;
}

/*--------------------- Secondary Navigation ---------------------*/

#vertNav {
	position: relative;
	float: left;
	clear: none;
	width: 150px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-transform: uppercase;
	font-size: 0.6em;
}

div#vertNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	text-align: left;
}

div#vertNav li {
	margin: 2px 0 0 0;	
}

div#vertNav a:link, div#vertNav a:visited, div#tertiaryNav a:link, div#tertiaryNav a:visited {
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 130px;			/*total: 168px*/
	height: 1.2em;
	background-color: #D7D7D7;
	background-repeat: no-repeat;
	background-position: -22px 8px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
}
div#tertiaryNav a:link, div#tertiaryNav a:visited {
	display:inline;
}
div#vertNav a:hover, div#vertNav .on, div#tertiaryNav a:hover, div#tertiaryNav .on {
	display: block;
	background-repeat: no-repeat;
	background-position: 10px 9px;
}
div#tertiaryNav a:hover, div#tertiaryNav .on {
	display:inline;
	background-position: 10px 9px !important;
}
/*--------------------- Tertiary Navigation ---------------------*/

div#tertiaryNav {
	font-size: 0.6em;
	text-transform: uppercase;
	padding-top: 6px;
}
div#tertiaryNav a:link, div#tertiaryNav a:visited {
	margin-right: 10px;
	padding-right: 20px;
}
/*--------------------- Content ---------------------*/

h1 {
	font-size: 1.6em;
	color: #000000;
	}
	
h2 {
	font-size: 1em;
	color: #666666;
	}

h3 {
	font-size: 0.8em;
	color: #000000;
	padding-top: 4px;
	}

	
#content p, #content li {
	font-size: 0.8em;
	color: #666666;
	}

.red { 
	color: #FF0000;
	font-weight: bold;
	}
	
#content {
	float: left;
	clear: none;
	position: relative;
	width: 650px;
	text-align: left;
	margin-left: 45px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 20px;
}

#base {
	width: 953px;
	color: #FFFFFF;
	clear: both;
	}	
#content ul {list-style:none; padding:0; margin:0;}
#content ul li{font-size:.75em; line-height:1.5em; margin:0; padding:0 0 8px 0;}
/*--------------------- Tables ---------------------*/
.formTable table {
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
}

.formTable th {
	font-size: 0.7em;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	font-weight: bold;
	border: 1px solid #cccccc;
}
.formTable td {
	font-size: 0.7em;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	border: 1px solid #cccccc;
}
.odd {
	background-color: #D7D7D7;
}

/*--------------------- Panels ---------------------*/

#panels {
	padding-top: 0px;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	margin: 0px;
	float: left;
}
#panelOne {
	width: 110px;
	min-height: 95px;
	background-color:#D7D7D7;
	background-image: url(images/panelOneBg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#panelTwo {
	width: 110px;
	min-height: 95px;
	background-color:#D7D7D7;
	background-image: url(images/panelTwoBg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#panelThree {
	min-height: 95px;
	width: 110px;
	background-color:#D7D7D7;
	background-image: url(images/panelThreeBg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#panels h1 {
	font-size: 0.7em;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-position: left center;
	}
#panels p {
	font-size: 0.7em;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #666666;
	}
.panelGrad {
	background-image: url(images/panelBgGrad.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	min-height: 119px;
	width: 189px;
	margin-right: 26px;
}


/*--------------------- Footer ---------------------*/

#footer {
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 740px;
	text-align: left;
	float: right;
	}
#footerLinks {
	float:left;
	padding: 4px;
}
#footerLinks a:link, #footerLinks a:visited {
	color: #FFFFFF;
	padding: 10px;
	text-decoration: none;
}
#footerLinks a:hover{
	color: #FFFFFF;
	padding: 10px;
	text-decoration: underline;
}
#footerLogosold {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}	
#footerLogos {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}	

.applyformfield {
	text-align: left;
	margin-bottom: 5px;
}
.applyformfield input{
	width: 218px;
}
.applyformfield #txtName,
.applyformfield #txtfriendsName,
.applyformfield #txtRecommendPos {
	margin-right: 16px;
}

.applyformfield #txtYourName {
	margin-right: 16px;
}
.applyformfield #txtFriendsName {
	margin-right: 16px;
}

.applyformfield #txtTitle,
.applyformfield #txtDept {
	margin-right: 5px;
}
#applyformfieldcomment {
	text-align: left;
}
#applyformfieldcomment #txtComments {
	margin-right: 16px;
	background-color: #3c66a4;
	border: 1px solid #91abd6;
}

.applyformfieldattach {
	text-align: right;
	padding-right: 32px;
	margin-bottom: 5px;
}
.applyformfieldattach #fuAttachment {
	width: 221px;
	background-color: #3c66a4;
	border: 1px solid #91abd6;
}

.applyformfield #txtDept,
.applyformfield #txtTitle {
	margin-right: 32px;
}
#submit {
	margin-top: 20px;
	clear: right;
	text-align: right;
	margin-right: 40px;
}
#internalContent 
{
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 470px;
}

#content1 {
	float: left;
	clear: none;
	position: relative;
	width: 650px;
	text-align: left;
	margin-left: 45px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 20px;
}

#emailafriend 
{
    padding-left:200px;
}