/* CSS Document */

html,body{
	margin:0;
	padding:0;
}
body{
	padding-top:120px;/*match height of fixed header*/
	margin-top:-120px;/*match height of fixed header*/
	padding-left:170px;/*match width of fixed sidebar*/
	margin-left:-170px;/*match width of fixed sidebar*/
	background:#ffffff;
}
#outer{
	margin-left:171px;
	position:relative;
	background:#ffffff;
	border-left:0px solid #000;
	border-right:0px solid #000;
}
#inner{
	padding-top:120px;
	margin-right:131px;
	padding-right:5%;
	padding-left:5%;
	background-image:url(rotate/rotator.php);
	background-position:center;
	background-repeat: no-repeat;
}
#contents{
	padding-top:120px;/* matches height of fixed header to clear the content below it*/
	margin-right:131px;/* clear right column*/
}
#header{
	position:fixed;/* for good browsers*/
	top:0;
	left:0;
	width:100%;
	height:120px;/* the height you want the header to be*/
	z-index:999;
	border-bottom:0px solid #000;
}
#headerinner{/* header content goes inside here*/
	text-align:left;
	background:white;
	height:120px;/* match height of fixed header*/
	position:relative;
	z-index:999;
}
#left{/* Bear in mind that as there is no height then scrollbars won't appear in IE and very small screens will be unable to reach the content of his fixed side - so keep content to a minimum */
	width:170px;
	position:fixed;/* for good browers */
	left:0;
	top:120px;
	bottom:40px;/* this will enable a vertical scrollbar to appear in good browsers*/
	overflow:auto;/* this will enable a vertical scrollbar to appear in good browsers*/
}
#right{
	width:131px;	
	position:relative;
	float:right;
	padding-top:120px;/* match height of header*/
	padding-bottom:40px;/* match height of footer*/
}
#footer{
	height:40px;
	background:#ffffff url(picts/shadow1.gif) left top;
	position:fixed;
	bottom:0;left:0;
	z-index:999;
	width:100%;
}
#clearfooter{/* to clear footer*/
	height:52px;
	clear:both;
}

/* ie only styles below */
/* mac hide \*/
* html, * html body{
	overflow:hidden;
	height:100%;
}
* html #left {position:absolute;}
* html #headerinner{margin-right:-133px;voice-family: "\"}\""; voice-family:inherit; }
* html #headerinner{margin-right:17px;}
* html #header{position:absolute;}
* html #outer {height:100%;overflow:auto}
* html #footer{
	clear:both;
	margin-top:-39px;
	margin-right:17px;	
	position:relative;
	width:auto;
}
/* end hide */

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 250PX;
		BORDER: #000000 1px solid}


.dropdown 	{ COLOR: #333333;
		WIDTH: 250PX;
		FONT: 11px geneva, verdana, arial, sans-serif}


.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 275PX;
		BORDER: #000000 1px solid}

.submitbutton { FONT: 9pt arial, verdana, sans-serif }

TABLE		{ COLOR: #000000; FONT: 11px geneva, verdana, arial, sans-serif }

.title		{ COLOR: #141424; FONT: 18px geneva, verdana, arial, sans-serif; font-weight: bold }

.biglink 	{ FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: none }

.biglink:hover 	{ FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: underline }

.just 		{text-align: justify;}

.copyright	{ COLOR: #999999; FONT: 9px geneva, verdana, arial, sans-serif }

.smalltitle 	{ COLOR: #000000; FONT: 11px geneva, verdana, arial, sans-serif; font-weight: bold }

.careertitle	{ COLOR: #666666; FONT: 14px geneva, verdana, arial, sans-serif; font-weight: bold }

.subtitle	{ COLOR: #336699; FONT: 15px geneva, verdana, arial, sans-serif; font-weight: bold }

.phonetitle	{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold }

.picturecomments{ COLOR: #666666; FONT: 12px geneva, verdana, arial, sans-serif }

.picturehilight	{ COLOR: #3366FF; FONT: 13px geneva, verdana, arial, sans-serif; font-weight: bold  }

.picturetitle 	{ COLOR: #000000; FONT: 13px geneva, verdana, arial, sans-serif; font-weight: bold }

.menulinkssm { COLOR: #666666; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: normal; text-decoration:none }

.menulinkssm:hover { COLOR: #FF0000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold; text-decoration:none }

.menulinks	{ COLOR: #3366FF; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: normal; text-decoration:none }

.menulinks:hover	{ COLOR: #FF3300; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold; text-decoration:none }

.list 		{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: normal }

.faq 		{ line-height: 19px }

.text		{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: normal }

.text-cent 	{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-style: normal; text-align:center }

.contenttitle { COLOR: #000066; FONT: 17px geneva, verdana, arial, sans-serif; font-weight: bold }

.contenttext { COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; }

.contenthilight { COLOR: #000066; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold }

.textfooter { color:#666666; font: 9px verdana, arial, sans-serif; }