/*//////////////////////////////

/	Coming Soon 
/	Copyright 2011 - All Right Reserved
/	By EvoGraphics.net
/	CSS Style

//////////////////////////////*/

#cv_overlay { background: url(../images/bg_cv.png) repeat; width:100%; height:100%; position:fixed; top:0; left:0; z-index:100000; overflow: auto; color: #f7f7f7; display: none; }

#cv_overlay #cv_wrapper { width: 960px; min-height: 600px; margin: 0 auto; overflow: hidden; }

#cv_content { overflow: hidden; margin-top: 30px; }

#cv_content #cv_left { width: 460px; float: left; }

#cv_content #cv_right { width: 460px; float: right; }

#cv_content .cv_section { margin-bottom: 50px; }

#cv_content .cv_section h1 { font-size: 30px; font-weight: 100; color: #fff; margin-bottom: 30px; }

#cv_content .cv_section p { font-size: 14px; line-height: 30px; }

#cv_content .cv_section #cv_map { border: 3px solid #000; }

#cv_content .cv_section table { width: 460px; border: 0; font-size: 14px; color: #e5e5e5; font-weight: normal; margin-bottom: 30px; }

#cv_content .cv_section a { color: #a0a0a0; text-decoration: none; }

#cv_content .cv_section a:hover { color: #fff; }

#cv_content .cv_section table tr td { padding: 5px; }

a.cv_show { text-decoration: none;}

a.cv_show_out { color: #2a78d0; text-decoration: none; font-size: 12px; padding: 10px; display: block; text-align: right; }

a.cv_show_out:hover { color: #fff; }
