/* Cream of the Crop - an open source xhtml/css website layout by Ben Goldman 
(aka Robobuilder) - http:/realalibi.com.com . You are ree to use this template
for any purpose as long as the proper credits are given for the original design work.

Version: 1.0, Fall 2006 

Main Syle Colors
colors {
	#A80329(green), #012346(dark blue), #3270A9(lighter blue), 
	#353535 (dark grey), #999999(light grey), #eeeeee(off-white)
}
*/
html{
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	color:#000000;
	text-align:center;
	font:10px verdana,Arial,Helvetica,sans-serif;
	word-spacing:1px;
	line-height:120%;
	background-image: url(../images/bg-top.png);
	background-repeat: repeat-x;
	background-position: center top;
}
/*Header*/
#nacontainer{
	float:right;
}
#navlist {
	margin: 0;
	padding: 20px 0 20px 10px;
	float:right;
	font:10px Verdana,Arial,Helvetica,sans-serif;
	width: 400px;
	height:20px;
}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	float: right;
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #fff;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 3px solid #999;
	padding-bottom: 2px;
	background: transparent;
	color: #fff;
}
#navlist a:hover {color: #fff;}
#lang {
	margin: 0;
	padding: 140px 15px 20px 10px;
	float:right;
	font:10px Verdana,Arial,Helvetica,sans-serif;
	width: 400px;
	text-align: right;
}
#lang ul, #lang li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#lang a:link, #lang a:visited {
	float: right;
	line-height: 14px;
	margin: 0 3px 4px 3px;
	text-decoration: none;
	color: #fff;
}
#lang a:link#current, #lang a:visited#current, #lang a:hover {
	background: transparent;
	color: #fff;
}

#header{
	width:798px;
	height:235px;
	margin:0 auto;
	text-align:left;
	background-image: url(../images/logo_meca_did.png);
	background-position: 20px 25px;
	background-repeat: no-repeat;
}
#header_meca{
	width:798px;
	height:235px;
	margin:0 auto;
	text-align:left;
	background-image: url(../images/logo_meca_did.png);
	background-position: 20px 25px;
	background-repeat: no-repeat;
}

#title{
	margin-top:25px;
	margin-left:25px;
	position:absolute;
	float:left;
	height: 65px;
	width: 135px;
}
#title a{
	display: block;
	height: 65px;
	width: 150px;
}
#title a span{
	display:none;
}

/*Construction Styles*/
#container {
	width:800px;
	margin:auto;
	padding-bottom:20px;
	text-align:left;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-image: url(../images/headerbg.png);
	background-position: 0 0;
}
#container {
	width:800px;
	margin:auto;
	padding-bottom:20px;
	text-align:left;
	padding-top: 10px;
}

#footer2 {
	width:800px;
	margin:auto;
	padding-bottom:0px;
	text-align:left;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/footer-header.png);
	background-position: 0 0;
	height: 100%;
}

img.logo{
	margin-top:-10px;
	margin-left:5px;
}
span.subheader{
	position:absolute;
	margin-top:0;
	padding-top:3px;
	padding-left:60px; 
	color:#fff;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	display:block; /*need a <br> for ie instead*/
}
#slogan{
	width:780px;
	height:30px;
	text-align:left;
	margin:0 auto;
	padding:1px;
}
#slogan p{
	margin-top:0px;
	margin-left:10px;
	position:absolute;
	color:#000000;
	background-color:transparent;
	cursor:default;
}

/*Styles*/
p {margin-top:5px;}

h1,h2,h3,h4,h5,h6{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:15px 0 0 0;
	padding-bottom:4px;
	line-height:50%;
}
h1{
	color:#fff;
	font-size:27px;
}
h2{
	color:#A80329;
	font-size:23px;
}
h3{
	color:#A80329;
	font-size:17px;
}
h4{
	color:#999999;
	font-size:16px;
}
h5{
	color:#A80329;
	font-size:15px;
}
h6{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
a{
	text-decoration:none;
	color:#FF0000;
}
a:hover{
	text-decoration:underline;
}
#right a{
	text-decoration:none;
	color:#012346;
}
#right a:hover{
	text-decoration:underline;
}

acronym{
	border-bottom:1px dotted #999;
	padding-bottom:1px;
	cursor:help;
}
del{
	color:#999;
}
.allcaps{
	font-stretch:wider;
	font-variant:small-caps;	
}
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
p.firstletter:first-letter{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-size:40px;
	padding:10px 3px 3px 3px;
	float:left;
}
.indent{
	border-left:2px solid #A80329;
	margin-left:25px;
	padding-left:8px;
}
.green{
	color:#A80329;
}
.blue{
	color:#FF0000;
}
ul li ul li{
	list-style-type:square;
}
ol li ol li{
	list-style-type:lower-roman;
}
dl{
	margin-left:8px;
	margin-right:8px;
}
dt{
	color:#A80329;
	font-weight:bold;
	text-decoration:underline; 
}
.blockquote{
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #3270A9;
	background:url(../../images/site/blockquote.jpg) repeat top left;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
}
.blockquote h5{
	border-bottom:1px solid #3270A9;
	font-size:17px;
	color:#eee;
	margin:2px;
}
.blockquote span{
	padding: 3px 0;
	display:block;
	font-size:10px;
	color:#999;
}
code{
	display:block;
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #3270A9;
	background:url(../../images/site/blockquote.jpg) repeat top left;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
	font:normal 11px "Courier New", Courier, monospace;
}
.highlight{
	color:#A80329;
	font-weight:bold;
}
/*Searchbox - News*/
#searchbox p{
	margin:7px 0 7px 2px;
}
#searchbox p input{
	background-color:#eee;
	border:1px solid #ddd;
	font:11px Verdana,sans-serif;
	color:#4c5153;
	padding:2px 3px;
}
#searchbox p input:hover,
#searchbox p input:focus{
	background-color:#fff;
}
.header{
	color:#A80329;
	font-size:14px;
	letter-spacing: -1px;
}
#news{
	width: 190px;
	padding:4px;
}
#news p{
	padding:0;
}
/*Floats*/
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0 10px 0 0; 
}
.floatright p{
	padding:0 0 0 10px;
}
img.floatleft{
	margin:15px 18px 5px 0;
}
img.floatright{
	margin:15px 5px 5px 18px
}
/*Forms*/
form select,
form input,
form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #353535;
	background-color:#eee;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	/*border:1px dotted #888;  optional thought */
	border:1px solid #353535;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form label{
	display:block;
	color:#eee;
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}
.noborder{
	border:0;
}
/*td{
	padding:8px;
	border:#3270A9 1px solid;
} */
/*Content Styles*/
#content{
	width:778px;
	margin:0 auto;
	color:#000000;
	float:left;
	padding:10px;
	clear:both;
}
#one{
	width:71%;
	float:left;
	padding:0 10px;
}
/*Due to my lack of CSS skill this is hard coded, meaning that if you change 
the width of these sections of thier padding you will need to re-adjust the
width. Also be sure to account for the border.*/
#twocolumn{
	width: 780px;
	padding-top: 30px;
}
#left{
	width:375px;
	padding:10px;
	height:100%;
	float:left
}
#right{
	width:375px;
	padding:10px;
	height:100%;
	float:right;
}
#clearboth{ clear:both; }

/*Sub-Nav*/
#subnav{
	float:right;
}
#subnavcontainer {
	width: auto;
}

#subnavcontainer ul
{
	list-style-type: none;
	padding-top: 20px;
	padding-left:0;
	margin:0;
}
#subnavcontainer a
{
	display:block;
	padding:4px;
	width:190px;
	background-color:transparent;
	border-bottom:1px solid #ccc;
}
#subnavcontainer a:link, #subnavlist a:visited
{
	color:#666666;
	text-decoration:none;
}
#subnavcontainer a:hover
{
	background-color:#CCCCCC;
}
.subnavheader{
	border-bottom:1px solid #A80329;
	width:197px;
	padding:0 0 3px 0;
	margin-bottom:-11px;
}
/*Footer*/
#footer{
	background-image: url(../images/bg-down.png);
	background-repeat: repeat-x;
	height: 152px;
	background-position: center bottom;
	color: #000000;
}
.copy{
	float:left;
	margin-left: 20px;
	margin-top: 15px;
}
.credit{
	float:right;
	margin-right: 20px;
	margin-top: 45px;
}
#footer a{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/*Left Color Fixes*/

#right h2{
	color:#012346;
	font-size:23px;
}
.h5_right {
	color:#A80329;
	font-size:15px;
	margin-left: 10px;
}
#mod4 {
	background : #fafafa;
	height : 290px;
	width : 220px;
	float : left;
	margin : 5px 8px;
	overflow:auto;
	padding:5px 10px;
	background-image: url(../images/topgreybox.jpg);
	background-repeat: no-repeat;
	background-color: #999999;
}
.clearboth {
	clear: both;
}
.date {
	color:gray;
	background:transparent;
	text-align:right;
	border-top:1px solid #eee;
	margin:4px 0 5px;
	padding:0.4em 0 0;
}
.suite {
	background:transparent url(../images/comment.gif) no-repeat left;
	padding:0 10px 0 11px;
}
.top {
	background:transparent url(../images/top.gif) no-repeat left;
	padding:0 10px 0 11px;
}
.dowload {
	background:transparent url(../images/load2.jpg) no-repeat right center;
	color:gray;
	text-align:right;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin:4px 0 5px;
	padding:2px 35px 2px 0;
}
.pad {
	margin:5px;
}
a img {
	border:0;
}
.ide {display:none}
.suitepresent {
	position: relative;
	bottom: 0px;
	right: 0px;
	display: block;
	height: auto;
	width: 95%;
}
.loadcat {
	background-image: url(../images/load.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding-left: 210px;
}
.stpyb {
	color:#A80329;
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
}
.stpybdesc {
	color:#000000;
	font-weight: bold;
}
.stpybdescsuite {
	color:#666666;
	border-top:1px solid #eee;
}
.fondtab {
	background-image: url(../images/fdtab.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.borderwhite {
	padding:3px;
	background-color: #FFFFFF;
	border:1px solid #eee;
	margin-top: 5px;
}

.tableone {width:650px; border-collapse:collapse; margin:0 auto;}
.tabletwo {width:620px; border-collapse:collapse;}
.th1 {
	width:105px;
}
.th2 {
	width:270px;
}
.th3 {width:140px;}
.th4 {width:105px;}

.td1 {
	width:105px;
}
.td2 {
	width:280px;
}
.td3 {
	width:140px;
}
.td4 {width:95px;}

.tableone {background-color:#A80329; border:1px solid #fff; color:#fff;}
.tableone td {
	color:#000000;
	text-align: left;
}
.tableone tbody {
	background-color:#E4E4E4;
	color:#000;
}
.tableone caption {background-color:#fff; color:#A80329; font-size:1.2em; margin:0 auto;}
.tabletwo td {
	background-color:#eee;
	color:#000;
}
.tableone th, .tabletwo th {text-align:left;	padding: 3px 0;
}
.tabletwo tr.dk td {background-color:#ddd; color:#000;	padding: 3px 0;}

.innerb {height:50em; overflow:auto;}
.lpair {
	background-color: #000000;
}
.limpair {
	background-color: #999999;
}
a.topbottom {
	color: #FF0000;
}
.topbottom a:hover {
	color: #FF0000;
	text-decoration: underline;
}
