@charset "UTF-8";
/* CSS Document */

/* fonts */

@font-face {
	font-family: "GoBoom";
	src: url('GoBoom.ttf');
}


/* Top Level Tags */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../graphics/bg_gradient.png) #C3D3E9 top repeat-x;
	margin: 0;
	padding: 0;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "GoBoom", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
	padding: 0;
	font-size: 15px;
}


a:link {
	color: #666;
	text-decoration: underline;
}


a:visited {
	color: #666;
	text-decoration: underline;
}


a:hover {
	color: #000;
	text-decoration: underline;
}


a:active {
	color: #666;
	text-decoration: underline;
}

table {
	border: 0;
	border-collapse: collapse;
	font-size: 14px;
}

td {
	border: 0;
	padding: 3px;
}

td ul {
	font-size:12px;
	padding: 0 0 0 30px;
}

td ul li {
	margin-bottom: 10px;
}


#container {
	width: 962px;
	padding: 0;
	margin: 0 auto;
}

/* Main Content Body */
#body {
	background: url(../graphics/bg_body.png) center repeat-y;
}

/* -- Header */

#header {
	margin: 0 auto;
	padding: 0;
	height: 161px;
	background: url(../graphics/bg_header.png) top center no-repeat;
}

#header h1, #header h2 {
	visibility: hidden;
	margin: 0;
	padding:0;
}

/* -- -- Navigation */
#navigation {
	font-family: "GoBoom", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 53px;
	font-size: 23px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	display: inline;
	margin-left: 15px;
}

#navigation a:link {
	color: #333;
	text-decoration: none;
}


#navigation a:visited {
	color: #333;
	text-decoration: none;
}


#navigation a:hover {
	color: #000;
	text-decoration: underline;
}


#navigation a:active {
	color: #333;
	text-decoration: none;
}


/* Main Body */
#mainBody {
	padding: 0;
	margin: 15px 0 0 0;
}

/* -- Left Column -- */
#leftColumn {
	float: left;
	width: 337px;
	padding: 0;
	margin: 0;
	background: url(../graphics/bg_sidePic.png) bottom no-repeat;
}

#leftColumn h2 {
	font-size: 30px;
	padding-left: 75px;
	
}
#leftColumn img {
	margin-top: -15px;
}

/* -- Right Column -- */
#rightColumn {
	float: left;
	width: 615px;
}

#welcome {
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
	width: 575px;
}

#rightColumn p {
	padding-right: 40px;

}

#welcome p {
	font-family: "GoBoom", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#content p {
	margin-bottom: 20px;
}

#content h3 {
	font-size: 23px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	margin-top: 20px;
	border-bottom: 1px solid #333;
	width: 575px;
}

table {
	vertical-align:top;
}


/* Footer */

#footer {
	text-align: center;
	height: 60px;
	background: url(../graphics/bg_footer.png) center repeat-y;
}

#footer p {
	border-top: 1px solid #AAA;
	font-size: 10px;
	margin: 0 auto;
	padding-top: 8px;
	width: 800px;
}

/* Hacks, Patchers and Other */
.floatClear {
	height: 0;
	width: 0;
	clear: both;
}

.tooltip {
	cursor: help;
	border-bottom: 1px dotted #AAA;
	
}

.tooltip-small {
	font-size: 10px;
}