@charset "utf-8";

 /*Press Pass stylesheet
 created: June 2008
 updated:            */
 
 /* generics */
* {font-size:100%; padding:0; margin:0;}
 
body  {
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin:0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #486b66;
	/*background-image:url(images/background.gif);*/
	/*background-repeat:repeat;*/
	background-color: #4E5E6D;

}




.pass #container {
	width:55em;  /* this will create a container portion of the browser width */
	background:#FFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 0px;
	border-bottom: 0px;
} 


.pass a {
color: #818e9a;
}

.pass #header {
	background:#FFFFFF;
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 

.pass #headbox {
	border-width:0;
	float:right;
	margin:0 auto;
	width:15em;
	background-color: #818e9a;
	text-align: center;
	
}


.pass #headbox img {
	border-width:0;
	width:196px;
	padding:0 auto;
	}

.pass #header h1 {
	margin:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0 5em; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height:80px;
	background-image: url(images/pass_trajan6.png);
	background-repeat: no-repeat;
}


/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".press #sidebar1 p" rule.
*/

.pass #sidebar1 {
	float:right;
	width:15em; /* since this element is floated, a width must be given */
	/*background: #D47B22;  the background color will be displayed for the length of the content in the column, but no further */
	padding:1em 0 2em 0; /* top and bottom padding create visual space within this div */
	margin:0;
	background-color: #818e9a;
	border-bottom-color:#005C7A;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	/*border-left-color:#757575;
	border-left-style:dotted;
	border-left-width:1px;*/
	text-align:center;
}



.pass #sidesearch {
	margin-top:0;
	margin-right:5px;
	margin-bottom:0;
	border-bottom: 1px dotted #ffffff;
	padding:-10px 15px 0px 15px;
	/* top and bottom padding create visual space within this div */
		}
	

.pass #sidesearch h3 {
	font-size:90%;
	color:#FFF;
	padding:0px 2em;
	margin-top:-10px;
	font-weight: normal;
}
*/

/*
.pass #sidebar1 nav{
	margin-left:10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	/*
	margin-right:10px;
	line-height:1.6em;
	font-size:1.5em;
	color: #D47B22;
	font-weight: bold;
} */



.pass #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right :10px;
	line-height: 1.5em;
	font-size: 120%;
}

.pass #sidebar1 #here {
background-color: #445566;
}

.navContextual { font-size: 85%; font-weight: bold; list-style-image: none; list-style-type: none; margin: 0px 0px 0px 0px; padding: 0px; text-transform: none; text-align: left;}

	.navContextual li { border-bottom: 1px dotted #ffffff; margin: 0px; padding: 0px; }

	.navContextual a { color: #ffffff; padding: 10px; display: block; }

	.navContextual a:hover { background-color: #445566; color: #ffffff; text-decoration: none; }


.pass #sidebar1 a:link {text-decoration:none;}

.pass #sidebar1 a:visited {text-decoration:none;}

.pass #sidebar1 a:hover {text-decoration:none;}


/*HIDE
.pass #sidebar1 {
	float: right;
	width: 250px; /* since this element is floated, a width must be given */
	/*HIDE background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	/*HIDEpadding: 15px 0; /* top and bottom padding create visual space within this div  */
	/*HIDE background-color: #1E1E1E;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	/*HIDE
}
.pass #sidebar1 h3, .pass#sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	/*HIDE margin-right: 10px;	/*HIDE
}
*/
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/


.pass #tag {
	margin:0 13em 0 0; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
	padding:0;
	background-color:#CD202C;
	width:100%;
	text-align:center
	}
	
.pass #tag p {
	font-size:120%;
	color:#FFF;
	padding:2px;
	margin:0 5em 0 3em;
	font-weight:bold;
	}
 
.pass #mainContent {
	margin:0 15em 2em 2.5em; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
	padding:3px;
	background-color:#FFFFFF;
} 

#mainContent a,
#footer a {
		text-decoration: underline;
}

#mainContent a:link,
#mainContent a:visited,
#footer a:link,
#footer a:visited  {
		color: #486b66;
}

#mainContent a:hover,
#footer a:hover  {
		color: #FFF;
		text-decoration: underline;
		background: #445566;
}
	
#mainContent a:visited:hover,
#footer a:visited:hover {
		color: #FFF;
		text-decoration: underline;
		background: #445566;
}
	
.pass #mainContent h1, h2{
	color: #CD202C;
	font-family: Candara, Verdana, Arial, sans-serif;
} 

.pass #mainContent h1{
font-size:180%;
	font-weight:bold;
	padding:0 0.2em 0.05em 0;
	margin:0 2em .30em 0;
}

.pass #mainContent h2{
	font-size:150%;
	font-weight:bold;
 	padding:0 0.2em 0.02em 0;
	margin:.5em 2em .20em 0;
} 

.pass #mainContent h3, h4{
	color: #5E6A71;
} 

.pass #mainContent h3 {
	font-size:120%;
	font-weight:bold;
 	padding:0;
	margin:0.25em 2em .1em 0;
} 

.pass #mainContent h4 {
	font-size:115%;
	font-weight:bold;
 	padding:0;
	margin:0.15em 2em 0 0;
}

.pass #mainContent p {
	font-size:90%;
	line-height:1.5em;
	padding:0;
	margin:0 2em 0.5em 0}
	
.space {
	margin: 5px 0px 0px 0px;
}
		
.pass #mainContent ul {
	padding:0;
	list-style-position: outside;
	padding:0;
	margin:0 2em 0 2em;
	}
	
.pass #mainContent li {
	list-style-type: square;
	padding:0px 20px 5px 0px;
	font-size:90%;
	color: #486b66;
	}

.last {padding:0px 20px 20px 0px;}
	

.pass #footer {
	padding:0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	height:68px;
	border-top-color:#CD202C;
	border-top-width:thin;
	border-top-style:double;
	list-style-type: square;
	list-style-type: square;
} 
.pass  #footer p {
	margin:0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:5px 5px 2px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:90%;
	text-align:center;
	color: #636363;
}

.pass #footer img {
	margin:0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
}



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bold {
font-weight: bold;
}
