
/* START default CSS */

html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 2.5em; margin: 20px 0px 0px 0px }
h2              { font-size: 1.5em; margin: .75em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th, tr      { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px solid #fdfdfd; }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A"; white-space: pre-line }



/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}

/* END default CSS */



/* START CSS Salad */

body{
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	background-image:url(/images/splash_BG.jpg); 
	background-repeat:no-repeat; 
}

h1 span {
  background: url(/images/text_light.png) repeat-x;
  position: absolute;
  display: block;
  width: 300px;
  height: 40px;
}

h2{
	color:#ea9612;
	margin:0px;
	font-size:1.5em;
	letter-spacing: 0.05em;
	line-height:1.2em;
}

h3{ 
	font-size: 1.17em; 
	margin: 0 0 0.6em;
}

.main_BG_image{
	margin:0px;
}
.main_container{
	width:900px;
	text-align:left;
}

.navigation{
	margin:-38px 0px 0px 0px;
	float:right;
}

.main_nav{
	padding: 10px 30px 10px 0px; 
	float: left;
	margin:0px;
}

.main_nav a:link , .main_nav a:active , .main_nav a:visited {
	font-weight:bold;
	color:#EDBF42;
	text-decoration:none;
}

 .main_nav a:hover{
	color:#e0a300;
}

.work_container{
	width:600px; 
	float:left;	
}

.sm_image{
	margin:0px 13px 13px 0px; 
	padding:2px;
	float:left; 
	width:80px; 
	height:80px;
	background-color:#f9faff;
	border:#eff0ff solid 1px;
}

.sm_image a:link , .sm_image a:active , .sm_image a:visited  {
	background-color:#f9faff;
}

.sm_image a:hover{
	background-color:#aaa;
}

.side_bar{
	background:#ffffff;
	background-image:url(/images/side_BG.jpg); 
	background-repeat:no-repeat;
	padding:10px 5px 5px 15px; 
	letter-spacing:0.02em;
	line-height:2em;
	width:280px; 
	float:left; 
	text-align:left;
}

.page_advice{
	font-size: 10px; 
	color: #a5a0bc; 
	float: right; 
	margin:0.7em 1.5em 0;
}


.form_container{
	height:460px;
	width:860px;
	text-align:left;
	background-color:#ffffff;
	background-image:url(/images/penguin_BG.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding:20px;
	margin:10px 0px;
}

.detail_text{
	font-size:10pt;
	color:#cccccc;
	}
	
.footer{
	color:#CCCCCC;
	font-size:10px;
	text-align:center;
	clear:both;
}

 /* END CSS Salad */

