/*-------------------------------------------

              Title :  Any Messages
              Usage :  Global Layout
              Author:  Ian Yang
              Update:  2009-01-06

---------------------------------------------*/


/*====================TOC====================

                1. Reset
                2. Container
                3. Skip Links
                4. Branding
                5. Site Navigation
                6. Content
                7. Search
                8. Supp Navigation
                9. Site Info

=============================================*/



/* 1. Reset
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

a {
	text-decoration: none;
	outline: none;
	}

a:hover {
	text-decoration: underline;
	}

img, fieldset {
	border: none;
	}

img {
	vertical-align: top;
	}

legend {
	display: none;
	}

.clear {
	clear: both;
	}


/* 2. Container
---------------------------------------------*/
body {
	position: relative;
	font-family: Arial;
	}

#topwrap {
	background: url(../images/bg.jpg) top repeat-x;
	}

#top {
	width: 922px;
	margin: 0 auto;
	}

#centerwrap {
	background: #f4f4f4;
	}

#center {
	width: 922px;
	margin: 0 auto;
	}

#bottomwrap {
	border-top: solid 1px #e8e8e8;
	}

#bottom {
	width: 922px;
	margin: 0 auto;
	}


/* 3. Skip Links
---------------------------------------------*/
#skip {
	position: absolute;
	left: -500em;
	}


/* 4. Branding
---------------------------------------------*/
#branding {
	float: left;
	width: 231px;
	}

#branding h1 {
	padding-top: 12px;
	width: 231px;
	height: 153px;
	}

#branding h1 a {
	display: block;
	height: 100%;
	background: url(../images/escglobal.png) no-repeat;
	text-indent: -9999px;
	}

* + html #branding h1 a {
	text-indent: -9999px;
	}


/* 5. Contact
---------------------------------------------*/
#contact {
	width: 280px;
	margin-top: 30px;
	margin-right: 0px;
	float: right;
	clear: right;
	}

#contact p {
	font-size: 16px;
	font-weight: bold;
	color: #386fa6;
	line-height: 24px;
	}


/* 6. Site Navigation
---------------------------------------------*/
#site-nav {
	clear: both;
	}

#site-nav h3 {
	position: absolute;
	left: -500em;
	}

#site-nav ul li {
	min-width: 40px;
	max-width: 90px;
	float: left;
	margin-top: 5px;
	}

#site-nav ul li a {
	display: block;
	padding: 15px 14px;
	font-size: 12px;
	color: #fff;
	background: url(../images/nav_border.png) top right no-repeat;
	min-height: 28px;
	}


/* 7. Footer
---------------------------------------------*/
#footer {
	border-top: 2px solid #e5e5e5;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 20px;
	}

#footer p {
	font-size: 11px;
	color: #8e8e8e;
	}

#footer p.right {
	width: 370px;
	float: right;
	margin-top: -12px;
	}
