@charset "utf-8";
/* CSS Document */

/*
RED - #7E0017
BLUE - #083873
YELLOW - #DAB903
LIGHT YELLOW - #F2EFB7

NAVIGATION - UPPERCASE, ARIAL 16PT, blue hex# 083873
Contact Info,  blue hex# 083873
Orphan Advocates International, Inc.  - uppercase, arial 14pt
952.423.6925   info@oaint.org - lowercase, arial 16pt
banners:lowercase, garamond 34pt, hex# ffffff
body paragraph headers:
lowercase, Garamond 34pt, blue hex# 083873
body text:
sentance case, Arial, 16pt, grey hex# 3F3F3F
*/

body {
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:#7E0017;
}

img.donate {
	width:297px;
	border:none;

}

#header {
	width:1000px;
	height:135px;
	background:#fff;
	margin:0 auto;
	padding:0;
}

#header img.logo {
	float:left;
	width:444px;
	padding:20px;
}

#header ul {
	margin:0;
	padding:15px 0 10px 0;
	list-style:none;
}

#header li {
	display:inline;
	color:#083873;
	text-transform:lowercase;
	font-size:16px;
}

#header li.company {
	text-transform:uppercase;
	font-size:14px;
}

#header li.phone {
	padding-right:5px;
}

#header li.email {
	padding-left:5px;
}

/*NAVIGATION - UPPERCASE, ARIAL 16PT, blue hex# 083873*/
#mainNav {
	width:1000px;
	background:#DAB903;
	margin:0 auto;
}

#mainNav ul {
	margin:0;
	padding:10px 0;
	list-style:none;
}

#mainNav li {
	display:inline;
	text-transform:uppercase;
	color:#083873;
	font-size:14pt;
	padding:0 10px;
}

#mainNav a {
	color:#083873;
	text-decoration:none;
}

#mainNav a:hover {
	color:#7E0017;
	text-decoration:underline;
}

.blue-box {
	float:left;
	width:298px;
	height:252px;
	background:url(../images/blue-box.jpg) no-repeat;
}

ul.subNav {
	float:left;
	width:258px;
	height:212px;
	margin:0px;
	padding:20px;
	background:#083873;
	color:#fff;
}


ul.subNav li {
	list-style:none;
	font-size:16px;
	text-transform:uppercase;
	margin:15px 0;
}

ul.subNav li a {
	font-size:16px;
	color:#fff;
	text-decoration:none;
}

ul.subNav li a:hover {
	font-size:16px;
	color:#fff;
	text-decoration:underline;
}

img.banner {
	float:right;
	width:702px;
}

#containerMain {
	width:1000px;
	margin:0 auto;
	padding:0 0 20px 0;
	text-align:left;
	overflow:hidden;
}

.backgroundOne {
	background:#fff;
}

.backgroundTwo {
	background:url(../images/background_mainContainer.jpg) repeat-y;
}

#containerMain h1 {
	font-size:34px;
	text-transform:lowercase;
	font-family:Garamond, "Times New Roman", Times, serif;
	color:#083873;
}

#containerMain h2 {
	font-size:16px;
	text-transform:uppercase;
	color:#3f3f3f;
	margin:0;
	padding:0;
}

#containerMain p, #containerMain ul {
	font-size:16px;
	color:#3f3f3f;
}

#containerMain li {
	padding:0;
}

p.first {
	margin-top:0;
}

p.donate {
	float:left;
}

ul.supplies {
	list-style:none;
	padding:0 0 20px 0;
	margin:0;
}

ul.supplies li {
	margin:20px 0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.column250 {
	width:250px;
	margin-top:20px;
}

.column266 img {
	width:266px;
	margin:20px 0;
	padding:0;
}

.column298 {
	width:298px;
	margin:0;
	padding:0;
	background:#F2EFB7;
}

.column298 img {
	width:252px;
	margin:20px 24px;
}

.column298 p {
	padding:0 20px;
	margin:0;
}

.column367 {
	width:327px;
	margin:0;
	padding:20px;
}

.column500 {
	width:440px;
	margin:0;
	padding:20px;
}

.column702 {
	float:left;
	width:662px;
	margin:20px;
	padding:0;
}

.column702 img {
	float:right;
}

.column702 img {
	float:right;
	padding:0;
} 

.column702 p img.donate {
	float:left;
}


.column750 {
	width:690px;
	margin:0;
	padding:20px;
}


.column266 a, .column298 a, .column367 a, .column702 a, .gallerythumb a, ul.newsletters a, p.photos a {
	color:#3f3f3f;
	text-decoration:none;
	font-weight:bold;
}

.column266 a:hover, .column298 a:hover, .column367 a:hover, .column702 a:hover, .gallerythumb a:hover, ul.newsletters a:hover, p.photos a:hover {
	color:#3f3f3f;
	text-decoration:underline;
	font-weight:bold;
}

.gallery {
	float:left;
	margin:0 20px;
	text-align:left;
}

.gallery p {
	font-size:15px;
	text-align:center;
	outline:none;
	width:162px;
}

.gallery img {
	padding-top:5px;
	padding-bottom:30px;
	border:none;
}

.gallery img a {
	padding-top:5px;
	padding-bottom:30px;
	border:none;
}

p.gallerythumb a {
	text-decoration:none;
	color:#B33224;
}

p.gallerythumb a:hover {
	text-decoration:underline;
	color:#B33224;
}

ul.newsletters {
	margin:0;
	padding:0;
}

ul.newsletters li {
	margin-bottom:0 0 5px 0;
	padding:0;
}

h1.photos, #containerMain h2.photos, p.photos {
	padding:0 45px;
}

div.photos {
	padding:0 45px;
}

ul.no-bullets {
	list-style:none;
}

#footer {
	width:1000px;
	margin:10px auto;
	color:#fff;
}

#footer ul {
	margin:10px auto;
}

#footer li {
	list-style:none;
	display:inline;
	padding:0 10px;
	color:#fff;
	text-transform:uppercase;
}

#footer ul.nav {
	font-size:16px;
	margin:0 auto;
	padding:0;
}

#footer .company {
	font-size:14px;
	padding:0 5px;
	text-transform:uppercase;
}

#footer a {
	text-decoration:none;
	color:#fff;
}

#footer a:hover {
	text-decoration:underline;
	color:#fff;
}

#footer p.adminLogin {
	float:right;
	font-size:12px;
	text-transform:none;
}


/* SLIDER CSS     SLIDER CSS     SLIDER CSS     SLIDER CSS     SLIDER CSS     SLIDER CSS     SLIDER CSS     SLIDER CSS     SLIDER CSS */
/*
	Featured Content Slider
	by: Chris Coyier
*/
					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ clear:both; width: 1000px; margin:0 auto; padding:0; position: relative; min-height: 350px; text-align:left;}


/*
	TYPOGRAPHY
*/
#page-wrap p.one										{font-family:Garamond, "Times New Roman", Times, serif; font-size:34px; color:white; padding:25px; margin:0;}
#page-wrap p.two										{font-family:Garamond, "Times New Roman", Times, serif; font-size:34px; color:white; padding:25px; margin:0; }
#page-wrap p.three										{font-family:Garamond, "Times New Roman", Times, serif; font-size:34px; color:white; padding:25px; margin:0; }


/*
	SLIDER
*/
.slider-wrap								{ width: 1000px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 1000px; height: 350px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 1000px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -43px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(../Slider/images/transpBlack.png); padding: 0px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white;}
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ top center no-repeat; }
.background-image1							{ background:url(../images/OAI-Header-One.jpg) no-repeat; width:1000px; height:350px; }
.background-image2							{ background:url(../images/OAI-Header-Two.jpg) no-repeat; width:1000px; height:350px; }
.background-image3							{ background:url(../images/OAI-Header-Three.jpg) no-repeat; width:1000px; height:350px; }

/* END SLIDER CSS     END SLIDER CSS     END SLIDER CSS     END SLIDER CSS     END SLIDER CSS     END SLIDER CSS     END SLIDER CSS */




