/* ---- redefined tags ---- */

body  {
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/body_mainbg.gif);
	background-repeat: repeat-x;
}

fieldset {
	border: solid 1px #cccccc;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #f7f6f4;
}

fieldset div{
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: absmiddle;
}
fieldset span{
	vertical-align: absmiddle;
}


h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 7px;
}

input {
	font-size: 11px;
}

input.invalid {
	background-color: #BED0E9;
	font-size: 11px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	background-color: #c7f1ff;
}

select {
	font-size: 11px;
}

/* ----  ID selectors ---- */

#container {
	width: 780px;
	background-image: url(images/body_bg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
} 

#containershadow {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header {
	padding: 0 10px 0 30px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 85px;
}
 
#headerflash {
	width: 760px;
	height: 150px;
	padding: 0 10px;
}

#headerflashhome {
	width: 760px;
	height: 160px;
	padding: 0 10px;
}


#headershot {
	background-image: url(../../garyebisite/images/home1_header_image.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 120px;
	padding: 0 10px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#footer {
	padding: 5px 10px 20px 20px;
	/*	text-align: center;	*/
	margin: 10px 0 0 0;
	text-align: center;
/*	position: relative;
	bottom: 0px;	*/
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
#logo {
	width:87px;
	float:left;
}

#mainContent {
	margin: 15px 305px 0 10px;
	padding: 0 20px 15px 30px;
	text-align: left;
} 


#mainContent p{
	line-height: 20px;
	margin: 5px 0;

} 

#mainContent ul{
	line-height: 130%;
	margin: 10px 10px 0 25px;
	padding-left: 0;
}
#mainContent li{
	margin-bottom: 7px;
} 


#mainContentHome {
	margin: 15px 305px 0 10px;
	padding: 0 20px 15px 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	text-align: left;

} 

#mainContentHome p{
	line-height: 26px;
	margin-bottom: 24px;
} 

#nav {
	padding: 7px 0 7px 30px;
	text-align: left;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 265px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 20px 15px 20px;
	text-align: left;
}


#sidebar1 p{
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 11px;
}



#subContent {
	margin: 15px 225px 0 10px;
	padding: 0 10px 15px 30px;
	text-align: left;
}

#subContent p{
	line-height: 16px;
	margin: 5px 0;
}

/* see promo classes for other ids for subnav */
#subnavheader {
background-color:#afebff;
/*	font-size: 15px;
	font-weight: bold;
	padding: 2px 0 2px 12px;	*/
	height: 17px;
	font-size: 11px;
	color: #000000;
	padding-left: 12px;
	padding-top: 2px;
	font-weight: bold;
}

#subnavbox {
	background-color: #f7f6f4;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 8px;
	padding-top: 7px;
}

#subnavbox p{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}

#subnavbox p a:link{
	text-decoration: none;
	color:#000000;
}

#subnavbox p a:visited{
	text-decoration: none;
	color:#000000;
}
#subnavbox p a:hover{
	text-decoration: underline;
	color:#000000;
}

#tagline{
	float: right;
	text-align: right;
	padding: 40px 15px 0 0;
	width: 600px;
	font-size:13px;
	color: #666666;
	font-style: italic;
}

#wideContent {
	margin: 15px 60px 0 10px;
	padding: 0 20px 20px 30px;
	text-align: left;
} 

#wideContent .h1sub, #mainContent .h1sub {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}

#wideContent .h1sublabel {
	width:236px;
	text-align: right;
}


#wideContent p{
	line-height: 16px;
	margin: 10px 0;

} 



/* ----  classes ---- */


.boxhdr {
	background-color: #c7f1ff;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 4px 12px;
	margin: 0 0 15px 0;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloatdiv {
		clear:both;
}

/*  .contactemail {
	padding-left: 25px;
}	*/

 

.contactdetails {
	padding-bottom: 7px;
}

.contactinfo h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 15px 0 0 0;
	line-height: normal;
}


/*.contactform .labeltxt {
	float: left;
	width: 100px;
	position: relative;
	margin-right: 10px;
	text-align: right;
	line-height: 110%;
}	*/


.contactinfo .detail {
	font-size: 11px;
	padding-left: 7px;
	margin-left: 120px;
}
.contactinfo .label {
	float:left;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 120px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 10px;
}

.imgfltlft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top:5px;
}

.footerGray
{
	FONT-SIZE: 10px;
	COLOR: #999999;
	LINE-HEIGHT: 14px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: normal;
}


a.footerGray:visited{TEXT-DECORATION: none; COLOR: #999999;}
a.footerGray:hover{TEXT-DECORATION: underline; COLOR: #999999;}



.formbottoms {
	padding-left: 246px; 
	padding-top: 0;
	padding-bottom: 0;
}

.formbottomsnarrow {
	padding-left: 115px; 
	padding-top: 0;
	padding-bottom: 0;
}
.headline {
	font-weight: bold;
	font-size: 12px;
}




label {
	font-size: 11px;
	font-style: normal;
	line-height: 27px;
	font-weight: normal;
	color: #000000;
}


label.invalid {
	font-size: 11px;
	font-style: normal;
	line-height: 27px;
	font-weight: bold;
	color: #000000;
}

.labelinnertxt {
	font-size: 11px;
	font-style: normal;
	line-height: 27px;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
}

.labeltxt {
	float: left;
	width: 236px;
	position: relative;
	margin-right: 10px;
	text-align: right;
	line-height: 110%;
}

.labeltxtshort {
	float: left;
	width: 100px;
	position: relative;
	margin-right: 10px;
	text-align: right;
	line-height: 110%;
}


.labeltxt2 {
	float: left;
	width: 130px;
	position: relative;
	margin-right: 10px;
	text-align: right;
	line-height: 110%;
}

.learnmore {
	font-size: 10px;
	text-align: right;
	text-decoration: none;
	color: #333333;
}


a.learnmore:visited{TEXT-DECORATION: none; COLOR: #333333;}
a.learnmore:link{TEXT-DECORATION: none; COLOR: #333333;}
a.learnmore:hover{TEXT-DECORATION: underline; COLOR: #333333;}

.navarrow {
	padding-right: 15px;
}

a.navtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}


a.navtxt:link { color:#333333; text-decoration:none;}
a.navtxt:visited{ color:#333333; text-decoration:none;}
a.navtxt:hover { color:#333333; text-decoration:underline;} 

.navtxton {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FC0000;
	text-decoration:none;
}

.newsshort {
	padding-top: 20px;
}



.partner {
	margin-top: 20px;
/*	border: solid 1px #b5b5b5;	*/
}

 
.partner h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 5px 0 0 12px;
	line-height: normal;
}

.partner p {
	font-size: 12px;
	padding:0 15px 0 12px;
	margin: 0;
}

.partner .label {
	float:left;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	text-align: right;
}

.partnerdetails {
	padding-bottom: 15px;
}

.partner .detail {
	font-size: 11px;
	padding-left: 7px;
	margin-left: 100px;
} 

.partnerheader {
	background-color: #f7f6f4;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	padding: 4px 5px 4px 10px;
	border-bottom-color: #b5b5b5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


.promo, #subnav {
	border: 1px solid #b5b5b5;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 250px;
}
.promobox p {
	font-size: 9px;
	padding-top: 5px;
}

.promobox {
	background-color: #f7f6f4;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-top: 7px;
}


.promoheader {
	background-image: url(images/promoheaderbg.gif);
	background-repeat: repeat-x;
	height: 17px;
	font-size: 11px;
	color: #000000;
	padding-left: 12px;
	padding-top: 2px;
	font-weight: bold;
}

.qboxbg {
	background-color: #f7f6f4;
}

.qboxbottom {
	background-image: url(images/qbox_bottom.gif);
	background-repeat: repeat-x;
}

.qboxleft {
	background-image: url(images/qbox_left.gif);
	background-repeat: repeat-y;
}

.qboxright {
	background-image: url(images/qbox_right.gif);
	background-repeat: repeat-y;
}

.qboxtop {
	background-image: url(images/qbox_top.gif);
	background-repeat: repeat-x;
}

.quote{
	font-size: 12px;
	line-height: 17px;
}	


.quoteauthor {
	line-height: 13px;
	font-style: italic;	
	font-size: 11px;
	padding-top: 10px;
	padding-left: 150px;	
}

.quotediv{
	padding-top: 12px;
}	

.quotediv h3{
	margin:0 0 5px 0;
	font-size: 15px;
}
.quicklinks {
	text-align: right;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	font-size:10px;
	color: #666666;
	text-decoration:none;
}


a.quicklinks:visited {text-decoration:none; color: #000000;}
a.quicklinks:hover {text-decoration:underline; color: #000000;}

.langlinks {
	text-align: right;
	padding: 1px;
	margin: 0 6px;
	font-size:10px;
	background-color: #CCE2ED;
	color: #000000;
	text-decoration:none
}


a.langlinks:visited {text-decoration:none; color: #000000;}
a.langlinks:hover {text-decoration:underline; color: #000000;}

.redtxt {
	color: #cc0000;
}

a.sidebarlink {
	color: #000000;
	text-decoration: none;
}

a.sidebarlink.visited {
	color: #000000;
	text-decoration: none;
}
a.sidebarlink.hover {
	color: #000000;
	text-decoration: underline;
}



.teamtitle{
	font-weight: bold;
	font-size: 11px;
}


.mainContentbox {
	border: 1px solid #b5b5b5;
	background-color: #f7f6f4;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 10px;
}