/*

dark blue 	#161F38 

*/


/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: url(../images/bg.jpg) top center no-repeat #161F38;
	font-family: helvetica, arial, sans-serif;
	color:#666;
	font-size:12px;
	line-height:18px;
}

h1, h2, h3 {
	font-weight:normal;
	margin-bottom:15px;
}

h1 {
	font-size: 20px;
	padding-top:5px;
}

h2 {
	font-size: 16px;
}

p {
	margin-bottom: 15px;
}

#wrapper {
	width:820px;
	margin:80px auto 0 auto;
}

#top-text {
	margin-left:400px;
	width:350px;
}

#top-icons {
	float:right;
	width:100px;
}

#top-icons img {
	float:right;
	margin-bottom:15px;
}

#logo {
	margin-bottom:-26px;
	margin-left:-5px;
}

#contact {
	color:#fff;
	float:right;
	margin-top:5px;
	padding-right:10px;
	text-align:right;
}

#contact p {
	margin-bottom: 0;
}

.phone {
	font-size: 20px;
}

.email {
	
}

.email a {
	color:#fff;
	text-decoration: none;
}

.email a:hover {
	text-decoration: underline;
}

.top-round {
	background: url(../images/top-round.png) top left no-repeat transparent;
	height:20px;
}

.box-main {
	
	background: url(../images/box-bg.png) top left repeat-y transparent;
	padding:0 20px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.bot-round {
	background: url(../images/bot-round.png) top left no-repeat transparent;
	clear:both;
	height:20px;
}

.images {
	float:left;
	margin:0 10px 0 0;
	width:380px;
}

.lower-right {
	float:right;
	margin: 0 0 0 10px ;
	width:380px;
}

.lower-box {
	background: url(../images/bg-grey.png) bottom left repeat-x transparent;
	border:1px solid #eee;
	border-radius: 4px;
	margin-bottom:10px;
	padding:10px;
}

.linkimage {
	float:right;
	margin: 0 0 0 20px;
}

#credits {
	font-size:11px;
	text-align:center;
	margin-bottom:15px;
}

#credits a {
	color:#666;
}

