/*
Theme Name: ugs-theme
Theme URI: http://unitedgs.com/blog/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: TM
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

/* =General/HTML Elements
-------------------------------------------------------------*/
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.imagefloatleft {
	float: left;
	margin: 0 15px 0 0;
}

.imagefloatright {
	float: right;
	margin: 0 0 0 15px;
}

.bold {
	font-weight: bold;
	color: #0a5989;
}
	
.textaligncenter {
	text-align: center;
}

.successerror {
	color: red;
	font-weight: bold;
}

body { 
	margin: 0 auto;
	font:62.5%/1.2 Arial, Helvetica, sans-serif;
	background: url(/images/page_bg.gif) center #7F7F7F repeat-y;
}

.display_none {
	display: none;
}





/* =Typography
-------------------------------------------------------------*/
p {
	text-align:left;
	font-size:120%;
	margin-bottom: 8px;
	color: #000000;
}

li {
	text-align:left;
	font-size:120%;
	margin-bottom: 8px;
}

div#mastbottom p {
	color:#FFF;
	margin:0;
}

/* =Headings
-------------------------------------------------------------*/
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#mastbottom h3 {
	float:left;
	width:300px;
	padding: 16px 0 0 30px;
	color:#FFF;
	font-size:25px;
	height:170px;
	margin:0;
}

div#mastbottom h4 {
	font-size:17px;
	font-weight:bold;
	color:#FFF;
	margin:0;
}

/* =Layout
-------------------------------------------------------------*/
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#masthead {
	width: 1000px;
	height: 40px;
	background: url(/images/masthead_bg.gif) #FFFFFF repeat-x top;
}

#navigation {
	width: 1000px;
	height: 40px;
	background-color: #D8D9DA;
}

#content {
	width: 1000px;
	color: #666;
	font-size: 11px;
	min-height: 323px;
	clear: both;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#main1 {
	width: 480px;
	float: left;
}

#main2 {
	margin: 20px;
	width: 250px;
	float: left;
}

#contentfooter {
	clear: both;
	width: 1000px;
	background-color: #D8D9DA;
	height: 10px;
	background: url(/images/content_footer_bg.gif) #D8D9DA repeat-y right;
}

#copyright {
	width: 990px;
	background-color: #E6E7E8;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px 5px 0;
	height: 60px;
}

#mastbottom {
	width: 1000px;
	height: 200px;
	background: #CFE5F4 url(/images/mastbottom_bg.jpg) repeat-x top;
}

#mastbottom02 {
	width: 1000px;
	height: 160px;
	background: #CFE5F4 url(/images/mastbottom_bg.gif) repeat-x top;
}
	


/* =Advanced Layout (by area)
-------------------------------------------------------------*/

/*MASTHEAD
-------------*/
#navbar {
	height: 40px;
	margin: 0 auto;
	vertical-align: bottom;
	padding: 0 10px;
}

#navbar li {
	margin-bottom: 0;
	line-height: 40px;
	display: block;
	float: left;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
}

#navbar #firstnav {
	border-left: 2px solid #FFFFFF;
}

#navbar #lastnav {
	border-right: 2px solid #FFFFFF;
}
	
/*--------------------------------------
Son of Suckerfish Masthead Dropdown Menus
---------------------------------------*/	
	
#navbar li ul.subnavlinks {
	position: absolute;
	display: none;
	background: #ffffff;
	width: 230px;
	border: 1px solid #EEEEEE;
	margin-left: -2px;
	}
	
		#navbar li:hover ul.subnavlinks, #navbar li.sfhover ul {
			display: block;
			text-align: left;
			margin:0px;
			padding:0px;
		}
	
		#navbar li ul.subnavlinks li {
			width: 230px;
			text-align: left;
		}
		
	
#navbar a {
	display: block;
	width: auto;
}

#navbar li {
	float: left;
	width: auto;
}

		
#masthead form {
	float: right;
	padding: 10px 15px 0 0;
}


/*SIDEBAR
-------------*/

#sidebar  {
	float: left;
	width: 275px;
	font-size: 10px;
}
#ctpat {
	width 40px;
	margin-top: 320px;
	text-align: center;
}

#ctpat p {
	margin-top: 14px;
}

#ctpat p a, #ctpat p a:visited {
	font-size: 14px;
	font-weight: bold;
}

#ctpat p a:hover {
	text-decoration: underline;
}



/*CONTENT
-------------*/

#homeimage {
	float: left;
}

#leftside {
	float: left;
	width: 288px;
}

#leftside02 {
	float: left;
	width: 288px;
	background: #FFFFFF url(/images/leftside02_bg.jpg) no-repeat top;
}

#rightside {
	float: left;
	width: 670px;
	height: 0 auto;
	background-color: #fff;
	margin: 15px;
}

	#rightside #copy {
		padding: 0px 15px;
	}

	#rightside #copy h1 {
		color: #003768;
		margin-top: 12px;
	}
	
	#rightside #copy p {
		color: #96CEF5;
		line-height: 1.1em;
		font-size: 12px;
	}

	#rightside #copy h2 {
		color: #00ADEF;
	}
	
#rightside02 {
	float: left;
	width: 712px;
}

	#rightside02 #subnav {
		height: 27px;
		line-height: 27px;
		width: 712px;
		border-bottom: 1px solid #CADEEC;
		border-top: 25px solid #0a5989;
		background: url(/images/subnav_bg.gif) repeat-x;
	}
	
		#rightside02 #subnav ul {
		}
			
			#rightside02 #subnav ul li {
				display: block;
				float: left;
				border-left: 1px dotted #0a5989;
			}
			
			#rightside02 #subnav ul li.firstsubnav {
				border-left: 0;
			}

	#rightside02 #copy {
		clear: both;
		padding: 10px 15px;
	}

	#rightside02 #copy p {
		color: #0a5989;
		font-size: 14px;
		line-height: 1.3em;
	}
	
	#rightside02 #copy h1 {
		color: #003768;
		padding-top: 12px;
	}

	#rightside02 #copy h2 {
		color: #0a5989;
		margin-top: 16px;
	}
	
	#rightside02 #copy ul {
		margin-left: 16px;
		color: #0a5989;
	}
	
	#rightside02 #copy li {
		color: #0a5989;
		list-style: square;
		list-style-position: inside;
		font-size: 14px;
		line-height: 1.3em;
	}
	
	#rightside02 #copy span {
		font-size: 14px;
		font-weight: bold;
	}
	
#rightside02 #copy #faqlist {
	list-style: none;
	list-style-type: none;
	margin-left: 0;
}

#rightside02 #copy #addresslist {
	display: block;
	clear: both;
}

#rightside02 #copy #addresslist li {
	display: block;
	float: left;
	width: 300px;
	font-size: 12px;
	margin-bottom: 18px;
}

#rightside02 #copy #bottomlinker {
	padding-top: 16px;
}

	

/*MASTBOTTOM
-------------*/
#copyright p {
	margin-top: 24px;
}

.footerUS {
	float:left;
	width:300px;
	padding:16px 30px 0 0;
}

.footerAsia {
	float:left;
	width:300px;
	padding:16px 0 0 8px;
}

a#contactLink {
	display:block;
	width:300px;
	height:170px;
}

/* =Links
-------------------------------------------------------------*/
a {
	color: #00ADEF;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}
	
div#mastbottom a {
	color: #fff;
}

/* =Advanced Links (by area)
-------------------------------------------------------------*/

#navbar a {
	color: #003768;
	text-decoration: none;
	display: block;
	line-height: 40px;
	padding: 0 8px;
}

	#navbar a:hover {
		background: #FFFFFF url(/images/navbar_bg.gif) repeat-x top;
	}
	
#subnav a {
	color: #0a5989;
	text-decoration: none;
	display: block;
	line-height: 27px;
	padding: 0 15px;
}

	#subnav a:hover {
		text-decoration: underline;
	}

#navbar li ul.subnavlinks a {
		display: block;
		font-weight: bold;
		font-size: 80%;
		line-height: 24px;
		padding: 0 10px;
	}
			
		#navbar li ul.subnavlinks a:hover {
			text-decoration: none;
			background-color: #EEEEEE;
			border-top: 1px solid: #CCCCCC;
			border-bottom: 1px solid: #CCCCCC;
			border-right: none;
			border-left: none;
		}
		
		


/* =Forms
-------------------------------------------------------------*/
#contactform  {
	width: 380px;
	float: right;
	margin-left: 16px;
}

#contactform fieldset {
	padding: 15px;
	border: 1px solid #EEEEEE;
}
	
#contactform legend {
	color: #003768;
	font-size: 14px;
	font-weight: bold;
}
	
#contactform label {
	display: block;
	height: 18px;
	padding-top: 8px;
	margin-left: 40px;
}
	
#contactform input {
	width: 174px;
	margin-bottom: 8px;
}

#contactform select {
	width: 178px;
	margin-bottom: 8px;
}

	#contactform input.radio, #contactform input.submit, #contactform input.reset {
		width: auto;
	}

#contactform textarea {
	width: 100%;
	height: 60px;
}

#contactform .formpara {
	height: 24px;
}

#contactform .textboxpara {
	height: 80px;
}

#contactform .inputfloat {
	float: right;
	margin-right: 40px;
	margin-bottom: 8px;
	height: 18px;
}

#contactform .textboxfloat {
	float: right;
	margin-bottom: 8px;
	width: 50%;
	margin-right: 40px;
}






/* =Advanced Forms
-------------------------------------------------------------*/

#newsletter {
	font-size: 120%;
	font-weight: bold;
}





/* =Images
-------------------------------------------------------------*/

img.floatleft {
	padding: 0 10px 10px 0;
}

img.floatright {
	padding: 0 0 10px 10px;
}





/* =Tables
-------------------------------------------------------------*/





/* =Miscellaneous
-------------------------------------------------------------*/





/* =Print Styles
-------------------------------------------------------------*/
@media print { 

	}
