/* CSS Document */
/*
Theme Name: AGT
Theme URI:
Description: AGT Blue theme
Version: 1.0

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {/*
	text-align:left;*/
	font-weight:normal;
}
table, td, th { vertical-align:top; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
a img { border:none; }
/* typography.css */
body {
	font-size:12px;
	line-height:16px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#666;
}
h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:2em;
	margin-bottom:0.75em;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	margin-bottom:1.5em;
}
h6 { font-size:1em; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }
p { margin:0 0 1.5em; }
p img { padding:0; }
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
a:focus, a:hover, a.current { color:#003f72; }
a {
	color:#a28240;
	text-decoration:none;
	outline:hidden;
	outline:none;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
select, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}
strong { font-weight:bold; }
em, dfn { font-style:italic; }
dfn { font-weight:bold; }
sup, sub { line-height:0; }
abbr, acronym { border-bottom:1px dotted #666; }
address { margin:0 0 1.5em; }
del { color:#666; }
pre, code {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em Arial, Helvetica, sans-serif;
	line-height:1.5;
}
li ul, li ol { margin:0 1.5em; }
ul, ol { margin:0; }
ul { list-style:none; }
ol { list-style-type:decimal; }
dl { margin:0 0 1.5em 0; }
dl dt { font-weight:bold; }
dd { margin-left:1.5em; }
table { margin-bottom:1.4em; }
th { font-weight:normal; }
/*th, td { padding:4px 10px 4px 5px; }*/
tr.even td { background:#E5ECF9; }
tfoot { font-style:italic; }
caption { background:#eee; }
input, textarea {
	font-size:12px;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
small{
	font-size:11px;
}
/* @Global Class */
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide { display:none; }
.show { display:block; }
.float-left { float:left; }
.float-right { float:right; }
.clear { clear:both; }
.spacer {
	padding:15px;
}
/* @Global Class End */
/* @Layout*/
body {
	background:#000 url(../image/bg-body.jpg) repeat-x bottom left!important;
}
#container {
	width:957px;
	margin:0 auto;
	background:#fff;
	border:solid #333;
	border-width:0 2px;
	padding:0 14px;
	background:#fff url(../image/bg-container.gif) repeat-y;
}
#header {
	width:957px;
	background:url(../image/bg-header.jpg) repeat-x ;
	position:relative;
	height:120px;
	z-index:99;
}
#header h1 {
	position:absolute;
	top:0px;
	left:0px;
	margin:0;
}
#nav-main {
	position:absolute;
	top:90px;
	left:0;
	width:956px;
	background:#363A71;
}
#nav-main li {
	float:left;
	list-style:none;
	position:relative;
	border-right:1px solid #fff;
}
#nav-main li.last {
	border:none;
}
#nav-main li a {
	display:block;
	background:#363a71;
	padding:5px 9px;
	font-size:10px;
	color:#fff;
	text-align:left;
}
#nav-main li a:hover {
	background:#99cc33;
}
#nav-main li .sub {
	border:solid 1px #fff;
	left:-1px;
	margin:0;
	position:absolute;
	top:26px;
	display:none;
}
#nav-main li .sub li {
	clear:left;
	float:left;
	padding:0;
	margin:0;
	width:140px;
	border:none;
	border-bottom:solid 1px #fff;
}
#nav-main li .sub li a {
	float:left;
	width:122px;
}
#search {
	height:30px;
	width:180px;
	position:absolute;
	right:50px;
	top:50px;
}
#search input{
	float:left;
	margin-right:10px;
}
#spotlight {
	float:left;
}
#spotlight div {
	float:left;
}
#wrap {
	width:957px;
	background:#333;
	padding:20px 0 10px 0;
	float:left;
}
.sidebar {
	float:left;
	width:240px;
	text-align:center;
	overflow:hidden;
	margin-top:-5px;
	position:relative;
	z-index:1;
}

.curved-box {
	width:197px;
	background:url(../image/bg-curved-box-head.gif) no-repeat;
	margin:0 auto;
	padding-top:7px;
}
.curved-box .body {
	background:url(../image/bg-curved-box-body.gif) repeat-y;
	width:147px;
	padding:0 25px;
}
.curved-box .footer {
	background:url(../image/bg-curved-box-footer.gif) no-repeat;
	width:197px;
	height:16px;
}
.curved-big {
	width:229px;
	background:url(../image/bg-curved-big-head.gif) no-repeat;
	margin:0 auto;
	padding-top:7px;
}
.curved-big .body {
	background:url(../image/bg-curved-big-body.gif) repeat-y;
	width:197px;
	padding:0 25px;
}
.curved-big .footer {
	background:url(../image/bg-curved-big-footer.gif) no-repeat;
	width:229px;
	height:16px;
}
#content {
	width:474px;
	float:left;
	background:#fff;
}
#content.full-width {
	width:671px;
	background:#fff;
	margin:0px 10px 0 35px;
	overflow:hidden;
	display:inline;
}
#content h2 {
	font-size:18px;
}
#content .content {
	padding:10px 40px;
}
#content .footer {
	background:url(../image/bg-content-footer.jpg) no-repeat;
	height:36px;
	width:474px;
}
#footer {
	clear:both;
	float:left;
	width:957px;
	font-size:11px;
	text-align:center;
}

#footer p {
	text-align:center;
	color:#000;
	float:left;
	width:957px;
	font-size:11px;
	margin:0;
}
#footer p.links {
	background:#99cc33;
}
#footer p.copy {
	font-size:9px;
}
#footer p a {
	color:#666;
	text-decoration:underline;
}
#footer p a:hover {
	color:#999;
}

/* end */