/*-----------------------------------------------------------------------------
TransPac Screen Stylesheet

version:   1.0
date:      12/20/2008
author:    Andrew McCarthy
email:     andrew@addison-clark.com
-----------------------------------------------------------------------------*/


/* Default Styles
-----------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

img {
	border:0;
}

.clear {
    clear:both;
    font-size:0px;
    line-height:0px;
    height:0px;
    display:block;
}

.right {
    float: right;
}

.left {
    float: left;
}

body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    background: url(../images/body_bg.jpg) center 172px no-repeat;
    color: #333;    
    text-align:center;
    height:100%;
}

body#video {
	background:#fff;
	height:auto;
	padding:10px;
}

body#homepage {
    background: url(../images/body_bg.jpg) center 180px no-repeat;
}

a {
	color:#00539b;
	text-decoration:none;
}

a:hover {
	color:#000;
}

hr {
	display:none;
}



/* Structure and Typography Styles
-----------------------------------------------------------------------------*/

.container {
	background:#fff;
	width:800px;
	margin:0 auto;
	text-align:left;
}

#homepage #header {
	background:url(../images/homepage_header_repeat.gif) top center;
}

#homepage #masthead {
	height:220px;
	background:url(../images/homepage_header_bg.jpg) no-repeat center top;
}

#header {
	background:url(../images/header_repeat.gif) top center;
}

#masthead {
	height:112px;
	background:url(../images/header_bg.jpg) no-repeat center top;
}

#logo {
	width:800px;
	height:112px;
	text-align:right;
	margin:0 auto;
}

#logo img {
	margin:10px 45px 0px;
}

#logo.about {
	background:url(../images/masthead_about.jpg) no-repeat top left;
}

#logo.programs {
	background:url(../images/masthead_programs.jpg) no-repeat top left;
}

#logo.gettingstarted {
	background:url(../images/masthead_gettingstarted.jpg) no-repeat top left;
}

#logo.career {
	background:url(../images/masthead_career.jpg) no-repeat top left;
}

#logo.contact {
	background:url(../images/masthead_about.jpg) no-repeat top left;
}

#logo.living {
	background:url(../images/masthead_living-in-the-us.jpg) no-repeat top left;
}

#homepage #navigation {
	background:url(../images/homepage_header_bg.jpg) no-repeat center bottom;
}

#navigation {
	height:60px;
	background:url(../images/header_bg.jpg) no-repeat center bottom;
}

#navigation .container {
	background:#003a6d;
}

#navigation ul {
	width:535px;
	height:60px;
	list-style:none;
	font-size:15px;
	background:#00539b;
	float:left;
}

#navigation ul li {
	float:left;
	display:inline;
	margin-top:1.3em;
	margin-right:5px;
	position:relative;
}

#navigation ul li.start {
	margin-left:25px;
}

#navigation ul a {
	margin-left:10px;
	font-weight:bold;
	color:#8dbae0;
	text-decoration:none;
	position:relative;
	z-index:1;
}

#navigation ul a:hover, #navigation ul a.over {
	color:#fff;
}

#navigation ul ul {
	visibility:hidden;
	position:absolute;
	left:0px;
	top:10px;
	padding-top:31px;
	float:none;
	width:auto;
	height:auto;
	list-style:none;
	font-size:12px;
	background:none;
	z-index:0;
	
}

#navigation ul ul li {
	float:none;
	display:block;
	margin:0;
	background:#f0f7fd;
	border:1px solid #666;
	border-top:0;
	border-bottom:0;
	white-space: nowrap;
	width:150px;
	/* Holly Hack - HasLayout bug IE */
	height:1%;
}

#navigation ul ul a {
	display:block;
	font-weight:bold;
	color:#00539b;
	text-decoration:none;
	padding:3px 10px;
	margin:0;
}

#navigation ul ul a:hover {
	color:#00539b;
	background:#bad7f1;
}

#navigation ul ul li.start {
	margin:0px;
	padding-top:8px;
}

#navigation ul ul li.end {
	border-bottom:1px solid #666;
	padding-bottom:5px;
}

#breadcrumb {
	color:#666;
	font-size:10px;
	margin-bottom:15px;
}

#breadcrumb a {
	color:#666;
}

#breadcrumb a:hover {
	color:#333;
}

#homepage #content {
	background:url(../images/body_bg_repeat.gif) no-repeat center -100px;
}

#content {
	background:url(../images/body_bg_repeat.gif) no-repeat center top;
}

#homepage #content .container {
	background:#fff url(../images/homepage_sidebar_bg.jpg) no-repeat top right;
	padding-bottom:25px;
}

#content .container {
	background:#fff url(../images/sidebar_bg.jpg) no-repeat top right;
	padding-bottom:35px;
}

#content.careerpilot strong {
	color:#333;
}

#content h2 {
	font-size:14px;
	color:#00539b;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.1em;
}

#content h3 {
	font-size:14px;
	color:#333;
	font-weight:normal;
	line-height:1.5em;
	margin-right:15px;
	margin-bottom:25px;
}

#content h4 {
	font-size:11px;
	color:#b99764;
	margin-bottom:5px;
}

#content h5 {
	font-size:11px;
	color:#00539b;
	margin-bottom:5px;
}

#content h5 em {
	font-style:normal;
	font-weight:normal;
}

#content .hr {
	height:1px;
	line-height:1px;
	background:#ccc;
	margin:8px 15px 15px 0px;
}

.story {
	padding-right:15px;
}

.story a {
	color:#333;
	text-decoration:underline;
}

.story a:hover {
	color:#00539b;
}

.story ul {
	font-size:11px;
	list-style:none;
	background:#f1eae0;
	padding:12px 15px;
	line-height:1.9em;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

.story ul ul {
	list-style:disc;
	background:none;
	padding:5px 30px;
	border:0;
}

.story h6 {
	color:#00539b;
	font-weight:normal;
	font-size:11px;
	line-height:2em;
}

.story h6 a {
	color:#00539b;
	font-weight:bold;
}

.story h6 a:hover {
	text-decoration:underline;
}

.story ul strong {
	color:#00539b;
}

.story ul a {
	color:#333;
	text-decoration:none;
}

.story ul.joblistings strong {
	color:#003a6d;
}

.story ul.joblistings small {
	color:#003a6d;
	font-size:1em;
}

.story ul.joblistings a {
	color:#333;
	text-decoration:underline;
}

.story ul a:hover {
	color:#00539b;
	text-decoration:none;
}

.story ul em {
	width:30px;
	font-style:normal;
	float:left;
	display:inline;
	text-align:right;
	margin-right:15px;
}

.story ul.requirements {
	list-style:disc;
	padding-left:45px;
	color:#666;
	font-weight:bold;
}

#sitemap.story {
	padding-right:0px;
}

#sitemap.story ul {
	background:none;
	border:0;
	line-height:2em;
	float:left;
	width:48%;
	padding:0;
}

#sitemap.story ul ul {
	float:none;
	width:auto;
	padding-left:20px;
}

#sitemap.story ul ul ul {
	float:none;
	width:auto;
}

#sitemap ul li {
	font-size: 12px;
	font-weight:bold;
	margin-bottom:8px;
}

#sitemap li li {
	font-weight: normal;
	margin:0;
}

#sitemap li li li {
	list-style:circle;
	font-size:11px;
}

#partners {
	text-align:center;
}

#partners img {
	vertical-align: middle;
	padding:5px;
}

#mainColumn {
	width:495px;
	margin-left:30px;
	margin-top:25px;
	float:left;
	display:inline;
}

#mainColumn img.storyR {
	margin:5px 10px 5px 8px;
	float:right;
}

#mainColumn img.storyL {
	margin:5px 10px 5px 1px;
	float:left;
}

#homepage img.storyL {
	margin:10px 12px 5px 1px;
	float:left;
}

h1 {
	font-size:20px;
	color:#b99764;
	margin-bottom:10px;
}

#homepage p {
	font-size:13px;
	line-height:1.7em;
}

p {
	font-size:11px;
	line-height:2em;
	margin-bottom:2.2em;
}

p.info {
	font-weight:bold;
	margin-left:4px;
	background:#f1eae0;
	padding:2px 10px;
	float:left;
	display:inline;
}

p strong {
	color:#00539b;
}

p.positions strong {
	color:#333;
}

.infobox {
	font-size:11px;
	background:#f1eae0;
	padding:10px 20px;
	line-height:1.9em;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

.infobox em {
	width:30px;
	font-style:normal;
	float:left;
	display:inline;
	text-align:right;
	margin-right:15px;
}

p#sublinks strong {
	color:#333;
	display:block;
	margin-bottom:3px;
}

p#sublinks a {
	color:#666;
	font-weight:bold;
	background:#f1eae0;
	float:left;
	display:inline;
	margin-right:10px;
	padding:2px 6px;
	text-transform:uppercase;
	text-decoration:none;
}

p#sublinks a:hover {
	color:#00539b;
	background:#f6f2ec;
}

#subContent {
	margin-top:25px;
}

#subContent .column {
	float:left;
	display:inline;
	width:230px;
	margin-right:15px;
}

#subContent h2 {
	color:#3082d7;
	background:url(../images/heading_bg.gif) repeat-x center left;
	font-size:12px;
	letter-spacing:.1em;
	text-transform:uppercase;
	font-weight:bold;
}

#subContent h3 {
	font-size:10px;
	margin-top:8px;
	margin-bottom:.5em;
	margin-left:10px;
	margin-right:10px;
}

#subContent p {
	font-size:10px;
	line-height:1.5em;
	margin:0px 10px 4px 10px;
}

#subContent p small {
	display:block;
	font-size:9px;
	margin-bottom:15px;
}

h2.news span {
	display:block;
	padding:12px 35px;
	margin-left:8px;
	background:url(../images/news_icon.jpg) no-repeat center left;
}

h2.events span {
	display:block;
	padding:12px 35px;
	margin-left:8px;
	background:url(../images/upcoming_icon.jpg) no-repeat center left;
}

#sidebar {
	width:265px;
	float:right;
	padding:25px 0px;
	text-align:center;
}

#sidebar p {
	text-align:left;
}

#sidebar .quote {
	width:220px;
	margin:0 auto;
	margin-bottom:25px;
	text-align:left;
}

#sidebar blockquote {
	font-family:Georgia, Times, "Times New Roman", serif;
	color:#666;
	font-size:12px;
	padding-top:8px;
	padding-left:25px;
	background:url(../images/quote_left.gif) no-repeat top left;
}

#sidebar blockquote em {
	display:block;
	padding-right:25px;
	padding-bottom:5px;
	background:url(../images/quote_right.gif) no-repeat bottom right;
}

#sidebar .quote p {
	font-size:9px;
	font-weight:bold;
	line-height:1.5em;
	color:#b99764;
	margin:12px 25px;
}

#sidebar .quote p em {
	font-style:normal;
	text-transform:uppercase;
}

#sidebar .copy img {
	margin-bottom:8px;
}

#sidebar .copy p {
	font-size:10px;
	margin:0px 35px;
	line-height:1.5em;
}

#sidebar .videos p {
	text-align:center;
	line-height:1.3em;
}

#sidebar .videos p small em {
	font-style:oblique;
	color:#666;
}

#footer {
	width:800px;
	margin:5px auto;
}

#footer p {
	margin:0px 10px;
	font-size:10px;
	padding-bottom:20px;
}


/* Form Styles
-----------------------------------------------------------------------------*/
#tour .text {
	width:60%;
}

#tour select {
	width:60%;
}

form .text {
	padding:2px 4px;
}

form label {
	display:block;
	padding:2px 4px;
}

form p {
	margin:0 25px !important;
	padding-bottom:8px;
}

form #Veteran {
	width:80px;
}

form select {
	width:90%;
}

/* Weather Styles
-----------------------------------------------------------------------------*/

#weather {
	padding:10px 10px 10px 25px;
}

#weather img {
	float:left;
	display:inline;
	margin-top:3px;
	margin-left:25px;
}

#weather p em {
	color:#7ab2e9;
	text-transform:uppercase;
	font-style:normal;
	font-weight:normal;
	letter-spacing:.1em;
	font-size:.8em;
}

#weather p {
	font-size:13px;
	line-height:1.4em;
	color:#fff;
	font-weight:bold;
}
