/*  
Name: rustconstructors_com.css
Description: RustConstructors.com default theme.
Version: 1.5
*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, address, q, a, div, img {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 100%;
}
body {
	background: #CCC;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.hidden {
    	display: none;
}
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clear {
	display: inline;
	/* commented out because of css error */
	/*display: inline-block;*/
}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}


#wrapper {
	width: 770px;
	background-color: #FFF;
	color: #000;
	border-right: 1px solid #666;
	border-left: 1px solid #666;	
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	width: 770px;
	display: block;
	background: #FFF;
	background-repeat: repeat-y;   
}
#titleSection {
	width: 770px;
	float: left;
	text-align: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	display: block;
}
.skipToContent {
	position: absolute;
	left: -1000em;
	width: 20em;
}
#logo img {
	padding: 10px 0px 10px 10px;
	border: 0px;
	float: left;
	width: 265px;
	height: 44px;
}
#navHolder {
	width: 770px;
	background-color: #0072C6;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0072C6;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	overflow: hidden;
}

#contentSection {
	float: none;
}
#highlightSection {
	width: 770px;
}
#splashImage {
	float: left;
}
#splashImage img {
	width: 770px;
	height: 200px;
	border: 0px;
}
#mainContent {
	width: 770px;
  	background-color: #FFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666;
	color: #000;
}
#mainContentFull {
	width: 770px;
  	background-color: #FFF;
	color: #000;
}

#contentHolder {
	width: 570px;
	float: left;
}
#contentHolderFull {
	width: 770px;
}
#content {
	padding: 0px 20px 0px 30px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	background: #FFF;
}
#content a {
	font-weight: bold;
}
#content a:link {
	color: #0072C6;
	text-decoration: underline;
	background: transparent;
}
#content a:visited {
	color: #003C77;
	text-decoration: underline;
	background: transparent;
}
#content a:hover, #content a:focus {
	color: #CC6600;
	text-decoration: underline;
	background: transparent;
}
#content a:active {
	color: #0072C6;
	text-decoration: underline;
	background: transparent;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, #content pre, #content blockquote, #content ul, #content ol, #content dl, #content address {
	margin-bottom: 1.5em;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	background-color: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
#content h1 {
	font-size: 1.6em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	line-height: 1.4em;
}
#content h2 {
	font-size: 1.4em;
	margin-bottom: 1.0em;
}
#content h3 {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}
#content h4 {
	font-size: 1.1em;
}
#content h5 {
	font-size: 1.0em;
}
#content h6 {
	font-size: 0.9em;
}
#content ul, #content ol, #content dl {
	margin-left: 3em;
}
#content blockquote {
	margin-right: 3em;
	margin-left: 3em;
}
#content hr {
	margin-bottom: 1.5em;
	border: 0px;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
}
#content ul.listWithSpace li {
	margin-bottom: 1.5em;
}
.homepageFirstParagraph {
	margin-top: 1.5em;
}
#contentExtraHolder {
	width: 200px;
	float: left;
}
#contentExtra {
	padding: 0px 0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #CCC;
	margin: 10px;
	background-color: #FFF;
}
#contentExtra h1, #contentExtra h2, #contentExtra h3, #contentExtra h4, #contentExtra h5, #contentExtra h6, #contentExtra p, #contentExtra pre, #contentExtra blockquote, #contentExtra ul, #contentExtra ol, #contentExtra dl, #contentExtra address {
	margin-bottom: 1.4em;
}
#contentExtra h1, #contentExtra h2, #contentExtra h3, #contentExtra h4, #contentExtra h5, #contentExtra h6 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #CCC;
	background: #DDD;
	padding: 0px 5px;
}
#contentExtra h1 {
	font-size: 1.6em;
	line-height: 1.9em;
	margin-bottom: 1.0em;	
}
#contentExtra h2 {
	font-size: 1.4em;
	line-height: 1.7em;
	margin-bottom: 1.0em;		
}
#contentExtra h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.0em;		
}
#contentExtra h4 {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 1.0em;
	padding: 2px 5px;
}
#contentExtra h5 {
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 1.2em;		
}
#contentExtra h6 {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 1.4em;		
}
#contentExtra p {
	padding: 0px 5px;
}
#contentExtra a {
	font-weight: bold;
}
#contentExtra a:link {
	color: #0072C6;
	text-decoration: underline;
	background-color: #FFF;
}
#contentExtra a:visited {
	color: #003C77;
	text-decoration: underline;
	background-color: #FFF;
}
#contentExtra a:hover, #contentExtra a:focus {
	color: #CC6600;
	text-decoration: underline;
	background-color: #FFF;
}
#contentExtra a:active {
	color: #0072C6;
	text-decoration: underline;
	background-color: #FFF;
}
#contentExtra ul, #contentExtra ol, #contentExtra dl {
	margin-left: 3em;
	margin-right: 5px;
}
#contentExtra blockquote {
	margin-right: 3em;
	margin-left: 3em;
}
.quoteSource {
	color: #7D7D4B;
	text-align: right;
	display: block;
	background-color: #FFF;
}
#contentExtraNoBorder {
	padding: 1px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 9px 10px 10px 10px;
	background-color: #FFF;
}
#contentExtraNoBorder h1, #contentExtraNoBorder h2, #contentExtraNoBorder h3, #contentExtraNoBorder h4, #contentExtraNoBorder h5, #contentExtraNoBorder h6, #contentExtraNoBorder p, #contentExtraNoBorder pre, #contentExtraNoBorder blockquote, #contentExtraNoBorder ul, #contentExtraNoBorder ol, #contentExtraNoBorder dl, #contentExtraNoBorder address {
	margin-bottom: 1.4em;
}
#contentExtraNoBorder h1, #contentExtraNoBorder h2, #contentExtraNoBorder h3, #contentExtraNoBorder h4, #contentExtraNoBorder h5, #contentExtraNoBorder h6 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 1px 5px;
	background-color: #FFF;
}
#contentExtraNoBorder h1 {
	font-size: 1.6em;
	line-height: 1.9em;
	margin-bottom: 1.0em;	
}
#contentExtraNoBorder h2 {
	font-size: 1.4em;
	line-height: 1.7em;
	margin-bottom: 1.0em;		
}
#contentExtraNoBorder h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.0em;		
}
#contentExtraNoBorder h4 {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-bottom: 1.0em;
}
#contentExtraNoBorder h5 {
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 1.2em;		
}
#contentExtraNoBorder h6 {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 1.4em;		
}
#contentExtraNoBorder p {
	padding: 0px 5px;
}
#contentExtraNoBorder a {
	font-weight: bold;
}
#contentExtraNoBorder a:link {
	color: #0072C6;
	text-decoration: underline;
	background-color: #FFF;
}
#contentExtraNoBorder a:visited {
	color: #003C77;
	text-decoration: underline;	
	background-color: #FFF;
}
#contentExtraNoBorder a:hover, #contentExtraNoBorder a:focus {
	color: #CC6600;
	text-decoration: underline;
	background-color: #FFF;
}
#contentExtraNoBorder a:active {
	color: #0072C6;
	text-decoration: underline;
	background-color: #FFF;
}
#contentExtraNoBorder ul, #contentExtraNoBorder ol, #contentExtraNoBorder dl {
	margin-left: 3em;
	margin-right: 5px;	
}
#contentExtraNoBorder blockquote {
	margin-right: 3em;
	margin-left: 3em;
}
#footer {
	width: 750px;
	height: 15px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC6600;
	background: #0072C6;
	text-align: left;
	padding: 4px 10px;
	font-size: 1.0em;
	color: #FFF;
}
#footer a:link, #footer a:visited{
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover, #footer a:focus{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

/* ####### Alternating Table Row Colors Style - BEGIN ####### */

.tableRowOdd {
	background-color: #F3F3F3;
}
.tableRowEven {
	background-color: #DDD;
}

table {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #CCC;
	background-color: #FFF;
	margin-bottom: 1.5em;
	border-collapse:	collapse;
	width: 100%;
}
table caption {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	background-color: #FFF;
	font-weight: bold;
	margin-bottom: 4px;
}

table th {
	width: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	background-color: #666;
	text-align: left;
	padding: 4px 4px;
	font-size: 1.0em;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;

}
#contentHolder table th a,
#contentHolder table th a:link,
#contentHolder table th a:visited,
#contentHolder table th a:hover,
#contentHolder table th a:focus,
#contentHolder table th a:active {
	color: #FFF;
	text-decoration: underline;
}
table td {
	width: auto;
	text-align: left;
	padding: 4px 4px;
	font-size: 1.0em;
	color: #000;
	border: 1px solid #CCC;
}

/* ####### Alternating Table Row Colors Style - END ####### */

/* ####### Project Profile Styling - BEGIN ####### */

.projectProfileSummary {
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.5em;
	width: 520px;
}

.projectProfileSummary img {
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	border: 1px solid #CCC;
	margin-bottom: 1.5em;
}

.projectProfileSummaryLast {
	border-bottom: 0px;
	margin-bottom: 1.5em;
	width: 520px;
}
.projectProfileSummaryLast img {
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	border: 1px solid #CCC;
	margin-bottom: 1.5em;
}

.projectProfileSummaryText {
	float: left;
	width: 358px;
}
#projectProfileWrapper {
	width: 391px;
	background-color: #FFF;
	color: #000;
	border-top: 20px solid #0072C6;
	border-right: 1px solid #666;
	border-bottom: 20px solid #0072C6;
	border-left: 1px solid #666;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#projectProfile {
	background: #FFF;
	text-align: left;
	border-top: 3px solid #CC6600;
	border-bottom: 3px solid #CC6600;
	padding: 1em 0px;
}

/* ####### Project Profile Styling - END ####### */

/* ####### Main Page Styling - BEGIN ####### */

.mainPageSummary {
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.5em;
	width: 520px;
}

.mainPageSummary img {
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	border: 1px solid #CCC;
	margin-bottom: 1.5em;
}

.mainPageSummaryLast {
	border-bottom: 0px;
	margin-bottom: 1.5em;
	width: 520px;
}
.mainPageSummaryLast img {
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	border: 1px solid #CCC;
	margin-bottom: 1.5em;
}

.mainPageSummaryText {
	float: left;
	width: 358px;
}

#content .mainPageSummaryText h3 {
	font-size:1.2em;
	margin-bottom: 0px;
	font-weight: bold;
}

/* ####### Main Page Styling - END ####### */
