/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	background-color: transparent;
}

body, html {
font-family: Verdana, Arial, Tahoma, sans-serif;
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
}
body {
font-size: 70%;
}
.clear { clear: both; }
#mainContainer { background-image: url(/examples/three-column-100-bg.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; width: 956px; margin: 0 auto; /*** Centers the design ***/
min-height: 100%; text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
/**************************
CONTENT AND COLUMNS
**************************/
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 956px; margin: 0; padding: 0; }
* html #content {
position: relative;  /*** IE needs this  ***/
}
/**************************
FOOTER
**************************/
#footer { color: #929497; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; width: 100%; height: 30px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: -30px auto 0; text-align: center; background-color: #f5f5f5; clear: both; }
#header { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 956px; height: 69px; margin: 0; padding: 0
    }
#header_port {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	width: 956px;
	height: 22px;
	margin: 0 1;
	padding: 0;
    }
.header1 { font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; background-repeat: no-repeat; width: 331px; height: 69px; float: left; }
.header1_port {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-repeat: no-repeat;
	width: 331px;
	height: 20px;
	float: left;
	background-color: #FFF;
}

.header2 { font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; background-image: url(images/nav_bg.gif); background-repeat: no-repeat; background-position: 0 18px; width: 583px; height: 51px; float: left; padding-top: 18px; }
.header2_port {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 18px;
	width: 583px;
	height: 22px;
	float: left;
	padding-top: 18px;
	background-color: #FFF;
}
.blog_button { width: 40px; height: 69px; float: left; }
.blog_button_port {
	width: 40px;
	height: 12px;
	float: left;
	background-color: #FFF;
}

.foot { color: #929497; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
a.footer { color: #929497; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none; }
a.footer:hover { color: #ff5c0a; font-size: 10px; text-decoration: none; }
/**************************
ACCORDIAN ITEMS
**************************/
* { background-image: url(images/bg.png); margin:0; padding:0; list-style-type: none; list-style-image: none; }
body { font-family: Helvetica, Arial, sans-serif; font-size: 11px; margin:0; padding: 0; }
#home_main_content
	{ background-repeat: no-repeat; background-position: 0 0; width: 956px; height: 295px; float: left; margin: 0; padding: 0; }
#home_content
	{ background-repeat: no-repeat; background-position: 0 0; width: 956px; float: left; margin: 0; padding: 0; }
	#home_content_port
	{
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 956px;
	float: left;
	margin: 34 0 0 0;
}
#home_content_left
	{ color: #c58e8e; background-repeat: no-repeat; background-position: 0 0; width: 249px; float: left; margin: 0; padding: 15px 0 0 81px; }
#home_content_right
	{ background-repeat: no-repeat; background-position: 0 0; width: 529px; float: left; margin: 0; padding: 15px 0 35px; }

#home_content_left_port
	{
	color: #c58e8e;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 249px;
	float: left;
	margin: 0;
	padding: 48px 0 0 81px;
}
#home_content_right_port
	{
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 529px;
	float: left;
	margin: 0;
	padding: 48px 0 35px;
}
h3 {font-size: 13px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px; padding-top: 10px; padding-bottom: 10px;
	font-weight: bold;
	color: #F00;

}
p { color: #707277; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px; padding-top: 10px; padding-bottom: 10px; }
h1 {
	color: #ff7300;
	font-size: 32px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: lighter;
	line-height: 42px;
	margin: 0;
	padding: 0 0 5px;
}
div.nav1 { float: left; width: 106px; height: 30px; background: url(images/1-over.gif) no-repeat;
text-indent: -2500px; margin-left: 0; padding-left: 0; }
div.nav1 a { display: block; margin: 0; padding:0; width:106px; height:30px; overflow:hidden; font: bold 13px/1 georgia, serif; color:#039; text-decoration: none; background: url(images/1-up.gif) no-repeat; text-indent: -2500px; }
div.nav1 a:hover { background-image: url(images/1-over.gif); color: yellow; text-indent: -2500px; padding-left: 0; }
div.nav1_on { float: left; width: 106px; height: 30px; background: url(images/1-on.gif) no-repeat; text-indent: -2500px; padding-left: 0; }
div.nav2 { float: left; width: 106px; height: 30px; background: url(images/2-over.gif) no-repeat;
text-indent: -2500px; }
div.nav2 a { display: block; margin: 0; padding:0; width:106px; height:30px; overflow:hidden; font: bold 13px/1 georgia, serif; color:#039; text-decoration: none; background: url(images/2-up.gif) no-repeat; text-indent: -2500px; }
div.nav2 a:hover { background-image: url(images/2-over.gif); color: yellow; text-indent: -2500px; }
div.nav2_on { float: left; width: 106px; height: 30px; background: url(images/2-on.gif) no-repeat; text-indent: -2500px; }
div.nav3 { float: left; width: 112px; height: 30px; background: url(images/3-over.gif) no-repeat;
text-indent: -2500px; }
div.nav3 a { display: block; margin: 0; padding:0; width:112px; height:30px; overflow:hidden; font: bold 13px/1 georgia, serif; color:#039; text-decoration: none; background: url(images/3-up.gif) no-repeat; text-indent: -2500px; }
div.nav3 a:hover { background-image: url(images/3-over.gif); color: yellow; text-indent: -2500px; }
div.nav3_on { float: left; width: 112px; height: 30px; background: url(images/3-on.gif) no-repeat; text-indent: -2500px; }
div.nav4 { float: left; width: 113px; height: 30px; background: url(images/4-over.gif) no-repeat;
text-indent: -2500px; }
div.nav4 a { display: block; margin: 0; padding:0; width:113px; height:30px; overflow:hidden; font: bold 13px/1 georgia, serif; color:#039; text-decoration: none; background: url(images/4-up.gif) no-repeat; text-indent: -2500px; }
div.nav4 a:hover { background-image: url(images/4-over.gif); color: yellow; text-indent: -2500px; }
div.nav4_on { float: left; width: 113px; height: 30px; background: url(images/4-on.gif) no-repeat; text-indent: -2500px; }
div.nav5 { float: left; width: 107px; height: 30px; background: url(images/5-over.gif) no-repeat;
text-indent: -2500px; }
div.nav5 a { display: block; margin: 0; padding:0; width:107px; height:30px; overflow:hidden; font: bold 13px/1 georgia, serif; color:#039; text-decoration: none; background: url(images/5-up.gif) no-repeat; text-indent: -2500px; }
div.nav5 a:hover { background-image: url(images/5-over.gif); color: yellow; text-indent: -2500px; }
div.nav5_on { float: left; width: 107px; height: 30px; background: url(images/5-on.gif) no-repeat; text-indent: -2500px; }
.menu li
{ background-image: url(images/jump1.gif); background-repeat: no-repeat; width: 150px; height: 26px; padding-top: 13px; padding-left: 20px; }
.menu li a
{ color: #ff7300; font-size: 14px; font-family: "Myriad Pro", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-repeat: no-repeat; text-decoration: none; width: 150px; height: 30px; }
.menu li a:active
{ color: #ff7300; font-size: 14px; background-repeat: no-repeat; text-decoration: none; width: 150px; height: 30px; }
.menu li a:hover
{ color: #424242; font-size: 14px; background-image: url(images/jump1_over.gif); background-repeat: no-repeat; text-decoration: none; }
li#current a
{ color: #424242; font-size: 14px; background-repeat: repeat; text-decoration: none; width: 150px; height: 30px; }
.componentheading {
	color: #ff7300;
	font-size: 28px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding-bottom: 15px;
}
h2 {
	color: #ff7300;
	font-size: 18px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding: 0 0 5px;
}
.createdate { color: #707277; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px; height: 30px; margin-top: 5px; margin-right: 0; margin-bottom: 10px; padding-top: 5px; padding-bottom: 10px; }
a.readon { color: #ff7300; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none; }
a.readon:hover { color: #929497; font-size: 10px; text-decoration: none; }
#home_content_right a:active
{
	color: #000;
	text-decoration: none;
}
#home_content_right a:hover
{
	color: #ff7300;
	text-decoration: none;
}
#home_content_right a:visited
{
	color: #000;
	text-decoration: none;
}



td.niceform /*Set's border, padding and margin to 0 for all values*/
{
	background-image: url(Picture%207.png);
	margin-right: 30px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
td.button /*Set's border, padding and margin to 0 for all values*/
{
	cursor:pointer;
	background-image: url(Picture%209.png);
	margin-right: 30px;
	margin-left: 10px;
	padding-right: 95px;
	padding-left: 15px;
	background-repeat: no-repeat;

}
td.dropdown /*Set's border, padding and margin to 0 for all values*/
{
	background-image: url(Picture%2012.png);
	margin-right: 30px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.small /*Set's border, padding and margin to 0 for all values*/
{
	font-size: 12px;
	padding-bottom: 5px;
	color: #000;
	font-family: arial;
}
a.link /*Set's border, padding and margin to 0 for all values*/
{
	font-size: 13px;
	padding-bottom: 5px;
	color: #F60;
	font-family: arial;
}
a.active /*Set's border, padding and margin to 0 for all values*/
{
	font-size: 13px;
	padding-bottom: 5px;
	color: #F60;
	font-family: arial;
}
a.hover /*Set's border, padding and margin to 0 for all values*/
{
	font-size: 13px;
	padding-bottom: 5px;
	color: #F60;
	font-family: arial;
}

span.highlight {
	color: #ff7300;
}


.bold {
	font-weight: bold;

}
	.input {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #8595B2;
}

