@charset "utf-8";
/* CSS Document */
body 				{font:80% Verdana, Arial, Helvetica, sans-serif; background:url(/images/background-image_white.jpg) repeat-x #c9d0bd; 
					 margin:0; padding:0; text-align:center; color:#333333;}
h1					{font-family: Palatino Linotype; font-size:150%; letter-spacing:1px; font-variant:small-caps;}
h2					{font-family: Palatino Linotype; font-size:140%; letter-spacing:1px;}
h3					{font-family: Palatino Linotype; font-size:130%; letter-spacing:1px;}
h4					{font-family: Palatino Linotype; font-size:120%; letter-spacing:1px;}
h5					{font-family: Palatino Linotype; font-size:110%; letter-spacing:1px;}
h6					{font-family: Palatino Linotype; font-size:100%; letter-spacing:1px;}
a img				{text-decoration:none; border:none;}
a:link				{color:#3e7c97; text-decoration:none;}
a:active			{color:#3e7c97; text-decoration:none;}
a:visited			{color:#3e7c97; text-decoration:none;}
a:hover				{color:#c16622; text-decoration:none;}
.green 				{color:#a8d300;}
.orange				{color:#c16622;}
.blue				{color:#3e7c97;}
.white				{color:#FFFFFF;}
.linotype			{font-family: Palatino Linotype;}
#container 			{width: 1000px; margin: 10px auto 25px auto; padding: 0; background: #FFFFFF; text-align: left; 
					 -moz-box-shadow: 3px 3px 4px #333333; -webkit-box-shadow: 3px 3px 4px #333333; box-shadow: 3px 3px 4px #333333; 
					 /* For IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
					 /* For IE 5.5 - 7 */filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');} 
#search 			{width: 1000px;padding:30px 30px 0 30px; margin: auto; text-align:center;}
#navigation 		{width: 1000px; padding:30px 0 0 0; margin: auto; background:#FFFFFF; color:#FFFFFF; text-align:right;}
#header				{width: 1000px; background: url(/images/header-image.jpg) no-repeat right top; vertical-align:absmiddle; 
					 border-top: 1 px solid #333333; height:270px; padding:0; margin:0;}
#sidebar 			{float: left; width: 300px; padding: 15px 10px 15px 20px; font-weight:normal;}
#sidebar h1			{border-bottom: 2px solid #a8d300;}
#sidebar dl			{background:url(/images/sticky-note.png) top right no-repeat;}
#sidebar dt 		{font-variant:small-caps; padding: 0 0 10px 0; font-size:110%; letter-spacing:1px; font-weight: bold;}
#sidebar dd 		{margin:0px; padding: 0 0 20px 0;}
#sidebar  img 		{border:2px solid #ffffff; -moz-box-shadow: 3px 3px 4px #333333; -webkit-box-shadow: 3px 3px 4px #333333; box-shadow: 3px 3px 4px #333333;
					 /* For IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
					 /* For IE 5.5 - 7 */filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');}
#content 			{margin:0 0 0 350px; padding:15px 20px 0 20px; position:relative; background:#FFFFFF;}
#content  img 		{border:2px solid #ffffff; -moz-box-shadow: 3px 3px 4px #333333; -webkit-box-shadow: 3px 3px 4px #333333; box-shadow: 3px 3px 4px #333333;
					 /* For IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
					 /* For IE 5.5 - 7 */filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');}
#footer 			{padding: 0 10px; background:#979d8d; bcolor:#FFFFFF;}
#footer a:link		{color:#FFFFFF; text-decoration:none;}
#footer a:active	{color:#FFFFFF; text-decoration:none;}
#footer a:visited	{color:#FFFFFF; text-decoration:none;}
#footer a:hover		{color:#a8d300; text-decoration:none;}
#footer p 			{margin: 0;padding: 10px 0;}
.fltrt 				{float:right; margin-left: 8px;}
.fltlft 			{float:left; margin-right: 8px;}
.clearfloat 		{clear:both; height:0; font-size:1px; line-height:0px;}
