/**
Client:			Cargo-D
Date:				090807
**/


/** RESET CODE **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/** **/

/** CLEAR AND FLOATS **/

.clear {
	clear:both;
	margin:0;
	line-height:1%;
	padding:0;
	font-size:0.1em;
	display:block;
	height:1%;
}
	 
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

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

.left {
	float:left;
}

/** **/

/** STRUCTURE **/

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.9em;
}

.head, .prime, .container, .foot {
	clear:both;
	margin:0 auto;	
}

* html body { /* make ie5.5 behave itself and center the layout */
	text-align:center;
}

* html .head, * html .prime, * html .container, * html .foot { /* for ie5.5 / 6.0 - realign the text */
	text-align:left;
}

.head, .prime, .container, .foot {
	width:100%;
}


.prime {
	display:none;
}

.content_one {
	width:30%;
	float:right;
	display:inline;	
}

.spacer { /* fixes collapse of empty div in firefox */
	white-space: pre;
}

.content_two {
	width:70%;
	float:left;
	display:inline;		
}

.foot {
	background:url("/images/footbg.gif") no-repeat top left;
}

/** **/

/** PRIMARY NAVIGATION **/

ul.primarynav {
	padding:5px 0 0 16px;
}

ul.primarynav li {
	float:left;
	font-size:1em;
	font-weight:bold;
}

ul.primarynav li a {
	padding:0 20px;
	display:block;		
	color:#000000;
	text-decoration:none;
}

ul.primarynav li a:hover {
	text-decoration:none;
	color:#ffffff;
}

ul.primarynav li a.activelink {

}

.prime .right {
	line-height:2em;
}

/** **/

/** SECONDARY NAVIGATION **/
ul.secondarynav {
	margin:15px 0 0 0;
}

ul.secondarynav li {
	font-size:1em;
	font-weight:bold;
}

ul.secondarynav li a {
	padding:0.35em 0em 0.35em 0;
	display:block;
	color:#000;
	text-decoration:none;
}

ul.secondarynav li a:hover, ul.secondarynav li a.activelink {
	text-decoration:none;
	color:#FF3333;
}


/** **/

/** FOOT NAVIGATION **/

.foot ul {
	display:none;
}

.foot img {
	display:none;
	}

/** **/

/** GENERIC STYLES **/

h1,h2,h3,p {
	margin: 0.6em 0;
}

h1 {
	color:#FF3333;
	font-size:1.7em;
}

h2 {
	color:#000;
	font-size:1.3em;
}

p {
	margin:0 0 1em 0;
	line-height:1.4em;
}

p strong {
	color:#000;
}

/* notes */

.note_info {
	background-color: #f0f9ff;
	border: 1px solid #cacbcc;
	padding:0.2em;
	clear:both;
	text-align:center;
	width:18em;
}

.note_warning {
	background-color: #ffdbe0;
	border: 1px solid #cacbcc;
	color: red;
	font-weight: bold;
	padding: 4px;
	text-align:center;	
}

/* */

/* Caption images */

.caption_image {
	margin:5px 23px 23px 0;
	padding:0;	
	text-align: left;
	width:170px;
}

.caption_image.right {
	margin:5px 0 23px 23px;
}

.content_one .caption_image.left, .content_one .caption_image.right {
	float:none;
	margin:5px 8px 0 0;
}

.caption_image p, .caption_image img {
	padding:0;
	margin:0;
	font-size:0.9em;
	color:#FF3333;
}

/* */

/** **/

/** STYLES AND STRUCTURE FOR SPECIFIC AREAS / SECTIONS **/

.prime .right {
	margin:0;
	padding-left: 1.5em;
}

.content_two ul, .content_one ul {
	list-style: disc;
	margin:0.5em 2em;
}

.content_two ol, .content_one ol {
	list-style: decimal;
	margin:0.5em 2em;
}

.content_one ul.secondarynav {
	margin:15px 0 0 0;
}

.content_one ul.secondarynav li {
	list-style: none;
}


/* Home page */


body#home .content_two {
	width:100%;
}

body#home .container {
	padding:0 0 25px 0;	
}

body#home .foot {
	padding:20px 0 0 0;
}

body#home .section_1, body#home .section_2, body#home .section_3 {
	width:30%;
	float:left;
	color:#ffffff;
}

body#home .section_2, body#home .section_3 {
	margin:0 0 0 15px;	
}

body#home .section_3 {
	color:#666666;
}

body#home .section_1 a, body#home .section_2 a {
	color:#ffffff;
	text-decoration:underline;	
}

body#home .section_1 .admin a, body#home .section_2 .admin a {
	color:#cc0000;
}

body#home .section_1 a:hover, body#home .section_2 a:hover {
	color:#ffffff;
	text-decoration:none;	
}

body#home h1 {
	color:#000;
	font-size:1.25em;
	padding:0 0 0.5em 14px;
	font-weight:bold;
	border-bottom:1px solid #ffffff;	
}

body#home h2 {
	font-size:1.0em;
}

body#home .section_1 h1, body#home .section_2 h1, body#home .section_3 h1 {
	margin:10px -10px;
}


body#home .section_1 ul li, body#home .section_2 ul li, body#home .section_3 ul li  {
	text-decoration:none;
	margin:0.2em 0;
}

body#home .section_3 hr {
	margin:8px 14px;
	border:none;
	background:none;
	border-top:1px solid #999;
}

body#home .section_1 .caption_image.left, body#home .section_1 .caption_image.right, body#home .section_2 .caption_image.left, body#home .section_2 .caption_image.right, body#home .section_3 .caption_image.left, body#home .section_3 .caption_image.right  {
	float:none;
}

body#home .section_1 .caption_image p, body#home .section_2 .caption_image p, body#home .section_3 .caption_image p {
	color:#ffffff;
}

/* */

/** **/

/** FORMS **/

form label {
	width:200px;
	display:block;
	float:left;
	text-align:right;
	padding-right:10px;
	font-weight:bold;
}

form div, form .note_info, form .note_warning {
	margin:0.4em 0 ;
}

#contact form .note_info, #contact form .note_warning, #contact form .note_plain {
	text-align:left;	
	width:59%;
	padding:3px 4px 3px 3px;
} 	

form .buttons {
	margin-left:210px;
}

abbr {
	color:#cc0000;
}

#contact form input[type=text], #contact form input[type=password] {
	width:80%;
}

#contact form textarea {
	width:80%;
}



/* for the wonderful ie5.5/6.0 we all love so much */

* html #contact form input { 
	width:60%;
}

* html #contact form div.buttons input {
	width: auto;
}

/* */

/** **/

/** ADMIN **/


.admin a {
	color:#cc0000;
	text-decoration:none;
	background:#ddd;
	padding:0.4em;
	border:1px #fff solid;
	line-height: 2em;
	font-weight:bold;
	display: inline;
}

.admin a:hover {
	background:#ccc;
}

.caption_image .admin {
	text-align: left;
	position:absolute;
	font-size:0.8em;
}

.caption_image .admin a {
	margin:0 2px 0 0;
}

/** **/
