@import url(reset.css);
@import url(utilities.css);

/* Contents
1. Page sections
2. Typography - baseline
3. Typography - except headings, links/lists, footer
4. Headings
5. Links/lists, except navigation, footer
6. Navigation
7. Footer
8. Tables
9. Forms
10. Miscellaneous
*/
	
/* 1. Page sections 
------------------------------------------------------------------------ */
body {
	background-color: #003399;
	}
	
#masthead {
	padding-top: 0px;
	width: 800px;
	margin-left: 5%;
	}

#imagebanner {
	background-image: url(images/stripe.gif);
	border-top: 1px solid #d9b300;
	border-bottom: 1px solid #d9b300;
	width: 100%;
	}
	
#images {
	height: 99px;
	border: 1px red;
	background-image: url(../images/imagebanner2.jpg);
	background-repeat: repeat-x;
	}
		
#navigation {
	line-height: 1.5em;
	float: left;
	width: 11%;
	margin-right: 1%;
	margin-left: 3%;
	margin-top: 20px;
	padding-top: 0px;
	background-color: inherit;
	}
	
#content {
	width: 80%;
	margin-left: 16%;
	max-width: 950px;
	background-color: #fff;
	border: 1px solid #d9b300;
	border-top: none;
	}
	
#col1 {
	width: 40%;
	padding-right: 6%;
	padding-left: 6%;
	border: none;
	float: left;
	padding-bottom: 35px;
	}
	
#col2 {
	width: 40%;
	margin-left: 53%;
	padding-bottom: 35px;
	}

#invitation{
	margin-left: 30px;
}

#savethedate {
	padding: 10px 20px 20px 20px;
	border: 3px solid #d9be00;
	}
	
#cola {
	width: 30%;
	padding-right: 6%;
	padding-left: 6%;
	border: none;
	float: left;
	padding-bottom: 35px;
	}
	
#colb {
	width: 50%;
	margin-left: 43%;
	padding-bottom: 35px;
	}

.onecolumn {
	width: 80%;
	margin-left: 5%;
	margin-right: auto;
	margin-bottom: 25px;
	}
	
#col300 {
	width: 300px;
	float: left;
	}
		
#col275 {
	width: 300px;
	margin-left: 325px;
	margin-right: 5px;
	}
	
#footer{
	background-color: #fff;
	padding-bottom: 15px;
	clear: both;
	width: 100%;
	}
	
#boxa {
	border: 3px double black;
	padding-bottom: 5px;
	margin-right: 5px;
	}
	
#rightcol {
	margin-left: 95px;
	}
	
		
/* 2. Typography - baseline
------------------------------------------------------------------------------- */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #222222;
	}



/* 3. Typography - other than headings, links and lists, and footer
 ------------------------------------------------------------------------------ */
	
p#tagline {
	font-style: italic;
	font-size: 1.2em;
	padding: 7px 0px;
	text-align: center;
	color: #d9b300;
	}

#content p {
	line-height: 1.5;
	padding-bottom: 5px;
	font-size: 1.2em;
	}
		
#content p.sig{
	font-style: italic;
	padding-left: 30px;
	border-bottom: dotted 2px #555;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #756600;
	font-weight: bold;
	}
	
.quote {
	color: #645700;
	font-weight: bold;
	}
	
#content .box2 p{
	font-size: 1.2em;
	font-style: italic;
	padding: 8px;
	}
	
#content p.highlight {
	font-size: 1.6em;
	}
	
p#mission {
	color: #756600;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 1.2em;
	}
	
.offset {
	font-style: italic;
	margin-left: 40px;
	margin-bottom: 10px;
	border-left:1px solid #d9b300;
	padding-left: 10px;
	}

p#expanded {
	font-size: 16px;
	line-height: 1.9;
	font-weight: bold;
	}
	

/* 4. Headings
------------------------------------------------------------------------------- */

h1 {
	font-size: 2.4em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
	font-family: georgia,serif;
	color: #003399;
	font-weight: normal;
	}

#masthead h1 {
	color: #d9b300;
	font-weight: normal;
	font-size: 2.6em;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-family: georgia,serif;
	line-height: 1.1em;
	}
	
h2	{
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: double 3px #d9b300;
	padding: 15px 0px 4px 0px;
	margin-bottom: 5px;
	text-align: center;
	font-variant: small-caps;
	}

h2.flushtop {
	padding-top: 0px;
	}
		
#invitation h1 {
	border-bottom: none;
	font-variant: normal;
	text-align: left;
	font-size: 28px;
	font-weight: normal;
	color:#333;
	line-height: 1.2;
	padding-bottom: 20px;
	margin-bottom: 0;
	}
	
h3	{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	padding-top: 8px;
	padding-bottom: 6px;
	}
	
h3.invitation{
	font-size: 15px;
	}

h4	{
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 6px;
	padding-bottom: 4px;
	}
		
h4.invitation{
	font-size: 12px;
	}

/* 5. Links and lists - other than navigation and footer
 -------------------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
	text-decoration:  underline;
	}
	
a:link, a:visited {
	background: transparent;
	font-weight: bold;
	color: #282B82;
}

a:hover, a:active {
	background-color: #FFFF80;
	color: #181A4E;
	}

a.mediumlink, a.mediumlink:link, a.mediumlink:visited{
	font-size: 13px;
	color: #555;
	text-decoration: none;
	padding: 5px;
	}
	
a.mediumlink:hover, a.mediumlink:active{
	color: #fff;
	background-color: #555;
	}
ul {
	padding-left: 20px;
	margin-left: 10px;
	list-style-type: disc;
	}

ul {
	list-style-type: disc;
	}
		
ul.nobullet {
	list-style-type: none;
	padding-top: none;
	}
	
ul ul, #content ul ul{
	list-style-type: circle;
	padding-bottom: 2px;
	font-size: inherit;
	}
	
ol, #content ol {
	padding-left: 25px;
	margin-left: 25px;
	list-style-type:decimal;
	}
	
ol ol, #content ol ol {
	list-style-type: lower-alpha;
	padding-bottom: 2px;
	font-size: 12px;
	}
	
ol ul, #content ol ul {
	font-size: 12px;
	}
	
ol li {
	padding-bottom: 8px;
	font-size: 12px;
	}

#content ul, #content ol{
	line-height: 1.4;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.2em;
	}
		
dl {
	margin-left: 40px;
	}
	
dt {
	font-size: 1.3em;
	font-weight: bold;
	color: #282b82;
	padding: 10px 5px 5px 5px;
	}
	
dd {
	font-size: 1.3em;
	margin-left: 50px;
	line-height: 1.3;
	max-width: 600px;
	}
	

/* 6. Navigation menu
------------------------------------------------------------------- */	

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #d9be00;
}

#navigation a:hover, #navigation a:active {
	text-decoration: none;
	background-color: #FFFF80;
	color:#181a4e;
	font-weight: bold;
	}
	
#navigation li{
	list-style-type: none;
	padding-bottom: 8px;
	padding-top: 5px;
	font-size: 1.2em;
	line-height: 1.3;
	color: #d9be00;
	}
	
#navigation li.lastitem{
	border-bottom: none;
	padding-top: 10px;
	}

#navigation ul{
	padding: 0px;
	padding-top: 1Opx;
	margin: 0px;
	
	}


/* 7. Footer
----------------------------------------------------------------- */
#footer{
	color: #000;
	line-height: 1.3em;
	}
	
.footertext {
	text-align: center;
	font-size: 1.1em;
	padding-top: 6px;
	padding-bottom: 6px;
	}
		
#footermenu li{
	display: inline;
	list-style-type: none;
	text-decoration: none;
	color: #000000;
	padding: 2px 5px;
	margin: 5px;
	}
	
#footermenu ul li a{
	font-size: 1.1em;
	}

	
/* 8. Table formats
---------------------------------------------------------------------  */

td {
	vertical-align:top;
	padding: 12px;
}



/* 9. Miscellaneous formats
---------------------------------------------------------------------   */

.box1 {
	float: right;
	width: 50%;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #F6f9ff;
	border: double 3px #d9b300;
	}
	
.box2 {
	float: right;
	width: 308px;
	margin-left: 20px;
	margin-bottom: 15px;
	border: 2px solid #756700;
	}
	
.boxlink {
	border: 2px solid #dcb900;
	padding: 10px;
	background-color: #F7F9FF;
	}
	
.highlight {
	clear: right;
	margin-top: 20px;
	}
	
.indent25 {
	margin-left: 25%;
	line-height: 1.5;
	text-align: left;
	}
	
.indent40{
	margin-left: 40px;
}
	
	
	
