/*  @@@@@[  Wrappers  ]@@@@@ */
/* The percentage in the body tag takes care of earlier versions of IE using the percentages (base font size is 16px for IE 6, 16 x 62.5 = 10)... ems should be used in most other style declarations */

body {
	background:url(../images/bg_main.gif) repeat-x top;
	background-color: #545342; 
	font: 10px Arial, Helvetica, sans-serif; 
	color: #666666; 
	text-align: center; 
	margin: 0px;
	line-height: 1.8em;
}
#wrapper {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	padding-bottom: 10px;
}

/*  @@@@@[  Navigation  ]@@@@@ */

#nav {
	/*width: 803px;
	height: 31px;
	padding-top: 38px;
	padding-right: 37px;*/
    padding-bottom: 10px;
    padding-right:19px;
    padding-top:7px;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 1.0em;
}

#callback{
padding-bottom:20px;
}

#nav a {
	color:#494134;
	text-decoration:none;
	margin-right:0px;
	margin-left:37px;
}
#nav a:hover {
	color:#bf2e1a;
	text-decoration:none;
	margin-right:0px;
	margin-left:37px;	
}
/*  @@@@@[  Sub Nav  ]@@@@@ */
/* Note that there are styles applied to all "a" tags in .subnav (such as display: block) and then specific styles for "a" tags in .sub1 */
#sub_nav {
	width: 221px;
	background:url(../images/bg_sub.gif) repeat-y;
	position:absolute;
	left: 15px;
	top: 190px;
	font-size: 1.1em;
	line-height: 20px;
}
#bg_sub_nav {
	width: 221px;
	background:url(../images/bg_botsub.gif) no-repeat bottom left;
	padding-bottom: 20px;
}
.subnav {
	width: 177px;
	padding-top: 35px;
	padding-left: 44px;
	background:url(../images/bg_topsub.gif) no-repeat top;
	padding-bottom: 20px;
	min-height:57px
}
.subnav h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	margin: 0px;
	text-transform:uppercase;
	font-weight:normal;
	background: url(none);
	padding: 0px 0px 8px;
}
.subnav ul {
	margin: 0px;
	padding-left: 0px;
	padding-right: 10px;
}
.subnav ul li {
	list-style: none;
	line-height: 15px;
	margin-bottom: 5px;
}
.subnav ul li ul {
	margin: 0px;
	padding-left: 0px;
	padding-top: 4px;
}
.subnav ul li ul li {
	line-height: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.subnav a:visited, .subnav a:active, .subnav a:link {
	display: block; 
	text-decoration: none; 
	color: #fff; 
	height: 100%;
}
.subnav a:hover {
	display: block; 
	text-decoration: none; 
	color: #b2c5bc;
	height: 100%;
}
.subnav  a.sub1:visited, .subnav  a.sub1:active, .subnav  a.sub1:link {
	padding-left: 14px;
	background:url(../images/bullet_sub.gif) no-repeat 5px 4px;
}
.subnav  a.sub1:hover {
	padding-left: 14px;
	background:url(../images/bullet_sub.gif) no-repeat 5px 4px;
}
.subnav  a.act {
	color: #bf2e1a;
	font-weight:bold;
}
.subnav .sub2 a:visited, .subnav .sub2 a:active, .subnav .sub2 a:link {
	font-size: 1.1em; 
	padding: 5px 15px 3px 33px;
	background: #CCCCCC url(../images/bullet.jpg) no-repeat 25px 9px;
}
.subnav .sub2 a:hover {
	font-size: 1.1em; 
	padding: 5px 15px 3px 33px;
	background: #cdb8cc url(../images/bullet.jpg) no-repeat 25px 9px;
}
.subnav .sub3 a:visited, .subnav .sub3 a:active, .subnav .sub3 a:link {
	font-size: 1.1em; 
	padding: 5px 15px 3px 43px;
	background: #CCCCCC url(../images/bullet.jpg) no-repeat 35px 9px;
}
.subnav .sub3 a:hover {
	font-size: 1.1em; 
	padding: 5px 15px 3px 43px;
	background: #cdb8cc url(../images/bullet.jpg) no-repeat 35px 9px;
}
.subnav a.on {
	text-decoration: underline;
}


/* @@@@@[  Header / Footer  ]@@@@@ */

#header {
	width:960px;
}
#footer {
	width:960px;
	color: #7e7d70;
	text-align: center;
	line-height: 2.4em;
	clear: both;
	font-size: 1.1em;
	padding-top: 10px;
	background:url(../images/line.gif) no-repeat 16px 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #7e7d70; 
	font-size: 0.9em;
	text-decoration: none;
}
#footer a:hover {
	color: #7e7d70; 
	font-size: 0.9em;
	text-decoration: underline;
}
#footer .seo a:link, #footer .seo a:visited, #footer .seo a:active, #footer .seo a:hover {
	color: #7e7d70; 
	text-decoration: none;
}
#footer a.seo:visited, #footer a.seo:active, #footer a.seo:link {
	text-decoration: none;	color: #7e7d70;
}
#footer a.seo:hover {
	text-decoration: none; cursor: text;
}
#hybrid {
	clear:both;
	line-height: 12px;
	padding-top: 3px;
	font-size: 0.9em;
}
/* @@@@@[  Main Page  ]@@@@@ */
#main {
	width:934px;
	padding-left: 15px;
	padding-right: 11px;
	padding-bottom: 10px;
}
#content {
	float: right;
	width: 658px;
	font-size: 1.1em;
	line-height: 2.0em;
	background:url(../images/bg_right2.gif) no-repeat top;
	padding-bottom: 33px;
}
#flash {
	width: 626px;
	padding: 13px 18px 11px 14px;
	height: 305px;
}

#text {
	width: 372px;
	padding-left: 240px;
	padding-top: 30px;
}



#text h1 {
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	color:#ABD0CE;
	font-weight:medium;
	margin: 0px;
	padding-bottom:5px;
}
#text p {
	margin: 0px;
	padding-bottom: 8px;
	color:#f6f6f5;
	line-height: 1.8em;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#text2 {
	width: 882px;
	padding-left: 20px;
	line-height: 1.8em;
	
}

#text2 p {
	width: 882px;
	padding-left: 0px;
	line-height: 1.8em;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;	
}

#text2 h1 {
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	color:#ABD0CE;
	font-weight:medium;
	margin: 0px;
	padding-bottom:5px;
}

#content ul {
	margin: 0px 0px 15px 30px;
	padding: 0px;
	color:#f6f6f5;
}
#content ul ul {
	margin-bottom: 0px;
}
#content li {
	line-height: 1.3em;
	padding-top: 5px;
}

ul.home  {
         list-style-type:none;
         font: 11px Verdana, Arial, Helvetica, sans-serif; 
	 	color: #ffffff; 
	 	margin: 0px;
	line-height: 1.8em;
}


#content a.seo:visited, #content a.seo:active, #content a.seo:link {
	text-decoration: none;	color: #666;
}
#content a.seo:hover {
	text-decoration: none; cursor: text; color: #666;
}
#column {
	float: left;
	width: 276px;
	padding-top: 20px;
}
#logo {
	width:189px;
	padding-left: 30px;
	padding-bottom: 54px;
}
#logo2 {
	width:189px;
	padding-left: 50px;
	padding-bottom: 60px;
}
#news_in {
	width: 152px;
	height: 194px;
	padding-top: 35px;
	padding-left: 44px;
	padding-right: 80px;
	background:url(../images/bg_left2.gif) no-repeat top;
}
#news_in h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	margin: 0px;
	padding-bottom: 10px;
	text-transform:uppercase;
	font-weight:normal;
}
#news_in p {
	font-size: 1.1em;
	color:#FFFFFF;
	margin: 0px;
}
#news_in a {
	color:#FFFFFF;
	text-decoration:underline;
}
#news_in a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#feature_in {
	width: 233px;
	height: 202px;
	padding-top: 35px;
	padding-left: 44px;
	position:absolute;
	left: 217px;
	top: 335px;
	background-image:url(../images/bg_fea.png);
	background-repeat:no-repeat;
	*background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/bg_fea.png",sizingMethod=scale);
}
#feature_links {
	width: 233px;
	height: 202px;
	padding-top: 35px;
	padding-left: 44px;
	position:absolute;
	left: 217px;
	top: 335px;
}
#feature_links h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	margin: 0px;
	padding-bottom: 10px;
	text-transform:uppercase;
	font-weight:normal;
}
#feature_links p {
	font-size: 1.1em;
	color:#FFFFFF;
	margin: 0px;
}
#feature_links a:visited, #feature_links a:active, #feature_links a:link {
	text-decoration: none;	color: #61604c;
}
#feature_links a:hover {
	text-decoration: none; color: #fff;
}
.col {
	padding-bottom: 5px;
}
.col div {
	float: right;
	width: 185px;
	padding-top: 10px;
}
.clrSolo {
	clear: both; 
	font-size: 1px; 
	line-height: 1px; 
	margin: 0px; 
	padding: 0px; 
	visibility: hidden;
}
.clr {
	clear: both;
}
.clrLine {
	clear:both;
	border-top: dashed 1px #999999;
	padding-bottom: 10px;
}
.botMargin {
	margin-bottom: 13px;
}

a.white:visited, a.white:active, a.white:link {
	text-decoration: none;	color:#fff;
}
a.white:hover {
	text-decoration: none; cursor: text; color: #fff;
}
/* @@@@@[  Secondary Page  ]@@@@@ */
#man_content_sec {
	float: right;
	width: 716px;
	font-size: 1.1em;
	line-height: 20px;;
	background:url(../images/bg_content.gif) repeat-y;
}
#content_sec {
	width: 684px;
	background:url(../images/bg_content_top.gif) no-repeat top;
	padding-top: 13px;
	padding-right: 15px;
	padding-left: 14px;
}
#column_sec {
	float: left;
	width: 218px;
	padding-top: 20px;
}
#logo_sec {
	width:167px;
	padding-left: 25px;
}
#banner {
	width: 684px;
	padding-bottom: 11px;
}
#content_sec_text {
	width: 642px;
	border: solid 1px #e1ded7;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 15px;
}
#text_sec {
	width: 450px;
	float:left;
	line-height: 18px;;
}
#text_sec p {
	margin:0px;
	padding-bottom: 10px;
}
#text_sec ul {
	margin-top: 8px;
	margin-bottom: 8px;
}
#text_sec ol {
	margin-top: 8px;
	margin-bottom: 8px;
}
#text_wide {
	width: 620px;
	float:left;
	line-height: 18px;;
}
#text_wide p {
	margin:0px;
	padding-bottom: 10px;
	font-size:12px;
	font-family:Arial,Verdana,sans-serif;
}
#text_wide ul {
	margin-top: 8px;
	margin-bottom: 8px;
}
#text_wide ol {
	margin-top: 8px;
	margin-bottom: 8px;
}
#quote {
	float:right;
	width: 185px;
	font-size: 24px;
	color:#6e8689;
	line-height:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 30px;
}
#right_col {
	float:right;
	padding-top: 3px;
}
/* @@@@@[  Portfolio Page  ]@@@@@ */
#sub_nav_por {
	width: 221px;
	background:url(../images/bg_sub.gif) repeat-y;
	position:absolute;
	left: 15px;
	top: 190px;
	font-size: 1.1em;
	line-height: 18px;
}
#bg_sub_nav_por {
	width: 221px;
	background:url(../images/bg_botsub.gif) no-repeat bottom left;
}
.subnav_por {
	width: 170px;
	height: 150px;
	background:url(../images/bg_topsub_por.gif) no-repeat top;
	padding-left: 34px;
	padding-top: 45px;
	padding-right:17px;
}
#sub_nav_por p {
	color: #fff;
	padding-top: 20px;
}
#sub_nav_por table {

}
#sub_nav_por td {
	border: solid 1px #6b8578;
}
.centercol {
	text-align:center;
}
#port_links{
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px solid #E1DED7;
}
.linksub {
	width:69px;
	float:left;
	text-align:center;
	font-size: 10px;
	color: #FFFFFF;
}
.linksub1 {
	width:100px;
	float:left;
	font-size: 10px;
	text-align:left;
	color: #FFFFFF;
}
.linksub2 {
	width:100px;
	float:left;
	font-size: 10px;
	text-align:right;
	color: #FFFFFF;
}
#port_links .linksub2 a, #port_links .linksub1 a, #port_links .linksub a{
	color: #ffffff;
	text-decoration: none;
}
#port_links .linksub2 a:hover, #port_links .linksub1 a:hover, #port_links .linksub a:hover{
	color: #b2c5bc;
}
.arrow {
	padding-top: 6px;
}
a.link1:link {
	display:block;
	color: #ffffff; 
	text-decoration: none;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 38px;
	height: 25px;
	padding-top: 3px;
}
a.link1:visited, a.link1:active {
	display:block;
	color: #b2c5bc; 
	text-decoration: none;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 38px;
	height: 25px;
	padding-top: 3px;
}
a.link1:hover {
	display:block;
	color: #ffffff; 
	text-decoration: none;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 38px;
	height: 25px;
	padding-top: 3px;
	background:#4a5751;
}
a.link1on:link, a.link1on:visited, a.link1on:active, a.link1on:hover {
	display:block;
	color: #ffffff; 
	text-decoration: none;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 38px;
	height: 25px;
	padding-top: 3px;
	background:#aa2222;
}

a.seo:visited, a.seo:active, a.seo:link {
	text-decoration: none;	color: #666;
}
a.seo:hover {
	text-decoration: none; cursor: text; color: #666;
}
#title_por {
	width: 410px;
	padding-top: 20px;
	padding-left: 27px;
}
#flash_por {
	width: 684px;
	padding-top: 34px;
	height: 400px;
}
#col_por {
	width: 684px;
	padding-bottom: 30px;
}
#col_por_left {
	float:left;
	width: 200px;
	padding-left: 78px;
	padding-top: 30px;
	font-size:1.2em;
}
#col_por_right {
	float:left;
	width: 200px;
	padding-left: 140px;
	padding-top: 30px;
	font-size:1.2em;
}
#image_por {
	float:left;
	width: 400px;
	padding-top: 34px;
	padding-left: 24px;
}
#image_por img {
	padding-bottom: 10px;
}
#text_por {
	width: 207px;
	float:left;
	padding-left: 28px;
	padding-top: 34px;
}
#content_sec #text_por h2 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color:#537272;
	padding-bottom: 15px;
	background:url(../images/bg_h2.gif) no-repeat 0px 3px;
	padding-left: 30px;
	margin-left: 10px;
}
/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
a:link, a:visited, a:active {
	color: #ffffff; 
	text-decoration: underline;
}
a:hover {
	color: #7f9f8f; 
	text-decoration: none;
	}
#content_sec h1 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color:#537272;
	padding-bottom: 15px;
	background:url(../images/bg_h2.gif) no-repeat 0px 3px;
	padding-left: 30px;
}
#content_sec h2 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color:#537272;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content_sec h3 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 13px;
	color:#f6f6f5;
	font-size: 11px;
	font-family: Verdana;
	line-height: 1.8em;
	
}
blockquote {
	margin: 0px 35px 13px 30px;
	padding: 0px;
}
b {
	color:#ffffff;
}
.left {
	float: left;
}
.right {
	float: right;
}
img.right {
	margin-bottom: 10px; 
	margin-left: 13px;
}
img.left {
	margin-top: 5px;
	margin-bottom: 10px; 
	margin-right: 20px;
}
.line {
	padding-bottom: 8px;
}

/* @@@@@[  Form Elements  ]@@@@@ */
input, textarea, select {
	background: #fff; 
	border: 1px solid #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.clean {
	border-style: none; 
	background: none;
}
div.commit {
	margin-left: 100px;
}
.commit .left {
	margin-left: -100px;
	float: left;
}
.stitle {
          font-weight: bold;
          cursor: pointer;
          margin-top: 5px;
          margin-bottom: 5px;
}


