@import url('side.css');
@import url('home.css');

/**************** BODY *********************/

* { 
	margin: 			0pt; 
	padding:			0pt; 
} 

body{
	background:			#FAFAFA url(../images/layout/bg.jpg) top no-repeat;
	font-family:		tahoma, arial, verdana, sans-serif;
	font-size:			100%;
	color:			#000000;
	margin-top:			0px;
	line-height:		20px;
}

#content {
	width: 			950px;
	margin: 			0pt auto;
	background-color:		#FFFFFF;
	border-left:		1px #CCCCCC solid;
	border-right:		1px #CCCCCC solid;
	min-height:			600px;
}

a img {
	border:			0pt none;
}

/**************** HEADER *********************/ 

#header { 
	background-image: 	url(../images/layout/header.jpg);
	background-color: 	#FFFFFF;

	width: 			950px;
	height: 			115px; 
} 

#header h1 {
	text-indent:		-5000px;
}

#header h3{
	text-indent:		-5000px;
}

#header .nav {
	float: 			right;
	color:			#FFFFFF;
	padding-right:		50px;
	margin-top:			50px;
}

#header .nav  p {
	color:			#FFFFFF;
	font-weight:		bold;
	font-size:			110%;
}

/**************** MAIN NAV *********************/

#nav {
	background-image: 	url(../images/layout/nav-bg.jpg);
	height:			30px;
	width:			950px;
	text-align:			center;
}	
	
#menu  {
	list-style-type:		none;
	margin-left:		18px;
	margin-right:		19px;
	padding-top:		5px;
	padding-bottom:		5px;
}

#menu li  {
	display:			inline;
	text-transform:		uppercase;
	color:			#99CCFF;
	font-weight:		bold;
	font-size:			100%;
}

#menu li a  {
	background-color:		inherit;
	padding-left:		7px;
	padding-right:		7px;
	color:			#FFFFFF;
	font-family:		Georgia, arial, tahoma, verdana, sans-serif;
	text-decoration:		none;
}

#menu li a:hover  {
	color:			#FFFFFF;
	background-image: 	url(../images/layout/nav-ho.jpg);
	padding:			7px 7px 7px 7px;
	text-decoration:		underline;
}

#menu li a.active {
	color:			#FFCC66;
	text-decoration:		underline;
}

/**************** LEFT *********************/ 

#left {
	float:			left;
	padding: 			10px;
	text-align:			left;
	width: 			635px;
}

#left h1 {
	padding-bottom:		.5em;
	font-family:		Georgia, Trebuchet MS, Trebuchet, Arial;
	font-size: 			150%;
	color: 			#003366;
	border-bottom:		1px #99CC66 solid;
	margin-bottom:		5px;
	text-align: 		left;
	text-transform:		uppercase;
}

#left h2 {
	font-size: 			115%;
	margin-bottom: 		12px;
	padding-top:		.5em;
	padding-bottom:		.2em;
	color: 			#000000;
	text-align: 		Left;
	text-decoration:		underline;
}

#left h3 {
	padding-bottom:		.5em;
	font-size: 			105%;
	color: 			#000000;
	text-align: 		Left;
}

#left h4 {
	padding-bottom:		.5em;
	font-size: 			95%;
	color: 			#000000;
	text-align: 		Left;
}

#left a:link {
	color: 			#0000FF;
	text-decoration:		underline;
}

#left a:visited {
	color: 			#0000FF;
	text-decoration:		underline;
}

#left a:hover {
	color:			#FF0000;
	text-decoration:		underline;
}

#left p { 
 	padding-bottom: 		18px;
	font-size:			90%;
}

#left ol {
	margin:			0pt 0px 15px 20px;
	margin-left:		30px;
	margin-bottom:		15px;
	list-style-position:	outside;
}

#left ol li {
	font-size:			80%;
	margin:			0pt 0pt 5px;
	padding:			0pt;
}

#left ol {
	margin:			0pt 0px 15px 20px;
	margin-left:		30px;
	margin-bottom:		15px;
	list-style-position:	outside;
}

#left ol li {
	font-size:			90%;
	margin:			0pt 0pt 5px;
	padding:			0pt;
}

#left ul {
	margin-left:		30px;
	margin-bottom:		15px;
	list-style-position:	outside;
	list-style-type:		square;
}

#left ul {
	list-style-type:		square;
	margin:			0pt 0px 15px 20px;
}

#left ul li {
	list-style-type:		square;
	font-size:			90%;
	margin:			0pt 0pt 5px;
	padding:			0pt;
}

#left hr { 
 	margin-bottom: 		18px;
	color:			#CCCCCC;
	width:			95%;
}

/**************** RIGHT *********************/

#right {
	float:			right;
	border-left:		1px #CCCCCC dashed;
	padding: 			10px;
	text-align:			center;
	width: 			265px;
}

.img-shadow {
  float:left;
  background: url(../images/layout/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/layout/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

/**************** FOOTER *********************/

#footer {
	clear: 			both;
	background-image: 	url(../images/layout/footer.jpg);
	text-align:			center;
	margin:			0pt auto;
	width:			952px;
	height:			45px;

}

#footerlinks  {
	list-style-type:		none;
	margin-left:		5px;
	margin-right:		5px;
	padding-top:		7px;
}

#footerlinks li  {
	display:			inline;
	text-transform:		lowercase;
	color:			#000000;
	font-size:			70%;
}

#footerlinks li a  {
	background-color:		inherit;
	padding-left:		7px;
	padding-right:		7px;
	color:			#666666;
	font-family:		Georgia, arial, tahoma, verdana, sans-serif;
	text-decoration:		none;
}

#footerlinks li a:hover  {
	text-decoration:		underline;
}

/**************** BOTTOM LINKS *********************/

.bottom  {
	font-size:			65%;
	color:			#000000;
	text-align:			center;
	padding-bottom:		0px;
}

.bottom A:link  {
	color:			#800000;
	text-decoration:		underline;
}

/**************** CLEAR *********************/

.clearfix:after {
	content: 			"."; 
	display: 			block; 
	height: 			0; 
	clear: 			both; 
	visibility: 		hidden;
	}

* html>body .clearfix {
	display: 			inline-block; 
	width: 			100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}