/* reset */

* {
	padding:0px;
	margin:0px;
	position:relative;
}

body {
	font-size:100%;
	line-height:1em;
}

a, a:visited {
	text-decoration:none;
	color:inherit;
}

a {
	outline:none;
	-moz-outline-style:none;
}

img {
	display:block;
	border:none;
}

/***********************************
        HTML Element Styles
***********************************/

body {
	font:.625em/1.6em Arial, Helvetica, sans-serif;
	color:black;
	background-color:white;
}

h1, h2 {
	text-indent:-9999px;
	height:75px;
	line-height:1em;
}

h1 {
	background:url(images/title.jpg) no-repeat top left;
}

h2 {
	background:url(images/triumphText.png) no-repeat center 30px;
}

h3 {
	font-size:1.125em;
	line-height:1em;
	margin-bottom:.667em;
}

p {
	text-align:center;
	padding-bottom:1em;
}

/***********************************
         Specific Styles
***********************************/

#main {
	width:976px;
	border:2px solid #999;
	background:url(images/bg.png) repeat-y top left;
	margin:0px auto;
}

#mission {
	font:2em/1.818em Arial, Helvetica, sans-serif;
	color:white;
	background-color:#242424;
	border-bottom:15px solid black;
	padding-top:1em;
}

#mission p {
	width:615px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#links {
	border-top:10px solid black;
	border-bottom:10px solid black;
	overflow:hidden;
}

#links a {
	display:block;
	width:241px;
	height:155px;
	border-left:4px solid #999;
	float:left;
}

#links.landing a {
	width:324px;
	height:136px;
	border-left:2px solid #999;
}

#links a:first-child {
	border-left:none;
}

/* New Landing Page */

#invitation {
	font-size:2.4em;
	font-weight:bold;
	padding:15px 0px;
	border-top:4px solid #303030;
	border-bottom:4px solid #303030;
}

#invitation p {
	padding-bottom:.5em;
}

#invitation .size30 {
	font-size:1.25em;
	line-height:1em;
}

#invitation .size34 {
	font-size:1.417em;
	line-height:1em;
}

#details {
	font-size:1.6em;
	line-height:1.25em;
	padding:20px 125px;
	background-color:#b9c5cf;
}

#details p {
	text-align:left;
}

#details ul {
	margin-left:15px;
	margin-bottom:1em;
}

#details li {
	margin-bottom:5px;
}

#details a {
	font-size:1.25em;
	font-weight:bold;
	line-height:1.2em;
	color:#000;
	display:block;
	width:205px;
	height:143px;
	padding:50px 0px 0px 160px;
	margin:20px auto 0px auto;
	background:url(images/passport.jpg) no-repeat top left;
}

/***********************************
          General Styles
***********************************/

