@charset "utf-8";
/* CSS Document */

/* reset
----------------------------------------------- */
p,
h1, h2, h3,
ul, li, ol,
body
 {
	color: #333;
	margin: 0;
	padding: 0;
	}

/* typography
----------------------------------------------- */
p {
	margin: 1.25em 0;
}
h1 {
	color: #0021a5;
	font-size: 1.8em;
	line-height: 120%;
	margin: .75em 0;
}
h2 {
	color: #ff4a00;
	font-size: 1.4em;
	line-height: 120%;
	margin: .75em 0;
}
h3	{
	font-size: 1.2em;
	margin: .75em 0;
}
a	{
	color: #0021a5;
}
a:hover {
	color: #ff4a00;
}
ul, ol {
	margin-left: 2em;
}
pre {
	white-space: pre;
	font-family: monospace;
	font-size: 11px;
}
img {
	border: 0;
}
	
/* basic
----------------------------------------------- */
body {
	background-color: #fff;
	background-image: url(/templates/2010.01/images/bg_body.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	line-height: 1.2em;
}
	
#wrap {
	background-image: url(/templates/2010.01/images/bg_wrap.png);
	background-position: 0px 80px;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 888px;
}

.clear {
	clear: both;
}

/* header
----------------------------------------------- */
#header {
	margin: 0 auto;
	position: relative;
	width: 728px;
}
#gatorzone {
	padding: 7px 0;
	text-align: right;
}
#logo {
	padding: 16px 0;
}

/* layout
----------------------------------------------- */
#main {
	margin: 0 auto;
	padding: 16px;
	padding-bottom: 0;
	width: 696px;
}
#content {
	float: left;
	width: 480px;
}
#menu {
	color: #0021a5;
	float: right;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	width: 200px;
}
#menu a {
	text-decoration: none;
}
#navigation {
	left: 300px;
	position: absolute;
	text-align: right;
	top: 130px;
	width: 420px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#navigation ul li {
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 5px;
	text-transform: uppercase;
}
#navigation ul li a {
	text-decoration: none;
}

/* footer
----------------------------------------------- */
#footer {
	background-image: url(/templates/2010.01/images/bg_footer.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	clear: both;
	height: 102px;
	text-align: center;
	margin: 0 auto;
	width: 888px;
}
#copywrite {
	color: #333;
	font-size: 0.75em;
	padding-bottom: 16px;
	padding-top: 48px;
}
#copywrite a {
	text-decoration: none;
}

/* tables
----------------------------------------------- */
th {
	background-color: #0021a5;
	color: #fff;
	font-weight: bold;
}

/* contact form
----------------------------------------------- */

/*
input[type="text"],
textarea {
	border: 1px solid #ccc;
	padding: 8px;
	width: 320px;
}
*/

input, textarea { 
	padding: 9px;
	border: solid 1px #ddd;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 320px;
	/*background: #FFFFFF url('bg_form.png') left top repeat-x;*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 320px;
	max-width: 320px;
	height: 160px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #8090d2; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

input[type="submit"] {
	width: auto;
	padding: 9px 15px;
	background: #0021a5;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

/* colors
----------------------------------------------- */
.blue {
	color: #0021a5;
}
tr.blue tr,
tr.blue td {
	background-color: #0021a5;
	color: #fff;
}
a.blue {
	color: #0021a5;
}
a.blue:hover {
	color: #ff4a00;
}

.orange {
	color: #ff4a00;
}
a.orange {
	color: #ff4a00;
}
a.orange:hover {
	color: #0021a5;
}
