/* ASN Mobile CSS - slapped together by Hal Nesbitt */
/* This stylesheet is loaded for browser supporting media=handheld and as the media=all browser for IEMobile */

/*Initial Body, Tags, and Links Stuff*/

	
* {
 margin: 0;
 padding: 0;
 position: static !important;
 float: none !important;
}



body {
 width: 100%;
 text-align: left;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 14px;
 color: #666;
 margin: 0;
 background: #ffffff;
 float: none;
}

div {text-align: left;}
li {list-style: none;}
li.secondline {
 list-style: none; 
 background: none;
 margin-bottom: 8px;
}
li.secondline2 {
 list-style: none; 
 background: none;
}

img {
border: 0;
width: 10em;
float: right;
}

img.mini {
border: 0;
width: 1em;
display: inline;
}

img.medium {
border: 0;
width: 2em;
display: inline;
}

#front img {
width: 22em;
}

.front-item img {
width: 16em;
}

h1, h2, h3, h4, h5 {
 font-weight: normal;
 color: #2b5275;
 margin-bottom: 10px; 
}

h1 {display: none;}


/*Page Title Stuff*/
h2 { 
 font-size: 12px;
 text-indent: 0px;
 text-transform: capitalize;
 padding: 5px;
 font-weight: bold;
 color: #ffffff;
}


body.home h2 {background: #4e7ba4;}
body.about h2 {background: #4e7ba4;}
body.services h2 {background: #4e7ba4;}
body.careers h2 {background: #4e7ba4;}
body.news h2 {background: #4e7ba4;}
body.contact h2 {background: #4e7ba4;}
body.privacy h2 {background: #4e7ba4;}
body.sitemap h2 {background: #4e7ba4;}
body.help h2 {background: #4e7ba4;}
body.employees h2 {background: #4e7ba4;}
body.admin h2 {background: #4e7ba4;}


h3 {
 font-size: 17px;
 padding-bottom: 10px;
 border-bottom: 1px solid #e7eff5;
}

h4 {
 font-size: 13px;
 font-weight: bold;
 color: #4e7ba4;
 font-weight: bold;
}

h6 {
 font-size: 12px;
 font-weight: bold;
 color: #4e7ba4;
 padding-bottom: 2px;
 margin-bottom: 5px;
 border-bottom: 1px solid #4e7ba4;
}



p, ul, ol {margin-bottom: 18px;}


ol { 
 diplay: inline;
}

ol li {
 padding-left: 4px;
 margin-left: 20px;
 margin-bottom: 5px;
}


ul {
 color: #666;
}


ul li {
 padding-left: 4px;
 margin-left: 20px;
 margin-bottom: 5px;
 list-style: disc;
}



a { 
 color: #2b5275;
 text-decoration: none;	 
 padding-bottom: 1px;
 	
}

a:hover {
 color: #2b5275;
 text-decoration: underline;
}

.hide {
 display: none;

}

.fin {clear: both;}



/*Main Body Setup Stuff*/

#container {
width: 100%
}

#wrapper {
width: 100%
}

#bg-left {
display: none;
}

#bg-center {
width: 100%
}

#bg-right {
display: none;

}

.side-stuff {
margin-top: 10px;
padding: 15px;
color: #ffffff;
}

.side-stuff h3 {
color: #ffffff;
}

.side-stuff a {
color: #ffffff;
}

.side-stuff a:hover {
 color: #ffffff;
 text-decoration: underline;
}

.address a {
color: #ffffff;
}

.address a:hover {
 color: #ffffff;
 text-decoration: underline;
}

.address {
 width: 189px;
 margin-top: 5px;
 padding-left: 15px;
 padding-bottom: 10px;
 color: #ffffff;
 font-style: normal;
 font-size: 11px;
}

/* The form stuff */

textarea.bigbox {
 border: 1px solid #4e7ba4;
 width: 100%;
 height: 100px;
 padding: 2px;
 font-family: arial, tahoma, verdana, sans-serif;
 font-size: 10px;
 color: #666666;
}

.formfield {
 border: 1px solid #4e7ba4;
 width: 100%;
 padding: 2px;
 font-family: arial, tahoma, verdana, sans-serif;
 font-size: 10px;
 color: #666666;
}

.formbutton {
background-color: #003876;
border-color: #d8dfea rgb(14, 31, 91) rgb(14, 31, 91) rgb(216, 223, 234);
border-style: solid;
border-width: 1px;
color: #fff;
font-family: arial, tahoma, verdana, sans-serif;
font-size: 100%;
margin: 0 2px;
padding: 4px 18px;
font-weight: bold;
width:auto;
overflow:visible;
}

.formbuttontight {
background-color: #003876;
border-color: #d8dfea rgb(14, 31, 91) rgb(14, 31, 91) rgb(216, 223, 234);
border-style: solid;
border-width: 1px;
color: #fff;
font-family: arial, tahoma, verdana, sans-serif;
font-size: 100%;
margin: 0 2px;
padding: 2px 16px;
font-weight: bold;
width:auto;
overflow:visible;
}

.blockhead {
	background-color:#4e7ba4;
	color: #ffffff;
	border-width:1px;
	border-style:solid;
	border-bottom-color:#aaa;
	border-right-color:#aaa;
	border-top-color:#ddd;
	border-left-color:#ddd;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding: 8px;
}





/*Header Stuff*/

#header {
width: 100%;
background: transparent;
}

#logo {	
 width: 100px; 
 height: 29px;
 margin-top: 10px;
 margin-left: 10px;
 margin-bottom: 10px;
 background: transparent url('../images/comint-logo-mobile.png') no-repeat 0 0;
 display: inline-block;
 float: left;	
}

#header-box {
 width: 100%;
 margin-top: 10px;
 float: left;
}


#header-box-right {
 width: 100%;
 float: left;
}

#header-box-bottom {
 width: 100%;
 height: 5px;
 margin-top: 10px;
 float: left;
 background: #4e7ba4;
}


.datefield{ /*CSS for date field in general*/
 color: #808080;
 font-size: 90%;
 margin-bottom: 2px;
}


/*Footer Stuff*/

#footer {
 width: 100%;
 margin-top: 10px;
 float: left;

}

.footline {
display: none;
}

#footer-links {
 margin: 6px 10px 0 0;
 display: block;
 float: right;
}

#footer-links {
 margin-top: 16px;
}

#footer-links a {
 font-size: 11px; 
 color: #2b5275; 
 white-space: nowrap;
 background: none;
}

#footer-links a:hover {
 color: #4e7ba3;
}

#footer-links li {
 margin: 0;
 padding: 0 10px;
 height: 19px;
 background: transparent;
 display: block;
 float: left;
}



#footer-links li.last { 
 background: none; 
 padding: 0 0 0 10px;
}

#footer-links input {
 border: 0px;
 background: transparent;
 margin-top: 2px;
 color: #2b5275;
 font-size: 11px; 
}

#footer-links .textsize { 
 font-size: 14px;
}

#copyright {
 margin: 6px 0 0 10px;
 color: #666666;
 font-size: 11px;	
 display: inline;
 position: relative;
 top: 90px;
 left: 0px;
 text-shadow: 0px 1px 1px #ffffff;
}



/*Main Content Stuff*/

#stuff {
 width: 100%;
 margin-top: 10px;
 float: left;
}



#main-stuff {
 width: 100%;
}

#main-stuff p, ul, h3, h4 {
margin-left: 10px;
margin-right: 10px;
}

.front-item {
display: block;
}



#main-stuff-bottom {
width: 100%;
height: 5px;
background: #f7f3f3;
clear: both;
margin-bottom: 10px;
}


/*Main Tab Menu Stuff*/

#menu {
 width: 100%;
 float: left;
 margin: 0;
 display: block;
 float: left;	
}

#menu li {
 margin: 0;
 padding: 0;
 list-style: none;
 white-space: nowrap;
 display: block;
 float: left;
}

#menu a {
 margin: 0 1px 0 0; 
 padding: 0 0 0 14px;
 color: #ffffff;	 
 font-size: 10px;  	
 background: #8d8c8c;
 display: block;
 float: left;

}

#menu a span {    
 padding: 5px 14px 6px 0;  
 background: #8d8c8c;
 display: block;
 float: left;
 white-space: nowrap;
}

#menu a:hover {
background: #4c4c4c;
text-decoration: none;
}
#menu a:hover span {
 background: #4c4c4c;
}


/*Active State of Tab Menu*/	
body.home #menu #home,
body.about #menu #about,
body.careers #menu #careers,
body.news #menu #news,
body.services #menu #services,
body.contact #menu #contact {background: #4e7ba4;}

body.home #menu #home span,
body.about #menu #about span,
body.careers #menu #careers span,
body.news #menu #news span,
body.services #menu #services span,
body.contact #menu #contact span {background: #4e7ba4;}


/* Hack for IE5 and MAC \*/
#menu a span {float: none;}
/* End IE5-Mac hack */
#menu a:hover span {color: #fff;}





/*The Different Table Stuff*/

#logintable {
	width: 100;
	text-align: left;
}


#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}

table.blend caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

table.blend th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #4e7ba4 url(../images/bg_header.jpg) no-repeat;
}

table.blend th.top {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #b5b7b7 url(../images/bg_header.jpg) no-repeat;
}

table.blend th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

table.blend td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


table.blend td.alt {
	background: #edefef;
	color: #797268;
}

table.blend th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font-weight: normal;
}

table.blend th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #edefef url(../images/bullet2.gif) no-repeat;
	color: #797268;
	font-weight: normal;
}



/* Sitemap Stuff  simply removed to display as regular ul */


