/**
* DESIGN AND LAYOUT TAKEN OVER FROM http://css.maxdesign.com.au/floatutorial
* TEMPLATE TUTORIAL (c) 2007 by C. Sommer (doc) for http://websitebaker.org
*/

/* SET DEFAULT VALUES FOR ALL HTML ELEMENTS */
* { 
 margin: 0; 
 padding: 0;
}

/* WHITE BACKGROUND COLOR */
html, body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}


/*****************************************************************************************
******************************************************************************************
* Page layout tags COMMON
******************************************************************************************
******************************************************************************************/

#navigation1 {
	background-color: #333333;
	color: #CFC;
	height: 30px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	position: relative;
}
#bannerInner {
	float: right;
	margin-top: 30px;
}

#navigation2 {
	background-color: #FFFFFF;
	height: 30px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	position: relative;
	clear: both;
}
#container {
	width: 900px;
	margin: 0px auto 10px;
	background-color: #ffffff;
	line-height: 120%;
}
#banner {
	padding: 0em;
	height: 100px;
}
#footer {
	clear: both;
	padding: 0.5em 0.5em 0.5em 13px;
	color: #000000;
	background-color: #D8EEC8;
	border-top: 1px solid #333333;
	font-size: 12px;
	background-image: url(img/footerBkgrd2.jpg);
	background-repeat: repeat-y;
}
/*****************************************************************************************
******************************************************************************************
* Page layout tags LAYOUT 1
******************************************************************************************
******************************************************************************************/
#news {
	float: right;
	width: 240px;
	padding: 0em;
	margin: 0px;
	position: relative;
}

#sideMenu {
	float: right;
	width: 240px;
	padding: 0em 0em 12px;
	margin: 0px;
	position: relative;
}

#content {
	margin-left: 0px;
	margin-right: 260px;
	padding: 0em;
	min-height: 400px;
	margin-top: 0px;
	height: auto;
	width: auto;
	position: relative;
}
.contentInner {
	margin-top: 0px;
	margin-left: 13px;
	margin-right: 10px;
	width: auto;
	position: relative;
}


#pagebottom {
	position: relative;
	background-image: url(img/bkgrdGrad2.jpg);
	background-repeat: repeat-y;
}
#cubes {
	min-height:400px;
	background-image: url(img/cubes1.jpg);
	background-position: 740px 300px;
	background-repeat: no-repeat;
	position: relative;
	height: auto;
	clear: both;
}
.photoBkgrd {
	margin: 0px;
	width: 639px;
	min-height: 260;
	background-image: url(img/meetingBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: left 80px;
	width: auto;
	position: relative;
}


/*****************************************************************************************
*****************************************************************************************
* Text styling common to all pages
*****************************************************************************************
******************************************************************************************/

/*****************************************************************************************
* Common Tags
******************************************************************************************/

p {
	margin-top: .3em;
}
hr {
	margin-top: 6px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 19px;
	font-weight: bold;
	line-height: 100%;
	color: #336666;
	margin-top: 18px;
}
h3 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 18px;
	color: #333333;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	color: #000000;
}
table {
	font-size: 14px;
}



/*****************************************************************************************
* Main content text styling
******************************************************************************************/
#content h2 {
	margin: 10px 0 0.5em;
}
#content p {
	font-size: 14px;
}
#content ul {
	margin-top: 0.3em;
	font-size: 15px;
	margin-left: 2em;
	line-height: 18px;
	}
#content a:link, #content a:visited{
	color: #663366;
	text-decoration: none;
	}
#content a:hover {
	text-decoration:underline;
	}
#content ul li {
	list-style-image: url(img/squareGreen.gif);
	margin-left: 2em;
	margin-top: .3em;
	}
#content ul li a:link, #content ul li a:visited {
	color:#663366;
	text-decoration:none;
}
#content ul li a:hover {
	color:#000000;
	text-decoration:underline;
}
#content ul li ul {
	margin-top: -.2em;
	margin-bottom: 0px;
}
#content ul li ul li {
	list-style-type: circle;
	list-style-image: none;
	margin: 0px;
}
#content ul li ul li a:link, #content ul li ul li a:visited {
	color: #444444;
	font-style: italic;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#content ul li ul li a:hover {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
	font-size: 12px;
}

/*****************************************************************************************
* Top Navigation bar text styling
******************************************************************************************/
#navigation1 ul li {
	font-weight: bold;
	padding: 0 1em;
	display: inline;
	margin: 0px;
}

#navigation1 ul li a:link, #navigation1 a:visited {
	color: #CFC;
	text-decoration: none;
}

#navigation1 ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#navigation1 ul li ul {
	display: inline;
	margin-left: 1em;
}

#navigation1 ul li ul li {
	display: inline;
}

#navigation1 ul li ul li ul{
	display: none;
}

#navigation1 .menu_current a:link, #navigation1 .menu_current a:visited {
	color: #FFFFFF;
}

/*****************************************************************************************
* Text Styling OF THE News panel
******************************************************************************************/
#news p {
	font-size: 12px;
}
#news a:link, #news a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #663366;
}
#news a:hover {
	text-decoration: underline;
}

/*****************************************************************************************
* Text Styling of the SideMenu panel
******************************************************************************************/

#sideMenu p {
	font-size: 12px;
	line-height: 15px;
}
#sideMenu .menu_current a:link, #sideMenu .menu_current a:visited, #sideMenu .menu_current a:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}

#sideMenu a:link, #sideMenu a:visited {
	font-weight: bold;
	color: #004546;
	text-decoration: none;
}
#sideMenu a:hover {
	text-decoration: underline;
}
#sideMenu ul li {
	font-size: 12px;
	margin-left: 1em;
	line-height: 14px;
	margin-top: 2px;
}
#sideMenu ul li ul li {
	margin-left: 1em;
	list-style-type: none;
}

#sideMenu ul li a:link, #sideMenu ul li a:visited {
	font-weight: bold;
	color: #660066;
	text-decoration: none;
}

#sideMenu ul li a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#sideMenu ul li ul li a:link, #sideMenu ul li ul li a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-style: italic;
}
#sideMenu ul li ul li a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
#sideMenu ul li ul li ul {
	display: none;
}
/*****************************************************************************************
* Text Styling of the Bottom Navigation  panel
******************************************************************************************/

#navigation2 ul li {
	display: inline;
	list-style-position: inside;
	font-weight: bold;
	margin-left: 0px;
	padding: 0 1em;
}

#navigation2 ul li a:link, #navigation2 ul li a:visited {
	color: #663366;
	text-decoration: none;
}

#navigation2 ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

#navigation2 ul li ul {
	display: inline;
	margin-left: 1em;
}

#navigation2 ul li ul li {
	display: inline;
}

#navigation2 ul li ul li ul{
	display: none;
}
#navigation2 .menu_current a:link, #navigation2 .menu_current a:visited {
	color: #000000;
}

/*****************************************************************************************
* Alternate menu styling
******************************************************************************************/


#menu2 {
	margin-left: 50px;
}
#menu2 ul li {
}
#menu2 ul li ul li{
	display: block;
}
#menu2 ul li ul li ul{
	display:none;
}

/*****************************************************************************************
* Text styling - Common
******************************************************************************************/

#pagebottom a:link, #pagebottom a:visited {
	text-decoration: none;
}
#pagebottom a:hover {
	color: #000000;
	text-decoration: underline;
}
.style2 {
	color: #5A3363;
	font-weight: bold;
}
.style1 {
	color: #999999;
	font-size: 12px;
	font-style: italic;
	font-variant: normal;
}
.margin5 {
	margin: 5px;
}
.floatRight {
	float: right;
}
.indent20{
	margin-left: 20px;
}
.indent40{
	margin-left: 40px;
}
.indent50{
	margin-left: 50px;
}
.clients table{
	font-size: 12px;   
}
.clients td{
	background-image: url(img/ruleOver20.gif);
	background-repeat: repeat-x;
}
.size16{
	font-size: 16px;
	line-height: 17px;
}

/*****************************************************************************************
* Text styling - footer
******************************************************************************************/

#footer a {
	font-size: 10px;
	color: #666666;
}
